diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-25 16:39:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-25 16:39:54 +0000 |
commit | 8e8a40ecc89e685255e2c89ab7dc43fa2641ec21 (patch) | |
tree | 09d0ef8b996c7568d7feee8bec02eaa47e94d0c5 /dev-perl/Data-Hexify | |
parent | Stable for amd64, wrt bug #405621 (diff) | |
download | gentoo-2-8e8a40ecc89e685255e2c89ab7dc43fa2641ec21.tar.gz gentoo-2-8e8a40ecc89e685255e2c89ab7dc43fa2641ec21.tar.bz2 gentoo-2-8e8a40ecc89e685255e2c89ab7dc43fa2641ec21.zip |
Stable for amd64, wrt bug #405623
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Data-Hexify')
-rw-r--r-- | dev-perl/Data-Hexify/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Data-Hexify/ChangeLog b/dev-perl/Data-Hexify/ChangeLog index 711d17715c03..04e4574faac7 100644 --- a/dev-perl/Data-Hexify/ChangeLog +++ b/dev-perl/Data-Hexify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Data-Hexify # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Hexify/ChangeLog,v 1.4 2012/02/04 15:15:26 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Hexify/ChangeLog,v 1.5 2012/02/25 16:39:54 ago Exp $ + + 25 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Data-Hexify-1.0.0.ebuild: + Stable for amd64, wrt bug #405623 04 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org> metadata.xml: Fix maintainer's email in metadata diff --git a/dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild b/dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild index 283ce13d29cc..62e364082bb8 100644 --- a/dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild +++ b/dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild,v 1.1 2011/10/30 16:12:36 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Hexify/Data-Hexify-1.0.0.ebuild,v 1.2 2012/02/25 16:39:54 ago Exp $ EAPI=3 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Perl extension for hexdumping arbitrary data" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux" IUSE="" RDEPEND="" |