public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/osgi-enterprise-api: osgi-enterprise-api-5.0.0.ebuild ChangeLog
@ 2013-07-16 12:06 Tom Wijsman (tomwij)
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Wijsman (tomwij) @ 2013-07-16 12:06 UTC (permalink / raw
  To: gentoo-commits

tomwij      13/07/16 12:06:33

  Modified:             osgi-enterprise-api-5.0.0.ebuild ChangeLog
  Log:
  Update LICENSE to include the OSGi Specification 2.0 license and introduce fetch restriction as the license needs to be explicitly accepted (except for osgi-foundation) to obtain the downloads.
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.2                  dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0.ebuild

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

Index: osgi-enterprise-api-5.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- osgi-enterprise-api-5.0.0.ebuild	3 Jul 2013 21:22:46 -0000	1.1
+++ osgi-enterprise-api-5.0.0.ebuild	16 Jul 2013 12:06:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0.ebuild,v 1.1 2013/07/03 21:22:46 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0.ebuild,v 1.2 2013/07/16 12:06:33 tomwij Exp $
 
 EAPI="5"
 
@@ -12,10 +12,12 @@
 SRC_URI="http://www.osgi.org/download/r5/osgi.enterprise-${PV}.jar"
 HOMEPAGE="http://www.osgi.org/Main/HomePage"
 
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 OSGi-Specification-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+RESTRICT="bindist fetch"
+
 CDEPEND="dev-java/glassfish-persistence:0
 	dev-java/osgi-core-api:0
 	java-virtuals/servlet-api:2.5"
@@ -31,6 +33,14 @@
 
 JAVA_GENTOO_CLASSPATH="glassfish-persistence,osgi-core-api,servlet-api-2.5"
 
+pkg_nofetch() {
+	einfo "Please download osgi.enterprise-${PV}.jar from"
+	einfo "  http://www.osgi.org/Download/Release5"
+	einfo "which you can find listed as"
+	einfo "  OSGi Enterprise Release 5 Companion Code"
+	einfo "after accepting the license."
+}
+
 java_prepare() {
 	rm -r org || die
 }



1.2                  dev-java/osgi-enterprise-api/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/osgi-enterprise-api/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	3 Jul 2013 21:22:46 -0000	1.1
+++ ChangeLog	16 Jul 2013 12:06:33 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/osgi-enterprise-api
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-enterprise-api/ChangeLog,v 1.1 2013/07/03 21:22:46 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-enterprise-api/ChangeLog,v 1.2 2013/07/16 12:06:33 tomwij Exp $
+
+  16 Jul 2013; Tom Wijsman <TomWij@gentoo.org> osgi-enterprise-api-5.0.0.ebuild:
+  Update LICENSE to include the OSGi Specification 2.0 license and introduce
+  fetch restriction as the license needs to be explicitly accepted (except for
+  osgi-foundation) to obtain the downloads.
 
 *osgi-enterprise-api-5.0.0 (03 Jul 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-java/osgi-enterprise-api: osgi-enterprise-api-5.0.0.ebuild ChangeLog
@ 2015-06-24 17:53 Patrice Clement (monsieurp)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement (monsieurp) @ 2015-06-24 17:53 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/06/24 17:53:14

  Modified:             osgi-enterprise-api-5.0.0.ebuild ChangeLog
  Log:
  Stable for x86+amd64 via ALLARCHES.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.3                  dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0.ebuild

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

Index: osgi-enterprise-api-5.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- osgi-enterprise-api-5.0.0.ebuild	16 Jul 2013 12:06:33 -0000	1.2
+++ osgi-enterprise-api-5.0.0.ebuild	24 Jun 2015 17:53:14 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0.ebuild,v 1.2 2013/07/16 12:06:33 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-enterprise-api/osgi-enterprise-api-5.0.0.ebuild,v 1.3 2015/06/24 17:53:14 monsieurp Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0 OSGi-Specification-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RESTRICT="bindist fetch"
 



1.3                  dev-java/osgi-enterprise-api/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/osgi-enterprise-api/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	16 Jul 2013 12:06:33 -0000	1.2
+++ ChangeLog	24 Jun 2015 17:53:14 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/osgi-enterprise-api
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-enterprise-api/ChangeLog,v 1.2 2013/07/16 12:06:33 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-enterprise-api/ChangeLog,v 1.3 2015/06/24 17:53:14 monsieurp Exp $
+
+  24 Jun 2015; Patrice Clement <monsieurp@gentoo.org>
+  osgi-enterprise-api-5.0.0.ebuild:
+  Stable for x86+amd64 via ALLARCHES.
 
   16 Jul 2013; Tom Wijsman <TomWij@gentoo.org> osgi-enterprise-api-5.0.0.ebuild:
   Update LICENSE to include the OSGi Specification 2.0 license and introduce





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

end of thread, other threads:[~2015-06-24 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-24 17:53 [gentoo-commits] gentoo-x86 commit in dev-java/osgi-enterprise-api: osgi-enterprise-api-5.0.0.ebuild ChangeLog Patrice Clement (monsieurp)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-16 12:06 Tom Wijsman (tomwij)

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