diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 18:47:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 18:47:49 +0000 |
commit | 6c773b4d4e192b3ef87433f41cb8b27563a3f4af (patch) | |
tree | 8aaa23a8288ca37536af10b76068e3acb53faa5c /sys-apps/textutils | |
parent | Patch to fix buddy icon bug introduced in 0.79. Suggested explicitly from up... (diff) | |
download | historical-6c773b4d4e192b3ef87433f41cb8b27563a3f4af.tar.gz historical-6c773b4d4e192b3ef87433f41cb8b27563a3f4af.tar.bz2 historical-6c773b4d4e192b3ef87433f41cb8b27563a3f4af.zip |
move to ppc stable
Diffstat (limited to 'sys-apps/textutils')
-rw-r--r-- | sys-apps/textutils/Manifest | 20 | ||||
-rw-r--r-- | sys-apps/textutils/textutils-2.1-r1.ebuild | 7 |
2 files changed, 19 insertions, 8 deletions
diff --git a/sys-apps/textutils/Manifest b/sys-apps/textutils/Manifest index 238b630e1d3e..4198d61e419e 100644 --- a/sys-apps/textutils/Manifest +++ b/sys-apps/textutils/Manifest @@ -1,9 +1,19 @@ -MD5 6529155f1db96ef8f4b7d66a5a694a19 textutils-2.1.ebuild 1053 -MD5 e19a933bb77efc8645e6e98e6ac69d63 textutils-2.0.21.ebuild 1219 -MD5 40010f71ed285754705555299e3ce980 textutils-2.1-r1.ebuild 476 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 419fabf7ac795f20373225c612a385eb ChangeLog 3119 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 fa618c23a88a25c243798aacf2db59a6 files/textutils-2.0.21-gentoo.diff 1278 -MD5 912d3e77416726cfd0e4fbe8b53a3468 files/digest-textutils-2.1 66 +MD5 e19a933bb77efc8645e6e98e6ac69d63 textutils-2.0.21.ebuild 1219 +MD5 19496cfe15390d08a2a1c01cf60ba120 textutils-2.1-r1.ebuild 481 +MD5 6529155f1db96ef8f4b7d66a5a694a19 textutils-2.1.ebuild 1053 MD5 7ffe6874d60801287cacb37785919e0e files/digest-textutils-2.0.21 69 +MD5 912d3e77416726cfd0e4fbe8b53a3468 files/digest-textutils-2.1 66 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-textutils-2.1-r1 0 +MD5 fa618c23a88a25c243798aacf2db59a6 files/textutils-2.0.21-gentoo.diff 1278 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.8 (GNU/Linux) + +iD8DBQFA4GfoHTu7gpaalycRAqqYAJ4sO4NqNF37KBaMeQYLHc0hcV7jWQCffvm1 +p2J9tbgUouVlsOtmKOXDuLw= +=54zM +-----END PGP SIGNATURE----- diff --git a/sys-apps/textutils/textutils-2.1-r1.ebuild b/sys-apps/textutils/textutils-2.1-r1.ebuild index 5dce410835fd..3b5f38efa54a 100644 --- a/sys-apps/textutils/textutils-2.1-r1.ebuild +++ b/sys-apps/textutils/textutils-2.1-r1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1-r1.ebuild,v 1.11 2004/06/24 22:29:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1-r1.ebuild,v 1.12 2004/06/28 18:47:49 vapier Exp $ DESCRIPTION="textutils, sh-utils and fileutils are replaced by coreutils" HOMEPAGE="http://www.gnu.org/software/coreutils/" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc alpha mips hppa amd64 ppc64 s390" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ppc64 s390" +IUSE="" RDEPEND=">=sys-apps/coreutils-5.0-r3" |