diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-10-06 01:08:36 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-10-06 01:08:36 +0000 |
commit | 71673e7d8642ad2a578d908b19e46241c1d6c77d (patch) | |
tree | e568fc5819fc231603b7a926ad04226d08adfa72 /www-apps | |
parent | Fixed gcc-3.4 compile issues (Manifest recommit) (diff) | |
download | gentoo-2-71673e7d8642ad2a578d908b19e46241c1d6c77d.tar.gz gentoo-2-71673e7d8642ad2a578d908b19e46241c1d6c77d.tar.bz2 gentoo-2-71673e7d8642ad2a578d908b19e46241c1d6c77d.zip |
Removing all things midgard
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/spider-admin/ChangeLog | 10 | ||||
-rw-r--r-- | www-apps/spider-admin/Manifest | 4 | ||||
-rw-r--r-- | www-apps/spider-admin/files/digest-spider-admin-1.4.0_rc2 | 1 | ||||
-rw-r--r-- | www-apps/spider-admin/metadata.xml | 5 | ||||
-rw-r--r-- | www-apps/spider-admin/spider-admin-1.4.0_rc2.ebuild | 50 |
5 files changed, 0 insertions, 70 deletions
diff --git a/www-apps/spider-admin/ChangeLog b/www-apps/spider-admin/ChangeLog deleted file mode 100644 index f23fb3e731ef..000000000000 --- a/www-apps/spider-admin/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for www-apps/spider-admin -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/spider-admin/ChangeLog,v 1.1 2004/09/22 11:17:53 rl03 Exp $ - -*spider-admin-1.4.0_rc2 (22 Sep 2004) - - 22 Sep 2004; Renat Lumpau <rl03@gentoo.org> +metadata.xml, - +spider-admin-1.4.0_rc2.ebuild: - Initial ebuild. - diff --git a/www-apps/spider-admin/Manifest b/www-apps/spider-admin/Manifest deleted file mode 100644 index 003d497f194a..000000000000 --- a/www-apps/spider-admin/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 91b5105c33f265f5b9b1ffadd47978a2 ChangeLog 366 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 bf4a97cc4a8aa198539c9705957726f3 spider-admin-1.4.0_rc2.ebuild 1858 -MD5 b092e06fe505aabcaf6f3792d0f34eaf files/digest-spider-admin-1.4.0_rc2 74 diff --git a/www-apps/spider-admin/files/digest-spider-admin-1.4.0_rc2 b/www-apps/spider-admin/files/digest-spider-admin-1.4.0_rc2 deleted file mode 100644 index 8602985827af..000000000000 --- a/www-apps/spider-admin/files/digest-spider-admin-1.4.0_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2a009a212d30207b3b1571d4d1e1195f SpiderAdmin-1.4.0-RC2.tar.bz2 414617 diff --git a/www-apps/spider-admin/metadata.xml b/www-apps/spider-admin/metadata.xml deleted file mode 100644 index 95c06f0095bb..000000000000 --- a/www-apps/spider-admin/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> diff --git a/www-apps/spider-admin/spider-admin-1.4.0_rc2.ebuild b/www-apps/spider-admin/spider-admin-1.4.0_rc2.ebuild deleted file mode 100644 index 0457f0f4976d..000000000000 --- a/www-apps/spider-admin/spider-admin-1.4.0_rc2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/spider-admin/spider-admin-1.4.0_rc2.ebuild,v 1.1 2004/09/22 11:17:53 rl03 Exp $ - -IUSE="" -MY_P="SpiderAdmin-1.4.0-RC2" - -DESCRIPTION=" SpiderAdmin is the default administrative interface for the Midgard Content Management Framework" -HOMEPAGE="http://www.midgard-project.org/projects/spider/" -SRC_URI="http://www.midgard-project.org/midcom-serveattachmentguid-45165e07b4c7dd3d6bb2dfc55ba8eba3/${MY_P}.tar.bz2" -S=${WORKDIR}/${MY_P} - -KEYWORDS="~x86" - -DEPEND="www-apps/midcom" - -LICENSE="LGPL-2" -SLOT="0" - -pkg_setup() { - if [ `/etc/init.d/mysql status | cut -d: -f2 | cut -d' ' -f3` != 'started' ]; then - die "Please /etc/init.d/mysql start and try again" - fi -} - -src_install() { - dodoc INSTALL README.txt - - # fool repligard into installing into ${D} - cp /etc/repligard.conf ${T} - local BLOB=`grep 'blobdir=' ${T}/repligard.conf | cut -d\" -f2` - sed -e "s|blobdir=.*$|blobdir=\"${D}/${BLOB}\"|" -i ${T}/repligard.conf - - # create the blobdir structure - dodir ${BLOB} - cd ${D}/${BLOB} || die - mkdir -p `perl -e '$dirs="0123456789ABCDEF"; @dirs = split(//, $dirs); foreach $l1 (@dirs) { foreach $l2 (@dirs) { print " $l1/$l2"; } }; '` - - cd ${S} - #repligard -a -c ${T}/repligard.conf -i NemeinLocalization.xml || die "repligard failed" - repligard -a -c ${T}/repligard.conf -i spider-admin.xml.gz || die "repligard failed" -} - -pkg_postinst() { - einfo "1. Make sure php_value register_globals is on (do it per vhost)." - einfo "2. Change the host in MySQL host table" - einfo "mysql midgard -umidgard -p -e \"UPDATE host SET name='my.host.name',port=80 WHERE name='localhost';\"" - einfo "3. Ensure that you have the correct VirtualHost entry in your midgard-data.conf" - einfo "4. Browse to http://yourhost/spider-admin" -} |