public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/osgi-core-api: osgi-core-api-5.0.0.ebuild ChangeLog osgi-core-api-4.3.ebuild
@ 2014-02-12  2:36 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2014-02-12  2:36 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/02/12 02:36:33

  Modified:             osgi-core-api-5.0.0.ebuild ChangeLog
                        osgi-core-api-4.3.ebuild
  Log:
  Drop fetch and bindist restrictions since the jars are distributed on public maven repos everywhere.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.6                  dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild?r1=1.5&r2=1.6

Index: osgi-core-api-5.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- osgi-core-api-5.0.0.ebuild	24 Dec 2013 16:24:53 -0000	1.5
+++ osgi-core-api-5.0.0.ebuild	12 Feb 2014 02:36:33 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild,v 1.5 2013/12/24 16:24:53 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild,v 1.6 2014/02/12 02:36:33 radhermit Exp $
 
 EAPI=4
 
@@ -17,8 +17,6 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RESTRICT="bindist fetch"
-
 RDEPEND="
 	>=virtual/jre-1.5"
 DEPEND="
@@ -27,14 +25,6 @@
 
 JAVA_SRC_DIR="OSGI-OPT/src"
 
-pkg_nofetch() {
-	einfo "Please download osgi.core-${PV}.jar from"
-	einfo "  http://www.osgi.org/Download/Release5"
-	einfo "which you can find listed as"
-	einfo "  OSGi Core Release 5 Companion Code"
-	einfo "after accepting the license, then place it in '${DISTDIR}'."
-}
-
 java_prepare() {
 	rm -r org || die
 }



1.9                  dev-java/osgi-core-api/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/osgi-core-api/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/osgi-core-api/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/osgi-core-api/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	24 Dec 2013 16:24:53 -0000	1.8
+++ ChangeLog	12 Feb 2014 02:36:33 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/osgi-core-api
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/ChangeLog,v 1.8 2013/12/24 16:24:53 tomwij Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/ChangeLog,v 1.9 2014/02/12 02:36:33 radhermit Exp $
+
+  12 Feb 2014; Tim Harder <radhermit@gentoo.org> osgi-core-api-4.3.ebuild,
+  osgi-core-api-5.0.0.ebuild:
+  Drop fetch and bindist restrictions since the jars are distributed on public
+  maven repos everywhere.
 
   24 Dec 2013; Tom Wijsman <TomWij@gentoo.org> osgi-core-api-4.3.ebuild,
   osgi-core-api-5.0.0.ebuild:



1.6                  dev-java/osgi-core-api/osgi-core-api-4.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild?r1=1.5&r2=1.6

Index: osgi-core-api-4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- osgi-core-api-4.3.ebuild	24 Dec 2013 16:24:53 -0000	1.5
+++ osgi-core-api-4.3.ebuild	12 Feb 2014 02:36:33 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild,v 1.5 2013/12/24 16:24:53 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild,v 1.6 2014/02/12 02:36:33 radhermit Exp $
 
 EAPI=4
 
@@ -17,8 +17,6 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RESTRICT="bindist fetch"
-
 RDEPEND="
 	>=virtual/jre-1.5"
 DEPEND="
@@ -27,14 +25,6 @@
 
 JAVA_SRC_DIR="OSGI-OPT/src"
 
-pkg_nofetch() {
-	einfo "Please download osgi.core-${PV}.jar from"
-	einfo "  http://www.osgi.org/Download/Release4V43"
-	einfo "which you can find listed as"
-	einfo "  OSGi Service Platform Release 4 Version 4.3 Core Companion Code 4.3.0"
-	einfo "after accepting the license, then place it in '${DISTDIR}'."
-}
-
 java_prepare() {
 	rm -r org || die
 }





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-12  2:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-12  2:36 [gentoo-commits] gentoo-x86 commit in dev-java/osgi-core-api: osgi-core-api-5.0.0.ebuild ChangeLog osgi-core-api-4.3.ebuild Tim Harder (radhermit)

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