summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-08-08 10:48:07 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-08-08 10:48:07 +0000
commit404c714296c174e84f32880913f5b1078c332cfc (patch)
tree897d90c0736a5b6dd4a7ae194d641857e699aeed
parentVersion bump. Fixes bug 172050 and bug 276382. (diff)
downloadgentoo-2-404c714296c174e84f32880913f5b1078c332cfc.tar.gz
gentoo-2-404c714296c174e84f32880913f5b1078c332cfc.tar.bz2
gentoo-2-404c714296c174e84f32880913f5b1078c332cfc.zip
Stable for amd64+x86. Remove old.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
-rw-r--r--dev-java/tablelayout/ChangeLog6
-rw-r--r--dev-java/tablelayout/tablelayout-1.0.ebuild4
-rw-r--r--dev-java/tablelayout/tablelayout-20090826.ebuild28
3 files changed, 7 insertions, 31 deletions
diff --git a/dev-java/tablelayout/ChangeLog b/dev-java/tablelayout/ChangeLog
index f37454b2eb2f..4de17db25dbb 100644
--- a/dev-java/tablelayout/ChangeLog
+++ b/dev-java/tablelayout/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/tablelayout
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tablelayout/ChangeLog,v 1.2 2015/08/08 10:47:05 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tablelayout/ChangeLog,v 1.3 2015/08/08 10:48:07 monsieurp Exp $
+
+ 08 Aug 2015; Patrice Clement <monsieurp@gentoo.org>
+ -tablelayout-20090826.ebuild, tablelayout-1.0.ebuild:
+ Stable for amd64+x86. Remove old.
*tablelayout-1.0 (08 Aug 2015)
diff --git a/dev-java/tablelayout/tablelayout-1.0.ebuild b/dev-java/tablelayout/tablelayout-1.0.ebuild
index 018a3d8cf5ed..5f6da95cf1ba 100644
--- a/dev-java/tablelayout/tablelayout-1.0.ebuild
+++ b/dev-java/tablelayout/tablelayout-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tablelayout/tablelayout-1.0.ebuild,v 1.1 2015/08/08 10:47:05 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tablelayout/tablelayout-1.0.ebuild,v 1.2 2015/08/08 10:48:07 monsieurp Exp $
EAPI=5
@@ -11,7 +11,7 @@ DESCRIPTION="Layout manager that makes creating user interfaces fast and easy"
HOMEPAGE="https://tablelayout.dev.java.net/"
SRC_URI="http://www.oracle.com/technetwork/java/${PN}.jar"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
SLOT="0"
IUSE=""
diff --git a/dev-java/tablelayout/tablelayout-20090826.ebuild b/dev-java/tablelayout/tablelayout-20090826.ebuild
deleted file mode 100644
index 83d12267f01c..000000000000
--- a/dev-java/tablelayout/tablelayout-20090826.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tablelayout/tablelayout-20090826.ebuild,v 1.2 2015/04/02 18:19:37 mr_bones_ Exp $
-
-EAPI=5
-
-JAVA_PKG_IUSE="source doc"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="TableLayout is a powerful layout manager"
-HOMEPAGE="https://java.net/projects/tablelayout/"
-SRC_URI="https://java.net/projects/tablelayout/downloads/download/Everything-2009-08-26.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=">=virtual/jdk-1.5
- app-arch/unzip"
-
-JAVA_SRC_DIR="src"
-
-java_prepare() {
- unzip TableLayout-src-2009-08-26.jar -d src || die
- rm *.jar || die
-}