summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2013-03-25 20:43:08 +0000
committerMatti Bickel <mabi@gentoo.org>2013-03-25 20:43:08 +0000
commit3925dae485232905a39138b50d40a9f079aa58af (patch)
tree5a6f14601759f9ad42b05a1aadb75eb4d249a9a2 /dev-php
parentStable for x86, wrt bug #456484 (diff)
downloadgentoo-2-3925dae485232905a39138b50d40a9f079aa58af.tar.gz
gentoo-2-3925dae485232905a39138b50d40a9f079aa58af.tar.bz2
gentoo-2-3925dae485232905a39138b50d40a9f079aa58af.zip
cleanup, version bump
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Mail_Mime/ChangeLog10
-rw-r--r--dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.5.2.ebuild22
-rw-r--r--dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.7.ebuild (renamed from dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild)16
3 files changed, 13 insertions, 35 deletions
diff --git a/dev-php/PEAR-Mail_Mime/ChangeLog b/dev-php/PEAR-Mail_Mime/ChangeLog
index c116a82571d7..cbe55893d404 100644
--- a/dev-php/PEAR-Mail_Mime/ChangeLog
+++ b/dev-php/PEAR-Mail_Mime/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Mail_Mime
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.76 2012/03/13 13:17:27 kumba Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.77 2013/03/25 20:43:08 mabi Exp $
+
+*PEAR-Mail_Mime-1.8.7 (25 Mar 2013)
+
+ 25 Mar 2013; Matti Bickel <mabi@gentoo.org> +PEAR-Mail_Mime-1.8.7.ebuild,
+ -PEAR-Mail_Mime-1.5.2.ebuild, -PEAR-Mail_Mime-1.6.0.ebuild:
+ cleanup, version bump
13 Mar 2012; Joshua Kinard <kumba@gentoo.org>
+files/1.8.3-php-pass-by-reference-fix.patch, PEAR-Mail_Mime-1.8.3.ebuild:
diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.5.2.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.5.2.ebuild
deleted file mode 100644
index e0d998b629cc..000000000000
--- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.5.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.5.2.ebuild,v 1.18 2010/04/27 16:20:26 beandog Exp $
-
-inherit php-pear-r1 eutils
-
-DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-PDEPEND="dev-php/PEAR-Mail_mimeDecode"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # see Bug 125451; http://pear.php.net/bugs/bug.php?id=5333
- epatch "${FILESDIR}"/1.5.2-php-pass-by-reference-fix.patch
-}
diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.7.ebuild
index 87d2faa74efc..b06e1b0ba862 100644
--- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.7.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild,v 1.2 2010/04/27 16:20:26 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.7.ebuild,v 1.1 2013/03/25 20:43:08 mabi Exp $
-inherit php-pear-r1 eutils
+EAPI="4"
+
+inherit php-pear-r1
DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages"
@@ -12,11 +14,3 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
PDEPEND="dev-php/PEAR-Mail_mimeDecode"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # see Bug 125451; http://pear.php.net/bugs/bug.php?id=5333
- epatch "${FILESDIR}"/1.5.2-php-pass-by-reference-fix.patch
-}