diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-09-17 07:41:35 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-09-17 07:41:35 +0000 |
commit | 559bde8c1f8f68a960965f3ade7244b8994ce227 (patch) | |
tree | a296ad9396a8f4e96625cb6fdb5ea5aeb59f5fe8 /app-arch/unlzx | |
parent | New release, now based on OpenOffice.org 1.1.5 (diff) | |
download | historical-559bde8c1f8f68a960965f3ade7244b8994ce227.tar.gz historical-559bde8c1f8f68a960965f3ade7244b8994ce227.tar.bz2 historical-559bde8c1f8f68a960965f3ade7244b8994ce227.zip |
Marking ~ppc-macos (bug #105868)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-arch/unlzx')
-rw-r--r-- | app-arch/unlzx/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/unlzx/Manifest | 4 | ||||
-rw-r--r-- | app-arch/unlzx/unlzx-1.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/unlzx/ChangeLog b/app-arch/unlzx/ChangeLog index 200a71729270..d05bf9263ef5 100644 --- a/app-arch/unlzx/ChangeLog +++ b/app-arch/unlzx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unlzx # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/ChangeLog,v 1.14 2005/01/01 12:00:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/ChangeLog,v 1.15 2005/09/17 07:41:35 grobian Exp $ + + 17 Sep 2005; Fabian Groffen <grobian@gentoo.org> unlzx-1.1.ebuild: + Marking ~ppc-macos (bug #105868) 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/app-arch/unlzx/Manifest b/app-arch/unlzx/Manifest index 102e9ddc099c..33a31829c24e 100644 --- a/app-arch/unlzx/Manifest +++ b/app-arch/unlzx/Manifest @@ -1,4 +1,4 @@ -MD5 92167b9bb87f9db240786f4fdd39644d ChangeLog 1343 +MD5 902a3d739a74fdba83f5f101d557a97a unlzx-1.1.ebuild 789 +MD5 40c57d021e3714d93dab40555ce5eb99 ChangeLog 1445 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 -MD5 54d16437ecde9a8aa0790e1fbd34819d unlzx-1.1.ebuild 781 MD5 c79b876056d975f3733d869d5ad91ec2 files/digest-unlzx-1.1 112 diff --git a/app-arch/unlzx/unlzx-1.1.ebuild b/app-arch/unlzx/unlzx-1.1.ebuild index 118fcaabf764..589d371f75c5 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 # 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.22 2005/01/01 12:00:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.23 2005/09/17 07:41:35 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="x86 ppc sparc alpha amd64" +KEYWORDS="alpha amd64 ppc ~ppc-macos sparc x86" src_unpack() { mkdir ${S} |