summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-06-17 10:47:44 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-06-17 10:47:44 +0000
commit0e714b42d95465b6baca35a6b3912f0175066555 (patch)
tree8e7b3c7f8adf74dc9342ae84d85e477f3acc8bcb /dev-java/constantine
parentNM: Cleanup superseeded ebuilds. (diff)
downloadgentoo-2-0e714b42d95465b6baca35a6b3912f0175066555.tar.gz
gentoo-2-0e714b42d95465b6baca35a6b3912f0175066555.tar.bz2
gentoo-2-0e714b42d95465b6baca35a6b3912f0175066555.zip
NM: Cleanup superseeded ebuilds.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-java/constantine')
-rw-r--r--dev-java/constantine/ChangeLog8
-rw-r--r--dev-java/constantine/constantine-0.5.ebuild34
2 files changed, 5 insertions, 37 deletions
diff --git a/dev-java/constantine/ChangeLog b/dev-java/constantine/ChangeLog
index bb1efcec4ea9..7365020e31bc 100644
--- a/dev-java/constantine/ChangeLog
+++ b/dev-java/constantine/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/constantine
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.9 2010/07/17 09:05:49 fauli Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.10 2014/06/17 10:47:44 mrueg Exp $
+
+ 17 Jun 2014; Manuel Rüger <mrueg@gentoo.org> -constantine-0.5.ebuild:
+ NM: Cleanup superseeded ebuilds.
17 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
constantine-0.7.ebuild:
@@ -37,4 +40,3 @@
22 May 2009; Vlastimil Babka <caster@gentoo.org> +constantine-0.5.ebuild,
+metadata.xml:
New package, jruby dependency. Ebuild provided by chewi in java-overlay.
-
diff --git a/dev-java/constantine/constantine-0.5.ebuild b/dev-java/constantine/constantine-0.5.ebuild
deleted file mode 100644
index a89eda93aae9..000000000000
--- a/dev-java/constantine/constantine-0.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.5.ebuild,v 1.1 2009/05/23 07:38:01 caster Exp $
-
-JAVA_PKG_IUSE="source test"
-inherit base java-pkg-2 java-ant-2
-
-DESCRIPTION="Provides Java values for common platform C constants"
-HOMEPAGE="http://kenai.com/projects/constantine"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5"
-
-DEPEND=">=virtual/jdk-1.5
- test? ( dev-java/ant-junit4 )"
-
-src_compile() {
- # ecj doesn't like some cast for some reason
- java-pkg_force-compiler javac
- java-pkg-2_src_compile
-}
-
-src_install() {
- java-pkg_dojar dist/${PN}.jar
- use source && java-pkg_dosrc src/*
-}
-
-src_test() {
- ANT_TASKS="ant-junit4" eant test -Dlibs.junit_4.classpath="$(java-pkg_getjars --with-dependencies junit-4)"
-}