diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-27 18:39:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-27 18:39:06 +0000 |
commit | 2af8dd712c5f66c4bf85a0025332b88d0b442e15 (patch) | |
tree | 6319e5abf73ee65191afe3dc259d6a1ec688e525 /dev-perl/mime-construct | |
parent | remove old (diff) | |
download | historical-2af8dd712c5f66c4bf85a0025332b88d0b442e15.tar.gz historical-2af8dd712c5f66c4bf85a0025332b88d0b442e15.tar.bz2 historical-2af8dd712c5f66c4bf85a0025332b88d0b442e15.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/mime-construct')
-rw-r--r-- | dev-perl/mime-construct/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/mime-construct/mime-construct-1.900.0.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/mime-construct/ChangeLog b/dev-perl/mime-construct/ChangeLog index b13a0e2c8a82..06bd7a3d2c2e 100644 --- a/dev-perl/mime-construct/ChangeLog +++ b/dev-perl/mime-construct/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/mime-construct -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/ChangeLog,v 1.12 2010/03/10 09:53:26 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/ChangeLog,v 1.13 2011/08/27 18:29:44 tove Exp $ + +*mime-construct-1.900.0 (27 Aug 2011) + + 27 Aug 2011; Torsten Veller <tove@gentoo.org> +mime-construct-1.900.0.ebuild: + Change version scheme 10 Mar 2010; Joseph Jezak <josejx@gentoo.org> mime-construct-1.9-r1.ebuild: diff --git a/dev-perl/mime-construct/mime-construct-1.900.0.ebuild b/dev-perl/mime-construct/mime-construct-1.900.0.ebuild new file mode 100644 index 000000000000..059d057584ec --- /dev/null +++ b/dev-perl/mime-construct/mime-construct-1.900.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/mime-construct-1.900.0.ebuild,v 1.1 2011/08/27 18:29:44 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ROSCH +MODULE_VERSION=1.9 +inherit perl-module + +DESCRIPTION="construct and optionally mail MIME messages" + +LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="" + +RDEPEND="dev-perl/MIME-Types + dev-perl/Proc-WaitStat" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |