public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/jnr-posix: jnr-posix-1.1.4.ebuild
@ 2010-06-06 21:57 Alistair Bush (ali_bush)
  0 siblings, 0 replies; 2+ messages in thread
From: Alistair Bush (ali_bush) @ 2010-06-06 21:57 UTC (permalink / raw
  To: gentoo-commits

ali_bush    10/06/06 21:57:45

  Modified:             jnr-posix-1.1.4.ebuild
  Log:
  Change tarball and remanifest
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-java/jnr-posix/jnr-posix-1.1.4.ebuild

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

Index: jnr-posix-1.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jnr-posix/jnr-posix-1.1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jnr-posix-1.1.4.ebuild	3 Jun 2010 12:23:59 -0000	1.1
+++ jnr-posix-1.1.4.ebuild	6 Jun 2010 21:57:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-posix/jnr-posix-1.1.4.ebuild,v 1.1 2010/06/03 12:23:59 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-posix/jnr-posix-1.1.4.ebuild,v 1.2 2010/06/06 21:57:45 ali_bush Exp $
 
 EAPI="2"
 JAVA_PKG_IUSE="source test"
@@ -29,6 +29,11 @@
 		dev-java/jffi:0.4
 	)"
 
+src_unpack() {
+	unpack ${A}
+	mv w* "${P}" || die
+}
+
 java_prepare() {
 	find . -iname '*.jar' -delete
 	java-pkg_jar-from --into lib constantine






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

* [gentoo-commits] gentoo-x86 commit in dev-java/jnr-posix: jnr-posix-1.1.4.ebuild
@ 2010-06-20  9:30 Alistair Bush (ali_bush)
  0 siblings, 0 replies; 2+ messages in thread
From: Alistair Bush (ali_bush) @ 2010-06-20  9:30 UTC (permalink / raw
  To: gentoo-commits

ali_bush    10/06/20 09:30:42

  Modified:             jnr-posix-1.1.4.ebuild
  Log:
  Add min version to jffi dep.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-java/jnr-posix/jnr-posix-1.1.4.ebuild

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

Index: jnr-posix-1.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jnr-posix/jnr-posix-1.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jnr-posix-1.1.4.ebuild	6 Jun 2010 21:57:45 -0000	1.2
+++ jnr-posix-1.1.4.ebuild	20 Jun 2010 09:30:42 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-posix/jnr-posix-1.1.4.ebuild,v 1.2 2010/06/06 21:57:45 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-posix/jnr-posix-1.1.4.ebuild,v 1.3 2010/06/20 09:30:42 ali_bush Exp $
 
 EAPI="2"
 JAVA_PKG_IUSE="source test"
@@ -16,7 +16,7 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
-CDEPEND="dev-java/jaffl:0
+CDEPEND=">=dev-java/jaffl-0.5.1:0
 	>=dev-java/constantine-0.7:0"
 
 RDEPEND=">=virtual/jre-1.5






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

end of thread, other threads:[~2010-06-20  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06 21:57 [gentoo-commits] gentoo-x86 commit in dev-java/jnr-posix: jnr-posix-1.1.4.ebuild Alistair Bush (ali_bush)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-20  9:30 Alistair Bush (ali_bush)

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