Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/consolekit/
Date: Tue, 02 Aug 2016 15:15:33
Message-Id: 1470150878.7d697e835859c7064e6488cb786915274ab23004.perfinion@gentoo
1 commit: 7d697e835859c7064e6488cb786915274ab23004
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 14:49:14 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 15:14:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d697e83
7
8 sys-auth/consolekit: logrotate file is already in the package
9
10 Package-Manager: portage-2.2.28
11
12 sys-auth/consolekit/consolekit-1.0.0-r1.ebuild | 6 +-----
13 sys-auth/consolekit/consolekit-1.0.1.ebuild | 6 +-----
14 sys-auth/consolekit/consolekit-1.1.0.ebuild | 6 +-----
15 sys-auth/consolekit/consolekit-9999.ebuild | 9 ---------
16 4 files changed, 3 insertions(+), 24 deletions(-)
17
18 diff --git a/sys-auth/consolekit/consolekit-1.0.0-r1.ebuild b/sys-auth/consolekit/consolekit-1.0.0-r1.ebuild
19 index b7239a8..62dd44b 100644
20 --- a/sys-auth/consolekit/consolekit-1.0.0-r1.ebuild
21 +++ b/sys-auth/consolekit/consolekit-1.0.0-r1.ebuild
22 @@ -10,8 +10,7 @@ MY_P=${MY_PN}-${PV}
23
24 DESCRIPTION="Framework for defining and tracking users, login sessions and seats"
25 HOMEPAGE="https://github.com/ConsoleKit2/ConsoleKit2 https://www.freedesktop.org/wiki/Software/ConsoleKit"
26 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2
27 - https://launchpad.net/debian/+archive/primary/+files/${PN}_0.4.6-4.debian.tar.gz" # for logrotate file
28 +SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32 @@ -107,9 +106,6 @@ src_install() {
33 prune_libtool_files --all # --all for pam_ck_connector.la
34
35 rm -rf "${ED}"/var/run || die # let the init script create the directory
36 -
37 - insinto /etc/logrotate.d
38 - newins "${WORKDIR}"/debian/${PN}.logrotate ${PN} #374513
39 }
40
41 pkg_postinst() {
42
43 diff --git a/sys-auth/consolekit/consolekit-1.0.1.ebuild b/sys-auth/consolekit/consolekit-1.0.1.ebuild
44 index ad72227..bdfc5eb 100644
45 --- a/sys-auth/consolekit/consolekit-1.0.1.ebuild
46 +++ b/sys-auth/consolekit/consolekit-1.0.1.ebuild
47 @@ -10,8 +10,7 @@ MY_P=${MY_PN}-${PV}
48
49 DESCRIPTION="Framework for defining and tracking users, login sessions and seats"
50 HOMEPAGE="https://github.com/ConsoleKit2/ConsoleKit2 https://www.freedesktop.org/wiki/Software/ConsoleKit"
51 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2
52 - https://launchpad.net/debian/+archive/primary/+files/${PN}_0.4.6-4.debian.tar.gz" # for logrotate file
53 +SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 @@ -115,7 +114,4 @@ src_install() {
58 prune_libtool_files --all # --all for pam_ck_connector.la
59
60 rm -rf "${ED}"/var/run || die # let the init script create the directory
61 -
62 - insinto /etc/logrotate.d
63 - newins "${WORKDIR}"/debian/${PN}.logrotate ${PN} #374513
64 }
65
66 diff --git a/sys-auth/consolekit/consolekit-1.1.0.ebuild b/sys-auth/consolekit/consolekit-1.1.0.ebuild
67 index 3ba1a19..9afafcf 100644
68 --- a/sys-auth/consolekit/consolekit-1.1.0.ebuild
69 +++ b/sys-auth/consolekit/consolekit-1.1.0.ebuild
70 @@ -10,8 +10,7 @@ MY_P=${MY_PN}-${PV}
71
72 DESCRIPTION="Framework for defining and tracking users, login sessions and seats"
73 HOMEPAGE="https://github.com/ConsoleKit2/ConsoleKit2 https://www.freedesktop.org/wiki/Software/ConsoleKit"
74 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2
75 - https://launchpad.net/debian/+archive/primary/+files/${PN}_0.4.6-4.debian.tar.gz" # for logrotate file
76 +SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2"
77
78 LICENSE="GPL-2"
79 SLOT="0"
80 @@ -115,7 +114,4 @@ src_install() {
81 prune_libtool_files --all # --all for pam_ck_connector.la
82
83 rm -rf "${ED}"/var/run || die # let the init script create the directory
84 -
85 - insinto /etc/logrotate.d
86 - newins "${WORKDIR}"/debian/${PN}.logrotate ${PN} #374513
87 }
88
89 diff --git a/sys-auth/consolekit/consolekit-9999.ebuild b/sys-auth/consolekit/consolekit-9999.ebuild
90 index 5547b40..b6be5ad 100644
91 --- a/sys-auth/consolekit/consolekit-9999.ebuild
92 +++ b/sys-auth/consolekit/consolekit-9999.ebuild
93 @@ -10,7 +10,6 @@ MY_P=${MY_PN}-${PV}
94
95 DESCRIPTION="Framework for defining and tracking users, login sessions and seats"
96 HOMEPAGE="https://github.com/ConsoleKit2/ConsoleKit2 https://www.freedesktop.org/wiki/Software/ConsoleKit"
97 -SRC_URI="https://launchpad.net/debian/+archive/primary/+files/${PN}_0.4.6-4.debian.tar.gz" # for logrotate file
98 EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git"
99
100 LICENSE="GPL-2"
101 @@ -59,11 +58,6 @@ pkg_setup() {
102 fi
103 }
104
105 -src_unpack() {
106 - git-r3_src_unpack
107 - unpack "${PN}_0.4.6-4.debian.tar.gz"
108 -}
109 -
110 src_prepare() {
111 sed -i -e '/SystemdService/d' data/org.freedesktop.ConsoleKit.service.in || die
112
113 @@ -119,7 +113,4 @@ src_install() {
114 prune_libtool_files --all # --all for pam_ck_connector.la
115
116 rm -rf "${ED}"/var/run || die # let the init script create the directory
117 -
118 - insinto /etc/logrotate.d
119 - newins "${WORKDIR}"/debian/${PN}.logrotate ${PN} #374513
120 }