diff options
author | Markus Meier <maekke@gentoo.org> | 2008-01-17 14:31:43 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-01-17 14:31:43 +0000 |
commit | 7a8117841fbc0bad472e6631b8b7802d1c87ca81 (patch) | |
tree | 4a699e2ad2346b9825544d5df4b3f099f7ee2347 /dev-perl | |
parent | amd64 stable (diff) | |
download | gentoo-2-7a8117841fbc0bad472e6631b8b7802d1c87ca81.tar.gz gentoo-2-7a8117841fbc0bad472e6631b8b7802d1c87ca81.tar.bz2 gentoo-2-7a8117841fbc0bad472e6631b8b7802d1c87ca81.zip |
x86 stable, bug #206322
(Portage version: 2.1.4)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/GD-Barcode/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/GD-Barcode/ChangeLog b/dev-perl/GD-Barcode/ChangeLog index 67ee10f47220..c4bdbe0a4566 100644 --- a/dev-perl/GD-Barcode/ChangeLog +++ b/dev-perl/GD-Barcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/GD-Barcode -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/ChangeLog,v 1.1 2007/01/25 19:30:37 ian Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/ChangeLog,v 1.2 2008/01/17 14:31:43 maekke Exp $ + + 17 Jan 2008; Markus Meier <maekke@gentoo.org> GD-Barcode-1.15.ebuild: + x86 stable, bug #206322 *GD-Barcode-1.15 (25 Jan 2007) diff --git a/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild b/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild index bda31f598b87..44b8ff2f13db 100644 --- a/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild +++ b/dev-perl/GD-Barcode/GD-Barcode-1.15.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/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild,v 1.2 2007/07/10 23:33:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild,v 1.3 2008/01/17 14:31:43 maekke Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/K/KW/KWITKNR/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" SRC_TEST="do" |