From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SUvo6-0007ff-Qr for garchives@archives.gentoo.org; Thu, 17 May 2012 08:11:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2166AE0B50; Thu, 17 May 2012 08:11:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CC7BFE0B50 for ; Thu, 17 May 2012 08:11:25 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14F5E1B4054 for ; Thu, 17 May 2012 08:11:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CF477E5429 for ; Thu, 17 May 2012 08:11:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1337242275.58f058b9351902fe11621bc70d0d5584ea4d83fc.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-java/gluegen/ X-VCS-Repository: proj/sci X-VCS-Files: dev-java/gluegen/ChangeLog dev-java/gluegen/gluegen-20080421.ebuild dev-java/gluegen/metadata.xml X-VCS-Directories: dev-java/gluegen/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 58f058b9351902fe11621bc70d0d5584ea4d83fc X-VCS-Branch: master Date: Thu, 17 May 2012 08:11:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4548a519-20d8-4b37-978c-7675edb84a40 X-Archives-Hash: 789a48bcab3ec2c5334cf78b1eafbfdd commit: 58f058b9351902fe11621bc70d0d5584ea4d83fc Author: Justin Lecher gentoo org> AuthorDate: Thu May 17 08:11:15 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu May 17 08:11:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D58f058b9 dev-java/gluegen: Fix repoman warning about position off EAPI (Portage version: 2.2.0_alpha104/git/Linux x86_64, unsigned Manifest comm= it) --- dev-java/gluegen/ChangeLog | 8 ++++++++ dev-java/gluegen/gluegen-20080421.ebuild | 6 +++--- dev-java/gluegen/metadata.xml | 5 ++--- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/dev-java/gluegen/ChangeLog b/dev-java/gluegen/ChangeLog index dcbe2d3..3edb43c 100644 --- a/dev-java/gluegen/ChangeLog +++ b/dev-java/gluegen/ChangeLog @@ -2,6 +2,14 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 17 May 2012; Justin Lecher gluegen-20080421.ebuild, + metadata.xml: + Fix repoman warning about position off EAPI + + 17 May 2012; Justin Lecher gluegen-20080421.ebuild, + metadata.xml: + Fix repoman warning about position off EAPI + *gluegen-20080421 (14 May 2012) =20 14 May 2012; S=C3=A9bastien Fabbro diff --git a/dev-java/gluegen/gluegen-20080421.ebuild b/dev-java/gluegen/= gluegen-20080421.ebuild index fda4ec6..db6940c 100644 --- a/dev-java/gluegen/gluegen-20080421.ebuild +++ b/dev-java/gluegen/gluegen-20080421.ebuild @@ -2,17 +2,17 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -# svn export -r "{2009-05-09}" https://gluegen.dev.java.net/svn/gluegen/= trunk -# gluegen --username xxx --password xxx +EAPI=3D"2" =20 WANT_ANT_TASKS=3D"ant-antlr" -EAPI=3D"2" JAVA_PKG_IUSE=3D"" =20 inherit java-pkg-2 java-ant-2 =20 DESCRIPTION=3D"Tool to generate Java and JNI code necessary to call C li= braries" HOMEPAGE=3D"https://gluegen.dev.java.net/" +# svn export -r "{2009-05-09}" https://gluegen.dev.java.net/svn/gluegen/= trunk +# gluegen --username xxx --password xxx SRC_URI=3D"http://dev.gentoo.org/~ali_bush/distfiles/${P}.tar.bz2" =20 LICENSE=3D"BSD" diff --git a/dev-java/gluegen/metadata.xml b/dev-java/gluegen/metadata.xm= l index 24033dd..c4f41a7 100644 --- a/dev-java/gluegen/metadata.xml +++ b/dev-java/gluegen/metadata.xml @@ -1,8 +1,8 @@ -java - + java + GlueGen is a tool which automatically generates the Java and JNI code ne= cessary to call C libraries. It reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue = code @@ -14,4 +14,3 @@ bind even low-level APIs such as the Java Native Interf= ace (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. -