diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 15:43:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 15:43:40 +0000 |
commit | a0ed54a57618607e90f065c86e66d85b0fc15e94 (patch) | |
tree | a30338068f089467b85bfa792761cb5d890f31bb /dev-perl/PBS-Client | |
parent | Cleanup (diff) | |
download | gentoo-2-a0ed54a57618607e90f065c86e66d85b0fc15e94.tar.gz gentoo-2-a0ed54a57618607e90f065c86e66d85b0fc15e94.tar.bz2 gentoo-2-a0ed54a57618607e90f065c86e66d85b0fc15e94.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/PBS-Client')
-rw-r--r-- | dev-perl/PBS-Client/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/PBS-Client/PBS-Client-0.90.0.ebuild | 18 |
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-perl/PBS-Client/ChangeLog b/dev-perl/PBS-Client/ChangeLog index d2c27f6c870f..93f86c375702 100644 --- a/dev-perl/PBS-Client/ChangeLog +++ b/dev-perl/PBS-Client/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PBS-Client -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PBS-Client/ChangeLog,v 1.9 2012/12/10 19:25:08 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PBS-Client/ChangeLog,v 1.10 2013/01/06 15:43:40 tove Exp $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> -PBS-Client-0.90.0.ebuild: + Cleanup *PBS-Client-0.100.0 (10 Dec 2012) diff --git a/dev-perl/PBS-Client/PBS-Client-0.90.0.ebuild b/dev-perl/PBS-Client/PBS-Client-0.90.0.ebuild deleted file mode 100644 index 3f78e24483f9..000000000000 --- a/dev-perl/PBS-Client/PBS-Client-0.90.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PBS-Client/PBS-Client-0.90.0.ebuild,v 1.1 2011/08/29 11:09:19 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=KWMAK -MODULE_VERSION=0.09 -MODULE_SECTION=PBS/Client -inherit perl-module - -DESCRIPTION="Perl interface to submit jobs to PBS (Portable Batch System)" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_TEST="do" |