summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-03-29 14:23:16 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-03-29 14:23:16 +0000
commitdc466d43845489fdfdc383315351450eb79f2a71 (patch)
treeba44bfcfb7834ba36ec743f1065cad1ace4f72cd
parentPatch 27203 in blead - fixes c++ problems in XS code :) (diff)
downloadgentoo-2-dc466d43845489fdfdc383315351450eb79f2a71.tar.gz
gentoo-2-dc466d43845489fdfdc383315351450eb79f2a71.tar.bz2
gentoo-2-dc466d43845489fdfdc383315351450eb79f2a71.zip
Removed old versions
(Portage version: 2.1_pre6-r3)
-rw-r--r--www-apps/phpwiki/ChangeLog8
-rw-r--r--www-apps/phpwiki/files/digest-phpwiki-1.2.101
-rw-r--r--www-apps/phpwiki/files/digest-phpwiki-1.2.41
-rw-r--r--www-apps/phpwiki/files/postinstall-en.txt3
-rw-r--r--www-apps/phpwiki/phpwiki-1.2.10.ebuild31
-rw-r--r--www-apps/phpwiki/phpwiki-1.2.4.ebuild30
6 files changed, 6 insertions, 68 deletions
diff --git a/www-apps/phpwiki/ChangeLog b/www-apps/phpwiki/ChangeLog
index b08ee97b0580..d5e3553112dc 100644
--- a/www-apps/phpwiki/ChangeLog
+++ b/www-apps/phpwiki/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/phpwiki
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/ChangeLog,v 1.14 2005/11/27 16:03:16 rl03 Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/ChangeLog,v 1.15 2006/03/29 14:23:16 rl03 Exp $
+
+ 29 Mar 2006; Renat Lumpau <rl03@gentoo.org> -files/postinstall-en.txt,
+ -phpwiki-1.2.4.ebuild, -phpwiki-1.2.10.ebuild:
+ Removed old versions
*phpwiki-1.3.11_p1 (27 Nov 2005)
*phpwiki-1.2.10 (27 Nov 2005)
diff --git a/www-apps/phpwiki/files/digest-phpwiki-1.2.10 b/www-apps/phpwiki/files/digest-phpwiki-1.2.10
deleted file mode 100644
index 21f629af02a7..000000000000
--- a/www-apps/phpwiki/files/digest-phpwiki-1.2.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 33afde35018f70cb51d092d91e8b571f phpwiki-1.2.10.tar.gz 196930
diff --git a/www-apps/phpwiki/files/digest-phpwiki-1.2.4 b/www-apps/phpwiki/files/digest-phpwiki-1.2.4
deleted file mode 100644
index 1b0cbf7890da..000000000000
--- a/www-apps/phpwiki/files/digest-phpwiki-1.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1f338c552f9078ff55f1b20b29b37400 phpwiki-1.2.4.tar.gz 183006
diff --git a/www-apps/phpwiki/files/postinstall-en.txt b/www-apps/phpwiki/files/postinstall-en.txt
deleted file mode 100644
index 60e49cc4f108..000000000000
--- a/www-apps/phpwiki/files/postinstall-en.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-The default configuration uses a dbm file in /tmp
-Be sure to read the install notes in /usr/share/doc/${PN}-${PVR}/
-and edit ${MY_INSTALLDIR}/lib/config.php
diff --git a/www-apps/phpwiki/phpwiki-1.2.10.ebuild b/www-apps/phpwiki/phpwiki-1.2.10.ebuild
deleted file mode 100644
index cd7e0fc0eefc..000000000000
--- a/www-apps/phpwiki/phpwiki-1.2.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/phpwiki-1.2.10.ebuild,v 1.1 2005/11/27 16:03:16 rl03 Exp $
-
-inherit webapp
-
-DESCRIPTION="PhpWiki is a WikiWikiWeb clone in PHP"
-HOMEPAGE="http://phpwiki.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-RDEPEND="virtual/php
- net-www/apache"
-
-src_install() {
- webapp_src_preinst
-
- cp -pPR *.php admin images lib locale pgsrc templates \
- "${D}/${MY_HTDOCSDIR}"
-
- dodoc ChangeLog CREDITS DBLIB.txt HISTORY INSTALL* LICENSE README \
- UPGRADING.readme schemas/*
-
- webapp_serverowned ${MY_HTDOCSDIR}/lib/dbalib.php
- webapp_configfile ${MY_HTDOCSDIR}/lib/config.php
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
- webapp_src_install
-}
diff --git a/www-apps/phpwiki/phpwiki-1.2.4.ebuild b/www-apps/phpwiki/phpwiki-1.2.4.ebuild
deleted file mode 100644
index c962b45554fe..000000000000
--- a/www-apps/phpwiki/phpwiki-1.2.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/phpwiki-1.2.4.ebuild,v 1.6 2005/08/23 19:38:19 rl03 Exp $
-
-inherit webapp
-
-DESCRIPTION="PhpWiki is a WikiWikiWeb clone in PHP"
-HOMEPAGE="http://phpwiki.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ppc"
-IUSE=""
-
-RDEPEND="virtual/php
- net-www/apache"
-
-src_install() {
- webapp_src_preinst
-
- cp -pPR *.php admin images lib locale pgsrc templates \
- "${D}/${MY_HTDOCSDIR}"
-
- dodoc DBLIB.txt CREDITS ChangeLog LICENSE README INSTALL.*
- UPGRADING.readme schemas/*
-
- webapp_serverowned ${MY_HTDOCSDIR}/lib/dbalib.php
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
- webapp_src_install
-}