summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2005-11-24 12:08:09 +0000
committerLuca Longinotti <chtekk@gentoo.org>2005-11-24 12:08:09 +0000
commit56d94e42b47c537b61ba5dc00858978cadc84303 (patch)
tree391d0e8a64c67ffbb972ea8134990cb3439a3099 /dev-php/phpdbg-client
parentStable on hppa. (diff)
downloadhistorical-56d94e42b47c537b61ba5dc00858978cadc84303.tar.gz
historical-56d94e42b47c537b61ba5dc00858978cadc84303.tar.bz2
historical-56d94e42b47c537b61ba5dc00858978cadc84303.zip
Sync with overlay.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-php/phpdbg-client')
-rw-r--r--dev-php/phpdbg-client/ChangeLog7
-rw-r--r--dev-php/phpdbg-client/Manifest4
-rw-r--r--dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-php/phpdbg-client/ChangeLog b/dev-php/phpdbg-client/ChangeLog
index 35ddeb91f664..7c85e7fdc6fc 100644
--- a/dev-php/phpdbg-client/ChangeLog
+++ b/dev-php/phpdbg-client/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/phpdbg-client
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg-client/ChangeLog,v 1.2 2005/10/16 05:10:58 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg-client/ChangeLog,v 1.3 2005/11/24 12:08:09 chtekk Exp $
+
+ 24 Nov 2005; Luca Longinotti <chtekk@gentoo.org>
+ phpdbg-client-2.11.32.ebuild:
+ Use dodoc-php for the new-style PHP packages, see
+ http://svn.gnqs.org/projects/gentoo-php-overlay/wiki/GuidingPrinciples.
16 Oct 2005; Jason Wever <weeve@gentoo.org> phpdbg-client-2.11.32.ebuild:
Added ~sparc keyword.
diff --git a/dev-php/phpdbg-client/Manifest b/dev-php/phpdbg-client/Manifest
index 1b5b73e59401..6eacb54248b1 100644
--- a/dev-php/phpdbg-client/Manifest
+++ b/dev-php/phpdbg-client/Manifest
@@ -1,4 +1,4 @@
-MD5 813f3e626f4e74c7a798b6906ec60274 ChangeLog 460
+MD5 208f21766bde80803441f89c4d84ec7c ChangeLog 670
MD5 a636b568cab495479612d8293ec162c6 files/digest-phpdbg-client-2.11.32 71
MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157
-MD5 e19182fba98e85958ed2e84d7ca8ef84 phpdbg-client-2.11.32.ebuild 600
+MD5 172076b676c743cb24884c17f606c533 phpdbg-client-2.11.32.ebuild 604
diff --git a/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild b/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild
index ef2df4896b9d..860dd2626767 100644
--- a/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild
+++ b/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild,v 1.2 2005/10/16 05:10:58 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild,v 1.3 2005/11/24 12:08:09 chtekk Exp $
S="${WORKDIR}/dbg_client-${PV}${PL}"
@@ -16,5 +16,5 @@ KEYWORDS="~sparc ~x86"
src_install() {
einstall || die "install failed"
- dodoc AUTHORS COPYING INSTALL README TODO
+ dodoc-php AUTHORS COPYING INSTALL README TODO
}