diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-29 09:55:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-29 09:55:36 +0000 |
commit | ffdab51973a68637735e1bddcc64c9e15dbe23c4 (patch) | |
tree | 20e6be1b653f1561797bd6ec8715f329a70e46d5 /dev-perl/PostScript-Simple | |
parent | Version bump. (diff) | |
download | historical-ffdab51973a68637735e1bddcc64c9e15dbe23c4.tar.gz historical-ffdab51973a68637735e1bddcc64c9e15dbe23c4.tar.bz2 historical-ffdab51973a68637735e1bddcc64c9e15dbe23c4.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/PostScript-Simple')
-rw-r--r-- | dev-perl/PostScript-Simple/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/PostScript-Simple/PostScript-Simple-0.70.0.ebuild | 16 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/PostScript-Simple/ChangeLog b/dev-perl/PostScript-Simple/ChangeLog index 0fbbac004900..967f34c81dca 100644 --- a/dev-perl/PostScript-Simple/ChangeLog +++ b/dev-perl/PostScript-Simple/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/PostScript-Simple -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/ChangeLog,v 1.16 2007/12/27 13:46:30 ticho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/ChangeLog,v 1.17 2011/08/29 09:55:01 tove Exp $ + +*PostScript-Simple-0.70.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> + +PostScript-Simple-0.70.0.ebuild: + Change version scheme 27 Dec 2007; Andrej Kacian <ticho@gentoo.org> PostScript-Simple-0.07.ebuild: diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0.ebuild new file mode 100644 index 000000000000..051d214062b0 --- /dev/null +++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0.ebuild,v 1.1 2011/08/29 09:55:01 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MCNEWTON +MODULE_VERSION=0.07 +inherit perl-module + +DESCRIPTION="Allows you to have a simple method of writing PostScript files from Perl" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" |