* [gentoo-commits] repo/gentoo:master commit in: profiles/, www-apps/egroupware/files/, www-apps/egroupware/
@ 2017-07-05 10:35 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-07-05 10:35 UTC (permalink / raw
To: gentoo-commits
commit: 828139076827f50e43b62a88d038d1b092371618
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 10:23:14 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 10:35:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82813907
www-apps/egroupware: Remove last-rited pkg, #509920
profiles/package.mask | 6 --
www-apps/egroupware/Manifest | 3 -
.../egroupware/egroupware-1.8.004.20120613.ebuild | 80 ----------------------
www-apps/egroupware/files/postinstall-en-1.2.txt | 12 ----
www-apps/egroupware/metadata.xml | 15 ----
5 files changed, 116 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 40bcc083dc4..336ff69c9de 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -428,12 +428,6 @@ net-irc/charybdis
# Removal in 30 days. Bug #512292.
dev-db/ctdb
-# Michał Górny <mgorny@gentoo.org> (05 Jun 2017)
-# (on behalf of Treecleaner project)
-# Unmaintained in Gentoo. Multiple versions behind upstream. Multiple
-# security vulnerabilities. Removal in 30 days. Bug #509920.
-www-apps/egroupware
-
# Hans de Graaff <graaff@gentoo.org> (05 Jun 2017)
# Bundles obsolete and vulnerable webkit version.
# Upstream has stopped development and recommends using
diff --git a/www-apps/egroupware/Manifest b/www-apps/egroupware/Manifest
deleted file mode 100644
index c7fb48e154d..00000000000
--- a/www-apps/egroupware/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST eGroupware-1.8.004.20120613.tar.bz2 10460480 SHA256 63cab7d7dd02c56164fd4670ade765b18d9cbdf3e0a1834025216a651c170c54 SHA512 9b4c953e830d651951e019c3bfed399f9c3e846a819757fba832e6b491626f45fa93142d351f697fc72d5b3e7f1cb2c5353e8f726d30e671b5ef67b01a543402 WHIRLPOOL 7eccfe874597bdc8ec0d3480e3d9c3d1980abb9390f6a7fa8c281603920a188d72fd19be6e6200f03fa133ca1b34353c2d1398bb7378626d9a25dea5496f5b75
-DIST eGroupware-egw-pear-1.8.004.20120613.tar.bz2 75148 SHA256 19ec4e94b24535b5d988dcffdecb922c3b2b63524abd6623f90c690cba51e2e4 SHA512 25e5cacb0e8a19290c3a708f7c77e64458ebd4332bf9a0f95f45db1d144ad0a73253049049206b990543f9194e43b509b0bd94a0179ccbbada4f4567730061d8 WHIRLPOOL 5f980eae9d09fe7a7c7813e7736bc0ae1e3ac88d9ddb54c86b3e44316106f0dacf6b0996e924085301f21d38ef22e64cd1046b7176854d7b2ab045c941c531b8
-DIST eGroupware-gallery-1.8.004.20120613.tar.bz2 10508030 SHA256 a49e1309a3ad8bc1de319fcb93ee8f3696b64ad14ebb44fc5a3efaf77ac437fa SHA512 03eaa49c0dfc309e1d17757a84f45f692ef55cd762f4f049ddd9c22b8ff9a70eb30411607a439a0ea09ec81b545858f657a429bfa81157fc222f44503068fab3 WHIRLPOOL 034d1a9eb673b2a497985327126179d123975a3a73142a8b8024226cd462d5556f5a57999e49e5a459569030afecbf28eb463a781ada34215bee2431e1b639f9
diff --git a/www-apps/egroupware/egroupware-1.8.004.20120613.ebuild b/www-apps/egroupware/egroupware-1.8.004.20120613.ebuild
deleted file mode 100644
index d10c8a9424c..00000000000
--- a/www-apps/egroupware/egroupware-1.8.004.20120613.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils webapp
-
-MY_PN=eGroupware
-
-DESCRIPTION="Web-based GroupWare suite"
-HOMEPAGE="http://www.egroupware.org/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.bz2
- mirror://sourceforge/${PN}/${MY_PN}-egw-pear-${PV}.tar.bz2
- gallery? ( mirror://sourceforge/${PN}/${MY_PN}-gallery-${PV}.tar.bz2 )"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ppc ~sparc x86"
-IUSE="+jpgraph ldap mysql postgres gallery"
-
-# php deps taken from rpm spec
-# you can use pdo to access almost anything but sqlite is specifically required
-# for the calendar module
-# jpgraph is only needed for the projectmanager module
-RDEPEND="jpgraph? ( dev-php/jpgraph )
- dev-php/pear
- dev-php/PEAR-Auth_SASL
- virtual/httpd-php
- dev-lang/php[gd,imap,pdo,posix,session,sqlite,ssl,unicode,xml,zip,zlib,ldap?,mysql?,postgres?]
- virtual/cron"
-
-REQUIRED_USE="|| ( mysql postgres )"
-
-need_httpd_cgi
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- esvn_clean
-
- if use jpgraph; then
- einfo "Fixing jpgraph location"
- MY_JPGRAPH_VERSION="$(best_version dev-php/jpgraph)"
- MY_JPGRAPH_VERSION="${MY_JPGRAPH_VERSION/'dev-php/jpgraph-'/}"
- sed -i "s|EGW_SERVER_ROOT . '/../jpgraph/src/jpgraph.php'|'/usr/share/php/jpgraph/jpgraph.php'|" \
- projectmanager/inc/class.projectmanager_ganttchart.inc.php || die "sed jpgraph failed"
- sed -i "s|EGW_SERVER_ROOT . '/../jpgraph/src/jpgraph_gantt.php'|'/usr/share/php/jpgraph/jpgraph_gantt.php'|" \
- projectmanager/inc/class.projectmanager_ganttchart.inc.php || die "sed jpgraph failed"
- sed -i "s|$jpgraph_path .= SEP.'jpgraph';|$jpgraph_path = dirname('/usr/share/php/jpgraph/jpgraph.php');|" \
- setup/check_install.php || die "sed jpgraph failed"
- sed -i "s|'unknown';|'${MY_JPGRAPH_VERSION}';\n \$available = version_compare(\$version,\$min_version,'>=');|" \
- setup/check_install.php || die "sed jpgraph failed"
- fi
-}
-
-src_install() {
- webapp_src_preinst
-
- dodoc doc/rpm-build/egroupware.cron
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_serverowned "${MY_HTDOCSDIR}/phpgwapi/images"
-
- webapp_postinst_txt en "${FILESDIR}/postinstall-en-1.2.txt"
- webapp_src_install
-}
-
-pkg_postinst() {
- if use ldap; then
- elog "If you are using LDAP contacts/addressbook, please read the upgrade instructions at"
- elog "http://www.egroupware.org/index.php?page_name=wiki&wikipage=ManualSetupUpdate"
- elog "before running the egroupware setup"
- fi
-
- elog "A cronjob to run eGroupware's async services is available at"
- elog "/usr/share/doc/${P}"
-
- webapp_pkg_postinst
-}
diff --git a/www-apps/egroupware/files/postinstall-en-1.2.txt b/www-apps/egroupware/files/postinstall-en-1.2.txt
deleted file mode 100644
index eadc25dbc7f..00000000000
--- a/www-apps/egroupware/files/postinstall-en-1.2.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-You are almost done!
-
-0. Restart your webserver and your database daemon.
-
-1. Point your browser to the URL http://${VHOST_HOSTNAME}/egroupware/setup
-and follow the install/upgrade script.
-
-Don't forget to read the installation manual, available from
-http://community.egroupware.org/index.php?page_name=wiki&lang=&wikipage=ManualSetupCheck_install
-It describes the rest of the installation process.
-
-Enjoy eGroupWare!
diff --git a/www-apps/egroupware/metadata.xml b/www-apps/egroupware/metadata.xml
deleted file mode 100644
index aeebb743863..00000000000
--- a/www-apps/egroupware/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>web-apps@gentoo.org</email>
- <name>Gentoo Webapps</name>
- </maintainer>
- <use>
- <flag name="jpgraph">Add <pkg>dev-php/jpgraph</pkg> support</flag>
- <flag name="gallery">Install gallery2 port for eGW</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">egroupware</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-07-05 10:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 10:35 [gentoo-commits] repo/gentoo:master commit in: profiles/, www-apps/egroupware/files/, www-apps/egroupware/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox