public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/cglib: cglib-2.2.3.ebuild ChangeLog cglib-2.0.2-r2.ebuild
@ 2013-06-27 21:58 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2013-06-27 21:58 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/27 21:58:12

  Modified:             cglib-2.2.3.ebuild ChangeLog cglib-2.0.2-r2.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.2                  dev-java/cglib/cglib-2.2.3.ebuild

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

Index: cglib-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-2.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cglib-2.2.3.ebuild	28 Mar 2013 03:39:38 -0000	1.1
+++ cglib-2.2.3.ebuild	27 Jun 2013 21:58:12 -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/cglib/cglib-2.2.3.ebuild,v 1.1 2013/03/28 03:39:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-2.2.3.ebuild,v 1.2 2013/06/27 21:58:12 aballier Exp $
 
 EAPI=5
 JAVA_PKG_IUSE="test doc examples source"
@@ -12,7 +12,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${PN}.${PV}.zip"
 LICENSE="Apache-2.0"
 SLOT="2.2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 COMMON_DEP="dev-java/asm:3
 	>=dev-java/ant-core-1.7.0:0"



1.53                 dev-java/cglib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/cglib/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	28 Mar 2013 03:39:38 -0000	1.52
+++ ChangeLog	27 Jun 2013 21:58:12 -0000	1.53
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/cglib
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/ChangeLog,v 1.52 2013/03/28 03:39:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/ChangeLog,v 1.53 2013/06/27 21:58:12 aballier Exp $
+
+  27 Jun 2013; Alexis Ballier <aballier@gentoo.org> cglib-2.0.2-r2.ebuild,
+  cglib-2.2.3.ebuild:
+  keyword ~amd64-fbsd
 
 *cglib-2.2.3 (28 Mar 2013)
 



1.18                 dev-java/cglib/cglib-2.0.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/cglib-2.0.2-r2.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/cglib-2.0.2-r2.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/cglib-2.0.2-r2.ebuild?r1=1.17&r2=1.18

Index: cglib-2.0.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-2.0.2-r2.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- cglib-2.0.2-r2.ebuild	15 Jan 2010 20:20:23 -0000	1.17
+++ cglib-2.0.2-r2.ebuild	27 Jun 2013 21:58:12 -0000	1.18
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-2.0.2-r2.ebuild,v 1.17 2010/01/15 20:20:23 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-2.0.2-r2.ebuild,v 1.18 2013/06/27 21:58:12 aballier Exp $
 
 EAPI=2
 JAVA_PKG_IUSE="doc source"
@@ -12,7 +12,7 @@
 HOMEPAGE="http://cglib.sourceforge.net"
 LICENSE="Apache-1.1"
 SLOT="2"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 COMMON_DEP="=dev-java/asm-1.4.3*
 	=dev-java/aspectwerkz-2*
 	dev-java/ant-core"





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

only message in thread, other threads:[~2013-06-27 21:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27 21:58 [gentoo-commits] gentoo-x86 commit in dev-java/cglib: cglib-2.2.3.ebuild ChangeLog cglib-2.0.2-r2.ebuild Alexis Ballier (aballier)

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