From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40716138330 for ; Tue, 2 Aug 2016 15:15:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CBBC21C065; Tue, 2 Aug 2016 15:15:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99C7621C065 for ; Tue, 2 Aug 2016 15:15:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23598340B09 for ; Tue, 2 Aug 2016 15:15:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03FF62434 for ; Tue, 2 Aug 2016 15:15:24 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1470150878.7d697e835859c7064e6488cb786915274ab23004.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/consolekit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/consolekit/consolekit-1.0.0-r1.ebuild sys-auth/consolekit/consolekit-1.0.1.ebuild sys-auth/consolekit/consolekit-1.1.0.ebuild sys-auth/consolekit/consolekit-9999.ebuild X-VCS-Directories: sys-auth/consolekit/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 7d697e835859c7064e6488cb786915274ab23004 X-VCS-Branch: master Date: Tue, 2 Aug 2016 15:15:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bc50dd01-d1b4-4086-9b25-a1fa0c22c2db X-Archives-Hash: c7665c0600a8934df360d5c29c148f72 commit: 7d697e835859c7064e6488cb786915274ab23004 Author: Jason Zaman gentoo org> AuthorDate: Tue Aug 2 14:49:14 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Aug 2 15:14:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d697e83 sys-auth/consolekit: logrotate file is already in the package Package-Manager: portage-2.2.28 sys-auth/consolekit/consolekit-1.0.0-r1.ebuild | 6 +----- sys-auth/consolekit/consolekit-1.0.1.ebuild | 6 +----- sys-auth/consolekit/consolekit-1.1.0.ebuild | 6 +----- sys-auth/consolekit/consolekit-9999.ebuild | 9 --------- 4 files changed, 3 insertions(+), 24 deletions(-) diff --git a/sys-auth/consolekit/consolekit-1.0.0-r1.ebuild b/sys-auth/consolekit/consolekit-1.0.0-r1.ebuild index b7239a8..62dd44b 100644 --- a/sys-auth/consolekit/consolekit-1.0.0-r1.ebuild +++ b/sys-auth/consolekit/consolekit-1.0.0-r1.ebuild @@ -10,8 +10,7 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="Framework for defining and tracking users, login sessions and seats" HOMEPAGE="https://github.com/ConsoleKit2/ConsoleKit2 https://www.freedesktop.org/wiki/Software/ConsoleKit" -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2 - https://launchpad.net/debian/+archive/primary/+files/${PN}_0.4.6-4.debian.tar.gz" # for logrotate file +SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -107,9 +106,6 @@ src_install() { prune_libtool_files --all # --all for pam_ck_connector.la rm -rf "${ED}"/var/run || die # let the init script create the directory - - insinto /etc/logrotate.d - newins "${WORKDIR}"/debian/${PN}.logrotate ${PN} #374513 } pkg_postinst() { diff --git a/sys-auth/consolekit/consolekit-1.0.1.ebuild b/sys-auth/consolekit/consolekit-1.0.1.ebuild index ad72227..bdfc5eb 100644 --- a/sys-auth/consolekit/consolekit-1.0.1.ebuild +++ b/sys-auth/consolekit/consolekit-1.0.1.ebuild @@ -10,8 +10,7 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="Framework for defining and tracking users, login sessions and seats" HOMEPAGE="https://github.com/ConsoleKit2/ConsoleKit2 https://www.freedesktop.org/wiki/Software/ConsoleKit" -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2 - https://launchpad.net/debian/+archive/primary/+files/${PN}_0.4.6-4.debian.tar.gz" # for logrotate file +SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -115,7 +114,4 @@ src_install() { prune_libtool_files --all # --all for pam_ck_connector.la rm -rf "${ED}"/var/run || die # let the init script create the directory - - insinto /etc/logrotate.d - newins "${WORKDIR}"/debian/${PN}.logrotate ${PN} #374513 } diff --git a/sys-auth/consolekit/consolekit-1.1.0.ebuild b/sys-auth/consolekit/consolekit-1.1.0.ebuild index 3ba1a19..9afafcf 100644 --- a/sys-auth/consolekit/consolekit-1.1.0.ebuild +++ b/sys-auth/consolekit/consolekit-1.1.0.ebuild @@ -10,8 +10,7 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="Framework for defining and tracking users, login sessions and seats" HOMEPAGE="https://github.com/ConsoleKit2/ConsoleKit2 https://www.freedesktop.org/wiki/Software/ConsoleKit" -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2 - https://launchpad.net/debian/+archive/primary/+files/${PN}_0.4.6-4.debian.tar.gz" # for logrotate file +SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -115,7 +114,4 @@ src_install() { prune_libtool_files --all # --all for pam_ck_connector.la rm -rf "${ED}"/var/run || die # let the init script create the directory - - insinto /etc/logrotate.d - newins "${WORKDIR}"/debian/${PN}.logrotate ${PN} #374513 } diff --git a/sys-auth/consolekit/consolekit-9999.ebuild b/sys-auth/consolekit/consolekit-9999.ebuild index 5547b40..b6be5ad 100644 --- a/sys-auth/consolekit/consolekit-9999.ebuild +++ b/sys-auth/consolekit/consolekit-9999.ebuild @@ -10,7 +10,6 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="Framework for defining and tracking users, login sessions and seats" HOMEPAGE="https://github.com/ConsoleKit2/ConsoleKit2 https://www.freedesktop.org/wiki/Software/ConsoleKit" -SRC_URI="https://launchpad.net/debian/+archive/primary/+files/${PN}_0.4.6-4.debian.tar.gz" # for logrotate file EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git" LICENSE="GPL-2" @@ -59,11 +58,6 @@ pkg_setup() { fi } -src_unpack() { - git-r3_src_unpack - unpack "${PN}_0.4.6-4.debian.tar.gz" -} - src_prepare() { sed -i -e '/SystemdService/d' data/org.freedesktop.ConsoleKit.service.in || die @@ -119,7 +113,4 @@ src_install() { prune_libtool_files --all # --all for pam_ck_connector.la rm -rf "${ED}"/var/run || die # let the init script create the directory - - insinto /etc/logrotate.d - newins "${WORKDIR}"/debian/${PN}.logrotate ${PN} #374513 }