diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/File-chmod | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-chmod')
-rw-r--r-- | dev-perl/File-chmod/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-chmod/File-chmod-0.32.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-perl/File-chmod/ChangeLog b/dev-perl/File-chmod/ChangeLog index c2292d1094ed..a169267ef3f7 100644 --- a/dev-perl/File-chmod/ChangeLog +++ b/dev-perl/File-chmod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-chmod # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.11 2011/09/03 21:05:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.12 2011/09/04 11:23:18 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -File-chmod-0.32.ebuild: + Cleanup 03 Sep 2011; Torsten Veller <tove@gentoo.org> File-chmod-0.320.0.ebuild: Merge stable keywords from former version scheme ebuild diff --git a/dev-perl/File-chmod/File-chmod-0.32.ebuild b/dev-perl/File-chmod/File-chmod-0.32.ebuild deleted file mode 100644 index 291992a865f9..000000000000 --- a/dev-perl/File-chmod/File-chmod-0.32.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 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.32.ebuild,v 1.9 2010/01/09 21:13:39 grobian Exp $ - -MODULE_AUTHOR=PINYAN - -inherit perl-module - -DESCRIPTION="Implements symbolic and ls chmod modes" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ~ppc sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" -IUSE="" - -DEPEND="dev-lang/perl" |