diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 15:02:29 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 15:02:29 +0000 |
commit | cbacf8d22c230b56ee79b1aef539fc3b7d6b7981 (patch) | |
tree | 49b84778afab9444be29e1b00c8b17f5f074afba /dev-php/PEAR-Mail_Mime | |
parent | fixed newdepend (diff) | |
download | gentoo-2-cbacf8d22c230b56ee79b1aef539fc3b7d6b7981.tar.gz gentoo-2-cbacf8d22c230b56ee79b1aef539fc3b7d6b7981.tar.bz2 gentoo-2-cbacf8d22c230b56ee79b1aef539fc3b7d6b7981.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-php/PEAR-Mail_Mime')
-rw-r--r-- | dev-php/PEAR-Mail_Mime/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/dev-php/PEAR-Mail_Mime/ChangeLog b/dev-php/PEAR-Mail_Mime/ChangeLog index 506b5b758c9f..dfaef9a0f378 100644 --- a/dev-php/PEAR-Mail_Mime/ChangeLog +++ b/dev-php/PEAR-Mail_Mime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Mail_Mime -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.10 2003/12/25 11:24:07 coredumb Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.11 2004/04/17 15:02:28 aliz Exp $ + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> + PEAR-Mail_Mime-1.2.1-r1.ebuild, PEAR-Mail_Mime-1.2.1.ebuild: + Added IUSE= *PEAR-Mail_Mime-1.2.1-r1 (25 Dec 2003) diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.ebuild index 260eac0f26d7..32a50193ee58 100644 --- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.ebuild +++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2.1-r1.ebuild,v 1.1 2003/12/25 11:24:07 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1-r1.ebuild,v 1.2 2004/04/17 15:02:28 aliz Exp $ inherit php-pear @@ -8,3 +8,4 @@ DESCRIPTION="Provides classes to deal with creation and manipulation of mime mes LICENSE="PHP" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="" diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild index e8abddcbb317..6e5039e79fd6 100644 --- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild +++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2.1.ebuild,v 1.8 2003/09/11 17:04:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild,v 1.9 2004/04/17 15:02:28 aliz Exp $ MY_P=${PN/PEAR-//}-${PV} DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages." @@ -12,6 +12,7 @@ KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="virtual/php" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} +IUSE="" src_install () { insinto /usr/lib/php/Mail |