diff options
-rw-r--r-- | dev-php/PEAR-MIME_Type/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild | 12 | ||||
-rw-r--r-- | dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.1.ebuild | 14 |
3 files changed, 21 insertions, 13 deletions
diff --git a/dev-php/PEAR-MIME_Type/ChangeLog b/dev-php/PEAR-MIME_Type/ChangeLog index 957e1835a5cf..c56ff6859582 100644 --- a/dev-php/PEAR-MIME_Type/ChangeLog +++ b/dev-php/PEAR-MIME_Type/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-MIME_Type # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.17 2012/02/24 14:31:55 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.18 2012/02/26 16:39:54 olemarkus Exp $ + +*PEAR-MIME_Type-1.3.1 (26 Feb 2012) + + 26 Feb 2012; Ole Markus With <olemarkus@gentoo.org> + +PEAR-MIME_Type-1.3.1.ebuild, -PEAR-MIME_Type-1.0.0.ebuild: + Version bump 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> PEAR-MIME_Type-1.3.0.ebuild: diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild deleted file mode 100644 index d434d10c4534..000000000000 --- a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild +++ /dev/null @@ -1,12 +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-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild,v 1.10 2010/01/26 22:09:48 ulm Exp $ - -inherit php-pear-r1 - -DESCRIPTION="Utility class for dealing with MIME types." -LICENSE="PHP-3" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86" -IUSE="" -RDEPEND=">=dev-php/PEAR-System_Command-1.0.2-r1" diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.1.ebuild b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.1.ebuild new file mode 100644 index 000000000000..c3904b943d08 --- /dev/null +++ b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.1.ebuild,v 1.1 2012/02/26 16:39:54 olemarkus Exp $ + +EAPI=4 + +inherit php-pear-r1 + +DESCRIPTION="Utility class for dealing with MIME types." +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +RDEPEND="dev-php/PEAR-System_Command" |