diff options
author | 2010-06-14 17:19:06 +0000 | |
---|---|---|
committer | 2010-06-14 17:19:06 +0000 | |
commit | cdfb45f3fef5964c934ed142e6278e86c3ea4e4d (patch) | |
tree | d7f2d1ea0cd3a2f2256448afbb53c732fae849c5 /dev-php5/libchart | |
parent | pengupop upstream went away (bug #323949) (diff) | |
download | gentoo-2-cdfb45f3fef5964c934ed142e6278e86c3ea4e4d.tar.gz gentoo-2-cdfb45f3fef5964c934ed142e6278e86c3ea4e4d.tar.bz2 gentoo-2-cdfb45f3fef5964c934ed142e6278e86c3ea4e4d.zip |
bump, cleanup
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/libchart')
-rw-r--r-- | dev-php5/libchart/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/libchart/libchart-1.2.1.ebuild (renamed from dev-php5/libchart/libchart-1.2.ebuild) | 19 |
2 files changed, 17 insertions, 12 deletions
diff --git a/dev-php5/libchart/ChangeLog b/dev-php5/libchart/ChangeLog index c004a3cb9eed..5bff7dd3a184 100644 --- a/dev-php5/libchart/ChangeLog +++ b/dev-php5/libchart/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/libchart -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/libchart/ChangeLog,v 1.2 2007/12/01 16:36:50 swegener Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/libchart/ChangeLog,v 1.3 2010/06/14 17:19:06 mabi Exp $ + +*libchart-1.2.1 (14 Jun 2010) + + 14 Jun 2010; <mabi@gentoo.org> -libchart-1.2.ebuild, + +libchart-1.2.1.ebuild: + bump with ebuild from Ole Markus With, cleanup *libchart-1.2 (29 Nov 2007) diff --git a/dev-php5/libchart/libchart-1.2.ebuild b/dev-php5/libchart/libchart-1.2.1.ebuild index a11c5163ff98..b7b84fcfe522 100644 --- a/dev-php5/libchart/libchart-1.2.ebuild +++ b/dev-php5/libchart/libchart-1.2.1.ebuild @@ -1,26 +1,25 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/libchart/libchart-1.2.ebuild,v 1.1 2007/11/29 23:45:15 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/libchart/libchart-1.2.1.ebuild,v 1.1 2010/06/14 17:19:06 mabi Exp $ + +EAPI="2" inherit php-lib-r1 depend.php DESCRIPTION="Libchart is a chart creation PHP library that is easy to use." HOMEPAGE="http://naku.dohcrew.com/libchart" -SRC_URI="http://naku.dohcrew.com/${PN}/files/${P}.tar.gz" +SRC_URI="http://libchart.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3 BitstreamVera" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" SLOT=0 IUSE="examples" need_php5 -pkg_setup() { - if ! PHPCHECKNODIE="yes" require_php_with_use truetype || \ - ! PHPCHECKNODIE="yes" require_php_with_any_use gd gd-external ; then - die "Re-install ${PHP_PKG} with truetype and either gd or gd-external in USE." - fi -} +DEPEND="" +RDEPEND="dev-lang/php[truetype] + || ( dev-lang/php[gd] dev-lang/php[gd-external] )" src_install() { php-lib-r1_src_install ${PN} `cd ${PN}; find . -type f -print` |