diff options
-rw-r--r-- | app-text/refbase/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/refbase/refbase-0.8.0.ebuild | 38 | ||||
-rw-r--r-- | app-text/refbase/refbase-0.9.5.ebuild (renamed from app-text/refbase/refbase-0.9.0.ebuild) | 5 |
3 files changed, 12 insertions, 42 deletions
diff --git a/app-text/refbase/ChangeLog b/app-text/refbase/ChangeLog index 014ce9a5e585..c619aed6c0c6 100644 --- a/app-text/refbase/ChangeLog +++ b/app-text/refbase/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/refbase -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/ChangeLog,v 1.7 2008/02/12 19:22:36 markusle Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/ChangeLog,v 1.8 2009/08/01 10:59:29 a3li Exp $ + +*refbase-0.9.5 (01 Aug 2009) + + 01 Aug 2009; Alex Legler <a3li@gentoo.org> -refbase-0.8.0.ebuild, + -refbase-0.9.0.ebuild, +refbase-0.9.5.ebuild: + Non-maintainer commit: Version bump for security bug 261384. Removing + vulnerable versions. *refbase-0.9.0 (12 Feb 2008) diff --git a/app-text/refbase/refbase-0.8.0.ebuild b/app-text/refbase/refbase-0.8.0.ebuild deleted file mode 100644 index 5935c4fb64fa..000000000000 --- a/app-text/refbase/refbase-0.8.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.8.0.ebuild,v 1.6 2008/02/12 19:22:36 markusle Exp $ - -inherit depend.apache depend.php 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="app-admin/webapp-config - app-text/bibutils" - -need_apache -need_php - -pkg_setup() { - require_php_with_use mysql pcre session - 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 -} diff --git a/app-text/refbase/refbase-0.9.0.ebuild b/app-text/refbase/refbase-0.9.5.ebuild index 07ace43b0a2c..37fca1205ced 100644 --- a/app-text/refbase/refbase-0.9.0.ebuild +++ b/app-text/refbase/refbase-0.9.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.9.0.ebuild,v 1.1 2008/02/12 19:22:36 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.9.5.ebuild,v 1.1 2009/08/01 10:59:29 a3li Exp $ inherit depend.apache depend.php webapp @@ -12,6 +12,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="app-admin/webapp-config app-text/bibutils" +RDEPEND="${DEPEND}" need_apache need_php |