summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/refbase/refbase-0.9.6_p20180223.ebuild')
-rw-r--r--app-text/refbase/refbase-0.9.6_p20180223.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-text/refbase/refbase-0.9.6_p20180223.ebuild b/app-text/refbase/refbase-0.9.6_p20180223.ebuild
index 425caca6082e..6962ac419d28 100644
--- a/app-text/refbase/refbase-0.9.6_p20180223.ebuild
+++ b/app-text/refbase/refbase-0.9.6_p20180223.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,18 +7,19 @@ inherit webapp
DESCRIPTION="Web-based solution for managing scientific literature, references and citations"
HOMEPAGE="http://www.refbase.net/"
SRC_URI="https://sourceforge.net/code-snapshots/svn/r/re/refbase/code/refbase-code-r1422-branches-bleeding-edge.zip -> ${P}.zip"
+
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND=">=dev-lang/php-5.3[mysql,mysqli(+),session]
virtual/httpd-php
app-admin/webapp-config
app-text/bibutils"
-DEPEND="app-arch/unzip"
+
+BDEPEND="app-arch/unzip"
S="${WORKDIR}/${PN}-code-r1422-branches-bleeding-edge"
-src_install () {
+src_install() {
webapp_src_preinst
DOCS="AUTHORS BUGS ChangeLog NEWS README TODO UPDATE"