diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 02:31:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 02:31:32 +0000 |
commit | e4cf68863cbb153e8a06fa0ec19bbcbc47b604ca (patch) | |
tree | 9ce884064ac2b5382863e2eccdf989aca92987c1 /dev-php/jpgraph | |
parent | fix license/repoman (diff) | |
download | gentoo-2-e4cf68863cbb153e8a06fa0ec19bbcbc47b604ca.tar.gz gentoo-2-e4cf68863cbb153e8a06fa0ec19bbcbc47b604ca.tar.bz2 gentoo-2-e4cf68863cbb153e8a06fa0ec19bbcbc47b604ca.zip |
fix license/repoman
Diffstat (limited to 'dev-php/jpgraph')
-rw-r--r-- | dev-php/jpgraph/jpgraph-1.12.2.ebuild | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/dev-php/jpgraph/jpgraph-1.12.2.ebuild b/dev-php/jpgraph/jpgraph-1.12.2.ebuild index f81601672172..118a14fa370b 100644 --- a/dev-php/jpgraph/jpgraph-1.12.2.ebuild +++ b/dev-php/jpgraph/jpgraph-1.12.2.ebuild @@ -1,39 +1,31 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Released under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/jpgraph-1.12.2.ebuild,v 1.3 2003/08/04 23:43:56 stuart Exp $ -# -# Based on the ebuild submitted by ?? +# Released under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/jpgraph-1.12.2.ebuild,v 1.4 2003/08/07 02:31:32 vapier Exp $ -DESCRIPTION="JpGraph is a fully OO graph drawing library for PHP." +inherit php-lib + +DESCRIPTION="fully OO graph drawing library for PHP" HOMEPAGE="http://www.aditus.nu/jpgraph/" SRC_URI="http://www.aditus.nu/jpgraph/downloads/${P}.tar.gz" -# QPL license for non-commercial use, regular commercial license available LICENSE="QPL-1.0" - -IUSE="truetype" - SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="truetype" + DEPEND="" RDEPEND="virtual/php - >=media-libs/libgd-1.8" + >=media-libs/libgd-1.8" -S="${WORKDIR}/${P}" JPGRAPH_CACHE_DIR="/var/cache/jpgraph" -inherit php-lib - -# setup defaults in case we don't have a web server installed - HTTPD_USER=root HTTPD_GROUP=root has_version "net-www/apache" && USE_APACHE=1 && inherit webapp-apache [ -n $"{USE_APACHE}" ] && webapp-detect || NO_WEBSERVER=1 -pkg_setup () -{ +pkg_setup() { if [ "${NO_WEBSERVER}" = "1" ]; then ewarn "No webserver detected - ${JPGRAPH_CACHE_DIR} will be" ewarn "owned by ${HTTPD_USER} instead" @@ -42,8 +34,7 @@ pkg_setup () fi } -src_install () -{ +src_install() { einfo "Patching jpgraph.php" # patch 1: |