diff options
author | Dominik Stadler <centic@gentoo.org> | 2004-04-29 19:39:13 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2004-04-29 19:39:13 +0000 |
commit | e5fd26c802f00348385b7e8a3d41fea9d880305d (patch) | |
tree | 09ef0447508febff106f7dffef42812bafa010d4 /app-arch/karchiver | |
parent | Add ~alpha (Manifest recommit) (diff) | |
download | gentoo-2-e5fd26c802f00348385b7e8a3d41fea9d880305d.tar.gz gentoo-2-e5fd26c802f00348385b7e8a3d41fea9d880305d.tar.bz2 gentoo-2-e5fd26c802f00348385b7e8a3d41fea9d880305d.zip |
Add missing IUSE to ebuilds, make 3.0.8 stable on x86, add new version 3.0.10 as ~x86.
Diffstat (limited to 'app-arch/karchiver')
-rw-r--r-- | app-arch/karchiver/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/karchiver/Manifest | 8 | ||||
-rw-r--r-- | app-arch/karchiver/files/digest-karchiver-3.0.10 | 1 | ||||
-rw-r--r-- | app-arch/karchiver/karchiver-3.0.10.ebuild | 17 | ||||
-rw-r--r-- | app-arch/karchiver/karchiver-3.0.3.ebuild | 7 | ||||
-rw-r--r-- | app-arch/karchiver/karchiver-3.0.8.ebuild | 10 |
6 files changed, 39 insertions, 12 deletions
diff --git a/app-arch/karchiver/ChangeLog b/app-arch/karchiver/ChangeLog index c060cc383954..89b04a190315 100644 --- a/app-arch/karchiver/ChangeLog +++ b/app-arch/karchiver/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/karchiver -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/ChangeLog,v 1.9 2003/12/28 04:26:22 caleb Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/ChangeLog,v 1.10 2004/04/29 19:39:13 centic Exp $ + + 29 Apr 2004; Dominik Stadler <centic@gentoo.org> karchiver-3.0.3.ebuild, + karchiver-3.0.8.ebuild: + Add missing IUSE to ebuilds, mark 3.0.8 stable on x86. *karchiver-3.0.8 (27 Dec 2003) diff --git a/app-arch/karchiver/Manifest b/app-arch/karchiver/Manifest index f996025696ea..5ca6ee6b72a6 100644 --- a/app-arch/karchiver/Manifest +++ b/app-arch/karchiver/Manifest @@ -1,6 +1,8 @@ -MD5 c22255e3c761c257a1702023d139b01f ChangeLog 1087 -MD5 be58a6360f0776f8a57b4dcefb97dce7 karchiver-3.0.8.ebuild 516 -MD5 c74e8ccdfcc23326b8bdf3e8dad75e26 karchiver-3.0.3.ebuild 513 +MD5 2f999cdcbd7f3834f069eaa753695fa2 ChangeLog 1246 +MD5 b61eeac5ac31c3acd471c3cc8d21c3ee karchiver-3.0.3.ebuild 521 +MD5 9febbc6bd302b026e31c15af66f33758 karchiver-3.0.8.ebuild 524 MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 +MD5 ee6b63c51b26b06335eb8daa8e8721bc karchiver-3.0.10.ebuild 423 MD5 e410da025f23012ddbe6c1bde93fa54f files/digest-karchiver-3.0.3 68 MD5 3b5e6930a4850dbba4fa65864cebdd3b files/digest-karchiver-3.0.8 68 +MD5 7f788e67bbe98edcd4a5e70d09dfd0ce files/digest-karchiver-3.0.10 69 diff --git a/app-arch/karchiver/files/digest-karchiver-3.0.10 b/app-arch/karchiver/files/digest-karchiver-3.0.10 new file mode 100644 index 000000000000..573d325e8b03 --- /dev/null +++ b/app-arch/karchiver/files/digest-karchiver-3.0.10 @@ -0,0 +1 @@ +MD5 59c383b89581a4cf258491c62bf40b82 karchiver-3.0.10.tar.bz2 894785 diff --git a/app-arch/karchiver/karchiver-3.0.10.ebuild b/app-arch/karchiver/karchiver-3.0.10.ebuild new file mode 100644 index 000000000000..056717e0690b --- /dev/null +++ b/app-arch/karchiver/karchiver-3.0.10.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/karchiver-3.0.10.ebuild,v 1.1 2004/04/29 19:39:13 centic Exp $ + +inherit kde +need-kde 3.1 + +DESCRIPTION="Utility to ease working with compressed files such as tar.gz/tar.bz2" +HOMEPAGE="http://perso.wanadoo.fr/coquelle/karchiver/" +SRC_URI="http://perso.wanadoo.fr/coquelle/karchiver/${P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc" + +SLOT="0" +IUSE="" + diff --git a/app-arch/karchiver/karchiver-3.0.3.ebuild b/app-arch/karchiver/karchiver-3.0.3.ebuild index d72cad3a5047..cf793d3c6bcc 100644 --- a/app-arch/karchiver/karchiver-3.0.3.ebuild +++ b/app-arch/karchiver/karchiver-3.0.3.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/karchiver-3.0.3.ebuild,v 1.5 2003/12/28 04:26:22 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/karchiver-3.0.3.ebuild,v 1.6 2004/04/29 19:39:13 centic Exp $ inherit kde need-kde 3 -DESCRIPTION="utility to ease working with compressed files such as tar.gz/tar.bz2" +DESCRIPTION="Utility to ease working with compressed files such as tar.gz/tar.bz2" HOMEPAGE="http://perso.wanadoo.fr/coquelle/karchiver/" SRC_URI="http://perso.wanadoo.fr/coquelle/karchiver/${P}.tar.bz2" LICENSE="GPL-1" SLOT="3.0" +IUSE="" KEYWORDS="x86 ppc sparc" diff --git a/app-arch/karchiver/karchiver-3.0.8.ebuild b/app-arch/karchiver/karchiver-3.0.8.ebuild index 79ed2246f54c..94dcd8e724ed 100644 --- a/app-arch/karchiver/karchiver-3.0.8.ebuild +++ b/app-arch/karchiver/karchiver-3.0.8.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/karchiver-3.0.8.ebuild,v 1.1 2003/12/28 04:26:22 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/karchiver-3.0.8.ebuild,v 1.2 2004/04/29 19:39:13 centic Exp $ inherit kde need-kde 3.1 -DESCRIPTION="utility to ease working with compressed files such as tar.gz/tar.bz2" +DESCRIPTION="Utility to ease working with compressed files such as tar.gz/tar.bz2" HOMEPAGE="http://perso.wanadoo.fr/coquelle/karchiver/" SRC_URI="http://perso.wanadoo.fr/coquelle/karchiver/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +IUSE="" +KEYWORDS="x86 ~ppc ~sparc" + |