summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Dack <tad@gentoo.org>2003-02-18 13:46:55 +0000
committerTroy Dack <tad@gentoo.org>2003-02-18 13:46:55 +0000
commit6df1749fdb5c7e30517f0e9ddc8136c289344e1c (patch)
tree36087fd75912a9088c3bccc6bb93dd8e158cd97f /dev-php
parentnew revision to fix the sandbox and path issues with qt and kde. see #10927 (diff)
downloadhistorical-6df1749fdb5c7e30517f0e9ddc8136c289344e1c.tar.gz
historical-6df1749fdb5c7e30517f0e9ddc8136c289344e1c.tar.bz2
historical-6df1749fdb5c7e30517f0e9ddc8136c289344e1c.zip
Fix stuff up of PEAR-HTML_Common ending up in PEAR-Date somehow.
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Date/ChangeLog8
-rw-r--r--dev-php/PEAR-Date/PEAR-HTML_Common-1.0.ebuild20
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-php/PEAR-Date/ChangeLog b/dev-php/PEAR-Date/ChangeLog
index 0ff31c1decba..d80c3547085e 100644
--- a/dev-php/PEAR-Date/ChangeLog
+++ b/dev-php/PEAR-Date/ChangeLog
@@ -1,8 +1,8 @@
-# ChangeLog for dev-php/PEAR-HTML_Common
+# ChangeLog for dev-php/PEAR-Date
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.2 2003/02/18 13:30:06 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.3 2003/02/18 13:46:55 tad Exp $
-*PEAR-HTML_Common-1.0 (18 Feb 2003)
+*PEAR-Date-1.3 (18 Feb 2003)
18 Feb 2003; Troy Dack <tad@gentoo.org>
- PEAR-HTML_Common-1.0.ebuild ChangeLog : Initial import.
+ PEAR-Date-1.3.ebuild ChangeLog : Initial import.
diff --git a/dev-php/PEAR-Date/PEAR-HTML_Common-1.0.ebuild b/dev-php/PEAR-Date/PEAR-HTML_Common-1.0.ebuild
deleted file mode 100644
index 2d42d116b498..000000000000
--- a/dev-php/PEAR-Date/PEAR-HTML_Common-1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/PEAR-HTML_Common-1.0.ebuild,v 1.1 2003/02/18 13:30:06 tad Exp $
-
-IUSE=""
-P=${PN/PEAR-//}-${PV}
-DESCRIPTION="PEAR::HTML_Common is a base class for other HTML classes."
-HOMEPAGE="http://pear.php.net/package-info.php?pacid=69"
-SRC_URI="http://pear.php.net/get/${P}.tgz"
-LICENSE="PHP"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-DEPEND="virtual/php"
-RDEPEND="${DEPEND}"
-S=${WORKDIR}/${P}
-
-src_install () {
- insinto /usr/lib/php/HTML
- doins Common.php
-}