commit: 7d697e835859c7064e6488cb786915274ab23004
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 14:49:14 2016 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> 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
}