diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-05 07:25:56 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-05 07:25:56 +0000 |
commit | 7b4c16a848518db720fd80060ec90207ab567080 (patch) | |
tree | 21c0a4d0abdbc4a1196f5e5ebfcbd60a0d2a77ab /dev-perl/PDF-Create | |
parent | Update dev-vcs/rcs dependency after package move, bug 56967. (diff) | |
download | gentoo-2-7b4c16a848518db720fd80060ec90207ab567080.tar.gz gentoo-2-7b4c16a848518db720fd80060ec90207ab567080.tar.bz2 gentoo-2-7b4c16a848518db720fd80060ec90207ab567080.zip |
Version bump
(Portage version: 2.2_rc64/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/PDF-Create')
-rw-r--r-- | dev-perl/PDF-Create/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/PDF-Create/PDF-Create-1.05.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/PDF-Create/ChangeLog b/dev-perl/PDF-Create/ChangeLog index 426bd7a510e4..3ad7d5da7efc 100644 --- a/dev-perl/PDF-Create/ChangeLog +++ b/dev-perl/PDF-Create/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/PDF-Create -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-Create/ChangeLog,v 1.24 2009/12/24 19:41:04 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-Create/ChangeLog,v 1.25 2010/03/05 07:25:56 tove Exp $ + +*PDF-Create-1.05 (05 Mar 2010) + + 05 Mar 2010; Torsten Veller <tove@gentoo.org> +PDF-Create-1.05.ebuild: + Version bump 24 Dec 2009; Torsten Veller <tove@gentoo.org> -PDF-Create-0.06.1b.ebuild: Cleanup diff --git a/dev-perl/PDF-Create/PDF-Create-1.05.ebuild b/dev-perl/PDF-Create/PDF-Create-1.05.ebuild new file mode 100644 index 000000000000..c0ff59190219 --- /dev/null +++ b/dev-perl/PDF-Create/PDF-Create-1.05.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-Create/PDF-Create-1.05.ebuild,v 1.1 2010/03/05 07:25:56 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=MARKUSB +inherit perl-module + +DESCRIPTION="PDF::Create allows you to create PDF documents" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST=do + +src_prepare() { + rm "${S}"/Changes.PL || die + sed -i "/Changes.PL/d" "${S}"/MANIFEST || die + perl-module_src_prepare +} |