summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-02-21 12:59:30 -0500
committerBrian Evans <grknight@gentoo.org>2019-02-21 13:00:07 -0500
commitfd0560603d514ad8c240c4bf581b5485990b40d6 (patch)
tree2ccfde32ee0df58fdc6eea2374f7a716f3d10120 /app-text/refbase/refbase-0.9.5.ebuild
parentapp-text/refbase: Add new snapshot with PHP 7 compatibility (diff)
downloadgentoo-fd0560603d514ad8c240c4bf581b5485990b40d6.tar.gz
gentoo-fd0560603d514ad8c240c4bf581b5485990b40d6.tar.bz2
gentoo-fd0560603d514ad8c240c4bf581b5485990b40d6.zip
app-text/refbase: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'app-text/refbase/refbase-0.9.5.ebuild')
-rw-r--r--app-text/refbase/refbase-0.9.5.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-text/refbase/refbase-0.9.5.ebuild b/app-text/refbase/refbase-0.9.5.ebuild
deleted file mode 100644
index 47da213ccdbe..000000000000
--- a/app-text/refbase/refbase-0.9.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-inherit depend.apache webapp
-
-DESCRIPTION="Web-based solution for managing scientific literature, references and citations"
-HOMEPAGE="http://www.refbase.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-DEPEND=">=dev-lang/php-5.3
- dev-lang/php[mysql,session]
- app-admin/webapp-config
- app-text/bibutils"
-RDEPEND="${DEPEND}"
-
-need_apache
-
-pkg_setup() {
- webapp_pkg_setup
-}
-
-src_install () {
- webapp_src_preinst
-
- DOCS="AUTHORS BUGS ChangeLog NEWS README TODO UPDATE"
- dodoc ${DOCS}
- # Don't install docs to webroot
- rm -f ${DOCS} COPYING INSTALL
-
- cp -R * "${D}"${MY_HTDOCSDIR}
-
- webapp_configfile ${MY_HTDOCSDIR}/initialize
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
- webapp_src_install
-}