diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 05:51:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 05:51:29 +0000 |
commit | 2b3d247ccbc0a9e95ce5419d409a0c8292d49da2 (patch) | |
tree | b665179f741f6b7b6714c2488443e5c0f5357886 /app-arch/cabextract | |
parent | Bumping to newest upstream revision - 1.6.7. Marking 1.6.6-r1 as x86. (diff) | |
download | historical-2b3d247ccbc0a9e95ce5419d409a0c8292d49da2.tar.gz historical-2b3d247ccbc0a9e95ce5419d409a0c8292d49da2.tar.bz2 historical-2b3d247ccbc0a9e95ce5419d409a0c8292d49da2.zip |
header fix; arm needs deps first
Diffstat (limited to 'app-arch/cabextract')
-rw-r--r-- | app-arch/cabextract/cabextract-0.5.ebuild | 4 | ||||
-rw-r--r-- | app-arch/cabextract/cabextract-0.6.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-arch/cabextract/cabextract-0.5.ebuild b/app-arch/cabextract/cabextract-0.5.ebuild index 79e6789effaa..fb1f6aef8332 100644 --- a/app-arch/cabextract/cabextract-0.5.ebuild +++ b/app-arch/cabextract/cabextract-0.5.ebuild @@ -1,6 +1,6 @@ -# 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/cabextract/cabextract-0.5.ebuild,v 1.16 2003/02/13 05:53:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.5.ebuild,v 1.17 2004/02/22 05:47:46 mr_bones_ Exp $ DESCRIPTION="Extracts files from Microsoft .cab files" SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz" diff --git a/app-arch/cabextract/cabextract-0.6.ebuild b/app-arch/cabextract/cabextract-0.6.ebuild index 31c1afc6f287..d6d6c718a984 100644 --- a/app-arch/cabextract/cabextract-0.6.ebuild +++ b/app-arch/cabextract/cabextract-0.6.ebuild @@ -1,6 +1,6 @@ -# 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/cabextract/cabextract-0.6.ebuild,v 1.11 2003/12/17 05:00:43 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.6.ebuild,v 1.12 2004/02/22 05:47:46 mr_bones_ Exp $ DESCRIPTION="Extracts files from Microsoft .cab files" SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.kyz.uklinux.net/cabextract.php3" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha arm hppa mips amd64 ia64 ppc64" +KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 ppc64" DEPEND="virtual/glibc" |