diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 05:05:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 05:05:49 +0000 |
commit | 9524fa7beaea7c9f8e86e509ca85def67742c686 (patch) | |
tree | 0152fd6c704a722c37551e062cff0cba218cd113 /dev-php/PEAR-HTML_Common | |
parent | touchups (diff) | |
download | gentoo-2-9524fa7beaea7c9f8e86e509ca85def67742c686.tar.gz gentoo-2-9524fa7beaea7c9f8e86e509ca85def67742c686.tar.bz2 gentoo-2-9524fa7beaea7c9f8e86e509ca85def67742c686.zip |
touchups
Diffstat (limited to 'dev-php/PEAR-HTML_Common')
-rw-r--r-- | dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild b/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild index c24c9b9183da..523f836c8e3d 100644 --- a/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild +++ b/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild,v 1.1 2003/02/18 13:49:56 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild,v 1.2 2003/03/01 05:05:17 vapier Exp $ -IUSE="" P=${PN/PEAR-//}-${PV} -DESCRIPTION="PEAR::HTML_Common is a base class for other HTML classes." +DESCRIPTION="base class for other HTML classes" HOMEPAGE="http://pear.php.net/package-info.php?pacid=69" SRC_URI="http://pear.php.net/get/${P}.tgz" + LICENSE="PHP" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" + DEPEND="virtual/php" -RDEPEND="${DEPEND}" -S=${WORKDIR}/${P} -src_install () { +src_install() { insinto /usr/lib/php/HTML doins Common.php } |