aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-05-17 10:11:15 +0200
committerJustin Lecher <jlec@gentoo.org>2012-05-17 10:11:15 +0200
commit58f058b9351902fe11621bc70d0d5584ea4d83fc (patch)
tree695552fe18e8fd9dd8bc7279ede707dcac3f4a8b
parentsci-physics/root: version bump (diff)
downloadsci-58f058b9351902fe11621bc70d0d5584ea4d83fc.tar.gz
sci-58f058b9351902fe11621bc70d0d5584ea4d83fc.tar.bz2
sci-58f058b9351902fe11621bc70d0d5584ea4d83fc.zip
dev-java/gluegen: Fix repoman warning about position off EAPI
(Portage version: 2.2.0_alpha104/git/Linux x86_64, unsigned Manifest commit)
-rw-r--r--dev-java/gluegen/ChangeLog8
-rw-r--r--dev-java/gluegen/gluegen-20080421.ebuild6
-rw-r--r--dev-java/gluegen/metadata.xml5
3 files changed, 13 insertions, 6 deletions
diff --git a/dev-java/gluegen/ChangeLog b/dev-java/gluegen/ChangeLog
index dcbe2d3cb..3edb43c19 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: $
+ 17 May 2012; Justin Lecher <jlec@gentoo.org> gluegen-20080421.ebuild,
+ metadata.xml:
+ Fix repoman warning about position off EAPI
+
+ 17 May 2012; Justin Lecher <jlec@gentoo.org> gluegen-20080421.ebuild,
+ metadata.xml:
+ Fix repoman warning about position off EAPI
+
*gluegen-20080421 (14 May 2012)
14 May 2012; Sébastien Fabbro <bicatali@gentoo.org>
diff --git a/dev-java/gluegen/gluegen-20080421.ebuild b/dev-java/gluegen/gluegen-20080421.ebuild
index fda4ec6e4..db6940c58 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: $
-# svn export -r "{2009-05-09}" https://gluegen.dev.java.net/svn/gluegen/trunk
-# gluegen --username xxx --password xxx
+EAPI="2"
WANT_ANT_TASKS="ant-antlr"
-EAPI="2"
JAVA_PKG_IUSE=""
inherit java-pkg-2 java-ant-2
DESCRIPTION="Tool to generate Java and JNI code necessary to call C libraries"
HOMEPAGE="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="http://dev.gentoo.org/~ali_bush/distfiles/${P}.tar.bz2"
LICENSE="BSD"
diff --git a/dev-java/gluegen/metadata.xml b/dev-java/gluegen/metadata.xml
index 24033ddb7..c4f41a72e 100644
--- a/dev-java/gluegen/metadata.xml
+++ b/dev-java/gluegen/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>java</herd>
-<longdescription lang="en">
+ <herd>java</herd>
+ <longdescription lang="en">
GlueGen is a tool which automatically generates the Java and JNI code necessary
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 Interface (JNI) and the AWT
Native Interface (JAWT) back up to the Java programming language.
</longdescription>
</pkgmetadata>
-