summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/refbase')
-rw-r--r--app-text/refbase/Manifest1
-rw-r--r--app-text/refbase/refbase-0.9.5.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/app-text/refbase/Manifest b/app-text/refbase/Manifest
index 39840840da24..12f590fd138b 100644
--- a/app-text/refbase/Manifest
+++ b/app-text/refbase/Manifest
@@ -1,2 +1 @@
-DIST refbase-0.9.5.tar.gz 1395726 BLAKE2B d39b2ac6dc30e068e1f0f4ba22ca03bc4741c337a32a6e47675bd43d135c018018d2f7097ca8d0e21f72f3dbe51cdd111ba8b9cc855cabb6d3855a52e48625e9 SHA512 68022eee0c15a4e733a8eef8cd5ca15d6e29a4f3559539657c4a38733a4338b51ef4b716cfd964bdd5eb94dda3c7f012b6e01deb59879f3dbfd79d4d8ce11305
DIST refbase-0.9.6_p20180223.zip 1725517 BLAKE2B bc92ba3bd7e317100e9390157e7b9cef5450aafa4fa78925cd7ac11f8933bca24a978fa44719e4a62e4e914c6949cc57a663a3ceca44ba0f07a7dae96b82d594 SHA512 65960052b99037653d0cf6f0c02f133f47e359ed67da095b03e10519ba48ecaa3cedf29eb1f2d56115b21cd479dcea77a26bf1f90baa8f4037876ca9c61a4aa3
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
-}