diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-08-07 11:10:51 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-08-07 11:10:51 +0000 |
commit | 947f77191f3304b8c039147630aeb08be847dd1f (patch) | |
tree | 9885fc72c188cf9c991ba303d50f381cd5890a5f /dev-php/simpletest | |
parent | Add missing dep, bug #234026 (diff) | |
download | gentoo-2-947f77191f3304b8c039147630aeb08be847dd1f.tar.gz gentoo-2-947f77191f3304b8c039147630aeb08be847dd1f.tar.bz2 gentoo-2-947f77191f3304b8c039147630aeb08be847dd1f.zip |
version bump wrt bug 230932, thanks James Le Cuirot <chewi@aura-online.co.uk> [proxy commit for matthiassch], removing old
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-php/simpletest')
-rw-r--r-- | dev-php/simpletest/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/simpletest/simpletest-1.0.1.ebuild (renamed from dev-php/simpletest/simpletest-1.0.1_beta.ebuild) | 14 |
2 files changed, 19 insertions, 6 deletions
diff --git a/dev-php/simpletest/ChangeLog b/dev-php/simpletest/ChangeLog index d9cb0d41db49..95dcb817233e 100644 --- a/dev-php/simpletest/ChangeLog +++ b/dev-php/simpletest/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php/simpletest -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/simpletest/ChangeLog,v 1.8 2007/10/15 20:03:15 anant Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/simpletest/ChangeLog,v 1.9 2008/08/07 11:10:51 hoffie Exp $ + +*simpletest-1.0.1 (07 Aug 2008) + + 07 Aug 2008; Christian Hoffmann <hoffie@gentoo.org> + -simpletest-1.0.1_beta.ebuild, +simpletest-1.0.1.ebuild: + version bump wrt bug 230932, thanks James Le Cuirot + <chewi@aura-online.co.uk> [proxy commit for matthiassch], removing old *simpletest-1.0.1_beta2 (14 Oct 2007) diff --git a/dev-php/simpletest/simpletest-1.0.1_beta.ebuild b/dev-php/simpletest/simpletest-1.0.1.ebuild index 84741448fbe8..6a7f2c1730a2 100644 --- a/dev-php/simpletest/simpletest-1.0.1_beta.ebuild +++ b/dev-php/simpletest/simpletest-1.0.1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/simpletest/simpletest-1.0.1_beta.ebuild,v 1.1 2007/03/18 15:57:39 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/simpletest/simpletest-1.0.1.ebuild,v 1.1 2008/08/07 11:10:51 hoffie Exp $ -inherit php-lib-r1 +inherit php-lib-r1 depend.php KEYWORDS="~amd64 ~x86" DESCRIPTION="A PHP testing framework." HOMEPAGE="http://www.lastcraft.com/simple_test.php" SRC_URI="mirror://sourceforge/simpletest/${PN}_${PV/_/}.tar.gz" -LICENSE="OGTSL" +LICENSE="LGPL-2.1" SLOT="0" IUSE="" @@ -21,5 +21,11 @@ S="${WORKDIR}/${PN}" need_php_by_category src_install() { + dodoc-php [[:upper:]]* + rm -f [[:upper:]]* + insinto /usr/share/doc/${CATEGORY}/${PF} + doins -r docs/ + rm -rf docs/ + php-lib-r1_src_install . `find . -type f -print` } |