aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-10-01 08:14:38 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-10-01 08:14:38 +0000
commit5c625b70650eb785068f7e2054b63453ff3bf3c2 (patch)
treef3cbf5eeee1ee42321e6fa62ba73a7c07fb5281f
parentdev-java/libhttpd: Project stalled since 2007. Removing it. Fixes bug 154762." (diff)
downloadjava-5c625b70.tar.gz
java-5c625b70.tar.bz2
java-5c625b70.zip
dev-java/explicitlayout: HOMEPAGE dead. Removing it. Fixes bug 115931.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--dev-java/explicitlayout/Manifest1
-rw-r--r--dev-java/explicitlayout/explicitlayout-3.0.ebuild39
-rw-r--r--dev-java/explicitlayout/metadata.xml10
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-java/explicitlayout/Manifest b/dev-java/explicitlayout/Manifest
deleted file mode 100644
index 00bb0c1c..00000000
--- a/dev-java/explicitlayout/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST explicit_3_0.zip 401777 SHA256 4d46b22e1ea7cd16b916a202eff376444acad2ec671cbc44cc3a60b44859aa55
diff --git a/dev-java/explicitlayout/explicitlayout-3.0.ebuild b/dev-java/explicitlayout/explicitlayout-3.0.ebuild
deleted file mode 100644
index 372c0c25..00000000
--- a/dev-java/explicitlayout/explicitlayout-3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit java-pkg-2 java-ant-2 versionator
-
-MY_PV=$(replace_all_version_separators '_')
-
-DESCRIPTION="ExplicitLayout is a powerful layout manager for Java"
-HOMEPAGE="http://www.zookitec.com/explicitlayout.html"
-SRC_URI="http://www.zookitec.com/explicit_${MY_PV}.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="3.0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc source"
-
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
- >dev-java/ant-core-1.5"
-RDEPEND=">=virtual/jre-1.4"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- rm -r lib/* docs/*
-}
-
-src_compile() {
- eant dist $(use_doc doc)
-}
-
-src_install() {
- java-pkg_dojar lib/explicit.jar
- use doc && java-pkg_dohtml -r docs/api
- use source && java-pkg_dosrc src
-}
diff --git a/dev-java/explicitlayout/metadata.xml b/dev-java/explicitlayout/metadata.xml
deleted file mode 100644
index 925c821c..00000000
--- a/dev-java/explicitlayout/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>java</herd>
-<longdescription lang="en">
-ExplicitLayout is a powerful layout manager for Java with a unique approach to
-defining resolution independent layouts for AWT, Swing or JavaBean components.
-</longdescription>
-</pkgmetadata>
-