diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-09-22 12:24:18 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-09-22 12:24:18 +0000 |
commit | 102caf28961e211b057976a0382cf73ae20643eb (patch) | |
tree | abb500d046bb62d8908a9de9d6d3e8d9c52c7573 /www-apps | |
parent | add acroread:noplugin (diff) | |
download | gentoo-2-102caf28961e211b057976a0382cf73ae20643eb.tar.gz gentoo-2-102caf28961e211b057976a0382cf73ae20643eb.tar.bz2 gentoo-2-102caf28961e211b057976a0382cf73ae20643eb.zip |
Removing all things midgard per Mr_Bones_
Diffstat (limited to 'www-apps')
46 files changed, 0 insertions, 701 deletions
diff --git a/www-apps/aegir/ChangeLog b/www-apps/aegir/ChangeLog deleted file mode 100644 index 368ac6d9e7f2..000000000000 --- a/www-apps/aegir/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for www-apps/aegir -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/aegir/ChangeLog,v 1.1 2004/09/22 11:07:04 rl03 Exp $ - -*aegir-1.0.3 (22 Sep 2004) - - 22 Sep 2004; Renat Lumpau <rl03@gentoo.org> +metadata.xml, - +aegir-1.0.3.ebuild: - Initial ebuild. - diff --git a/www-apps/aegir/Manifest b/www-apps/aegir/Manifest deleted file mode 100644 index c4980d3d9510..000000000000 --- a/www-apps/aegir/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 24125e3f11cc6eb000a8202d0265fc54 ChangeLog 330 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 68b6d8783197a780f11d89e6fc25843f aegir-1.0.3.ebuild 2455 -MD5 073d6c2cbefc08eb06e62c8f84711fc5 files/digest-aegir-1.0.3 65 diff --git a/www-apps/aegir/aegir-1.0.3.ebuild b/www-apps/aegir/aegir-1.0.3.ebuild deleted file mode 100644 index 8d329b3ae62e..000000000000 --- a/www-apps/aegir/aegir-1.0.3.ebuild +++ /dev/null @@ -1,65 +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/aegir/aegir-1.0.3.ebuild,v 1.1 2004/09/22 11:07:04 rl03 Exp $ - -MY_P=${P/a/A} -S=${WORKDIR}/${MY_P} - -IUSE="" - -DESCRIPTION="Aegir is a versatile and user-friendly Web Content Management System that uses the Midgard framework" -HOMEPAGE="http://www.midgard-project.org/projects/aegir/" -SRC_URI="http://www.midgard-project.org/midcom-serveattachmentguid-7be8cd5cb3ecfa6b1f11f3b03d40dd13/${MY_P}.tar.bz2" - -KEYWORDS="~x86" - -DEPEND="www-apps/midgard-data - www-apache/mod_midgard-preparse" -RDEPEND="${DEPEND} - app-admin/webalizer" - -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() { - # 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} - for file in Aegir* PHP*; do - repligard -a -c ${T}/repligard.conf -i ${file} || die "repligard failed" - done - - dodoc README -} - -pkg_postinst() { - einfo "1. Make sure php_value register_globals is on (do it per vhost)." - einfo "2. Change the Aegir CMS 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. Open your browser and go to http://hostname.mydomain.com/aegir" - einfo "Company: System Administrator, Username: admin, Password: password" - einfo "CHANGE THE DEFAULT PASSWORD!" - einfo "5. Edit /etc/repligard.conf and set the password to whatever you" - einfo "changed it to" - einfo "6. The Website stats package requires a webalizer installation" - einfo "that will generate its log analysis files to" - einfo "/var/www/webalizer/www.sitename.com/ where www.sitename.com is that" - einfo "site's hostname." - einfo "ATTENTION: If images are broken, you need to create an attachment host" - einfo "Login to /admin, and modify the existing /attachment/0/ host!" -} diff --git a/www-apps/aegir/files/digest-aegir-1.0.3 b/www-apps/aegir/files/digest-aegir-1.0.3 deleted file mode 100644 index f734e2255311..000000000000 --- a/www-apps/aegir/files/digest-aegir-1.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 8c038ccf5c733129b1ccb2a7ee94458c Aegir-1.0.3.tar.bz2 2659848 diff --git a/www-apps/aegir/metadata.xml b/www-apps/aegir/metadata.xml deleted file mode 100644 index 95c06f0095bb..000000000000 --- a/www-apps/aegir/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/asgard/ChangeLog b/www-apps/asgard/ChangeLog deleted file mode 100644 index 229cfce7754a..000000000000 --- a/www-apps/asgard/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for www-apps/asgard -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/asgard/ChangeLog,v 1.1 2004/09/22 11:00:51 rl03 Exp $ - -*asgard-1.4.4 (22 Sep 2004) - - 22 Sep 2004; Renat Lumpau <rl03@gentoo.org> +metadata.xml, - +asgard-1.4.4.ebuild: - Initial ebuild. - diff --git a/www-apps/asgard/Manifest b/www-apps/asgard/Manifest deleted file mode 100644 index defad15db744..000000000000 --- a/www-apps/asgard/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 647862c52570c9de9ec1a1ebc2cfdb88 asgard-1.4.4.ebuild 1764 -MD5 41e6d34f94cbf3179637580cb1658096 ChangeLog 334 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 8c6e8a1186f68c01126cbf45e163433b files/digest-asgard-1.4.4 64 diff --git a/www-apps/asgard/asgard-1.4.4.ebuild b/www-apps/asgard/asgard-1.4.4.ebuild deleted file mode 100644 index fe80ed8a88f2..000000000000 --- a/www-apps/asgard/asgard-1.4.4.ebuild +++ /dev/null @@ -1,47 +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/asgard/asgard-1.4.4.ebuild,v 1.1 2004/09/22 11:00:51 rl03 Exp $ - -DESCRIPTION="Asgard is an admin interface for the open source content mangement framework Midgard" -HOMEPAGE="http://asgard.midgard-project.org/" -SRC_URI="http://asgard.midgard-project.org/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=www-apps/midgard-lib-${PV} - >=www-apache/mod_midgard-preparse-${PV} - >=www-apps/midgard-php4-${PV} - >=www-apps/midgard-data -" - -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 - # 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 Asgard.xml.gz || die "repligard installation failed" -} - -pkg_postinst() { - einfo "1. Configure repligard to log in on SG0 by editing /etc/repligard.conf file" - einfo "(you might need to set login username/password to asgard/password)" - einfo "2. Then, edit the host table, if Asgard wasn't installed before" - einfo "mysql -uroot -p<password> -e \"UPDATE host SET name='www.myhost.com' WHERE name='localhost';\" midgard" - einfo "where www.myhost.com has to be replaced by your host name." -} diff --git a/www-apps/asgard/files/digest-asgard-1.4.4 b/www-apps/asgard/files/digest-asgard-1.4.4 deleted file mode 100644 index 0a294c7a97a8..000000000000 --- a/www-apps/asgard/files/digest-asgard-1.4.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 597975e0b62d411377bd26cb002bd354 asgard-1.4.4.tar.gz 169856 diff --git a/www-apps/asgard/metadata.xml b/www-apps/asgard/metadata.xml deleted file mode 100644 index 95c06f0095bb..000000000000 --- a/www-apps/asgard/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/midcom/ChangeLog b/www-apps/midcom/ChangeLog deleted file mode 100644 index d93e2f6634df..000000000000 --- a/www-apps/midcom/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for www-apps/midcom -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/midcom/ChangeLog,v 1.1 2004/09/22 11:11:17 rl03 Exp $ - -*midcom-1.3.2 (22 Sep 2004) - - 22 Sep 2004; Renat Lumpau <rl03@gentoo.org> +metadata.xml, - +midcom-1.3.2.ebuild: - Initial ebuild. - diff --git a/www-apps/midcom/Manifest b/www-apps/midcom/Manifest deleted file mode 100644 index 569a7935f41f..000000000000 --- a/www-apps/midcom/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 78cda86850ee76b40b2b448d662db685 midcom-1.3.2.ebuild 2242 -MD5 042726948c798b6bc37758043909611d ChangeLog 334 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 1c45c5b3df4ed9243634b845237a600c files/digest-midcom-1.3.2 65 diff --git a/www-apps/midcom/files/digest-midcom-1.3.2 b/www-apps/midcom/files/digest-midcom-1.3.2 deleted file mode 100644 index a1d865be0ee4..000000000000 --- a/www-apps/midcom/files/digest-midcom-1.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 ce11c60caff925b1346a75ce5f1c7381 midcom-1.3.2.tar.bz2 487803 diff --git a/www-apps/midcom/metadata.xml b/www-apps/midcom/metadata.xml deleted file mode 100644 index 95c06f0095bb..000000000000 --- a/www-apps/midcom/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/midcom/midcom-1.3.2.ebuild b/www-apps/midcom/midcom-1.3.2.ebuild deleted file mode 100644 index 476d063f2bcb..000000000000 --- a/www-apps/midcom/midcom-1.3.2.ebuild +++ /dev/null @@ -1,55 +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/midcom/midcom-1.3.2.ebuild,v 1.1 2004/09/22 11:11:17 rl03 Exp $ - -IUSE="" - -DESCRIPTION="MidCOM provides a powerful framework for building Midgard websites from reusable and customizable building blocks, components" -HOMEPAGE="http://www.midgard-project.org/projects/midcom/" -SRC_URI="http://www.midgard-project.org/midcom-serveattachmentguid-b6937feb525bc041641cd4ed3784f3b6/${P}.tar.bz2" - -KEYWORDS="~x86" - -DEPEND="www-apps/aegir" - -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 README CHANGES INSTALL applications/midcom-template.CHANGES components/*.CHANGES - dodir /usr/share/${P} /usr/share/${P}/applications /usr/share/${P}/components - - # 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 midcom.xml || die "repligard failed" - repligard -a -c ${T}/repligard.conf -i applications/midcom-template.xml || die "repligard failed" - for file in components/*.xml; do - repligard -a -c ${T}/repligard.conf -i ${file} || die "repligard failed" - done -} - -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. To get started, create a new website in Aegir CMS (from template: MidCOM site template)," - einfo "log into that new site, use the provided initialization tool and" - einfo "start building the site structure." -} diff --git a/www-apps/midgard-data/ChangeLog b/www-apps/midgard-data/ChangeLog deleted file mode 100644 index ab714b1c5185..000000000000 --- a/www-apps/midgard-data/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for www-apps/midgard-data -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/midgard-data/ChangeLog,v 1.2 2004/09/22 10:56:12 rl03 Exp $ - - 22 Sep 2004; Renat Lumpau <rl03@gentoo.org> +files/wrapper-1.5.0.sh: - Added missing wrapper. - -*midgard-data-1.5.0 (22 Sep 2004) - - 22 Sep 2004; Renat Lumpau <rl03@gentoo.org> +metadata.xml, - +midgard-data-1.5.0.ebuild: - Initial ebuild. - diff --git a/www-apps/midgard-data/Manifest b/www-apps/midgard-data/Manifest deleted file mode 100644 index e431b1536765..000000000000 --- a/www-apps/midgard-data/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 f3106bbee663fc87249da56f76b1b1b3 midgard-data-1.5.0.ebuild 1441 -MD5 9d2513ffa8820c9f27dcf3944f290a13 ChangeLog 455 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 4399be37bfb99344369cecef88faf270 files/digest-midgard-data-1.5.0 71 -MD5 4cfe653cae63e30e5b435d9b42dee658 files/wrapper-1.5.0.sh 2989 diff --git a/www-apps/midgard-data/files/digest-midgard-data-1.5.0 b/www-apps/midgard-data/files/digest-midgard-data-1.5.0 deleted file mode 100644 index 36fe0aa5662c..000000000000 --- a/www-apps/midgard-data/files/digest-midgard-data-1.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 a3971be9ee09fb79cb8b2d0d867a535c midgard-data-1.5.0.tar.bz2 749799 diff --git a/www-apps/midgard-data/files/wrapper-1.5.0.sh b/www-apps/midgard-data/files/wrapper-1.5.0.sh deleted file mode 100644 index 1a14176a36c3..000000000000 --- a/www-apps/midgard-data/files/wrapper-1.5.0.sh +++ /dev/null @@ -1,110 +0,0 @@ -#!/bin/bash - -function die { - echo $1 - exit 1 -} - -# default values for db stuff -D_HOST="localhost" -D_ADMIN="root" -D_USER="midgard" -D_USERHOST="localhost" -D_IP="127.0.0.1" -D_PORT="80" -D_BLOBDIR="/var/www/localhost/htdocs/midgardblobs" - -read_vars() { - read -p "Database host [${D_HOST}]: " MY_HOST - if (test -z ${MY_HOST}) ; then MY_HOST=${D_HOST} ; fi - - read -p "Database admin [${D_ADMIN}]: " MY_ADMIN - if (test -z ${MY_ADMIN}) ; then MY_ADMIN=${D_ADMIN}; fi - - read -p "Database admin pass: " MY_PASS - if (test -z ${MY_PASS}) ; then die "Admin password required"; fi - - read -p "Database user [${D_USER}]: " MY_USER - if (test -z ${MY_USER}) ; then MY_USER=${D_USER}; fi - - read -p "Database user pass: " MY_USERPASS - if (test -z ${MY_USERPASS}) ; then die "User password required"; fi - - read -p "Hostname [${D_USERHOST}]: " MY_USERHOST - if (test -z ${MY_USERHOST}) ; then MY_USERHOST=${D_USERHOST}; fi - - read -p "IP [${D_IP}]: " MY_IP - if (test -z ${MY_IP}) ; then MY_IP=${D_IP}; fi - - read -p "Port [${D_PORT}]: " MY_PORT - if (test -z ${MY_PORT}) ; then MY_PORT=${D_PORT}; fi - - echo "Put the blobdir so that Apache can serve files from it" - read -p "Blobdir [${D_BLOBDIR}]: " MY_BLOBDIR - if (test -z ${MY_BLOBDIR}) ; then MY_BLOBDIR=${D_BLOBDIR}; fi - - echo "****WARNING!****" - echo "If you answer new, your existing database will be dropped!" - echo "Answer upgrade only if a database already exists" - echo "****WARNING!****" - read -p "Install type, new|upgrade: " MY_INSTALL - if (test -z ${MY_INSTALL}) ; then die "You must specify new or upgrade"; fi - if [ ${MY_INSTALL} != "new" -a ${MY_INSTALL} != "upgrade" ]; then - die "Invalid answer" - fi -} - -make_dirs() { - if [ ! -d ${MY_BLOBDIR} ]; then - mkdir -p ${MY_BLOBDIR} || die "Could not mkdir ${BLOBDIR}" - fi - cd ${MY_BLOBDIR} || die - for A in 0 1 2 3 4 5 6 7 8 9 A B C D E F; do - for B in 0 1 2 3 4 5 6 7 8 9 A B C D E F; do - mkdir -p ${A}/${B} && touch ${A}/${B}/.keep - done - done -} - -do_configure() { - cd ${ROOT}/usr/share/${P} - ./configure \ - --with-db-host=${MY_HOST} \ - --with-db-admin-user=${MY_ADMIN} \ - --with-db-admin-password=${MY_PASS} \ - --with-db-user=${MY_USER} \ - --with-db-user-password=${MY_USERPASS} \ - --with-host=${MY_USERHOST} \ - --with-ip=${MY_IP} \ - --with-blobdir=${MY_BLOBDIR} \ - --with-apxs=/usr/sbin/apxs \ - --with-apache-user=apache \ - --with-apache-group=apache \ - --with-asgard \ - --with-adminsite \ - --with-install=${MY_INSTALL} -} - -do_install() { - ./dbinstall -} - -instructions() { - echo - echo - echo "Now cp `pwd`/midgard-data.conf /etc/apache/conf/addon-modules" - echo "And add it to your /etc/apache/conf/apache.conf" - echo "You will need to edit it to set MidgardRootFile," - echo "which is located somewhere in your Apache DOCUMENT_ROOT" - echo - echo "Now you can login: http://yourhost/asgard - new interface" - echo "or http://yourhost/admin - old interface" - echo "If the bundled Asgard is broken, emerge www-apps/asgard" -} - -# main -read_vars -make_dirs -do_configure -do_install -instructions diff --git a/www-apps/midgard-data/metadata.xml b/www-apps/midgard-data/metadata.xml deleted file mode 100644 index 95c06f0095bb..000000000000 --- a/www-apps/midgard-data/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/midgard-data/midgard-data-1.5.0.ebuild b/www-apps/midgard-data/midgard-data-1.5.0.ebuild deleted file mode 100644 index 0599e2f71f50..000000000000 --- a/www-apps/midgard-data/midgard-data-1.5.0.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/midgard-data/midgard-data-1.5.0.ebuild,v 1.1 2004/09/22 10:54:25 rl03 Exp $ - -inherit webapp - -DESCRIPTION="MySQL data for the Midgard framework" -HOMEPAGE="http://www.midgard-project.org/" -SRC_URI="http://www.midgard-project.org/midcom-serveattachmentguid-5a9fab1f64a6025fd40ad215ddf1bb1f/${P}.tar.bz2" -LICENSE="GPL-2" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=www-apps/midgard-lib-${PV} - dev-db/mysql -" -src_unpack() { - unpack ${A} - cd ${S} - #blobdir will be created by the wrapper - sed -e "s|mkdir -pi @BLOBDIR@|#mkdir -p @BLOBDIR@|" -i dbinstall.in -} -src_compile() { - :; -} - -src_install() { - webapp_src_preinst - dodoc INSTALL README* GUIDSforOLDSITE.sql - dodir /usr/share/${P} - cp -R A* [[:lower:]]* ${D}/usr/share/${P} - cp ${FILESDIR}/wrapper-${PV}.sh ${D}/usr/share/${P} - mv ${D}/usr/share/${P}/images/* ${D}/${MY_HTDOCSDIR} - rm -rf ${D}/usr/share/${P}/images/ - webapp_src_install -} - -pkg_postinst() { - einfo "You now need to run" - einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" - einfo "to configure the database" - einfo "Note that the bundled asgard is currently broken" - einfo "consider emerging www-apps/asgard" - einfo - einfo "Edit /etc/repligard.conf and set DB settings and your blobdir" - webapp_pkg_postinst -} - -pkg_config() { - bash ${ROOT}/usr/share/${P}/wrapper-${PV}.sh -} diff --git a/www-apps/midgard-lib/ChangeLog b/www-apps/midgard-lib/ChangeLog deleted file mode 100644 index c42f0583bdd7..000000000000 --- a/www-apps/midgard-lib/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for www-apps/midgard-lib -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/midgard-lib/ChangeLog,v 1.1 2004/09/22 10:43:26 rl03 Exp $ - -*midgard-lib-1.5.0 (22 Sep 2004) - - 22 Sep 2004; Renat Lumpau <rl03@gentoo.org> +metadata.xml, - +midgard-lib-1.5.0.ebuild: - Initial ebuild. - diff --git a/www-apps/midgard-lib/Manifest b/www-apps/midgard-lib/Manifest deleted file mode 100644 index 8348af184c13..000000000000 --- a/www-apps/midgard-lib/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 f86be34bfc5156dd9e0561ae11cf3048 midgard-lib-1.5.0.ebuild 622 -MD5 881c789c2cf6d2fa9c13db4efc52921f ChangeLog 354 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 c577d458dcf85ff78a5d09aae5989de6 files/digest-midgard-lib-1.5.0 70 diff --git a/www-apps/midgard-lib/files/digest-midgard-lib-1.5.0 b/www-apps/midgard-lib/files/digest-midgard-lib-1.5.0 deleted file mode 100644 index 5c45840bedd1..000000000000 --- a/www-apps/midgard-lib/files/digest-midgard-lib-1.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 00e36640761af94094114f3c98b47f3c midgard-lib-1.5.0.tar.bz2 463088 diff --git a/www-apps/midgard-lib/metadata.xml b/www-apps/midgard-lib/metadata.xml deleted file mode 100644 index 95c06f0095bb..000000000000 --- a/www-apps/midgard-lib/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/midgard-lib/midgard-lib-1.5.0.ebuild b/www-apps/midgard-lib/midgard-lib-1.5.0.ebuild deleted file mode 100644 index 776be4b0f7ec..000000000000 --- a/www-apps/midgard-lib/midgard-lib-1.5.0.ebuild +++ /dev/null @@ -1,24 +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/midgard-lib/midgard-lib-1.5.0.ebuild,v 1.1 2004/09/22 10:43:26 rl03 Exp $ - -IUSE="" -SLOT="0" - -DESCRIPTION="Midgard libraries" -HOMEPAGE="http://www.midgard-project.org/" -SRC_URI="http://www.midgard-project.org/midcom-serveattachmentguid-7b8c6945dca540150511d07763be2c13/${P}.tar.bz2" - -KEYWORDS="~x86" - -DEPEND=" - dev-libs/expat - dev-db/mysql - dev-libs/glib" - -LICENSE="LGPL-2" - -src_install() { - dodoc AUTHORS ChangeLog INSTALL NEWS README - einstall || die "install failed" -} diff --git a/www-apps/midgard-php4/ChangeLog b/www-apps/midgard-php4/ChangeLog deleted file mode 100644 index a1cbc57059b1..000000000000 --- a/www-apps/midgard-php4/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for www-apps/midgard-php4 -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/midgard-php4/ChangeLog,v 1.2 2004/09/22 11:32:45 rl03 Exp $ - - 22 Sep 2004; Renat Lumpau <rl03@gentoo.org> midgard-php4-1.5.0.ebuild: - Added || die after emake - -*midgard-php4-1.5.0 (22 Sep 2004) - - 22 Sep 2004; Renat Lumpau <rl03@gentoo.org> +metadata.xml, - +midgard-php4-1.5.0.ebuild: - Initial ebuild. - diff --git a/www-apps/midgard-php4/Manifest b/www-apps/midgard-php4/Manifest deleted file mode 100644 index 11aa6e8eb95d..000000000000 --- a/www-apps/midgard-php4/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 a0e73c5ef31e9ddafa7e7b6fd2c4069e midgard-php4-1.5.0.ebuild 1193 -MD5 04d92862a7db47b953ff47e6407a4f23 ChangeLog 459 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 c7d42249aefad15514e5e90ef086e23e files/digest-midgard-php4-1.5.0 70 diff --git a/www-apps/midgard-php4/files/digest-midgard-php4-1.5.0 b/www-apps/midgard-php4/files/digest-midgard-php4-1.5.0 deleted file mode 100644 index 11232a151e80..000000000000 --- a/www-apps/midgard-php4/files/digest-midgard-php4-1.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 4c284ea29ae6f1d65a215c4dbf22b446 midgard-php4-1.5.0.tar.bz2 76536 diff --git a/www-apps/midgard-php4/metadata.xml b/www-apps/midgard-php4/metadata.xml deleted file mode 100644 index 95c06f0095bb..000000000000 --- a/www-apps/midgard-php4/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/midgard-php4/midgard-php4-1.5.0.ebuild b/www-apps/midgard-php4/midgard-php4-1.5.0.ebuild deleted file mode 100644 index 58de717a2b66..000000000000 --- a/www-apps/midgard-php4/midgard-php4-1.5.0.ebuild +++ /dev/null @@ -1,40 +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/midgard-php4/midgard-php4-1.5.0.ebuild,v 1.2 2004/09/22 11:32:45 rl03 Exp $ - -DESCRIPTION="PHP module for the Midgard framework" -HOMEPAGE="http://www.midgard-project.org/" -SRC_URI="http://www.midgard-project.org/midcom-serveattachmentguid-d3c7034481033f46e330054b812bad28/${P}.tar.bz2" -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=www-apps/midgard-lib-${PV} - >=virtual/php-4.0.6 <virtual/php-5 -" - -pkg_setup() { - ewarn "PHP needs to be compiled with MySQL and XML support" -} - -src_compile() { - phpize || die "phpize failed" - econf - # set INSTALL_ROOT to respect sandbox - sed "1iINSTALL_ROOT=${D}" -i Makefile - emake || die "emake failed" -} - -src_install() { - dodoc ChangeLog INSTALL README.session - einstall || die "install failed" -} - -pkg_postinst() { - einfo "Edit your php.ini to add:" - einfo "extension=midgard.so" - einfo "and make sure that extension_dir at least contains the output of" - einfo "php-config --extension-dir" - einfo "Ensure that you have file_uploads and short_open_tags turned on" - einfo "Then restart Apache" -} diff --git a/www-apps/midgard/ChangeLog b/www-apps/midgard/ChangeLog deleted file mode 100644 index 38d7b10e6529..000000000000 --- a/www-apps/midgard/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for www-apps/midgard -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/midgard/ChangeLog,v 1.1 2004/09/22 11:20:57 rl03 Exp $ - -*midgard-1.5.0 (22 Sep 2004) - - 22 Sep 2004; Renat Lumpau <rl03@gentoo.org> +metadata.xml, - +midgard-1.5.0.ebuild: - Initial ebuild. - diff --git a/www-apps/midgard/Manifest b/www-apps/midgard/Manifest deleted file mode 100644 index a18ec5ecff76..000000000000 --- a/www-apps/midgard/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 47fc1e8da8968b818b70ce5ba61c87b4 midgard-1.5.0.ebuild 841 -MD5 bcaf4c86f2597b537a97df9f6bfe36c5 ChangeLog 338 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-midgard-1.5.0 0 diff --git a/www-apps/midgard/files/digest-midgard-1.5.0 b/www-apps/midgard/files/digest-midgard-1.5.0 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/www-apps/midgard/files/digest-midgard-1.5.0 +++ /dev/null diff --git a/www-apps/midgard/metadata.xml b/www-apps/midgard/metadata.xml deleted file mode 100644 index 95c06f0095bb..000000000000 --- a/www-apps/midgard/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/midgard/midgard-1.5.0.ebuild b/www-apps/midgard/midgard-1.5.0.ebuild deleted file mode 100644 index 26c78b2288ff..000000000000 --- a/www-apps/midgard/midgard-1.5.0.ebuild +++ /dev/null @@ -1,31 +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/midgard/midgard-1.5.0.ebuild,v 1.1 2004/09/22 11:20:57 rl03 Exp $ - -DESCRIPTION="The Midgard framework metapackage" -HOMEPAGE="http://www.midgard-project.org/" - -LICENSE="GPL-2 | LGPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND="=www-apps/midgard-lib-${PV} - =www-apache/mod_midgard-preparse-${PV} - =www-apps/midgard-php4-${PV} - =www-apps/midgard-data-${PV} - www-apps/asgard - www-apps/aegir - www-apps/midcom - www-apps/spider-admin -" -pkg_postrm() { - einfo "Note: this is a META ebuild for ${P}." - einfo "to remove it completely or before re-emerging" - einfo "either use 'depclean', or remove/re-emerge these packages:" - echo "" - for dep in ${RDEPEND}; do - einfo " ${dep}" - done - echo "" -} diff --git a/www-apps/openpsa/ChangeLog b/www-apps/openpsa/ChangeLog deleted file mode 100644 index c27418223f84..000000000000 --- a/www-apps/openpsa/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for www-apps/openpsa -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/openpsa/ChangeLog,v 1.1 2004/09/22 11:25:23 rl03 Exp $ - -*openpsa-1.9.0 (22 Sep 2004) - - 22 Sep 2004; Renat Lumpau <rl03@gentoo.org> +metadata.xml, - +openpsa-1.9.0.ebuild: - Initial ebuild. - diff --git a/www-apps/openpsa/Manifest b/www-apps/openpsa/Manifest deleted file mode 100644 index 83b0d7dfb7a2..000000000000 --- a/www-apps/openpsa/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 4d4edd6abfd54d3bc03aebbba7473868 openpsa-1.9.0.ebuild 1574 -MD5 a1a964b2674bd5bba921bf5ed696e14e ChangeLog 338 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 fed698c83d0189e1ae4b78bb543e5327 files/digest-openpsa-1.9.0 67 diff --git a/www-apps/openpsa/files/digest-openpsa-1.9.0 b/www-apps/openpsa/files/digest-openpsa-1.9.0 deleted file mode 100644 index 09cc8b8e0b10..000000000000 --- a/www-apps/openpsa/files/digest-openpsa-1.9.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 46f0e00691bcc2b69a0b76db52fd3ce9 openpsa-1.9.0.tar.bz2 1896203 diff --git a/www-apps/openpsa/metadata.xml b/www-apps/openpsa/metadata.xml deleted file mode 100644 index 95c06f0095bb..000000000000 --- a/www-apps/openpsa/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/openpsa/openpsa-1.9.0.ebuild b/www-apps/openpsa/openpsa-1.9.0.ebuild deleted file mode 100644 index cd922826560f..000000000000 --- a/www-apps/openpsa/openpsa-1.9.0.ebuild +++ /dev/null @@ -1,42 +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/openpsa/openpsa-1.9.0.ebuild,v 1.1 2004/09/22 11:25:23 rl03 Exp $ - -DESCRIPTION="OpenPSA is a Free, Web-based Management Software Package for Consultancies and Service organizations" -HOMEPAGE="http://www.openpsa.org/" -SRC_URI="http://www.openpsa.org/midcom-serveattachmentguid-e3aca527399cef0148c0829ef6111efa/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="www-apps/midgard" - -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 AUTHORS README supportmda.pl - - # 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 openpsa.xml.gz || die "repligard failed" -} - -pkg_postinst() { - einfo "1. Then, edit the host table" - einfo "mysql -uroot -p<password> -e \"UPDATE host SET name='www.myhost.com' WHERE name='localhost';\" midgard" - einfo "where www.myhost.com has to be replaced by your host name." - einfo "2. Then go to http://YOURHOST/openpsa_manager/" -} diff --git a/www-apps/townportal/ChangeLog b/www-apps/townportal/ChangeLog deleted file mode 100644 index 6b6ef4037ecd..000000000000 --- a/www-apps/townportal/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for www-apps/townportal -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/townportal/ChangeLog,v 1.1 2004/09/22 11:28:42 rl03 Exp $ - -*townportal-0.5 (22 Sep 2004) - - 22 Sep 2004; Renat Lumpau <rl03@gentoo.org> +metadata.xml, - +townportal-0.5.ebuild: - Initial ebuild. - diff --git a/www-apps/townportal/Manifest b/www-apps/townportal/Manifest deleted file mode 100644 index d12812b897fe..000000000000 --- a/www-apps/townportal/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 2c3006b2dd72f9ac56228b007240cd6f townportal-0.5.ebuild 1869 -MD5 97e6e4cba736d20c1fa087e5c3bbbff1 ChangeLog 346 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 d142972fffd965d387fec3a8d232f211 files/digest-townportal-0.5 68 diff --git a/www-apps/townportal/files/digest-townportal-0.5 b/www-apps/townportal/files/digest-townportal-0.5 deleted file mode 100644 index 2bef39bdea31..000000000000 --- a/www-apps/townportal/files/digest-townportal-0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 8bd27c640b58167fcf21950815c0507a TownPortal-0.5.tar.bz2 1214147 diff --git a/www-apps/townportal/metadata.xml b/www-apps/townportal/metadata.xml deleted file mode 100644 index 95c06f0095bb..000000000000 --- a/www-apps/townportal/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/townportal/townportal-0.5.ebuild b/www-apps/townportal/townportal-0.5.ebuild deleted file mode 100644 index 674365d613d6..000000000000 --- a/www-apps/townportal/townportal-0.5.ebuild +++ /dev/null @@ -1,51 +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/townportal/townportal-0.5.ebuild,v 1.1 2004/09/22 11:28:42 rl03 Exp $ - -IUSE="" -SLOT="0" -MY_PN="TownPortal" - -DESCRIPTION="TownPortal is a free portal system for villages and other local communities." -HOMEPAGE="http://www.midgard-project.org/projects/townportal/" -SRC_URI="http://www.midgard-project.org/midcom-serveattachmentguid-3b188b6b934daf3d1057d8cc08176b74/${MY_PN}-0.5.tar.bz2" -S=${WORKDIR}/${MY_PN}-${PV} - -KEYWORDS="~x86" - -DEPEND="www-apps/midgard" - -LICENSE="GPL-2" - -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 - - # 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 TownPortal-Dependencies.xml.gz || die "repligard failed" - repligard -a -c ${T}/repligard.conf -i TownPortal.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. Read http://www.midgard-project.org/projects/townportal/installation.html" -} |