Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/java:master commit in: dev-java/explicitlayout/
Date: Thu, 01 Oct 2015 09:42:07
Message-Id: 1443687278.5c625b70650eb785068f7e2054b63453ff3bf3c2.monsieurp@gentoo
1 commit: 5c625b70650eb785068f7e2054b63453ff3bf3c2
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 08:14:38 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 08:14:38 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=5c625b70
7
8 dev-java/explicitlayout: HOMEPAGE dead. Removing it. Fixes bug 115931.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11
12 dev-java/explicitlayout/Manifest | 1 -
13 dev-java/explicitlayout/explicitlayout-3.0.ebuild | 39 -----------------------
14 dev-java/explicitlayout/metadata.xml | 10 ------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/dev-java/explicitlayout/Manifest b/dev-java/explicitlayout/Manifest
18 deleted file mode 100644
19 index 00bb0c1..0000000
20 --- a/dev-java/explicitlayout/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST explicit_3_0.zip 401777 SHA256 4d46b22e1ea7cd16b916a202eff376444acad2ec671cbc44cc3a60b44859aa55
24
25 diff --git a/dev-java/explicitlayout/explicitlayout-3.0.ebuild b/dev-java/explicitlayout/explicitlayout-3.0.ebuild
26 deleted file mode 100644
27 index 372c0c2..0000000
28 --- a/dev-java/explicitlayout/explicitlayout-3.0.ebuild
29 +++ /dev/null
30 @@ -1,39 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -inherit java-pkg-2 java-ant-2 versionator
36 -
37 -MY_PV=$(replace_all_version_separators '_')
38 -
39 -DESCRIPTION="ExplicitLayout is a powerful layout manager for Java"
40 -HOMEPAGE="http://www.zookitec.com/explicitlayout.html"
41 -SRC_URI="http://www.zookitec.com/explicit_${MY_PV}.zip"
42 -
43 -LICENSE="LGPL-2.1"
44 -SLOT="3.0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="doc source"
47 -
48 -DEPEND=">=virtual/jdk-1.4
49 - app-arch/unzip
50 - >dev-java/ant-core-1.5"
51 -RDEPEND=">=virtual/jre-1.4"
52 -
53 -S=${WORKDIR}
54 -
55 -src_unpack() {
56 - unpack ${A}
57 - cd ${S}
58 - rm -r lib/* docs/*
59 -}
60 -
61 -src_compile() {
62 - eant dist $(use_doc doc)
63 -}
64 -
65 -src_install() {
66 - java-pkg_dojar lib/explicit.jar
67 - use doc && java-pkg_dohtml -r docs/api
68 - use source && java-pkg_dosrc src
69 -}
70
71 diff --git a/dev-java/explicitlayout/metadata.xml b/dev-java/explicitlayout/metadata.xml
72 deleted file mode 100644
73 index 925c821..0000000
74 --- a/dev-java/explicitlayout/metadata.xml
75 +++ /dev/null
76 @@ -1,10 +0,0 @@
77 -<?xml version="1.0" encoding="UTF-8"?>
78 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 -<pkgmetadata>
80 -<herd>java</herd>
81 -<longdescription lang="en">
82 -ExplicitLayout is a powerful layout manager for Java with a unique approach to
83 -defining resolution independent layouts for AWT, Swing or JavaBean components.
84 -</longdescription>
85 -</pkgmetadata>
86 -