* [gentoo-commits] repo/gentoo:master commit in: www-apps/dotproject/, www-apps/dotproject/files/
@ 2024-07-11 18:47 Viorel Munteanu
0 siblings, 0 replies; only message in thread
From: Viorel Munteanu @ 2024-07-11 18:47 UTC (permalink / raw
To: gentoo-commits
commit: c97921d2ebe88f4784ab634a6d4893ebe04684b0
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 17:39:32 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 18:43:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97921d2
www-apps/dotproject: treeclean
Bug: https://bugs.gentoo.org/933998
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
www-apps/dotproject/Manifest | 1 -
www-apps/dotproject/dotproject-2.1.7-r2.ebuild | 45 ----------------------
.../files/dotproject-2.1.7-pear-date.patch | 39 -------------------
www-apps/dotproject/files/install-en.txt | 17 --------
www-apps/dotproject/metadata.xml | 12 ------
5 files changed, 114 deletions(-)
diff --git a/www-apps/dotproject/Manifest b/www-apps/dotproject/Manifest
deleted file mode 100644
index 75489d6aa162..000000000000
--- a/www-apps/dotproject/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dotproject-2.1.7.tar.gz 4528969 BLAKE2B 167414d09e6e719e75179872ce8fbf3ebdb51f8328381d991634c683d82e40ec3bc029ccf79dbd6be5fd5345bb2603887bbf9b751511b62c0555248b27d15c3e SHA512 887637d8b66096ca0313dd257de44f2afef587c795cb8009861698f799db4e09677f6cd7e5ee57d3655e81219e25257c379deafac77003bf7e6f82e70eef8f58
diff --git a/www-apps/dotproject/dotproject-2.1.7-r2.ebuild b/www-apps/dotproject/dotproject-2.1.7-r2.ebuild
deleted file mode 100644
index a707b88d192b..000000000000
--- a/www-apps/dotproject/dotproject-2.1.7-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-DESCRIPTION="dotProject is a PHP web-based project management framework"
-HOMEPAGE="http://www.dotproject.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-RDEPEND="
- app-text/poppler[utils]
- dev-php/PEAR-Date
- virtual/httpd-php
-"
-
-need_httpd_cgi
-
-PATCHES=(
- "${FILESDIR}"/${P}-pear-date.patch
-)
-
-src_install() {
- webapp_src_preinst
-
- dodoc ChangeLog README
- rm -r ChangeLog README lib/PEAR/Date.php lib/PEAR/Date || die
-
- mv includes/config{-dist,}.php || die
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_serverowned "${MY_HTDOCSDIR}"/includes/config.php
- webapp_serverowned "${MY_HTDOCSDIR}"/files{,/temp}
- webapp_serverowned "${MY_HTDOCSDIR}"/locales/en
-
- webapp_postinst_txt en "${FILESDIR}"/install-en.txt
- webapp_src_install
-}
diff --git a/www-apps/dotproject/files/dotproject-2.1.7-pear-date.patch b/www-apps/dotproject/files/dotproject-2.1.7-pear-date.patch
deleted file mode 100644
index a907589f00e2..000000000000
--- a/www-apps/dotproject/files/dotproject-2.1.7-pear-date.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -u -r dotproject/classes/date.class.php dotproject-patched/classes/date.class.php
---- dotproject/classes/date.class.php 2011-03-10 06:11:25.000000000 +0100
-+++ dotproject-patched/classes/date.class.php 2013-01-03 12:35:36.598020904 +0100
-@@ -8,7 +8,8 @@
- }
-
-
--require_once $AppUI->getLibraryClass('PEAR/Date');
-+#require_once $AppUI->getLibraryClass('PEAR/Date');
-+require_once 'Date.php';
-
- define('FMT_DATEISO', '%Y%m%dT%H%M%S');
- define('FMT_DATELDAP', '%Y%m%d%H%M%SZ');
-diff -u -r dotproject/modules/calendar/calendar.class.php dotproject-patched/modules/calendar/calendar.class.php
---- dotproject/modules/calendar/calendar.class.php 2012-06-19 11:05:19.000000000 +0200
-+++ dotproject-patched/modules/calendar/calendar.class.php 2013-01-03 12:36:10.898019883 +0100
-@@ -7,7 +7,8 @@
- ## Calendar classes
- ##
-
--require_once ($AppUI->getLibraryClass('PEAR/Date'));
-+#require_once ($AppUI->getLibraryClass('PEAR/Date'));
-+require_once 'Date.php';
- require_once ($AppUI->getSystemClass ('dp'));
- require_once $AppUI->getSystemClass('libmail');
- require_once $AppUI->getSystemClass('date');
-diff -u -r dotproject/modules/projects/projects.class.php dotproject-patched/modules/projects/projects.class.php
---- dotproject/modules/projects/projects.class.php 2011-06-20 13:07:49.000000000 +0200
-+++ dotproject-patched/modules/projects/projects.class.php 2013-01-03 12:36:12.709019829 +0100
-@@ -10,7 +10,8 @@
- */
-
- require_once ($AppUI->getSystemClass ('dp'));
--require_once ($AppUI->getLibraryClass('PEAR/Date'));
-+#require_once ($AppUI->getLibraryClass('PEAR/Date'));
-+require_once 'Date.php';
- require_once ($AppUI->getModuleClass('tasks'));
- require_once ($AppUI->getModuleClass('companies'));
- require_once ($AppUI->getModuleClass('departments'));
diff --git a/www-apps/dotproject/files/install-en.txt b/www-apps/dotproject/files/install-en.txt
deleted file mode 100644
index 049fdc4da7e5..000000000000
--- a/www-apps/dotproject/files/install-en.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-You will need to provide a database for your dotproject installation.
-
-This assumes you have some knowledge of MySQL, and already have it
-installed and configured. If not, please refer to the Gentoo MySQL
-guide at the following URL:
-
-http://www.gentoo.org/doc/en/mysql-howto.xml
-
-Once you have a database ready all you need to do is to go to this
-location
-
-http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install
-
-and provide the credentials required for the database access.
-
-Note the administrator password dotproject will provide and after
-logging in with these credentials you can start to use the application.
diff --git a/www-apps/dotproject/metadata.xml b/www-apps/dotproject/metadata.xml
deleted file mode 100644
index 3f9a7d864e7c..000000000000
--- a/www-apps/dotproject/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>web-apps@gentoo.org</email>
- <name>Gentoo Webapps</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="sourceforge">dotproject</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-11 18:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11 18:47 [gentoo-commits] repo/gentoo:master commit in: www-apps/dotproject/, www-apps/dotproject/files/ Viorel Munteanu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox