diff options
Diffstat (limited to 'dev-php5/jargon/jargon-1.1.0_rc1.ebuild')
-rw-r--r-- | dev-php5/jargon/jargon-1.1.0_rc1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-php5/jargon/jargon-1.1.0_rc1.ebuild b/dev-php5/jargon/jargon-1.1.0_rc1.ebuild new file mode 100644 index 000000000000..ff9966449d96 --- /dev/null +++ b/dev-php5/jargon/jargon-1.1.0_rc1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/jargon/jargon-1.1.0_rc1.ebuild,v 1.1 2006/09/19 17:34:27 sebastian Exp $ + +inherit php-pear-lib-r1 + +KEYWORDS="~x86 ~amd64" +DESCRIPTION="Convenience tools built on top of Creole." +HOMEPAGE="http://creole.phpdb.org/wiki/" +#SRC_URI="http://creole.phpdb.org/pear/${P}.tgz" +SRC_URI="http://pear.phpdb.org/get/jargon-1.1.0RC1.tgz" +S="${WORKDIR}/jargon-1.1.0RC1" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +RDEPEND="${RDEPEND} >=dev-php5/creole-1.1.0_rc1" + +need_php_by_category |