diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2005-07-31 16:29:39 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2005-07-31 16:29:39 +0000 |
commit | f0bd190ac14f58b7fa1107739e2090a2d708f76b (patch) | |
tree | 52622e508f6d274c53250eabee5423addf465ef5 /sys-apps/utempter | |
parent | ppc stable (diff) | |
download | gentoo-2-f0bd190ac14f58b7fa1107739e2090a2d708f76b.tar.gz gentoo-2-f0bd190ac14f58b7fa1107739e2090a2d708f76b.tar.bz2 gentoo-2-f0bd190ac14f58b7fa1107739e2090a2d708f76b.zip |
ppc stable
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/utempter')
-rw-r--r-- | sys-apps/utempter/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/utempter/Manifest | 18 | ||||
-rw-r--r-- | sys-apps/utempter/utempter-0.5.5.6.ebuild | 4 |
3 files changed, 11 insertions, 17 deletions
diff --git a/sys-apps/utempter/ChangeLog b/sys-apps/utempter/ChangeLog index 69386b121810..15bb4cad07a8 100644 --- a/sys-apps/utempter/ChangeLog +++ b/sys-apps/utempter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/utempter # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v 1.34 2005/07/28 18:17:10 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v 1.35 2005/07/31 16:25:24 dertobi123 Exp $ + + 31 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org> + utempter-0.5.5.6.ebuild: + ppc stable 28 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> utempter-0.5.5.6.ebuild: diff --git a/sys-apps/utempter/Manifest b/sys-apps/utempter/Manifest index 68e0c99f54dd..adf0553c1518 100644 --- a/sys-apps/utempter/Manifest +++ b/sys-apps/utempter/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 fec87f20727a2f29124f2a7322de7af6 ChangeLog 5339 MD5 1fe2f84f5f9d41bc80bb795ef8845ff2 metadata.xml 244 MD5 3548d7d9f8c92fe30e12fc980096c311 utempter-0.5.5.5-r1.ebuild 1302 -MD5 be4935a30b8a7db8172fb7be02a71dcf utempter-0.5.5.6.ebuild 1321 -MD5 fec87f20727a2f29124f2a7322de7af6 ChangeLog 5339 +MD5 b4013d152b42dececf5f4a619beecef2 utempter-0.5.5.6.ebuild 1320 MD5 d3293569252b4437ee84ef41b158aa00 files/digest-utempter-0.5.5.5-r1 68 -MD5 396ef6fc60078c73be6790271ca67bde files/utempter-0.5.5.6-no_utmpx.patch 768 -MD5 e23f853248988e2aff2ada1ae20a335c files/utempter-0.5.5.6-soname-makefile-fix.patch 839 MD5 750feafe77d6007602c6abbacdce262f files/digest-utempter-0.5.5.6 68 MD5 b2dc09a11b51ceac5735f963a718fa32 files/utempter-0.5.5.5-soname-makefile-fix.patch 932 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFC6SFGKRy60XGEcJIRAhJ0AJ41kTFvEKcWlzabiLp9w9I/xQVQGACfTSHF -hIetVRF6Oy2HxpYKDV+vLP8= -=Yri0 ------END PGP SIGNATURE----- +MD5 396ef6fc60078c73be6790271ca67bde files/utempter-0.5.5.6-no_utmpx.patch 768 +MD5 e23f853248988e2aff2ada1ae20a335c files/utempter-0.5.5.6-soname-makefile-fix.patch 839 diff --git a/sys-apps/utempter/utempter-0.5.5.6.ebuild b/sys-apps/utempter/utempter-0.5.5.6.ebuild index b26dc44758d0..6b5de724c46e 100644 --- a/sys-apps/utempter/utempter-0.5.5.6.ebuild +++ b/sys-apps/utempter/utempter-0.5.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.6.ebuild,v 1.4 2005/07/28 18:17:10 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.6.ebuild,v 1.5 2005/07/31 16:25:24 dertobi123 Exp $ inherit rpm eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${MY_P}.src.rpm" LICENSE="|| ( MIT LGPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86" IUSE="" RDEPEND="virtual/libc" |