diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 14:42:56 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 14:42:56 +0000 |
commit | eae912429820397beb63ef5f68bda3f98a494729 (patch) | |
tree | edf3f161a56e2d2b5f2e76090d2a3a5ccd0c7eef /dev-php4 | |
parent | initial ebuild (diff) | |
download | gentoo-2-eae912429820397beb63ef5f68bda3f98a494729.tar.gz gentoo-2-eae912429820397beb63ef5f68bda3f98a494729.tar.bz2 gentoo-2-eae912429820397beb63ef5f68bda3f98a494729.zip |
Cleanup.
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/jargon/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/jargon/jargon-1.0.1_beta.ebuild | 20 |
2 files changed, 15 insertions, 10 deletions
diff --git a/dev-php4/jargon/ChangeLog b/dev-php4/jargon/ChangeLog index 5ad2cafb9f05..f7533475200d 100644 --- a/dev-php4/jargon/ChangeLog +++ b/dev-php4/jargon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/jargon # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/jargon/ChangeLog,v 1.2 2007/02/09 02:55:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/jargon/ChangeLog,v 1.3 2007/03/06 14:42:56 chtekk Exp $ + + 06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> jargon-1.0.1_beta.ebuild: + Cleanup. 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-php4/jargon/jargon-1.0.1_beta.ebuild b/dev-php4/jargon/jargon-1.0.1_beta.ebuild index d4c4e3b4a53d..f004078d64ec 100644 --- a/dev-php4/jargon/jargon-1.0.1_beta.ebuild +++ b/dev-php4/jargon/jargon-1.0.1_beta.ebuild @@ -1,25 +1,27 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/jargon/jargon-1.0.1_beta.ebuild,v 1.2 2005/11/24 21:49:03 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/jargon/jargon-1.0.1_beta.ebuild,v 1.3 2007/03/06 14:42:56 chtekk Exp $ inherit php-lib-r1 -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" + +MY_P="creole-php4-${PV/_/}" + DESCRIPTION="Convenience tools built on top of Creole." -HOMEPAGE="http://creole.phpdb.org/wiki/" +HOMEPAGE="http://creole.phpdb.org/trac/wiki/" +SRC_URI="http://creole.tigris.org/files/documents/996/21587/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" IUSE="" -MY_P="creole-php4-${PV/_/}" -SRC_URI="http://creole.tigris.org/files/documents/996/21587/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" +DEPEND="" +RDEPEND=">=dev-php4/creole-1.0.1_beta" -RDEPEND="${RDEPEND} >=dev-php4/creole-1.0.1_beta" +S="${WORKDIR}/${MY_P}" need_php_by_category src_install() { - # install files php-lib-r1_src_install ./classes/jargon `find ./classes/jargon -type f -print | sed -e "s|./classes/jargon||g"` } |