diff options
author | 2013-02-02 01:23:15 +0000 | |
---|---|---|
committer | 2013-02-02 01:23:15 +0000 | |
commit | cb1de29633502333436df7bab509670e8e8f85b7 (patch) | |
tree | 7b929623b3bf9d76917228796969ab18f626fbc6 /app-text | |
parent | whitespace (diff) | |
download | gentoo-2-cb1de29633502333436df7bab509670e8e8f85b7.tar.gz gentoo-2-cb1de29633502333436df7bab509670e8e8f85b7.tar.bz2 gentoo-2-cb1de29633502333436df7bab509670e8e8f85b7.zip |
Search feature is broken with java 1.7.
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/jabref/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/jabref/jabref-2.6.ebuild | 13 |
2 files changed, 14 insertions, 6 deletions
diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog index 340f22a4220c..b748d8253ecd 100644 --- a/app-text/jabref/ChangeLog +++ b/app-text/jabref/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/jabref -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/jabref/ChangeLog,v 1.89 2012/12/13 15:13:21 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/jabref/ChangeLog,v 1.90 2013/02/02 01:23:15 calchan Exp $ + + 02 Feb 2013; Denis Dupeyron <calchan@gentoo.org> jabref-2.6.ebuild: + Search feature is broken with java 1.7. 13 Dec 2012; Justin Lecher <jlec@gentoo.org> -files/jabref-2.2-build.xml.patch, -jabref-2.3.1.ebuild, -jabref-2.5.ebuild, diff --git a/app-text/jabref/jabref-2.6.ebuild b/app-text/jabref/jabref-2.6.ebuild index 7ad0f10442d5..3e1b73179300 100644 --- a/app-text/jabref/jabref-2.6.ebuild +++ b/app-text/jabref/jabref-2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/jabref/jabref-2.6.ebuild,v 1.4 2011/08/07 11:54:33 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/jabref/jabref-2.6.ebuild,v 1.5 2013/02/02 01:23:15 calchan Exp $ EAPI=2 @@ -31,10 +31,10 @@ CDEPEND="dev-java/spin:0 dev-java/jpfcodegen:0 mysql? ( dev-java/jdbc-mysql:0 )" -RDEPEND=">=virtual/jre-1.6 +RDEPEND="virtual/jre:1.6 ${CDEPEND}" -DEPEND=">=virtual/jdk-1.6 +DEPEND="virtual/jdk:1.6 ${CDEPEND}" S="${WORKDIR}/${PN}-${MY_PV}" @@ -85,3 +85,8 @@ src_install() { make_desktop_entry ${PN} JabRef JabRef-icon Office echo "MimeType=text/x-bibtex" >> "${D}/usr/share/applications/${PN}-${PN}.desktop" } + +pkg_postinst() { + elog "Users need to set their user java vm to one of the 1.6 slot for the search" + elog "feature to work." +} |