diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 18:43:52 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 18:43:52 +0000 |
commit | 9ee3559dff2df6aa5d47ef862e6af3580113681e (patch) | |
tree | 1577b22c7d3eeef672aa1c871ffff56b41ab66e1 /app-arch/unlzx | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-9ee3559dff2df6aa5d47ef862e6af3580113681e.tar.gz gentoo-2-9ee3559dff2df6aa5d47ef862e6af3580113681e.tar.bz2 gentoo-2-9ee3559dff2df6aa5d47ef862e6af3580113681e.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-arch/unlzx')
-rw-r--r-- | app-arch/unlzx/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/unlzx/unlzx-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/unlzx/ChangeLog b/app-arch/unlzx/ChangeLog index 576cfaf3bec9..94b7e8d90dc0 100644 --- a/app-arch/unlzx/ChangeLog +++ b/app-arch/unlzx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unlzx -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/ChangeLog,v 1.16 2007/02/21 20:02:11 peper Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/ChangeLog,v 1.17 2008/01/26 18:43:52 grobian Exp $ + + 26 Jan 2008; Fabian Groffen <grobian@gentoo.org> unlzx-1.1.ebuild: + Dropped ppc-macos keyword, see you in prefix 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-arch/unlzx/unlzx-1.1.ebuild b/app-arch/unlzx/unlzx-1.1.ebuild index 98c3fc027656..7ce05c60f875 100644 --- a/app-arch/unlzx/unlzx-1.1.ebuild +++ b/app-arch/unlzx/unlzx-1.1.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/unlzx/unlzx-1.1.ebuild,v 1.24 2005/11/29 03:01:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.25 2008/01/26 18:43:52 grobian Exp $ DESCRIPTION="Unarchiver for Amiga LZX archives" SRC_URI="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme" @@ -9,7 +9,7 @@ HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme" SLOT="0" LICENSE="freedist" IUSE="" -KEYWORDS="alpha amd64 ~hppa ppc ~ppc-macos sparc x86" +KEYWORDS="alpha amd64 ~hppa ppc sparc x86" src_unpack() { mkdir ${S} |