diff options
author | Martin Holzer <mholzer@gentoo.org> | 2005-04-23 21:25:29 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2005-04-23 21:25:29 +0000 |
commit | be494231cdc198daecd331e95d0452278380b7b2 (patch) | |
tree | fc4d604e918cdd8231cca6c1f4aec2d6415a4d54 /www-apps | |
parent | Fix for bug #90153. (diff) | |
download | gentoo-2-be494231cdc198daecd331e95d0452278380b7b2.tar.gz gentoo-2-be494231cdc198daecd331e95d0452278380b7b2.tar.bz2 gentoo-2-be494231cdc198daecd331e95d0452278380b7b2.zip |
cleanup
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-apps')
6 files changed, 0 insertions, 135 deletions
diff --git a/www-apps/egroupware/egroupware-1.0.00.004.ebuild b/www-apps/egroupware/egroupware-1.0.00.004.ebuild deleted file mode 100644 index 094d704fadda..000000000000 --- a/www-apps/egroupware/egroupware-1.0.00.004.ebuild +++ /dev/null @@ -1,44 +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/egroupware/egroupware-1.0.00.004.ebuild,v 1.5 2004/09/03 17:17:20 pvdabeel Exp $ - -inherit webapp - -MY_P=eGroupWare-${PV}-2 -S=${WORKDIR}/${PN} - -DESCRIPTION="Web-based GroupWare suite. It contains many modules" -HOMEPAGE="http://www.eGroupWare.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~x86 ppc alpha amd64 ~sparc ~hppa" -IUSE="ldap" - -RDEPEND="virtual/php - || ( >=dev-db/mysql-3.23 >=dev-db/postgresql-7.2 ) - ldap? ( net-nds/openldap ) - net-www/apache" - -pkg_setup () { - webapp_pkg_setup - einfo "Please make sure that your PHP is compiled with LDAP (if using openldap), IMAP, and MySQL|PostgreSQL support" - einfo - einfo "Consider installing an MTA if you want to take advantage of eGW's mail capabilities." -} - -src_install() { - webapp_src_preinst - cd ${S} - # remove CVS directories - find . -type d -name 'CVS' -print | xargs rm -rf - cp -r . ${D}/${MY_HTDOCSDIR} - - webapp_serverowned ${MY_HTDOCSDIR}/fudforum - webapp_serverowned ${MY_HTDOCSDIR}/phpgwapi/images - - # add post-installation instructions - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - webapp_src_install -} diff --git a/www-apps/egroupware/egroupware-1.0.00.005.ebuild b/www-apps/egroupware/egroupware-1.0.00.005.ebuild deleted file mode 100644 index 078f9e404d6a..000000000000 --- a/www-apps/egroupware/egroupware-1.0.00.005.ebuild +++ /dev/null @@ -1,44 +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/egroupware/egroupware-1.0.00.005.ebuild,v 1.1 2004/11/02 23:35:01 mholzer Exp $ - -inherit webapp - -MY_P=eGroupWare-${PV}-1 -S=${WORKDIR}/${PN} - -DESCRIPTION="Web-based GroupWare suite. It contains many modules" -HOMEPAGE="http://www.eGroupWare.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc ~hppa" -IUSE="ldap" - -RDEPEND="virtual/php - || ( >=dev-db/mysql-3.23 >=dev-db/postgresql-7.2 ) - ldap? ( net-nds/openldap ) - net-www/apache" - -pkg_setup () { - webapp_pkg_setup - einfo "Please make sure that your PHP is compiled with LDAP (if using openldap), IMAP, and MySQL|PostgreSQL support" - einfo - einfo "Consider installing an MTA if you want to take advantage of eGW's mail capabilities." -} - -src_install() { - webapp_src_preinst - cd ${S} - # remove CVS directories - find . -type d -name 'CVS' -print | xargs rm -rf - cp -r . ${D}/${MY_HTDOCSDIR} - - webapp_serverowned ${MY_HTDOCSDIR}/fudforum - webapp_serverowned ${MY_HTDOCSDIR}/phpgwapi/images - - # add post-installation instructions - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - webapp_src_install -} diff --git a/www-apps/egroupware/egroupware-1.0.00.006.ebuild b/www-apps/egroupware/egroupware-1.0.00.006.ebuild deleted file mode 100644 index 966e7d98049f..000000000000 --- a/www-apps/egroupware/egroupware-1.0.00.006.ebuild +++ /dev/null @@ -1,44 +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/egroupware/egroupware-1.0.00.006.ebuild,v 1.4 2004/12/08 21:53:20 sekretarz Exp $ - -inherit webapp - -MY_P=eGroupWare-${PV}-1 -S=${WORKDIR}/${PN} - -DESCRIPTION="Web-based GroupWare suite. It contains many modules" -HOMEPAGE="http://www.eGroupWare.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~x86 ppc alpha amd64 ~sparc ~hppa" -IUSE="ldap" - -RDEPEND="virtual/php - || ( >=dev-db/mysql-3.23 >=dev-db/postgresql-7.2 ) - ldap? ( net-nds/openldap ) - net-www/apache" - -pkg_setup () { - webapp_pkg_setup - einfo "Please make sure that your PHP is compiled with LDAP (if using openldap), IMAP, and MySQL|PostgreSQL support" - einfo - einfo "Consider installing an MTA if you want to take advantage of eGW's mail capabilities." -} - -src_install() { - webapp_src_preinst - cd ${S} - # remove CVS directories - find . -type d -name 'CVS' -print | xargs rm -rf - cp -r . ${D}/${MY_HTDOCSDIR} - - webapp_serverowned ${MY_HTDOCSDIR}/fudforum - webapp_serverowned ${MY_HTDOCSDIR}/phpgwapi/images - - # add post-installation instructions - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - webapp_src_install -} diff --git a/www-apps/egroupware/files/digest-egroupware-1.0.00.004 b/www-apps/egroupware/files/digest-egroupware-1.0.00.004 deleted file mode 100644 index c59eae471b42..000000000000 --- a/www-apps/egroupware/files/digest-egroupware-1.0.00.004 +++ /dev/null @@ -1 +0,0 @@ -MD5 b3df0b3dc95f043c22eacf4a92563d8a eGroupWare-1.0.00.004-2.tar.bz2 10193131 diff --git a/www-apps/egroupware/files/digest-egroupware-1.0.00.005 b/www-apps/egroupware/files/digest-egroupware-1.0.00.005 deleted file mode 100644 index fed39e33a3f4..000000000000 --- a/www-apps/egroupware/files/digest-egroupware-1.0.00.005 +++ /dev/null @@ -1 +0,0 @@ -MD5 a2d83f21e5e2af6d48f629544feacfa3 eGroupWare-1.0.00.005-1.tar.bz2 10218350 diff --git a/www-apps/egroupware/files/digest-egroupware-1.0.00.006 b/www-apps/egroupware/files/digest-egroupware-1.0.00.006 deleted file mode 100644 index c6c89c2ee613..000000000000 --- a/www-apps/egroupware/files/digest-egroupware-1.0.00.006 +++ /dev/null @@ -1 +0,0 @@ -MD5 b2eb8ff6ff15b2e49b6bdd1ffd214bc9 eGroupWare-1.0.00.006-1.tar.bz2 10852455 |