diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-12 07:12:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-12 07:12:59 +0000 |
commit | e85ff4b84dcb704a298d2f980640f1d4f679ce4b (patch) | |
tree | 69e4e1403b0c40bf004685aef348eedb7acb39d1 /virtual/perl-Safe | |
parent | Version bump (diff) | |
download | gentoo-2-e85ff4b84dcb704a298d2f980640f1d4f679ce4b.tar.gz gentoo-2-e85ff4b84dcb704a298d2f980640f1d4f679ce4b.tar.bz2 gentoo-2-e85ff4b84dcb704a298d2f980640f1d4f679ce4b.zip |
Version bump
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Safe')
-rw-r--r-- | virtual/perl-Safe/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.22.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/virtual/perl-Safe/ChangeLog b/virtual/perl-Safe/ChangeLog index 7cd7ca6fd49c..74bf59252e05 100644 --- a/virtual/perl-Safe/ChangeLog +++ b/virtual/perl-Safe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-Safe # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.16 2010/01/17 14:37:10 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.17 2010/02/12 07:12:59 tove Exp $ + +*perl-Safe-2.22 (12 Feb 2010) + + 12 Feb 2010; Torsten Veller <tove@gentoo.org> +perl-Safe-2.22.ebuild: + Version bump 17 Jan 2010; Torsten Veller <tove@gentoo.org> -perl-Safe-2.11.ebuild, -perl-Safe-2.16.ebuild, -perl-Safe-2.17.ebuild: diff --git a/virtual/perl-Safe/perl-Safe-2.22.ebuild b/virtual/perl-Safe/perl-Safe-2.22.ebuild new file mode 100644 index 000000000000..345c0be8f4b7 --- /dev/null +++ b/virtual/perl-Safe/perl-Safe-2.22.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.22.ebuild,v 1.1 2010/02/12 07:12:59 tove Exp $ + +DESCRIPTION="Virtual for Safe" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="~perl-core/Safe-${PV}" |