diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:43:59 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:43:59 +0000 |
commit | 21cb6e68a969fb281d02739ce9d32537deb8643e (patch) | |
tree | 76bbaac91c0a2d6bd5763494e5d87472cf6f0dfa | |
parent | Version bump (diff) | |
download | gentoo-2-21cb6e68a969fb281d02739ce9d32537deb8643e.tar.gz gentoo-2-21cb6e68a969fb281d02739ce9d32537deb8643e.tar.bz2 gentoo-2-21cb6e68a969fb281d02739ce9d32537deb8643e.zip |
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
-rw-r--r-- | dev-php/PEAR-MIME_Type/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.2.0.ebuild | 12 |
2 files changed, 19 insertions, 2 deletions
diff --git a/dev-php/PEAR-MIME_Type/ChangeLog b/dev-php/PEAR-MIME_Type/ChangeLog index 28c08b98a8cf..3385e05d00c8 100644 --- a/dev-php/PEAR-MIME_Type/ChangeLog +++ b/dev-php/PEAR-MIME_Type/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-MIME_Type -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.12 2007/12/06 00:33:17 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.13 2009/08/22 19:43:59 beandog Exp $ + +*PEAR-MIME_Type-1.2.0 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-MIME_Type-1.2.0.ebuild: + Version bump 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: LICENSE fix from project overlay diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.2.0.ebuild b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.2.0.ebuild new file mode 100644 index 000000000000..65f9b9c41491 --- /dev/null +++ b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.2.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 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.2.0.ebuild,v 1.1 2009/08/22 19:43:59 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Utility class for dealing with MIME types." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +RDEPEND="dev-php/PEAR-System_Command" |