Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/swing-layout/
Date: Fri, 02 Sep 2016 20:34:46
Message-Id: 1472848472.83f3405f4a7ac26f2e8f77a88daeb332e5fd5ff0.monsieurp@gentoo
1 commit: 83f3405f4a7ac26f2e8f77a88daeb332e5fd5ff0
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 20:34:18 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 20:34:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83f3405f
7
8 dev-java/swing-layout: EAPI 6 bump.
9
10 Package-Manager: portage-2.2.28
11
12 dev-java/swing-layout/swing-layout-1.0.4-r1.ebuild | 32 ++++++++++++++++++++++
13 1 file changed, 32 insertions(+)
14
15 diff --git a/dev-java/swing-layout/swing-layout-1.0.4-r1.ebuild b/dev-java/swing-layout/swing-layout-1.0.4-r1.ebuild
16 new file mode 100644
17 index 00000000..678eeff
18 --- /dev/null
19 +++ b/dev-java/swing-layout/swing-layout-1.0.4-r1.ebuild
20 @@ -0,0 +1,32 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +JAVA_PKG_IUSE="doc source"
28 +
29 +inherit java-pkg-2 java-pkg-simple
30 +
31 +DESCRIPTION="Professional cross platform layouts with Swing"
32 +HOMEPAGE="https://swing-layout.dev.java.net/"
33 +SRC_URI="mirror//gentoo/${P}-src.zip"
34 +
35 +LICENSE="LGPL-2.1"
36 +SLOT="1"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE="doc source"
39 +
40 +DEPEND="
41 + >=virtual/jdk-1.6"
42 +
43 +RDEPEND="
44 + >=virtual/jre-1.6"
45 +
46 +S="${WORKDIR}/${P}"
47 +
48 +JAVA_SRC_DIR="src"
49 +
50 +src_prepare() {
51 + default
52 +}