public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2013-02-14 18:39 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2013-02-14 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     218c1fb45525332438acaa28945ab5749d99ef5b
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Feb 14 17:51:17 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Thu Feb 14 17:51:17 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=218c1fb4

Adding first draft version of jabref-2.9.2 ebuild.

This version is loosely based on jabref-2.8.1.ebuild attached to bug 385751 on
bugs.gentoo.org.

Package-Manager: portage-2.2.0_alpha163

---
 app-text/jabref/ChangeLog           |    9 +++++++++
 app-text/jabref/jabref-2.9.2.ebuild |   31 +++++++++++++++++++++++++++++++
 app-text/jabref/metadata.xml        |    8 ++++++++
 3 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
new file mode 100644
index 0000000..b68faa6
--- /dev/null
+++ b/app-text/jabref/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-text/jabref
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*jabref-2.9.2 (14 Feb 2013)
+
+  14 Feb 2013; Nick <nbock@gentoo.org> +jabref-2.9.2.ebuild, +metadata.xml:
+  Adding first draft version of jabref-2.9.2 ebuild.  This version is loosely
+  based on jabref-2.8.1.ebuild attached to bug 385751 on bugs.gentoo.org.

diff --git a/app-text/jabref/jabref-2.9.2.ebuild b/app-text/jabref/jabref-2.9.2.ebuild
new file mode 100644
index 0000000..6aa343b
--- /dev/null
+++ b/app-text/jabref/jabref-2.9.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Java GUI frontend for managing BibTeX and other bibliographies."
+HOMEPAGE="http://jabref.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/JabRef-${PV}-src.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+EANT_BUILD_TARGET="jars"
+
+COMMON_DEPEND=""
+DEPEND=">=virtual/jre-1.6
+		${COMMON_DEPEND}"
+RDEPEND=">=virtual/jdk-1.6
+		 ${COMMON_DEPEND}"
+
+src_install() {
+	java-pkg_newjar build/lib/JabRef-${PV}.jar
+	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
+	newicon src/images/JabRef-icon-48.png JabRef-icon.png || die "failed to create icon"
+	make_desktop_entry ${PN} JabRef JabRef-icon Office
+}

diff --git a/app-text/jabref/metadata.xml b/app-text/jabref/metadata.xml
new file mode 100644
index 0000000..d747d72
--- /dev/null
+++ b/app-text/jabref/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci</herd>
+	<maintainer>
+		<email>sci@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2013-02-14 18:39 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2013-02-14 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     58d6e3b6b5a213b4e45ef27656485837639544bc
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Feb 14 18:25:50 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Thu Feb 14 18:25:50 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=58d6e3b6

Added changes suggested by Christoph Junghans <ottxor <AT> gentoo.org>.

Package-Manager: portage-2.2.0_alpha163

---
 app-text/jabref/ChangeLog           |    4 ++++
 app-text/jabref/jabref-2.9.2.ebuild |    9 +++------
 app-text/jabref/metadata.xml        |    4 ++--
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index b68faa6..d2c054e 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Feb 2013; Nicolas Bock <nicolasbock@gmail.com> jabref-2.9.2.ebuild,
+  metadata.xml:
+  Added changes suggested by Christoph Junghans <ottxor@gentoo.org>.
+
 *jabref-2.9.2 (14 Feb 2013)
 
   14 Feb 2013; Nick <nbock@gentoo.org> +jabref-2.9.2.ebuild, +metadata.xml:

diff --git a/app-text/jabref/jabref-2.9.2.ebuild b/app-text/jabref/jabref-2.9.2.ebuild
index 6aa343b..844f4c1 100644
--- a/app-text/jabref/jabref-2.9.2.ebuild
+++ b/app-text/jabref/jabref-2.9.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit java-pkg-2 java-ant-2
 
@@ -17,11 +17,8 @@ IUSE=""
 
 EANT_BUILD_TARGET="jars"
 
-COMMON_DEPEND=""
-DEPEND=">=virtual/jre-1.6
-		${COMMON_DEPEND}"
-RDEPEND=">=virtual/jdk-1.6
-		 ${COMMON_DEPEND}"
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
 
 src_install() {
 	java-pkg_newjar build/lib/JabRef-${PV}.jar

diff --git a/app-text/jabref/metadata.xml b/app-text/jabref/metadata.xml
index d747d72..99ff64e 100644
--- a/app-text/jabref/metadata.xml
+++ b/app-text/jabref/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
+	<herd>java</herd>
 	<maintainer>
-		<email>sci@gentoo.org</email>
+		<email>nicolasbock@gmail.com</email>
 	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2013-02-15 17:31 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2013-02-15 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     fa68d72e6422d175006fefa0a1c3e8485792f56e
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Feb 15 17:21:13 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Feb 15 17:21:13 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fa68d72e

Added ~x86 KEYWORD and API/README do docs.

Package-Manager: portage-2.2.0_alpha163

---
 app-text/jabref/ChangeLog                          |    6 ++++++
 ...{jabref-2.9.2.ebuild => jabref-2.9.2-r1.ebuild} |    6 ++++--
 app-text/jabref/jabref-2.9.2.ebuild                |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index d2c054e..61fae06 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jabref-2.9.2-r1 (15 Feb 2013)
+
+  15 Feb 2013; Nicolas Bock <nicolasbock@gmail.com> +jabref-2.9.2-r1.ebuild,
+  jabref-2.9.2.ebuild:
+  Added ~x86 KEYWORD and API/README do docs.
+
   14 Feb 2013; Nicolas Bock <nicolasbock@gmail.com> jabref-2.9.2.ebuild,
   metadata.xml:
   Added changes suggested by Christoph Junghans <ottxor@gentoo.org>.

diff --git a/app-text/jabref/jabref-2.9.2.ebuild b/app-text/jabref/jabref-2.9.2-r1.ebuild
similarity index 87%
copy from app-text/jabref/jabref-2.9.2.ebuild
copy to app-text/jabref/jabref-2.9.2-r1.ebuild
index 844f4c1..4de57b8 100644
--- a/app-text/jabref/jabref-2.9.2.ebuild
+++ b/app-text/jabref/jabref-2.9.2-r1.ebuild
@@ -12,8 +12,8 @@ SRC_URI="mirror://sourceforge/${PN}/JabRef-${PV}-src.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
+KEYWORDS="~x86 ~amd64"
+IUSE="doc"
 
 EANT_BUILD_TARGET="jars"
 
@@ -22,6 +22,8 @@ RDEPEND=">=virtual/jre-1.6"
 
 src_install() {
 	java-pkg_newjar build/lib/JabRef-${PV}.jar
+	use doc && java-pkg_dojavadoc build/docs/api
+	dodoc src/txt/README
 	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
 	newicon src/images/JabRef-icon-48.png JabRef-icon.png || die "failed to create icon"
 	make_desktop_entry ${PN} JabRef JabRef-icon Office

diff --git a/app-text/jabref/jabref-2.9.2.ebuild b/app-text/jabref/jabref-2.9.2.ebuild
index 844f4c1..cf51f6e 100644
--- a/app-text/jabref/jabref-2.9.2.ebuild
+++ b/app-text/jabref/jabref-2.9.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/JabRef-${PV}-src.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 EANT_BUILD_TARGET="jars"


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2013-02-20 16:50 Sebastien Fabbro
  0 siblings, 0 replies; 24+ messages in thread
From: Sebastien Fabbro @ 2013-02-20 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ea001ef5fdce43c481d7b758336d69733b99a9fb
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 20 16:50:25 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Feb 20 16:50:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ea001ef5

app-text/jabref: Fixed doc generation, keyword amd64-linux and x86-linux

Package-Manager: portage-2.2.01.21688-prefix
RepoMan-Options: --force

---
 app-text/jabref/ChangeLog              |    3 +++
 app-text/jabref/jabref-2.9.2-r1.ebuild |    9 +++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 61fae06..3fd2ed2 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> jabref-2.9.2-r1.ebuild:
+  app-text/jabref: Fixed doc generation, keyword amd64-linux and x86-linux
+
 *jabref-2.9.2-r1 (15 Feb 2013)
 
   15 Feb 2013; Nicolas Bock <nicolasbock@gmail.com> +jabref-2.9.2-r1.ebuild,

diff --git a/app-text/jabref/jabref-2.9.2-r1.ebuild b/app-text/jabref/jabref-2.9.2-r1.ebuild
index 4de57b8..8b116f2 100644
--- a/app-text/jabref/jabref-2.9.2-r1.ebuild
+++ b/app-text/jabref/jabref-2.9.2-r1.ebuild
@@ -4,15 +4,16 @@
 
 EAPI=5
 
+EANT_DOC_TARGET=javadocs
 inherit java-pkg-2 java-ant-2
 
-DESCRIPTION="Java GUI frontend for managing BibTeX and other bibliographies."
+DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
 HOMEPAGE="http://jabref.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/JabRef-${PV}-src.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 EANT_BUILD_TARGET="jars"
@@ -22,9 +23,9 @@ RDEPEND=">=virtual/jre-1.6"
 
 src_install() {
 	java-pkg_newjar build/lib/JabRef-${PV}.jar
-	use doc && java-pkg_dojavadoc build/docs/api
+	use doc && java-pkg_dojavadoc build/docs/API
 	dodoc src/txt/README
 	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
-	newicon src/images/JabRef-icon-48.png JabRef-icon.png || die "failed to create icon"
+	newicon src/images/JabRef-icon-48.png JabRef-icon.png
 	make_desktop_entry ${PN} JabRef JabRef-icon Office
 }


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2013-04-05 18:01 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2013-04-05 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     83c54766a29d9dcd50c2bb804fb64e13bd9d3b1c
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Apr  5 18:01:04 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Apr  5 18:01:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=83c54766

Adding jabref-2.10b (beta) ebuild.

Package-Manager: portage-2.2.0_alpha171

---
 app-text/jabref/ChangeLog           |    5 +++++
 app-text/jabref/jabref-2.10b.ebuild |   31 +++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 3fd2ed2..49cad58 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jabref-2.10b (05 Apr 2013)
+
+  05 Apr 2013; Nicolas Bock <nicolasbock@gmail.com> +jabref-2.10b.ebuild:
+  Adding jabref-2.10b (beta) ebuild.
+
   20 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> jabref-2.9.2-r1.ebuild:
   app-text/jabref: Fixed doc generation, keyword amd64-linux and x86-linux
 

diff --git a/app-text/jabref/jabref-2.10b.ebuild b/app-text/jabref/jabref-2.10b.ebuild
new file mode 100644
index 0000000..8b116f2
--- /dev/null
+++ b/app-text/jabref/jabref-2.10b.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EANT_DOC_TARGET=javadocs
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
+HOMEPAGE="http://jabref.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/JabRef-${PV}-src.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+EANT_BUILD_TARGET="jars"
+
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
+
+src_install() {
+	java-pkg_newjar build/lib/JabRef-${PV}.jar
+	use doc && java-pkg_dojavadoc build/docs/API
+	dodoc src/txt/README
+	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
+	newicon src/images/JabRef-icon-48.png JabRef-icon.png
+	make_desktop_entry ${PN} JabRef JabRef-icon Office
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2013-04-08 18:42 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2013-04-08 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     e36081736eb8530b283f987d37f9adb0a8c0f61b
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Mon Apr  8 18:42:20 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Mon Apr  8 18:42:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e3608173

Jabref-2.10b does not build anymore with Java 6.

Bumping java requirement to java 7.

Package-Manager: portage-2.2.0_alpha171

---
 app-text/jabref/ChangeLog           |    4 ++++
 app-text/jabref/jabref-2.10b.ebuild |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 49cad58..220d66d 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Apr 2013; Nicolas Bock <nicolasbock@gmail.com> jabref-2.10b.ebuild:
+  Jabref-2.10b does not build anymore with Java 6.  Bumping java requirement to
+  java 7.
+
 *jabref-2.10b (05 Apr 2013)
 
   05 Apr 2013; Nicolas Bock <nicolasbock@gmail.com> +jabref-2.10b.ebuild:

diff --git a/app-text/jabref/jabref-2.10b.ebuild b/app-text/jabref/jabref-2.10b.ebuild
index 8b116f2..3c60f1b 100644
--- a/app-text/jabref/jabref-2.10b.ebuild
+++ b/app-text/jabref/jabref-2.10b.ebuild
@@ -18,8 +18,8 @@ IUSE="doc"
 
 EANT_BUILD_TARGET="jars"
 
-DEPEND=">=virtual/jdk-1.6"
-RDEPEND=">=virtual/jre-1.6"
+DEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.7"
 
 src_install() {
 	java-pkg_newjar build/lib/JabRef-${PV}.jar


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2013-06-17 17:38 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2013-06-17 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4d356d3fcf4c2eea74157f3e1dca2449cacc0752
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Mon Jun 17 17:38:06 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Mon Jun 17 17:38:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4d356d3f

Renamed ebuild to conform with Gentoo Ebuild Naming Convention (TM).

http://devmanual.gentoo.org/ebuild-writing/file-format/

Package-Manager: portage-2.2.0_alpha180

---
 app-text/jabref/ChangeLog                                        | 7 +++++++
 app-text/jabref/{jabref-2.10b.ebuild => jabref-2.10_beta.ebuild} | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 220d66d..577255c 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jabref-2.10_beta (17 Jun 2013)
+
+  17 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> +jabref-2.10_beta.ebuild,
+  -jabref-2.10b.ebuild:
+  Renamed ebuild to conform with Gentoo Ebuild Naming Convention (TM).
+  http://devmanual.gentoo.org/ebuild-writing/file-format/
+
   08 Apr 2013; Nicolas Bock <nicolasbock@gmail.com> jabref-2.10b.ebuild:
   Jabref-2.10b does not build anymore with Java 6.  Bumping java requirement to
   java 7.

diff --git a/app-text/jabref/jabref-2.10b.ebuild b/app-text/jabref/jabref-2.10_beta.ebuild
similarity index 89%
rename from app-text/jabref/jabref-2.10b.ebuild
rename to app-text/jabref/jabref-2.10_beta.ebuild
index 3c60f1b..955092c 100644
--- a/app-text/jabref/jabref-2.10b.ebuild
+++ b/app-text/jabref/jabref-2.10_beta.ebuild
@@ -9,7 +9,7 @@ inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
 HOMEPAGE="http://jabref.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/JabRef-${PV}-src.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/JabRef-2.10b-src.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -21,6 +21,8 @@ EANT_BUILD_TARGET="jars"
 DEPEND=">=virtual/jdk-1.7"
 RDEPEND=">=virtual/jre-1.7"
 
+S="${WORKDIR}/${PN}-2.10b"
+
 src_install() {
 	java-pkg_newjar build/lib/JabRef-${PV}.jar
 	use doc && java-pkg_dojavadoc build/docs/API


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2013-06-17 18:35 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2013-06-17 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     19fe4f81cc7c4ed8ac4e373765553607600e4d0f
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Mon Jun 17 18:35:43 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Mon Jun 17 18:35:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=19fe4f81

Fixed bug in jabref ebuild.

Package-Manager: portage-2.2.0_alpha180

---
 app-text/jabref/ChangeLog               | 3 +++
 app-text/jabref/jabref-2.10_beta.ebuild | 8 +++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 577255c..cae018a 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> jabref-2.10_beta.ebuild:
+  Fixed bug in jabref ebuild.
+
 *jabref-2.10_beta (17 Jun 2013)
 
   17 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> +jabref-2.10_beta.ebuild,

diff --git a/app-text/jabref/jabref-2.10_beta.ebuild b/app-text/jabref/jabref-2.10_beta.ebuild
index 955092c..0c13e73 100644
--- a/app-text/jabref/jabref-2.10_beta.ebuild
+++ b/app-text/jabref/jabref-2.10_beta.ebuild
@@ -7,9 +7,11 @@ EAPI=5
 EANT_DOC_TARGET=javadocs
 inherit java-pkg-2 java-ant-2
 
+SFVERSION="2.10b"
+
 DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
 HOMEPAGE="http://jabref.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/JabRef-2.10b-src.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/JabRef-${SFVERSION}-src.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -21,10 +23,10 @@ EANT_BUILD_TARGET="jars"
 DEPEND=">=virtual/jdk-1.7"
 RDEPEND=">=virtual/jre-1.7"
 
-S="${WORKDIR}/${PN}-2.10b"
+S="${WORKDIR}/${PN}-${SFVERSION}"
 
 src_install() {
-	java-pkg_newjar build/lib/JabRef-${PV}.jar
+	java-pkg_newjar build/lib/JabRef-${SFVERSION}.jar
 	use doc && java-pkg_dojavadoc build/docs/API
 	dodoc src/txt/README
 	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2013-12-13 19:07 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2013-12-13 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     004ef441b8ab66f4d29b47fb22459738eeb23d88
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Dec 13 19:07:13 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Dec 13 19:07:13 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=004ef441

app-text/jabref: updated maintainter email to gentoo.org.

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog    | 3 +++
 app-text/jabref/metadata.xml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index cae018a..8e11b97 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Dec 2013; Nicolas Bock <nicolasbock@gentoo.org> metadata.xml:
+  app-text/jabref: updated maintainter email to gentoo.org.
+
   17 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> jabref-2.10_beta.ebuild:
   Fixed bug in jabref ebuild.
 

diff --git a/app-text/jabref/metadata.xml b/app-text/jabref/metadata.xml
index ed96689..3cce2d9 100644
--- a/app-text/jabref/metadata.xml
+++ b/app-text/jabref/metadata.xml
@@ -3,6 +3,6 @@
 <pkgmetadata>
 	<herd>sci</herd>
 	<maintainer>
-		<email>nicolasbock@gmail.com</email>
+		<email>nicolasbock@gentoo.org</email>
 	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2013-12-20  4:08 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2013-12-20  4:08 UTC (permalink / raw
  To: gentoo-commits

commit:     20e9fae60c42af7779accc89e04a38ed57a7e6c2
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Dec 20 03:24:00 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Dec 20 03:24:00 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=20e9fae6

app-text/jabref: Moved jabref-2.9.2 to x86.

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog              |  4 ++++
 app-text/jabref/jabref-2.9.2-r1.ebuild | 31 -------------------------------
 app-text/jabref/jabref-2.9.2.ebuild    | 28 ----------------------------
 3 files changed, 4 insertions(+), 59 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 8e11b97..932ab97 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Dec 2013; Nicolas Bock <nicolasbock@gentoo.org> -jabref-2.9.2-r1.ebuild,
+  -jabref-2.9.2.ebuild:
+  app-text/jabref: Moved jabref-2.9.2 to x86.
+
   13 Dec 2013; Nicolas Bock <nicolasbock@gentoo.org> metadata.xml:
   app-text/jabref: updated maintainter email to gentoo.org.
 

diff --git a/app-text/jabref/jabref-2.9.2-r1.ebuild b/app-text/jabref/jabref-2.9.2-r1.ebuild
deleted file mode 100644
index 8b116f2..0000000
--- a/app-text/jabref/jabref-2.9.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EANT_DOC_TARGET=javadocs
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
-HOMEPAGE="http://jabref.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/JabRef-${PV}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-EANT_BUILD_TARGET="jars"
-
-DEPEND=">=virtual/jdk-1.6"
-RDEPEND=">=virtual/jre-1.6"
-
-src_install() {
-	java-pkg_newjar build/lib/JabRef-${PV}.jar
-	use doc && java-pkg_dojavadoc build/docs/API
-	dodoc src/txt/README
-	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
-	newicon src/images/JabRef-icon-48.png JabRef-icon.png
-	make_desktop_entry ${PN} JabRef JabRef-icon Office
-}

diff --git a/app-text/jabref/jabref-2.9.2.ebuild b/app-text/jabref/jabref-2.9.2.ebuild
deleted file mode 100644
index cf51f6e..0000000
--- a/app-text/jabref/jabref-2.9.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Java GUI frontend for managing BibTeX and other bibliographies."
-HOMEPAGE="http://jabref.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/JabRef-${PV}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-EANT_BUILD_TARGET="jars"
-
-DEPEND=">=virtual/jdk-1.6"
-RDEPEND=">=virtual/jre-1.6"
-
-src_install() {
-	java-pkg_newjar build/lib/JabRef-${PV}.jar
-	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
-	newicon src/images/JabRef-icon-48.png JabRef-icon.png || die "failed to create icon"
-	make_desktop_entry ${PN} JabRef JabRef-icon Office
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-01-02 17:52 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2014-01-02 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     60b4962cf491ddcb584cdfaf2d47d16e61449e0f
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Jan  2 17:51:33 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Thu Jan  2 17:51:33 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=60b4962c

app-text/jabref-2.10_beta2: Added new beta.

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog                |  5 +++++
 app-text/jabref/jabref-2.10_beta2.ebuild | 35 ++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index aab3ff9..3b42592 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jabref-2.10_beta2 (02 Jan 2014)
+
+  02 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> +jabref-2.10_beta2.ebuild:
+  app-text/jabref-2.10_beta2: Added new beta.
+
 *jabref-2.9.2-r1 (02 Jan 2014)
 
   02 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> +jabref-2.9.2-r1.ebuild:

diff --git a/app-text/jabref/jabref-2.10_beta2.ebuild b/app-text/jabref/jabref-2.10_beta2.ebuild
new file mode 100644
index 0000000..e241397
--- /dev/null
+++ b/app-text/jabref/jabref-2.10_beta2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EANT_DOC_TARGET="docs"
+EANT_BUILD_TARGET="jars"
+
+inherit eutils java-pkg-2 java-ant-2 java-utils-2
+
+SFVERSION="2.10b2"
+
+DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
+HOMEPAGE="http://jabref.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/JabRef-${SFVERSION}-src.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+DEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.7"
+
+S="${WORKDIR}/${PN}-${SFVERSION}"
+
+src_install() {
+	java-pkg_newjar build/lib/JabRef-${SFVERSION}.jar
+	use doc && java-pkg_dojavadoc build/docs/API
+	dodoc src/txt/README
+	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
+	newicon src/images/JabRef-icon-48.png JabRef-icon.png
+	make_desktop_entry ${PN} JabRef JabRef-icon Office
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-01-02 17:52 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2014-01-02 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     47440db7ad2c7b72b22f9208b6c002c2b5094fbc
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Jan  2 17:48:48 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Thu Jan  2 17:48:48 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=47440db7

app-text/jabref-2.9.2-r1: Small cleanup.

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog              |  7 ++++++-
 app-text/jabref/jabref-2.9.2-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 932ab97..aab3ff9 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for app-text/jabref
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jabref-2.9.2-r1 (02 Jan 2014)
+
+  02 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> +jabref-2.9.2-r1.ebuild:
+  app-text/jabref-2.9.2-r1: Small cleanup.
+
   20 Dec 2013; Nicolas Bock <nicolasbock@gentoo.org> -jabref-2.9.2-r1.ebuild,
   -jabref-2.9.2.ebuild:
   app-text/jabref: Moved jabref-2.9.2 to x86.

diff --git a/app-text/jabref/jabref-2.9.2-r1.ebuild b/app-text/jabref/jabref-2.9.2-r1.ebuild
new file mode 100644
index 0000000..c5cf340
--- /dev/null
+++ b/app-text/jabref/jabref-2.9.2-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/jabref/jabref-2.9.2.ebuild,v 1.1 2013/12/19 01:54:09 nicolasbock Exp $
+
+EAPI=5
+
+EANT_DOC_TARGET="docs"
+EANT_BUILD_TARGET="jars"
+
+inherit eutils java-pkg-2 java-ant-2 java-utils-2
+
+DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
+HOMEPAGE="http://jabref.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/JabRef-${PV}-src.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
+
+src_install() {
+	java-pkg_newjar build/lib/JabRef-${PV}.jar
+	use doc && java-pkg_dojavadoc build/docs/API
+	dodoc src/txt/README
+	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
+	newicon src/images/JabRef-icon-48.png JabRef-icon.png
+	make_desktop_entry ${PN} JabRef JabRef-icon Office
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-01-02 23:29 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2014-01-02 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     45fcff278faa2859bcd0e714cfdf6a08ac4fca6b
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Jan  2 23:28:31 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Thu Jan  2 23:28:31 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=45fcff27

app-text/jabref-2.10_beta2-r1: Started to remove bundled libraries.

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog                   |  6 +++
 app-text/jabref/jabref-2.10_beta2-r1.ebuild | 66 +++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 3b42592..4eb41e0 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jabref-2.10_beta2-r1 (02 Jan 2014)
+
+  02 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
+  +jabref-2.10_beta2-r1.ebuild:
+  app-text/jabref-2.10_beta2-r1: Started to remove bundled libraries.
+
 *jabref-2.10_beta2 (02 Jan 2014)
 
   02 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> +jabref-2.10_beta2.ebuild:

diff --git a/app-text/jabref/jabref-2.10_beta2-r1.ebuild b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
new file mode 100644
index 0000000..d67b236
--- /dev/null
+++ b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+JAVA_ANT_REWRITE_CLASSPATH="true"
+
+inherit eutils java-pkg-2 java-ant-2 java-utils-2
+
+MY_PV="${PV/_beta/b}"
+
+DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
+HOMEPAGE="http://jabref.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/JabRef-${MY_PV}-src.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+COMMON_DEP="
+	dev-java/fontbox:1.7
+	dev-java/spin:0
+	"
+
+DEPEND="
+	>=virtual/jdk-1.6
+	${COMMON_DEP}"
+
+RDEPEND="
+	>=virtual/jre-1.6
+	${COMMON_DEP}"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+java_prepare() {
+	# Remove bundled dependencies.
+	rm lib/fontbox*.jar || die
+	rm lib/spin.jar || die
+
+	# Remove unjarlib target.
+	sed -i -e 's:depends="build, unjarlib":depends="build":' build.xml
+}
+
+src_compile() {
+	local EXTERNAL_JARS="fontbox,spin"
+	local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
+	#einfo "setting classpath to ${CLASSPATH}"
+	eant \
+		-verbose \
+		-Dgentoo.classpath=${CLASSPATH} \
+		jars \
+		$(usex doc docs "")
+}
+
+src_install() {
+	java-pkg_newjar build/lib/JabRef-${MY_PV}.jar
+
+	use doc && java-pkg_dojavadoc build/docs/API
+	dodoc src/txt/README
+
+	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
+	newicon src/images/JabRef-icon-48.png JabRef-icon.png
+	make_desktop_entry ${PN} JabRef JabRef-icon Office
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-01-03 11:51 Justin Lecher
  0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2014-01-03 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     be298041c12ece445c37b0b2752619eef3bcfcef
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 11:50:56 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 11:50:56 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=be298041

app-text/jabref: Fix fontbox SLOT

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog                   | 4 ++++
 app-text/jabref/jabref-2.10_beta2-r1.ebuild | 2 +-
 app-text/jabref/metadata.xml                | 8 ++++----
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 4eb41e0..ac75548 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Jan 2014; Justin Lecher <jlec@gentoo.org> jabref-2.10_beta2-r1.ebuild,
+  metadata.xml:
+  Fix fontbox SLOT
+
 *jabref-2.10_beta2-r1 (02 Jan 2014)
 
   02 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>

diff --git a/app-text/jabref/jabref-2.10_beta2-r1.ebuild b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
index d67b236..a391a52 100644
--- a/app-text/jabref/jabref-2.10_beta2-r1.ebuild
+++ b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 COMMON_DEP="
-	dev-java/fontbox:1.7
+	dev-java/fontbox:0
 	dev-java/spin:0
 	"
 

diff --git a/app-text/jabref/metadata.xml b/app-text/jabref/metadata.xml
index 3cce2d9..c25a256 100644
--- a/app-text/jabref/metadata.xml
+++ b/app-text/jabref/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-	<maintainer>
-		<email>nicolasbock@gentoo.org</email>
-	</maintainer>
+  <herd>sci</herd>
+  <maintainer>
+    <email>nicolasbock@gentoo.org</email>
+  </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-01-03 19:27 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2014-01-03 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4b7c20d30a04e7abd5b95e3afe7e3d6063b00d04
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Jan  3 19:27:41 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Jan  3 19:27:41 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4b7c20d3

app-text/jabref-2.10_beta2-r1: Added back slotted fontbox package, but fixed java-pkg_getjars.

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog                   | 5 +++++
 app-text/jabref/jabref-2.10_beta2-r1.ebuild | 5 ++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index ac75548..e39fd71 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
+  jabref-2.10_beta2-r1.ebuild:
+  app-text/jabref-2.10_beta2-r1: Added back slotted fontbox package, but fixed
+  java-pkg_getjars.
+
   03 Jan 2014; Justin Lecher <jlec@gentoo.org> jabref-2.10_beta2-r1.ebuild,
   metadata.xml:
   Fix fontbox SLOT

diff --git a/app-text/jabref/jabref-2.10_beta2-r1.ebuild b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
index a391a52..7e451a9 100644
--- a/app-text/jabref/jabref-2.10_beta2-r1.ebuild
+++ b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 COMMON_DEP="
-	dev-java/fontbox:0
+	dev-java/fontbox:1.7
 	dev-java/spin:0
 	"
 
@@ -44,9 +44,8 @@ java_prepare() {
 }
 
 src_compile() {
-	local EXTERNAL_JARS="fontbox,spin"
+	local EXTERNAL_JARS="fontbox:1.7,spin"
 	local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
-	#einfo "setting classpath to ${CLASSPATH}"
 	eant \
 		-verbose \
 		-Dgentoo.classpath=${CLASSPATH} \


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-01-03 20:33 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2014-01-03 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     58c79e3bf85de8758fe9813c5d7ceca5334f6da7
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Jan  3 20:33:28 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Jan  3 20:33:28 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=58c79e3b

app-text/jabref-2.10_beta-r1: Adding revised ebuild for first beta.

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog                  |  6 +++
 app-text/jabref/jabref-2.10_beta-r1.ebuild | 64 ++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index e39fd71..b3642fa 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jabref-2.10_beta-r1 (03 Jan 2014)
+
+  03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
+  +jabref-2.10_beta-r1.ebuild:
+  app-text/jabref-2.10_beta-r1: Adding revised ebuild for first beta.
+
   03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
   jabref-2.10_beta2-r1.ebuild:
   app-text/jabref-2.10_beta2-r1: Added back slotted fontbox package, but fixed

diff --git a/app-text/jabref/jabref-2.10_beta-r1.ebuild b/app-text/jabref/jabref-2.10_beta-r1.ebuild
new file mode 100644
index 0000000..3f5b5ed
--- /dev/null
+++ b/app-text/jabref/jabref-2.10_beta-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+JAVA_ANT_REWRITE_CLASSPATH="true"
+
+inherit eutils java-pkg-2 java-ant-2 java-utils-2
+
+MY_PV="${PV/_beta/b}"
+
+DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
+HOMEPAGE="http://jabref.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/JabRef-${MY_PV}-src.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+COMMON_DEP="
+	dev-java/fontbox:1.7
+	dev-java/spin:0
+	"
+
+DEPEND="
+	>=virtual/jdk-1.6
+	${COMMON_DEP}"
+
+RDEPEND="
+	>=virtual/jre-1.6
+	${COMMON_DEP}"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+java_prepare() {
+	# Remove bundled dependencies.
+	rm lib/fontbox*.jar || die
+	rm lib/spin.jar || die
+
+	# Remove unjarlib target.
+	sed -i -e 's:depends="build, unjarlib":depends="build":' build.xml
+}
+
+src_compile() {
+	local EXTERNAL_JARS="fontbox:1.7,spin"
+	local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
+	eant \
+		-Dgentoo.classpath=${CLASSPATH} \
+		jars \
+		$(usex doc docs "")
+}
+
+src_install() {
+	java-pkg_newjar build/lib/JabRef-${MY_PV}.jar
+
+	use doc && java-pkg_dojavadoc build/docs/API
+	dodoc src/txt/README
+
+	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
+	newicon src/images/JabRef-icon-48.png JabRef-icon.png
+	make_desktop_entry ${PN} JabRef JabRef-icon Office
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-01-03 20:38 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2014-01-03 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b8e992b989c5da3b154092737bdf4c12cb3b9bb1
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Jan  3 20:38:28 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Jan  3 20:38:28 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b8e992b9

app-text/jabref: Fix bug in java-pkg_getjars; use a '-' instead of ':' to specify slot.

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog                   | 5 +++++
 app-text/jabref/jabref-2.10_beta-r1.ebuild  | 2 +-
 app-text/jabref/jabref-2.10_beta2-r1.ebuild | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index b3642fa..241894a 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> jabref-2.10_beta-r1.ebuild,
+  jabref-2.10_beta2-r1.ebuild:
+  app-text/jabref: Fix bug in java-pkg_getjars; use a '-' instead of ':' to
+  specify slot.
+
 *jabref-2.10_beta-r1 (03 Jan 2014)
 
   03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>

diff --git a/app-text/jabref/jabref-2.10_beta-r1.ebuild b/app-text/jabref/jabref-2.10_beta-r1.ebuild
index 3f5b5ed..a69c707 100644
--- a/app-text/jabref/jabref-2.10_beta-r1.ebuild
+++ b/app-text/jabref/jabref-2.10_beta-r1.ebuild
@@ -44,7 +44,7 @@ java_prepare() {
 }
 
 src_compile() {
-	local EXTERNAL_JARS="fontbox:1.7,spin"
+	local EXTERNAL_JARS="fontbox-1.7,spin"
 	local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
 	eant \
 		-Dgentoo.classpath=${CLASSPATH} \

diff --git a/app-text/jabref/jabref-2.10_beta2-r1.ebuild b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
index 7e451a9..c61af74 100644
--- a/app-text/jabref/jabref-2.10_beta2-r1.ebuild
+++ b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
@@ -44,7 +44,7 @@ java_prepare() {
 }
 
 src_compile() {
-	local EXTERNAL_JARS="fontbox:1.7,spin"
+	local EXTERNAL_JARS="fontbox-1.7,spin"
 	local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
 	eant \
 		-verbose \


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-01-03 20:44 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2014-01-03 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     173bda9767c874d31218b53a2f640729bec406a6
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Jan  3 20:44:41 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Jan  3 20:44:41 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=173bda97

app-text/jabref: Do not remove unjarlib target yet.

We need to first replace all bundled libs with portage versions.

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog                   | 5 +++++
 app-text/jabref/jabref-2.10_beta-r1.ebuild  | 5 +++--
 app-text/jabref/jabref-2.10_beta2-r1.ebuild | 6 +++---
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 241894a..1f1a32c 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -4,6 +4,11 @@
 
   03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> jabref-2.10_beta-r1.ebuild,
   jabref-2.10_beta2-r1.ebuild:
+  app-text/jabref: Do not remove unjarlib target yet.  We need to first replace
+  all bundled libs with portage versions.
+
+  03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> jabref-2.10_beta-r1.ebuild,
+  jabref-2.10_beta2-r1.ebuild:
   app-text/jabref: Fix bug in java-pkg_getjars; use a '-' instead of ':' to
   specify slot.
 

diff --git a/app-text/jabref/jabref-2.10_beta-r1.ebuild b/app-text/jabref/jabref-2.10_beta-r1.ebuild
index a69c707..e8cd8a1 100644
--- a/app-text/jabref/jabref-2.10_beta-r1.ebuild
+++ b/app-text/jabref/jabref-2.10_beta-r1.ebuild
@@ -39,8 +39,9 @@ java_prepare() {
 	rm lib/fontbox*.jar || die
 	rm lib/spin.jar || die
 
-	# Remove unjarlib target.
-	sed -i -e 's:depends="build, unjarlib":depends="build":' build.xml
+	# Remove unjarlib target (do this only once we have removed all
+	# bundled dependencies in lib).
+	#sed -i -e 's:depends="build, unjarlib":depends="build":' build.xml
 }
 
 src_compile() {

diff --git a/app-text/jabref/jabref-2.10_beta2-r1.ebuild b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
index c61af74..e8cd8a1 100644
--- a/app-text/jabref/jabref-2.10_beta2-r1.ebuild
+++ b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
@@ -39,15 +39,15 @@ java_prepare() {
 	rm lib/fontbox*.jar || die
 	rm lib/spin.jar || die
 
-	# Remove unjarlib target.
-	sed -i -e 's:depends="build, unjarlib":depends="build":' build.xml
+	# Remove unjarlib target (do this only once we have removed all
+	# bundled dependencies in lib).
+	#sed -i -e 's:depends="build, unjarlib":depends="build":' build.xml
 }
 
 src_compile() {
 	local EXTERNAL_JARS="fontbox-1.7,spin"
 	local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
 	eant \
-		-verbose \
 		-Dgentoo.classpath=${CLASSPATH} \
 		jars \
 		$(usex doc docs "")


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-01-03 20:53 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2014-01-03 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     c8fe72b116f7eac5f4d89df233530e499004c5e1
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Jan  3 20:53:10 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Jan  3 20:53:10 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c8fe72b1

app-text/jabref: Remove another bundled lib.

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog                   | 4 ++++
 app-text/jabref/jabref-2.10_beta2-r1.ebuild | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 1f1a32c..6c32d42 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
+  jabref-2.10_beta2-r1.ebuild:
+  app-text/jabref: Remove another bundled lib.
+
   03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> jabref-2.10_beta-r1.ebuild,
   jabref-2.10_beta2-r1.ebuild:
   app-text/jabref: Do not remove unjarlib target yet.  We need to first replace

diff --git a/app-text/jabref/jabref-2.10_beta2-r1.ebuild b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
index e8cd8a1..a786ce7 100644
--- a/app-text/jabref/jabref-2.10_beta2-r1.ebuild
+++ b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
@@ -21,6 +21,7 @@ IUSE="doc"
 
 COMMON_DEP="
 	dev-java/fontbox:1.7
+	dev-java/jempbox:1.7
 	dev-java/spin:0
 	"
 
@@ -37,6 +38,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 java_prepare() {
 	# Remove bundled dependencies.
 	rm lib/fontbox*.jar || die
+	rm lib/jempbox*.jar || die
 	rm lib/spin.jar || die
 
 	# Remove unjarlib target (do this only once we have removed all
@@ -45,7 +47,7 @@ java_prepare() {
 }
 
 src_compile() {
-	local EXTERNAL_JARS="fontbox-1.7,spin"
+	local EXTERNAL_JARS="fontbox-1.7,jempbox-1.7,spin"
 	local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
 	eant \
 		-Dgentoo.classpath=${CLASSPATH} \


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-01-03 21:05 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2014-01-03 21:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b095ed9fc129e91e6d0f6910019714ec4187b272
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Jan  3 21:05:27 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Jan  3 21:05:27 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b095ed9f

app-text/jabref: Remove another bundled library.

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog                   | 4 ++++
 app-text/jabref/jabref-2.10_beta2-r1.ebuild | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 6c32d42..fc8648b 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -4,6 +4,10 @@
 
   03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
   jabref-2.10_beta2-r1.ebuild:
+  app-text/jabref: Remove another bundled library.
+
+  03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
+  jabref-2.10_beta2-r1.ebuild:
   app-text/jabref: Remove another bundled lib.
 
   03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> jabref-2.10_beta-r1.ebuild,

diff --git a/app-text/jabref/jabref-2.10_beta2-r1.ebuild b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
index a786ce7..5047c57 100644
--- a/app-text/jabref/jabref-2.10_beta2-r1.ebuild
+++ b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
@@ -20,6 +20,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 COMMON_DEP="
+	dev-java/antlr:3
 	dev-java/fontbox:1.7
 	dev-java/jempbox:1.7
 	dev-java/spin:0
@@ -37,6 +38,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 java_prepare() {
 	# Remove bundled dependencies.
+	rm lib/antlr*.jar || die
 	rm lib/fontbox*.jar || die
 	rm lib/jempbox*.jar || die
 	rm lib/spin.jar || die
@@ -47,7 +49,7 @@ java_prepare() {
 }
 
 src_compile() {
-	local EXTERNAL_JARS="fontbox-1.7,jempbox-1.7,spin"
+	local EXTERNAL_JARS="antlr-3,fontbox-1.7,jempbox-1.7,spin"
 	local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
 	eant \
 		-Dgentoo.classpath=${CLASSPATH} \


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-01-28  7:55 Justin Lecher
  0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2014-01-28  7:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f20a5c6df87a80bba5a07d5fce10bd7d7d0c10c4
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 07:55:38 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 07:55:38 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f20a5c6d

app-text/jabref: Add missing dep

Package-Manager: portage-2.2.8-r1

---
 app-text/jabref/ChangeLog                   |  5 +++
 app-text/jabref/jabref-2.10_beta-r1.ebuild  | 65 -----------------------------
 app-text/jabref/jabref-2.10_beta.ebuild     | 35 ----------------
 app-text/jabref/jabref-2.10_beta2-r1.ebuild |  1 +
 app-text/jabref/jabref-2.10_beta2.ebuild    | 35 ----------------
 5 files changed, 6 insertions(+), 135 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index fc8648b..f194baf 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Jan 2014; Justin Lecher <jlec@gentoo.org> -jabref-2.10_beta.ebuild,
+  -jabref-2.10_beta-r1.ebuild, -jabref-2.10_beta2.ebuild,
+  jabref-2.10_beta2-r1.ebuild:
+  Add missing dep
+
   03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
   jabref-2.10_beta2-r1.ebuild:
   app-text/jabref: Remove another bundled library.

diff --git a/app-text/jabref/jabref-2.10_beta-r1.ebuild b/app-text/jabref/jabref-2.10_beta-r1.ebuild
deleted file mode 100644
index e8cd8a1..0000000
--- a/app-text/jabref/jabref-2.10_beta-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-
-inherit eutils java-pkg-2 java-ant-2 java-utils-2
-
-MY_PV="${PV/_beta/b}"
-
-DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
-HOMEPAGE="http://jabref.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/JabRef-${MY_PV}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-COMMON_DEP="
-	dev-java/fontbox:1.7
-	dev-java/spin:0
-	"
-
-DEPEND="
-	>=virtual/jdk-1.6
-	${COMMON_DEP}"
-
-RDEPEND="
-	>=virtual/jre-1.6
-	${COMMON_DEP}"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-java_prepare() {
-	# Remove bundled dependencies.
-	rm lib/fontbox*.jar || die
-	rm lib/spin.jar || die
-
-	# Remove unjarlib target (do this only once we have removed all
-	# bundled dependencies in lib).
-	#sed -i -e 's:depends="build, unjarlib":depends="build":' build.xml
-}
-
-src_compile() {
-	local EXTERNAL_JARS="fontbox-1.7,spin"
-	local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
-	eant \
-		-Dgentoo.classpath=${CLASSPATH} \
-		jars \
-		$(usex doc docs "")
-}
-
-src_install() {
-	java-pkg_newjar build/lib/JabRef-${MY_PV}.jar
-
-	use doc && java-pkg_dojavadoc build/docs/API
-	dodoc src/txt/README
-
-	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
-	newicon src/images/JabRef-icon-48.png JabRef-icon.png
-	make_desktop_entry ${PN} JabRef JabRef-icon Office
-}

diff --git a/app-text/jabref/jabref-2.10_beta.ebuild b/app-text/jabref/jabref-2.10_beta.ebuild
deleted file mode 100644
index 0c13e73..0000000
--- a/app-text/jabref/jabref-2.10_beta.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EANT_DOC_TARGET=javadocs
-inherit java-pkg-2 java-ant-2
-
-SFVERSION="2.10b"
-
-DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
-HOMEPAGE="http://jabref.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/JabRef-${SFVERSION}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-EANT_BUILD_TARGET="jars"
-
-DEPEND=">=virtual/jdk-1.7"
-RDEPEND=">=virtual/jre-1.7"
-
-S="${WORKDIR}/${PN}-${SFVERSION}"
-
-src_install() {
-	java-pkg_newjar build/lib/JabRef-${SFVERSION}.jar
-	use doc && java-pkg_dojavadoc build/docs/API
-	dodoc src/txt/README
-	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
-	newicon src/images/JabRef-icon-48.png JabRef-icon.png
-	make_desktop_entry ${PN} JabRef JabRef-icon Office
-}

diff --git a/app-text/jabref/jabref-2.10_beta2-r1.ebuild b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
index 5047c57..7ac1db1 100644
--- a/app-text/jabref/jabref-2.10_beta2-r1.ebuild
+++ b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
@@ -23,6 +23,7 @@ COMMON_DEP="
 	dev-java/antlr:3
 	dev-java/fontbox:1.7
 	dev-java/jempbox:1.7
+	dev-java/log4j:0
 	dev-java/spin:0
 	"
 

diff --git a/app-text/jabref/jabref-2.10_beta2.ebuild b/app-text/jabref/jabref-2.10_beta2.ebuild
deleted file mode 100644
index e241397..0000000
--- a/app-text/jabref/jabref-2.10_beta2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EANT_DOC_TARGET="docs"
-EANT_BUILD_TARGET="jars"
-
-inherit eutils java-pkg-2 java-ant-2 java-utils-2
-
-SFVERSION="2.10b2"
-
-DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
-HOMEPAGE="http://jabref.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/JabRef-${SFVERSION}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND=">=virtual/jdk-1.7"
-RDEPEND=">=virtual/jre-1.7"
-
-S="${WORKDIR}/${PN}-${SFVERSION}"
-
-src_install() {
-	java-pkg_newjar build/lib/JabRef-${SFVERSION}.jar
-	use doc && java-pkg_dojavadoc build/docs/API
-	dodoc src/txt/README
-	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
-	newicon src/images/JabRef-icon-48.png JabRef-icon.png
-	make_desktop_entry ${PN} JabRef JabRef-icon Office
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-01-28 16:34 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2014-01-28 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     317dcc4657ca6c408472d9c24fe4febeda9f3005
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Tue Jan 28 16:34:17 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Jan 28 16:34:17 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=317dcc46

app-text/jabref: Removed docs USE flag from jabref-2.9.2-r1

The documentation build system in this version is broken. The current beta
version (2.10_beta2) fixes this issue.

Package-Manager: portage-2.2.7

---
 app-text/jabref/ChangeLog              | 5 +++++
 app-text/jabref/jabref-2.9.2-r1.ebuild | 5 +----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index f194baf..7a61748 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> jabref-2.9.2-r1.ebuild:
+  app-text/jabref: Removed docs USE flag from jabref-2.9.2-r1  The documentation
+  build system in this version is broken. The current beta version (2.10_beta2)
+  fixes this issue.
+
   28 Jan 2014; Justin Lecher <jlec@gentoo.org> -jabref-2.10_beta.ebuild,
   -jabref-2.10_beta-r1.ebuild, -jabref-2.10_beta2.ebuild,
   jabref-2.10_beta2-r1.ebuild:

diff --git a/app-text/jabref/jabref-2.9.2-r1.ebuild b/app-text/jabref/jabref-2.9.2-r1.ebuild
index c5cf340..8b1f8c0 100644
--- a/app-text/jabref/jabref-2.9.2-r1.ebuild
+++ b/app-text/jabref/jabref-2.9.2-r1.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-EANT_DOC_TARGET="docs"
 EANT_BUILD_TARGET="jars"
 
 inherit eutils java-pkg-2 java-ant-2 java-utils-2
@@ -16,15 +15,13 @@ SRC_URI="mirror://sourceforge/${PN}/JabRef-${PV}-src.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
+IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"
 RDEPEND=">=virtual/jre-1.6"
 
 src_install() {
 	java-pkg_newjar build/lib/JabRef-${PV}.jar
-	use doc && java-pkg_dojavadoc build/docs/API
-	dodoc src/txt/README
 	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
 	newicon src/images/JabRef-icon-48.png JabRef-icon.png
 	make_desktop_entry ${PN} JabRef JabRef-icon Office


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2014-03-11 21:41 Nicolas Bock
  0 siblings, 0 replies; 24+ messages in thread
From: Nicolas Bock @ 2014-03-11 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     1ff9cff206b048cbf4b31efc6b1d7f8dcd59df47
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Tue Mar 11 21:38:28 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Mar 11 21:38:49 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1ff9cff2

app-text/jabref-2.10: Version bump to new stable version.

Package-Manager: portage-2.2.8-r1

---
 app-text/jabref/ChangeLog          |  5 +++
 app-text/jabref/jabref-2.10.ebuild | 70 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
index 7a61748..81f975d 100644
--- a/app-text/jabref/ChangeLog
+++ b/app-text/jabref/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jabref-2.10 (11 Mar 2014)
+
+  11 Mar 2014; Nicolas Bock <nicolasbock@gentoo.org> +jabref-2.10.ebuild:
+  app-text/jabref-2.10: Version bump to new stable version.
+
   28 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> jabref-2.9.2-r1.ebuild:
   app-text/jabref: Removed docs USE flag from jabref-2.9.2-r1  The documentation
   build system in this version is broken. The current beta version (2.10_beta2)

diff --git a/app-text/jabref/jabref-2.10.ebuild b/app-text/jabref/jabref-2.10.ebuild
new file mode 100644
index 0000000..47b2e16
--- /dev/null
+++ b/app-text/jabref/jabref-2.10.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/jabref/jabref-2.10_beta3.ebuild,v 1.1 2014/02/19 04:10:12 nicolasbock Exp $
+
+EAPI=5
+
+JAVA_ANT_REWRITE_CLASSPATH="true"
+
+inherit eutils java-pkg-2 java-ant-2 java-utils-2
+
+MY_PV="${PV/_beta/b}"
+
+DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
+HOMEPAGE="http://jabref.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/JabRef-${MY_PV}-src.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+COMMON_DEP="
+	dev-java/antlr:3
+	dev-java/fontbox:1.7
+	dev-java/jempbox:1.7
+	dev-java/log4j:0
+	dev-java/spin:0
+	"
+
+DEPEND="
+	>=virtual/jdk-1.6
+	${COMMON_DEP}"
+
+RDEPEND="
+	>=virtual/jre-1.6
+	${COMMON_DEP}"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+java_prepare() {
+	# Remove bundled dependencies.
+	rm lib/antlr*.jar || die
+	rm lib/fontbox*.jar || die
+	rm lib/jempbox*.jar || die
+	rm lib/spin.jar || die
+
+	# Remove unjarlib target (do this only once we have removed all
+	# bundled dependencies in lib).
+	#sed -i -e 's:depends="build, unjarlib":depends="build":' build.xml
+}
+
+src_compile() {
+	local EXTERNAL_JARS="antlr-3,fontbox-1.7,jempbox-1.7,spin"
+	local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
+	eant \
+		-Dgentoo.classpath=${CLASSPATH} \
+		jars \
+		$(usex doc docs "")
+}
+
+src_install() {
+	java-pkg_newjar build/lib/JabRef-${MY_PV}.jar
+
+	use doc && java-pkg_dojavadoc build/docs/API
+	dodoc src/txt/README
+
+	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
+	newicon src/images/JabRef-icon-48.png JabRef-icon.png
+	make_desktop_entry ${PN} JabRef JabRef-icon Office
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-text/jabref/
@ 2015-04-16  6:38 Justin Lecher
  0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2015-04-16  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b19effa97e01075c0ed1e56bab9bf36059cea11a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 06:35:55 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 06:35:55 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b19effa9

In CVS

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-text/jabref/ChangeLog          | 112 -------------------------------------
 app-text/jabref/jabref-2.10.ebuild |  70 -----------------------
 app-text/jabref/metadata.xml       |   8 ---
 3 files changed, 190 deletions(-)

diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
deleted file mode 100644
index 81f975d..0000000
--- a/app-text/jabref/ChangeLog
+++ /dev/null
@@ -1,112 +0,0 @@
-# ChangeLog for app-text/jabref
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*jabref-2.10 (11 Mar 2014)
-
-  11 Mar 2014; Nicolas Bock <nicolasbock@gentoo.org> +jabref-2.10.ebuild:
-  app-text/jabref-2.10: Version bump to new stable version.
-
-  28 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> jabref-2.9.2-r1.ebuild:
-  app-text/jabref: Removed docs USE flag from jabref-2.9.2-r1  The documentation
-  build system in this version is broken. The current beta version (2.10_beta2)
-  fixes this issue.
-
-  28 Jan 2014; Justin Lecher <jlec@gentoo.org> -jabref-2.10_beta.ebuild,
-  -jabref-2.10_beta-r1.ebuild, -jabref-2.10_beta2.ebuild,
-  jabref-2.10_beta2-r1.ebuild:
-  Add missing dep
-
-  03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
-  jabref-2.10_beta2-r1.ebuild:
-  app-text/jabref: Remove another bundled library.
-
-  03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
-  jabref-2.10_beta2-r1.ebuild:
-  app-text/jabref: Remove another bundled lib.
-
-  03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> jabref-2.10_beta-r1.ebuild,
-  jabref-2.10_beta2-r1.ebuild:
-  app-text/jabref: Do not remove unjarlib target yet.  We need to first replace
-  all bundled libs with portage versions.
-
-  03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> jabref-2.10_beta-r1.ebuild,
-  jabref-2.10_beta2-r1.ebuild:
-  app-text/jabref: Fix bug in java-pkg_getjars; use a '-' instead of ':' to
-  specify slot.
-
-*jabref-2.10_beta-r1 (03 Jan 2014)
-
-  03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
-  +jabref-2.10_beta-r1.ebuild:
-  app-text/jabref-2.10_beta-r1: Adding revised ebuild for first beta.
-
-  03 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
-  jabref-2.10_beta2-r1.ebuild:
-  app-text/jabref-2.10_beta2-r1: Added back slotted fontbox package, but fixed
-  java-pkg_getjars.
-
-  03 Jan 2014; Justin Lecher <jlec@gentoo.org> jabref-2.10_beta2-r1.ebuild,
-  metadata.xml:
-  Fix fontbox SLOT
-
-*jabref-2.10_beta2-r1 (02 Jan 2014)
-
-  02 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org>
-  +jabref-2.10_beta2-r1.ebuild:
-  app-text/jabref-2.10_beta2-r1: Started to remove bundled libraries.
-
-*jabref-2.10_beta2 (02 Jan 2014)
-
-  02 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> +jabref-2.10_beta2.ebuild:
-  app-text/jabref-2.10_beta2: Added new beta.
-
-*jabref-2.9.2-r1 (02 Jan 2014)
-
-  02 Jan 2014; Nicolas Bock <nicolasbock@gentoo.org> +jabref-2.9.2-r1.ebuild:
-  app-text/jabref-2.9.2-r1: Small cleanup.
-
-  20 Dec 2013; Nicolas Bock <nicolasbock@gentoo.org> -jabref-2.9.2-r1.ebuild,
-  -jabref-2.9.2.ebuild:
-  app-text/jabref: Moved jabref-2.9.2 to x86.
-
-  13 Dec 2013; Nicolas Bock <nicolasbock@gentoo.org> metadata.xml:
-  app-text/jabref: updated maintainter email to gentoo.org.
-
-  17 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> jabref-2.10_beta.ebuild:
-  Fixed bug in jabref ebuild.
-
-*jabref-2.10_beta (17 Jun 2013)
-
-  17 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> +jabref-2.10_beta.ebuild,
-  -jabref-2.10b.ebuild:
-  Renamed ebuild to conform with Gentoo Ebuild Naming Convention (TM).
-  http://devmanual.gentoo.org/ebuild-writing/file-format/
-
-  08 Apr 2013; Nicolas Bock <nicolasbock@gmail.com> jabref-2.10b.ebuild:
-  Jabref-2.10b does not build anymore with Java 6.  Bumping java requirement to
-  java 7.
-
-*jabref-2.10b (05 Apr 2013)
-
-  05 Apr 2013; Nicolas Bock <nicolasbock@gmail.com> +jabref-2.10b.ebuild:
-  Adding jabref-2.10b (beta) ebuild.
-
-  20 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> jabref-2.9.2-r1.ebuild:
-  app-text/jabref: Fixed doc generation, keyword amd64-linux and x86-linux
-
-*jabref-2.9.2-r1 (15 Feb 2013)
-
-  15 Feb 2013; Nicolas Bock <nicolasbock@gmail.com> +jabref-2.9.2-r1.ebuild,
-  jabref-2.9.2.ebuild:
-  Added ~x86 KEYWORD and API/README do docs.
-
-  14 Feb 2013; Nicolas Bock <nicolasbock@gmail.com> jabref-2.9.2.ebuild,
-  metadata.xml:
-  Added changes suggested by Christoph Junghans <ottxor@gentoo.org>.
-
-*jabref-2.9.2 (14 Feb 2013)
-
-  14 Feb 2013; Nick <nbock@gentoo.org> +jabref-2.9.2.ebuild, +metadata.xml:
-  Adding first draft version of jabref-2.9.2 ebuild.  This version is loosely
-  based on jabref-2.8.1.ebuild attached to bug 385751 on bugs.gentoo.org.

diff --git a/app-text/jabref/jabref-2.10.ebuild b/app-text/jabref/jabref-2.10.ebuild
deleted file mode 100644
index 7ac1db1..0000000
--- a/app-text/jabref/jabref-2.10.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-
-inherit eutils java-pkg-2 java-ant-2 java-utils-2
-
-MY_PV="${PV/_beta/b}"
-
-DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
-HOMEPAGE="http://jabref.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/JabRef-${MY_PV}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-COMMON_DEP="
-	dev-java/antlr:3
-	dev-java/fontbox:1.7
-	dev-java/jempbox:1.7
-	dev-java/log4j:0
-	dev-java/spin:0
-	"
-
-DEPEND="
-	>=virtual/jdk-1.6
-	${COMMON_DEP}"
-
-RDEPEND="
-	>=virtual/jre-1.6
-	${COMMON_DEP}"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-java_prepare() {
-	# Remove bundled dependencies.
-	rm lib/antlr*.jar || die
-	rm lib/fontbox*.jar || die
-	rm lib/jempbox*.jar || die
-	rm lib/spin.jar || die
-
-	# Remove unjarlib target (do this only once we have removed all
-	# bundled dependencies in lib).
-	#sed -i -e 's:depends="build, unjarlib":depends="build":' build.xml
-}
-
-src_compile() {
-	local EXTERNAL_JARS="antlr-3,fontbox-1.7,jempbox-1.7,spin"
-	local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
-	eant \
-		-Dgentoo.classpath=${CLASSPATH} \
-		jars \
-		$(usex doc docs "")
-}
-
-src_install() {
-	java-pkg_newjar build/lib/JabRef-${MY_PV}.jar
-
-	use doc && java-pkg_dojavadoc build/docs/API
-	dodoc src/txt/README
-
-	java-pkg_dolauncher ${PN} --main net.sf.jabref.JabRef
-	newicon src/images/JabRef-icon-48.png JabRef-icon.png
-	make_desktop_entry ${PN} JabRef JabRef-icon Office
-}

diff --git a/app-text/jabref/metadata.xml b/app-text/jabref/metadata.xml
deleted file mode 100644
index c25a256..0000000
--- a/app-text/jabref/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>sci</herd>
-  <maintainer>
-    <email>nicolasbock@gentoo.org</email>
-  </maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2015-04-16  6:39 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16  6:38 [gentoo-commits] proj/sci:master commit in: app-text/jabref/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2014-03-11 21:41 Nicolas Bock
2014-01-28 16:34 Nicolas Bock
2014-01-28  7:55 Justin Lecher
2014-01-03 21:05 Nicolas Bock
2014-01-03 20:53 Nicolas Bock
2014-01-03 20:44 Nicolas Bock
2014-01-03 20:38 Nicolas Bock
2014-01-03 20:33 Nicolas Bock
2014-01-03 19:27 Nicolas Bock
2014-01-03 11:51 Justin Lecher
2014-01-02 23:29 Nicolas Bock
2014-01-02 17:52 Nicolas Bock
2014-01-02 17:52 Nicolas Bock
2013-12-20  4:08 Nicolas Bock
2013-12-13 19:07 Nicolas Bock
2013-06-17 18:35 Nicolas Bock
2013-06-17 17:38 Nicolas Bock
2013-04-08 18:42 Nicolas Bock
2013-04-05 18:01 Nicolas Bock
2013-02-20 16:50 Sebastien Fabbro
2013-02-15 17:31 Nicolas Bock
2013-02-14 18:39 Nicolas Bock
2013-02-14 18:39 Nicolas Bock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox