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 | bc5e5eedd229a86d5fead17ab4703a757bfbb90c (patch) | |
tree | b0dd9852d871272c27e355148cf7ab1dea58bd54 /www-apps | |
parent | Fix for bug #90153. (diff) | |
download | historical-bc5e5eedd229a86d5fead17ab4703a757bfbb90c.tar.gz historical-bc5e5eedd229a86d5fead17ab4703a757bfbb90c.tar.bz2 historical-bc5e5eedd229a86d5fead17ab4703a757bfbb90c.zip |
cleanup
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/egroupware/Manifest | 20 | ||||
-rw-r--r-- | www-apps/egroupware/egroupware-1.0.00.004.ebuild | 44 | ||||
-rw-r--r-- | www-apps/egroupware/egroupware-1.0.00.005.ebuild | 44 | ||||
-rw-r--r-- | www-apps/egroupware/egroupware-1.0.00.006.ebuild | 44 | ||||
-rw-r--r-- | www-apps/egroupware/files/digest-egroupware-1.0.00.004 | 1 | ||||
-rw-r--r-- | www-apps/egroupware/files/digest-egroupware-1.0.00.005 | 1 | ||||
-rw-r--r-- | www-apps/egroupware/files/digest-egroupware-1.0.00.006 | 1 |
7 files changed, 2 insertions, 153 deletions
diff --git a/www-apps/egroupware/Manifest b/www-apps/egroupware/Manifest index 07aa793046e0..106b6d1b0c51 100644 --- a/www-apps/egroupware/Manifest +++ b/www-apps/egroupware/Manifest @@ -1,21 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 a9f2afda361b0736889a37aa1cf31d30 egroupware-1.0.0.007.ebuild 1262 MD5 fcdc68604405fd453ac13f2b9b3e84d1 ChangeLog 4362 MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 74be02c8d3771d9aacca4be4d1c37172 egroupware-1.0.00.006.ebuild 1266 -MD5 d6d9d1e6b2a8b4f6975b9391d91d81ee egroupware-1.0.00.005.ebuild 1267 -MD5 18099a54598338d6cc2ad900f02417fd egroupware-1.0.00.004.ebuild 1265 -MD5 069ee268f689a4d2a950cf6dc25b5469 files/digest-egroupware-1.0.00.006 78 -MD5 e0047e98b51190ad962261fad73df6b9 files/digest-egroupware-1.0.00.004 78 -MD5 5acfe8f4f634af8faac95b6411b410e5 files/postinstall-en.txt 397 +MD5 a9f2afda361b0736889a37aa1cf31d30 egroupware-1.0.0.007.ebuild 1262 MD5 08a77bf0063609ec500ebbfb2135ef05 files/digest-egroupware-1.0.0.007 77 -MD5 f2b390845d9c85ef9775ba6e5e61bcfb files/digest-egroupware-1.0.00.005 78 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCaMZ1Kf2g/qXtneoRAhk3AJoDmooXb/oxTDFnJ1pZW6zF/NrIaQCfZM98 -f4pKysNyjA8OWGZj8GX1mCM= -=3fmh ------END PGP SIGNATURE----- +MD5 5acfe8f4f634af8faac95b6411b410e5 files/postinstall-en.txt 397 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 |