diff options
author | David Holm <dholm@gentoo.org> | 2004-06-12 22:45:13 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-12 22:45:13 +0000 |
commit | 55799ecee04599a22ab27030398e39a78bb5a88e (patch) | |
tree | d4a70a3c2246879dbcc2f7110e4a6f798abd5ebf /app-text/barcode | |
parent | major functionality fix (diff) | |
download | historical-55799ecee04599a22ab27030398e39a78bb5a88e.tar.gz historical-55799ecee04599a22ab27030398e39a78bb5a88e.tar.bz2 historical-55799ecee04599a22ab27030398e39a78bb5a88e.zip |
Added to ~ppc
Diffstat (limited to 'app-text/barcode')
-rw-r--r-- | app-text/barcode/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/barcode/barcode-0.98.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/barcode/ChangeLog b/app-text/barcode/ChangeLog index 8a32d0ffa5d7..5a2e8fcd2209 100644 --- a/app-text/barcode/ChangeLog +++ b/app-text/barcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/barcode -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.3 2003/10/28 17:37:53 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.4 2004/06/12 22:43:49 dholm Exp $ + + 13 Jun 2004; David Holm <dholm@gentoo.org> barcode-0.98.ebuild: + Added to ~ppc. *barcode-0.98 (23 Nov 2002) diff --git a/app-text/barcode/barcode-0.98.ebuild b/app-text/barcode/barcode-0.98.ebuild index f0445058adc9..f44831ac8e2a 100644 --- a/app-text/barcode/barcode-0.98.ebuild +++ b/app-text/barcode/barcode-0.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.5 2004/04/07 21:37:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.6 2004/06/12 22:43:49 dholm Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/barcode/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" src_unpack() { unpack ${A} |