diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 18:59:42 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 18:59:42 +0000 |
commit | e90fd1b12a5c1d0003628aaa3686d05e53bc559c (patch) | |
tree | 5dc7d119d2cdd32e1ca3fe3abdca334c4bb8af7b /app-arch/rzip | |
parent | old (diff) | |
download | historical-e90fd1b12a5c1d0003628aaa3686d05e53bc559c.tar.gz historical-e90fd1b12a5c1d0003628aaa3686d05e53bc559c.tar.bz2 historical-e90fd1b12a5c1d0003628aaa3686d05e53bc559c.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-arch/rzip')
-rw-r--r-- | app-arch/rzip/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/rzip/rzip-2.0-r2.ebuild | 6 | ||||
-rw-r--r-- | app-arch/rzip/rzip-2.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-arch/rzip/ChangeLog b/app-arch/rzip/ChangeLog index 89e7636664b5..5805bd7afdc2 100644 --- a/app-arch/rzip/ChangeLog +++ b/app-arch/rzip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/rzip -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/ChangeLog,v 1.21 2007/06/09 17:14:22 welp Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/ChangeLog,v 1.22 2008/01/26 18:48:08 grobian Exp $ + + 26 Jan 2008; Fabian Groffen <grobian@gentoo.org> rzip-2.0-r2.ebuild, + rzip-2.1.ebuild: + Dropped ppc-macos keyword, see you in prefix 09 Jun 2007; Peter Weller <welp@gentoo.org> rzip-2.1.ebuild: Stable on amd64 wrt bug 181410 diff --git a/app-arch/rzip/rzip-2.0-r2.ebuild b/app-arch/rzip/rzip-2.0-r2.ebuild index 45bd7b828557..c5fcedee2fd2 100644 --- a/app-arch/rzip/rzip-2.0-r2.ebuild +++ b/app-arch/rzip/rzip-2.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.0-r2.ebuild,v 1.4 2005/11/29 03:00:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.0-r2.ebuild,v 1.5 2008/01/26 18:48:08 grobian Exp $ inherit autotools @@ -10,7 +10,7 @@ SRC_URI="http://rzip.samba.org/ftp/rzip/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="app-arch/bzip2 diff --git a/app-arch/rzip/rzip-2.1.ebuild b/app-arch/rzip/rzip-2.1.ebuild index f6c346c43244..e5d8e9953f84 100644 --- a/app-arch/rzip/rzip-2.1.ebuild +++ b/app-arch/rzip/rzip-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.1.ebuild,v 1.6 2007/06/09 17:14:22 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.1.ebuild,v 1.7 2008/01/26 18:48:08 grobian Exp $ inherit autotools @@ -10,7 +10,7 @@ SRC_URI="http://rzip.samba.org/ftp/rzip/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc-macos ppc64 sparc x86" +KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86" IUSE="" DEPEND="app-arch/bzip2 |