diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-11-19 22:07:18 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-11-19 22:07:18 +0000 |
commit | 3ab0d833e36fc8ef5b42bfc5274925eaaf051130 (patch) | |
tree | 70a8b27fef7f5638d6420276a8a887f33c750e98 /www-apps | |
parent | Version bump (0.4.6). Clean up older ebuilds. (diff) | |
download | gentoo-2-3ab0d833e36fc8ef5b42bfc5274925eaaf051130.tar.gz gentoo-2-3ab0d833e36fc8ef5b42bfc5274925eaaf051130.tar.bz2 gentoo-2-3ab0d833e36fc8ef5b42bfc5274925eaaf051130.zip |
RIP, bug #152024
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/back-end/ChangeLog | 31 | ||||
-rw-r--r-- | www-apps/back-end/Manifest | 16 | ||||
-rw-r--r-- | www-apps/back-end/back-end-0.7.2.1.ebuild | 54 | ||||
-rw-r--r-- | www-apps/back-end/files/digest-back-end-0.7.2.1 | 1 | ||||
-rw-r--r-- | www-apps/back-end/files/postinstall-en.txt | 19 | ||||
-rw-r--r-- | www-apps/back-end/files/reconfig | 13 | ||||
-rw-r--r-- | www-apps/back-end/metadata.xml | 5 |
7 files changed, 0 insertions, 139 deletions
diff --git a/www-apps/back-end/ChangeLog b/www-apps/back-end/ChangeLog deleted file mode 100644 index 21332cc9b9f4..000000000000 --- a/www-apps/back-end/ChangeLog +++ /dev/null @@ -1,31 +0,0 @@ -# ChangeLog for www-apps/back-end -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/back-end/ChangeLog,v 1.7 2005/08/22 22:52:54 rl03 Exp $ - - 22 Aug 2005; Renat Lumpau <rl03@gentoo.org> files/postinstall-en.txt: - Housekeeping - -*back-end-0.7.2.1 (21 Aug 2005) - - 21 Aug 2005; Renat Lumpau <rl03@gentoo.org> files/postinstall-en.txt, - files/reconfig, -back-end-0.7.1.2.ebuild, +back-end-0.7.2.1.ebuild: - Version bump - - 09 Jan 2005; Jason Wever <weeve@gentoo.org> back-end-0.7.1.2.ebuild: - Added ~sparc keyword. - - 03 Sep 2004; Renat Lumpau <rl03@gentoo.org> files/reconfig: - Checked if the reconfig hook needs to cleanup---no, it doesn't. - - 02 Sep 2004; David Holm <dholm@gentoo.org> back-end-0.7.1.2.ebuild: - Added to ~ppc. - - 30 Aug 2004; Renat Lumpau <rl03@gentoo.org> back-end-0.7.1.2.ebuild: - Fixed DEPEND/RDEPEND - -*back-end-0.7.1.2 (29 Aug 2004) - - 29 Aug 2004; Renat Lumpau <rl03@gentoo.org> +metadata.xml, - +files/postinstall-en.txt, +files/reconfig, +back-end-0.7.1.2.ebuild: - Initial ebuild. Requested in #61004. - diff --git a/www-apps/back-end/Manifest b/www-apps/back-end/Manifest deleted file mode 100644 index 5c1187c86be6..000000000000 --- a/www-apps/back-end/Manifest +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c6732df8b96ae41533e998e9ef43f2a0 back-end-0.7.2.1.ebuild 1380 -MD5 3be54c135ad516ef9a69030936e39c90 ChangeLog 1098 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 2f271e738a430a6b379e6244fd95660a files/postinstall-en.txt 556 -MD5 d3f9e8e8743505e23dacd88221d77a67 files/digest-back-end-0.7.2.1 68 -MD5 2017d5e6838cb5fc6636a5ac794cf096 files/reconfig 247 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDCldXEzitwsaoONoRAkX/AKChzVnBD5PrOkd9ezT0Txq7fo092gCgtHm2 -8XZRkuzpwW93uEWoAMKfvUs= -=E/7M ------END PGP SIGNATURE----- diff --git a/www-apps/back-end/back-end-0.7.2.1.ebuild b/www-apps/back-end/back-end-0.7.2.1.ebuild deleted file mode 100644 index 4ca07d8f6c5d..000000000000 --- a/www-apps/back-end/back-end-0.7.2.1.ebuild +++ /dev/null @@ -1,54 +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/back-end/back-end-0.7.2.1.ebuild,v 1.1 2005/08/21 16:48:14 rl03 Exp $ - -inherit webapp - -S=${WORKDIR}/${PN}${PV} - -IUSE="ldap" - -DESCRIPTION="Back-End is a multilingual Web publishing/content management system" -HOMEPAGE="http://back-end.org/" -SRC_URI="mirror://sourceforge//${PN}/${PN}${PV}.tar.gz" - -KEYWORDS="~x86 ~ppc ~sparc" - -RDEPEND=" - virtual/httpd-php - >=dev-db/mysql-3.23 - ldap? ( net-nds/openldap ) -" - -LICENSE="GPL-2" - -src_unpack() { - unpack ${A} - cd ${S} - rm -f Makefile - cp public_html/config-dist.ini.php public_html/config.ini.php -} - -src_install() { - webapp_src_preinst - local file - local docs="ABOUT_PSL_AND_BE CHANGES NOTE2BE4USERS README UPGRADE_FROM_048 doc/Bibliography.txt doc/CREDITS doc/README.1st doc/changeHistory.txt" - - dodoc ${docs} - dohtml INSTALL.html INSTALL_ES.html - - dodir ${MY_HOSTROOTDIR}/${PF} - cp -R class tables ${D}/${MY_HOSTROOTDIR}/${PF} - cp -R public_html/* ${D}/${MY_HTDOCSDIR} - - webapp_serverowned ${MY_HTDOCSDIR}/config.ini.php - webapp_serverowned ${MY_HTDOCSDIR}/updir - cd public_html/updir - for file in `find`; do - webapp_serverowned ${MY_HTDOCSDIR}/updir/${file} - done - - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - webapp_hook_script ${FILESDIR}/reconfig - webapp_src_install -} diff --git a/www-apps/back-end/files/digest-back-end-0.7.2.1 b/www-apps/back-end/files/digest-back-end-0.7.2.1 deleted file mode 100644 index a112b08cd621..000000000000 --- a/www-apps/back-end/files/digest-back-end-0.7.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 cef7efa5ecf2b672b59ff2c48dd7e594 back-end0.7.2.1.tar.gz 2334720 diff --git a/www-apps/back-end/files/postinstall-en.txt b/www-apps/back-end/files/postinstall-en.txt deleted file mode 100644 index 592b016acd3c..000000000000 --- a/www-apps/back-end/files/postinstall-en.txt +++ /dev/null @@ -1,19 +0,0 @@ -Now, create a database for back-end to use, fex: - - mysqladmin create be7 - -Browse to http://${VHOST_HOSTNAME}/${VHOST_APPDIR} and complete the installation - -When you are done: - -- edit ${MY_INSTALLDIR}/config.ini.php and set -classdir = "${VHOST_ROOT}/${PN}-${PVR}/class" - -- rm ${MY_INSTALLDIR}/config_setup.php and -- chmod 644 ${MY_INSTALLDIR}/config.ini.php - -Change the god password but don't delete the accound yet. - -If you want htdig/ldap support, see -http://press.list.free.fr/contrib/CUPE/ldap/README -http://press.list.free.fr/contrib/CUPE/htdig/README diff --git a/www-apps/back-end/files/reconfig b/www-apps/back-end/files/reconfig deleted file mode 100644 index c1383f7f0e31..000000000000 --- a/www-apps/back-end/files/reconfig +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -die() { - echo "#####" - echo $1 - echo "#####" - exit 1 -} - -if [ $1 = "install" ]; then - # fix location of SQL tables - sed -e "s|../tables/|'${VHOST_ROOT}/${PN}-${PVR}/tables/|" -i ${MY_INSTALLDIR}/config_setup.php || die "sed failed" -fi diff --git a/www-apps/back-end/metadata.xml b/www-apps/back-end/metadata.xml deleted file mode 100644 index 95c06f0095bb..000000000000 --- a/www-apps/back-end/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>web-apps</herd> -</pkgmetadata> |