diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-16 09:13:51 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-16 09:13:51 +0000 |
commit | e2e587cab661764ef31582bbf33dea7d3e3045d6 (patch) | |
tree | ac426b0d83562ab25c12d5826b345b918d507615 /dev-php/PEAR-XML_CSSML | |
parent | provides virtual/php support (diff) | |
download | gentoo-2-e2e587cab661764ef31582bbf33dea7d3e3045d6.tar.gz gentoo-2-e2e587cab661764ef31582bbf33dea7d3e3045d6.tar.bz2 gentoo-2-e2e587cab661764ef31582bbf33dea7d3e3045d6.zip |
new package.
Diffstat (limited to 'dev-php/PEAR-XML_CSSML')
-rw-r--r-- | dev-php/PEAR-XML_CSSML/ChangeLog | 15 | ||||
-rw-r--r-- | dev-php/PEAR-XML_CSSML/PEAR-XML_CSSML-1.1.ebuild | 24 | ||||
-rw-r--r-- | dev-php/PEAR-XML_CSSML/files/digest-PEAR-XML_CSSML-1.1 | 1 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-php/PEAR-XML_CSSML/ChangeLog b/dev-php/PEAR-XML_CSSML/ChangeLog new file mode 100644 index 000000000000..13e2951ad921 --- /dev/null +++ b/dev-php/PEAR-XML_CSSML/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for dev-php/PEAR-XML_CSSML +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_CSSML/ChangeLog,v 1.1 2002/07/16 09:13:51 rphillips Exp $ + +*PEAR-XML_CSSML (16 Jul 2002) + + 16 Jul 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Submitted by Tom von Schwerdtner + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/dev-php/PEAR-XML_CSSML/PEAR-XML_CSSML-1.1.ebuild b/dev-php/PEAR-XML_CSSML/PEAR-XML_CSSML-1.1.ebuild new file mode 100644 index 000000000000..c5b542312591 --- /dev/null +++ b/dev-php/PEAR-XML_CSSML/PEAR-XML_CSSML-1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Authore: Tom von Schwerdtner <tvon@etria.org> +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_CSSML/PEAR-XML_CSSML-1.1.ebuild,v 1.1 2002/07/16 09:13:51 rphillips Exp $ + +P=${PN/PEAR-//}-${PV} +DESCRIPTION="A template system for generating cascading style sheets (CSS)" +HOMEPAGE="http://pear.php.net/package-info.php?pacid=61" +SRC_URI="http://pear.php.net/get/${P}.tgz" +LICENSE="PHP" +SLOT="0" +# Afaik, anything that runs php will run this... +KEYWORDS="x86 ppc sparc" +DEPEND="virtual/php" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${P} + +src_install () { + insinto /usr/lib/php/XML + doins CSSML.php + insinto /usr/lib/php/XML/CSSML/ + doins CSSML/* +} diff --git a/dev-php/PEAR-XML_CSSML/files/digest-PEAR-XML_CSSML-1.1 b/dev-php/PEAR-XML_CSSML/files/digest-PEAR-XML_CSSML-1.1 new file mode 100644 index 000000000000..3805da6dd301 --- /dev/null +++ b/dev-php/PEAR-XML_CSSML/files/digest-PEAR-XML_CSSML-1.1 @@ -0,0 +1 @@ +MD5 0f8b7bb55592803c1fa610112f80c9d9 XML_CSSML-1.1.tgz 10002 |