diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 15:34:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 15:34:30 +0000 |
commit | 73ad09da4ef3ec7e494924045ba40605ccc3e2c7 (patch) | |
tree | 584f527921e4d46d4c85b000a3297cf37e735089 /dev-perl/File-chmod | |
parent | Change version scheme (diff) | |
download | gentoo-2-73ad09da4ef3ec7e494924045ba40605ccc3e2c7.tar.gz gentoo-2-73ad09da4ef3ec7e494924045ba40605ccc3e2c7.tar.bz2 gentoo-2-73ad09da4ef3ec7e494924045ba40605ccc3e2c7.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-chmod')
-rw-r--r-- | dev-perl/File-chmod/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/File-chmod/File-chmod-0.320.0.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-perl/File-chmod/ChangeLog b/dev-perl/File-chmod/ChangeLog index 0b9b75175cda..fc0e5d10b7aa 100644 --- a/dev-perl/File-chmod/ChangeLog +++ b/dev-perl/File-chmod/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-chmod -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.9 2010/01/09 21:13:39 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.10 2011/08/30 15:34:30 tove Exp $ + +*File-chmod-0.320.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-chmod-0.320.0.ebuild: + Change version scheme 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> File-chmod-0.32.ebuild: Transfer Prefix keywords diff --git a/dev-perl/File-chmod/File-chmod-0.320.0.ebuild b/dev-perl/File-chmod/File-chmod-0.320.0.ebuild new file mode 100644 index 000000000000..eff0c6707250 --- /dev/null +++ b/dev-perl/File-chmod/File-chmod-0.320.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/File-chmod-0.320.0.ebuild,v 1.1 2011/08/30 15:34:30 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=PINYAN +MODULE_VERSION=0.32 +inherit perl-module + +DESCRIPTION="Implements symbolic and ls chmod modes" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" +IUSE="" |