diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-02-19 22:20:42 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-02-19 22:20:42 +0000 |
commit | 8ca27bd126a9599d1be709be1c66b301f58e15b6 (patch) | |
tree | 9487f4a0ebd5c79c22e2733dfcdfff6416626372 /sys-apps/utempter | |
parent | Add real useflag for amarok. (diff) | |
download | gentoo-2-8ca27bd126a9599d1be709be1c66b301f58e15b6.tar.gz gentoo-2-8ca27bd126a9599d1be709be1c66b301f58e15b6.tar.bz2 gentoo-2-8ca27bd126a9599d1be709be1c66b301f58e15b6.zip |
Marked stable on mips.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-apps/utempter')
-rw-r--r-- | sys-apps/utempter/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/utempter/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/utempter/utempter-0.5.5.6.ebuild | 4 |
3 files changed, 9 insertions, 16 deletions
diff --git a/sys-apps/utempter/ChangeLog b/sys-apps/utempter/ChangeLog index 019c604a3d0b..4990dd433981 100644 --- a/sys-apps/utempter/ChangeLog +++ b/sys-apps/utempter/ChangeLog @@ -1,6 +1,9 @@ # 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.38 2005/12/25 15:35:48 flameeyes Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v 1.39 2006/02/19 22:20:42 kumba Exp $ + + 19 Feb 2006; Joshua Kinard <kumba@gentoo.org> utempter-0.5.5.6.ebuild: + Marked stable on mips. 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> utempter-0.5.5.6.ebuild: diff --git a/sys-apps/utempter/Manifest b/sys-apps/utempter/Manifest index 899f3f379860..fdd515ead785 100644 --- a/sys-apps/utempter/Manifest +++ b/sys-apps/utempter/Manifest @@ -1,7 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 4bad9602a2de2d59e49bd1e3ace0c732 ChangeLog 5770 +MD5 390b4c6e90fee7dc980128df50a106f5 ChangeLog 5869 MD5 d3293569252b4437ee84ef41b158aa00 files/digest-utempter-0.5.5.5-r1 68 MD5 750feafe77d6007602c6abbacdce262f files/digest-utempter-0.5.5.6 68 MD5 b2dc09a11b51ceac5735f963a718fa32 files/utempter-0.5.5.5-soname-makefile-fix.patch 932 @@ -9,11 +6,4 @@ 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 1fe2f84f5f9d41bc80bb795ef8845ff2 metadata.xml 244 MD5 3548d7d9f8c92fe30e12fc980096c311 utempter-0.5.5.5-r1.ebuild 1302 -MD5 a88c73ed6c71046714675954a8a7ad9d utempter-0.5.5.6.ebuild 1322 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDv3XD2+ySkm8kpY0RAlsxAKC0rBQleeEBSiczDycurSzoILMkYACgkd+a -MlIJQfnqL0gt6Y5FP4Gdpd0= -=7ATc ------END PGP SIGNATURE----- +MD5 ba8268d85ec7dfb384c8d4cf97e4d9cc utempter-0.5.5.6.ebuild 1321 diff --git a/sys-apps/utempter/utempter-0.5.5.6.ebuild b/sys-apps/utempter/utempter-0.5.5.6.ebuild index 32be59a97d62..2ce31ce75694 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-2006 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.10 2006/01/07 08:02:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.6.ebuild,v 1.11 2006/02/19 22:20:42 kumba 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 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" RDEPEND="virtual/libc" |