summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-11-27 15:32:24 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-11-27 15:32:24 +0000
commit41615b34b443d2e94e3ac70d2f116bcf9fb1a290 (patch)
tree116ef14da0762c80e2c01b2b7b3f205ce50977a1 /www-apps/phpwiki
parentNew version, 0.8.4 final: closed bug #113590; applied formats patch by solar;... (diff)
downloadgentoo-2-41615b34b443d2e94e3ac70d2f116bcf9fb1a290.tar.gz
gentoo-2-41615b34b443d2e94e3ac70d2f116bcf9fb1a290.tar.bz2
gentoo-2-41615b34b443d2e94e3ac70d2f116bcf9fb1a290.zip
Removing old versions
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/phpwiki')
-rw-r--r--www-apps/phpwiki/ChangeLog6
-rw-r--r--www-apps/phpwiki/files/digest-phpwiki-1.3.101
-rw-r--r--www-apps/phpwiki/files/digest-phpwiki-1.3.10-r11
-rw-r--r--www-apps/phpwiki/phpwiki-1.3.10-r1.ebuild41
-rw-r--r--www-apps/phpwiki/phpwiki-1.3.10.ebuild40
5 files changed, 5 insertions, 84 deletions
diff --git a/www-apps/phpwiki/ChangeLog b/www-apps/phpwiki/ChangeLog
index 527ec407454e..fe848fd50970 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.12 2005/08/25 18:25:19 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/ChangeLog,v 1.13 2005/11/27 15:32:24 rl03 Exp $
+
+ 27 Nov 2005; Renat Lumpau <rl03@gentoo.org> -phpwiki-1.3.10.ebuild,
+ -phpwiki-1.3.10-r1.ebuild:
+ Removing old versions
25 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
phpwiki-1.3.10-r2.ebuild:
diff --git a/www-apps/phpwiki/files/digest-phpwiki-1.3.10 b/www-apps/phpwiki/files/digest-phpwiki-1.3.10
deleted file mode 100644
index 26d9b67c579a..000000000000
--- a/www-apps/phpwiki/files/digest-phpwiki-1.3.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8747352d84836671445a6eb95b2184a7 phpwiki-1.3.10.tar.gz 2072469
diff --git a/www-apps/phpwiki/files/digest-phpwiki-1.3.10-r1 b/www-apps/phpwiki/files/digest-phpwiki-1.3.10-r1
deleted file mode 100644
index 26d9b67c579a..000000000000
--- a/www-apps/phpwiki/files/digest-phpwiki-1.3.10-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8747352d84836671445a6eb95b2184a7 phpwiki-1.3.10.tar.gz 2072469
diff --git a/www-apps/phpwiki/phpwiki-1.3.10-r1.ebuild b/www-apps/phpwiki/phpwiki-1.3.10-r1.ebuild
deleted file mode 100644
index 6ad1a097d46a..000000000000
--- a/www-apps/phpwiki/phpwiki-1.3.10-r1.ebuild
+++ /dev/null
@@ -1,41 +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.3.10-r1.ebuild,v 1.3 2005/08/23 19:38:19 rl03 Exp $
-
-inherit eutils 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="~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="virtual/php
- net-www/apache"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/phpwiki-1.3.10-xmlrpc.patch
- rm -f Makefile LICENSE
-}
-
-src_install() {
- webapp_src_preinst
-
- cp -pPR * ${D}/${MY_HTDOCSDIR}
- rm -rf ${D}/${MY_HTDOCSDIR}/{doc,schemas,README,INSTALL,UPGRADING}
-
- dodoc README INSTALL UPGRADING doc/* schemas/*
-
- # Create config file from distribution default, and fix up invalid defaults
- cd ${D}/${MY_HTDOCSDIR}/config
- sed "s:;DEBUG = 1:DEBUG = 0:" config-dist.ini > config.ini
-
- webapp_postinst_txt en ${FILESDIR}/postinstall-1.3-en.txt
- webapp_configfile ${MY_HTDOCSDIR}/config/config.ini
-
- webapp_src_install
-}
diff --git a/www-apps/phpwiki/phpwiki-1.3.10.ebuild b/www-apps/phpwiki/phpwiki-1.3.10.ebuild
deleted file mode 100644
index 50237afe46c1..000000000000
--- a/www-apps/phpwiki/phpwiki-1.3.10.ebuild
+++ /dev/null
@@ -1,40 +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.3.10.ebuild,v 1.3 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="~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/php-4.0.6
- net-www/apache"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- rm -f Makefile LICENSE
-}
-
-src_install() {
- webapp_src_preinst
-
- cp -pPR * ${D}/${MY_HTDOCSDIR}
- rm -rf ${D}/${MY_HTDOCSDIR}/{doc,schemas,README,INSTALL,UPGRADING}
-
- dodoc README INSTALL UPGRADING doc/* schemas/*
-
- # Create config file from distribution default, and fix up invalid defaults
- cd ${D}/${MY_HTDOCSDIR}/config
- sed "s:;DEBUG = 1:DEBUG = 0:" config-dist.ini > config.ini
-
- webapp_postinst_txt en ${FILESDIR}/postinstall-1.3-en.txt
- webapp_configfile ${MY_HTDOCSDIR}/config/config.ini
-
- webapp_src_install
-}