diff options
author | 2006-01-17 10:09:04 +0000 | |
---|---|---|
committer | 2006-01-17 10:09:04 +0000 | |
commit | edccda0a89a1d5c30dac43db7a555d19067d98ab (patch) | |
tree | ce8a9e78981164787520d2f42fd81d8d7e9874cf /dev-perl/mime-construct | |
parent | -Os seems to create bad exception handling, replace with -O2. (diff) | |
download | gentoo-2-edccda0a89a1d5c30dac43db7a555d19067d98ab.tar.gz gentoo-2-edccda0a89a1d5c30dac43db7a555d19067d98ab.tar.bz2 gentoo-2-edccda0a89a1d5c30dac43db7a555d19067d98ab.zip |
Bug 107675, thanks JP for pointing out the missing dep. Bumped an -r so the dep would be caught
(Portage version: 2.0.53)
Diffstat (limited to 'dev-perl/mime-construct')
-rw-r--r-- | dev-perl/mime-construct/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/mime-construct/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/mime-construct/files/digest-mime-construct-1.9-r1 | 1 | ||||
-rw-r--r-- | dev-perl/mime-construct/mime-construct-1.9-r1.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/mime-construct/mime-construct-1.9.ebuild | 5 |
5 files changed, 34 insertions, 14 deletions
diff --git a/dev-perl/mime-construct/ChangeLog b/dev-perl/mime-construct/ChangeLog index ad40679cbbca..4b23e0d5858b 100644 --- a/dev-perl/mime-construct/ChangeLog +++ b/dev-perl/mime-construct/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/mime-construct # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/ChangeLog,v 1.2 2006/01/15 17:41:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/ChangeLog,v 1.3 2006/01/17 10:09:04 mcummings Exp $ + +*mime-construct-1.9-r1 (17 Jan 2006) + + 17 Jan 2006; <mcumming@gentoo.org> +mime-construct-1.9-r1.ebuild, + mime-construct-1.9.ebuild: + Bug 107675, thanks JP for pointing out the missing dep. Bumped an -r so the + dep would be caught 15 Jan 2006; Michael Cummings <mcummings@gentoo.org> mime-construct-1.9.ebuild: diff --git a/dev-perl/mime-construct/Manifest b/dev-perl/mime-construct/Manifest index dcc8b737833c..64b84161010a 100644 --- a/dev-perl/mime-construct/Manifest +++ b/dev-perl/mime-construct/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 3e1c401b9a955a0b4019dfb85ac92b83 ChangeLog 514 MD5 4007d9d91fe6f9cbd791c77e4b7bbfa5 files/digest-mime-construct-1.9 69 +MD5 4007d9d91fe6f9cbd791c77e4b7bbfa5 files/digest-mime-construct-1.9-r1 69 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 73b5d24e92dc2e5cae82586677fb16c0 mime-construct-1.9.ebuild 519 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDyolatG5z4I8BtQoRAoIPAJ9B7MjTKAr7InHajVyqBTFo+C9XwQCePtI2 -KAqfo1Zfi8oseMDqhryXAhI= -=+YNx ------END PGP SIGNATURE----- +MD5 d7072a177777885bb0fa5a1ec7483e48 mime-construct-1.9-r1.ebuild 427 +MD5 5ae4c608b1078bf87a3f9ea1a8ccac9f mime-construct-1.9.ebuild 541 diff --git a/dev-perl/mime-construct/files/digest-mime-construct-1.9-r1 b/dev-perl/mime-construct/files/digest-mime-construct-1.9-r1 new file mode 100644 index 000000000000..90a0ef3a241c --- /dev/null +++ b/dev-perl/mime-construct/files/digest-mime-construct-1.9-r1 @@ -0,0 +1 @@ +MD5 727a5b622fae6e2800caffae9b034f24 mime-construct-1.9.tar.gz 11803 diff --git a/dev-perl/mime-construct/mime-construct-1.9-r1.ebuild b/dev-perl/mime-construct/mime-construct-1.9-r1.ebuild new file mode 100644 index 000000000000..73207008db6d --- /dev/null +++ b/dev-perl/mime-construct/mime-construct-1.9-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 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.9-r1.ebuild,v 1.1 2006/01/17 10:09:04 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="construct and optionally mail MIME messages" +HOMEPAGE="http://search.cpan.org/~rosch/${P}/" +SRC_URI="mirror://cpan/authors/id/R/RO/ROSCH/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/MIME-Types + dev-perl/Proc-WaitStat" diff --git a/dev-perl/mime-construct/mime-construct-1.9.ebuild b/dev-perl/mime-construct/mime-construct-1.9.ebuild index 34551b171e7b..be346b51582a 100644 --- a/dev-perl/mime-construct/mime-construct-1.9.ebuild +++ b/dev-perl/mime-construct/mime-construct-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.9.ebuild,v 1.2 2006/01/15 17:41:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/mime-construct-1.9.ebuild,v 1.3 2006/01/17 10:09:04 mcummings Exp $ inherit perl-module @@ -15,4 +15,5 @@ IUSE="" SRC_TEST="do" -DEPEND="dev-perl/Proc-WaitStat" +DEPEND="dev-perl/MIME-Types + dev-perl/Proc-WaitStat" |