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 | 6bcd870c0f745ce07aa3590a0b2a4c2c90449872 (patch) | |
tree | 11daaa6415990085440ea07e41c2d7273ad92493 /app-arch | |
parent | Add ~alpha (diff) | |
download | historical-6bcd870c0f745ce07aa3590a0b2a4c2c90449872.tar.gz historical-6bcd870c0f745ce07aa3590a0b2a4c2c90449872.tar.bz2 historical-6bcd870c0f745ce07aa3590a0b2a4c2c90449872.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')
-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..9c6c30f76e66 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 8620f7f7a97ef437b974e0fe1ef03a3d ChangeLog 1248 +MD5 e80b0fc800e342304d8a32bc90fe2b10 karchiver-3.0.3.ebuild 522 +MD5 65723eb1551a8a42ddb956ae40b2bfdb karchiver-3.0.8.ebuild 525 MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 +MD5 ff763695b63cadec9195ad46b0a57c3c karchiver-3.0.10.ebuild 528 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" + |