diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-16 17:00:33 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-16 17:00:33 +0000 |
commit | 79c1fc46469c922000817421b996b3211948bef5 (patch) | |
tree | 79e55644187982264e803be7febfbb2db8d08299 /dev-perl/Guard | |
parent | [bump] dev-perl/JSON-XS-2.320.0 (diff) | |
download | gentoo-2-79c1fc46469c922000817421b996b3211948bef5.tar.gz gentoo-2-79c1fc46469c922000817421b996b3211948bef5.tar.bz2 gentoo-2-79c1fc46469c922000817421b996b3211948bef5.zip |
[bump] dev-perl/Guard-1.22.0
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Guard')
-rw-r--r-- | dev-perl/Guard/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Guard/Guard-1.22.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/Guard/ChangeLog b/dev-perl/Guard/ChangeLog index 0bde669391f9..e717e2f81e6e 100644 --- a/dev-perl/Guard/ChangeLog +++ b/dev-perl/Guard/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Guard # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Guard/ChangeLog,v 1.1 2011/08/15 14:11:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Guard/ChangeLog,v 1.2 2011/08/16 17:00:33 tove Exp $ + +*Guard-1.22.0 (16 Aug 2011) + + 16 Aug 2011; Torsten Veller <tove@gentoo.org> +Guard-1.22.0.ebuild: + Version bump *Guard-1.021 (15 Aug 2011) diff --git a/dev-perl/Guard/Guard-1.22.0.ebuild b/dev-perl/Guard/Guard-1.22.0.ebuild new file mode 100644 index 000000000000..98806a8168e6 --- /dev/null +++ b/dev-perl/Guard/Guard-1.22.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Guard/Guard-1.22.0.ebuild,v 1.1 2011/08/16 17:00:33 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MLEHMANN +MODULE_VERSION=1.022 +inherit perl-module + +DESCRIPTION="Safe cleanup blocks" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" |