diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-10 06:25:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-10 06:25:59 +0000 |
commit | be004f147b417fb68438abc8c5b537f9cfc9677b (patch) | |
tree | a2a64c810415ad341ca6c7de49328a1028b8abf9 /dev-perl/PBS-Client | |
parent | version bump (diff) | |
download | historical-be004f147b417fb68438abc8c5b537f9cfc9677b.tar.gz historical-be004f147b417fb68438abc8c5b537f9cfc9677b.tar.bz2 historical-be004f147b417fb68438abc8c5b537f9cfc9677b.zip |
Version bump
Package-Manager: portage-2.2_rc66/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/PBS-Client')
-rw-r--r-- | dev-perl/PBS-Client/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/PBS-Client/PBS-Client-0.08.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/PBS-Client/ChangeLog b/dev-perl/PBS-Client/ChangeLog index 0739781e5a81..713ab4ee030c 100644 --- a/dev-perl/PBS-Client/ChangeLog +++ b/dev-perl/PBS-Client/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/PBS-Client -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PBS-Client/ChangeLog,v 1.1 2009/04/30 15:53:44 weaver Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PBS-Client/ChangeLog,v 1.2 2010/03/10 06:25:59 tove Exp $ + +*PBS-Client-0.08 (10 Mar 2010) + + 10 Mar 2010; Torsten Veller <tove@gentoo.org> +PBS-Client-0.08.ebuild: + Version bump *PBS-Client-0.07 (30 Apr 2009) diff --git a/dev-perl/PBS-Client/PBS-Client-0.08.ebuild b/dev-perl/PBS-Client/PBS-Client-0.08.ebuild new file mode 100644 index 000000000000..14a97fa0a588 --- /dev/null +++ b/dev-perl/PBS-Client/PBS-Client-0.08.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 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.08.ebuild,v 1.1 2010/03/10 06:25:59 tove Exp $ + +EAPI=2 + +MODULE_SECTION=${PN/-//} +MODULE_AUTHOR=KWMAK +inherit perl-module + +DESCRIPTION="Perl interface to submit jobs to PBS (Portable Batch System)" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" |