diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-11-23 18:12:26 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-11-23 18:12:26 +0000 |
commit | 2c743410ea769151250ec9150073171a2ca83af1 (patch) | |
tree | d6f23bf253db25e9b8a8bf0ff4b4845fe9cef519 /www-apps/groupoffice | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-2c743410ea769151250ec9150073171a2ca83af1.tar.gz gentoo-2-2c743410ea769151250ec9150073171a2ca83af1.tar.bz2 gentoo-2-2c743410ea769151250ec9150073171a2ca83af1.zip |
cleanup
Diffstat (limited to 'www-apps/groupoffice')
-rw-r--r-- | www-apps/groupoffice/files/digest-groupoffice-2.05 | 2 | ||||
-rw-r--r-- | www-apps/groupoffice/files/digest-groupoffice-2.06 | 2 | ||||
-rw-r--r-- | www-apps/groupoffice/files/digest-groupoffice-2.07 | 2 | ||||
-rw-r--r-- | www-apps/groupoffice/groupoffice-2.05.ebuild | 33 | ||||
-rw-r--r-- | www-apps/groupoffice/groupoffice-2.06.ebuild | 33 | ||||
-rw-r--r-- | www-apps/groupoffice/groupoffice-2.07.ebuild | 31 |
6 files changed, 0 insertions, 103 deletions
diff --git a/www-apps/groupoffice/files/digest-groupoffice-2.05 b/www-apps/groupoffice/files/digest-groupoffice-2.05 deleted file mode 100644 index d8a52fbfb128..000000000000 --- a/www-apps/groupoffice/files/digest-groupoffice-2.05 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 87a67b8e3a29560b18ae9b40a3794d59 groupoffice-com-2.05.tar.gz 3480010 -MD5 4ee2188438e2a98cf17d6b47796ec30a GO-theme-crystal-1.93.tar.gz 286777 diff --git a/www-apps/groupoffice/files/digest-groupoffice-2.06 b/www-apps/groupoffice/files/digest-groupoffice-2.06 deleted file mode 100644 index f4b343017ba0..000000000000 --- a/www-apps/groupoffice/files/digest-groupoffice-2.06 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 dfceb81923287444fe0a297c40b2f265 groupoffice-com-2.06.tar.gz 4246139 -MD5 4ee2188438e2a98cf17d6b47796ec30a GO-theme-crystal-1.93.tar.gz 286777 diff --git a/www-apps/groupoffice/files/digest-groupoffice-2.07 b/www-apps/groupoffice/files/digest-groupoffice-2.07 deleted file mode 100644 index d3db84268bee..000000000000 --- a/www-apps/groupoffice/files/digest-groupoffice-2.07 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 d43247832a11ed8f6306a8ab671ca503 groupoffice-com-2.07.tar.gz 3356605 -MD5 4ee2188438e2a98cf17d6b47796ec30a GO-theme-crystal-1.93.tar.gz 286777 diff --git a/www-apps/groupoffice/groupoffice-2.05.ebuild b/www-apps/groupoffice/groupoffice-2.05.ebuild deleted file mode 100644 index e70ea29de130..000000000000 --- a/www-apps/groupoffice/groupoffice-2.05.ebuild +++ /dev/null @@ -1,33 +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/groupoffice/groupoffice-2.05.ebuild,v 1.1 2004/11/14 13:30:01 mholzer Exp $ - -inherit webapp - -S=${WORKDIR}/${PN}-com-${PV} -DESCRIPTION="Group-Office is a powerful modular Intranet application framework. It runs *nix using PHP and has several database support." -HOMEPAGE="http://group-office.sourceforge.net/" -SRC_URI="mirror://sourceforge/group-office/${PN}-com-${PV}.tar.gz - mirror://sourceforge/group-office/GO-theme-crystal-1.93.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc" -IUSE="" -DEPEND="virtual/php - dev-db/mysql" - -src_install() { - webapp_src_preinst - - mv ${WORKDIR}/crystal ${S}/themes - cd ${S} - dodoc CHANGELOG DEVELOPERS FAQ INSTALL RELEASE README.ldap TODO TRANSLATORS - rm -f CHANGELOG FAQ INSTALL README.ldap TODO TRANSLATORS - - cp -r . ${D}${MY_HTDOCSDIR} - webapp_serverowned ${MY_HTDOCSDIR} - - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - webapp_src_install -} diff --git a/www-apps/groupoffice/groupoffice-2.06.ebuild b/www-apps/groupoffice/groupoffice-2.06.ebuild deleted file mode 100644 index 1307460fbb59..000000000000 --- a/www-apps/groupoffice/groupoffice-2.06.ebuild +++ /dev/null @@ -1,33 +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/groupoffice/groupoffice-2.06.ebuild,v 1.1 2004/11/14 13:30:01 mholzer Exp $ - -inherit webapp - -S=${WORKDIR}/${PN}-com-${PV} -DESCRIPTION="Group-Office is a powerful modular Intranet application framework. It runs *nix using PHP and has several database support." -HOMEPAGE="http://group-office.sourceforge.net/" -SRC_URI="mirror://sourceforge/group-office/${PN}-com-${PV}.tar.gz - mirror://sourceforge/group-office/GO-theme-crystal-1.93.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc" -IUSE="" -DEPEND="virtual/php - dev-db/mysql" - -src_install() { - webapp_src_preinst - - mv ${WORKDIR}/crystal ${S}/themes - cd ${S} - dodoc CHANGELOG DEVELOPERS FAQ INSTALL RELEASE README.ldap TODO TRANSLATORS - rm -f CHANGELOG FAQ INSTALL README.ldap TODO TRANSLATORS - - cp -r . ${D}${MY_HTDOCSDIR} - webapp_serverowned ${MY_HTDOCSDIR} - - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - webapp_src_install -} diff --git a/www-apps/groupoffice/groupoffice-2.07.ebuild b/www-apps/groupoffice/groupoffice-2.07.ebuild deleted file mode 100644 index bcb37cad2e7e..000000000000 --- a/www-apps/groupoffice/groupoffice-2.07.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/groupoffice/groupoffice-2.07.ebuild,v 1.1 2004/11/14 13:30:01 mholzer Exp $ - -inherit webapp - -S=${WORKDIR}/${PN}-com-${PV} -DESCRIPTION="Group-Office is a powerful modular Intranet application framework. It runs *nix using PHP and has several database support." -HOMEPAGE="http://group-office.sourceforge.net/" -SRC_URI="mirror://sourceforge/group-office/${PN}-com-${PV}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc" -IUSE="" -DEPEND="virtual/php - dev-db/mysql" - -src_install() { - webapp_src_preinst - - cd ${S} - dodoc CHANGELOG DEVELOPERS FAQ INSTALL RELEASE README.ldap TODO TRANSLATORS - rm -f CHANGELOG FAQ INSTALL README.ldap TODO TRANSLATORS - - cp -r . ${D}${MY_HTDOCSDIR} - webapp_serverowned ${MY_HTDOCSDIR} - - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - webapp_src_install -} |