From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-java/vecmath/
Date: Mon, 21 Sep 2015 14:04:51 +0000 (UTC) [thread overview]
Message-ID: <1442837608.344de42b65a0b2de585b68fc423e9217a98d4c17.jlec@gentoo> (raw)
commit: 344de42b65a0b2de585b68fc423e9217a98d4c17
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 12:13:28 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 12:13:28 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=344de42b
Drop obsolete
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-java/vecmath/ChangeLog | 17 ----------
dev-java/vecmath/metadata.xml | 8 -----
dev-java/vecmath/vecmath-1.5.1.ebuild | 61 -----------------------------------
3 files changed, 86 deletions(-)
diff --git a/dev-java/vecmath/ChangeLog b/dev-java/vecmath/ChangeLog
deleted file mode 100644
index 5d41bc8..0000000
--- a/dev-java/vecmath/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-# ChangeLog for dev-java/vecmath
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
- 03 Nov 2014; Justin Lecher <jlec@gentoo.org> vecmath-1.5.1.ebuild,
- metadata.xml:
- Bump to EAPI=5
-
- 10 Nov 2009; Vlastimil Babka <caster@gentoo.org> -vecmath-1.5.0.ebuild:
- Remove old.
-
- 15 Nov 2008; Vlastimil Babka <caster@gentoo.org> vecmath-1.5.1.ebuild:
- Add ~x86.
-
- 11 Mar 2008; Alistair Bush <ali_bush@gentoo.org> +vecmath-1.5.1.ebuild:
- Bump to vecmath-1.5.1
-
diff --git a/dev-java/vecmath/metadata.xml b/dev-java/vecmath/metadata.xml
deleted file mode 100644
index 33e85ae..0000000
--- a/dev-java/vecmath/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci</herd>
- <longdescription lang="en">
- 3D vector math package, javax.vecmath
- </longdescription>
-</pkgmetadata>
diff --git a/dev-java/vecmath/vecmath-1.5.1.ebuild b/dev-java/vecmath/vecmath-1.5.1.ebuild
deleted file mode 100644
index 13597aa..0000000
--- a/dev-java/vecmath/vecmath-1.5.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit eutils java-pkg-2 java-ant-2
-
-DESCRIPTION="Sun J3D: 3D vector math package"
-HOMEPAGE="https://vecmath.dev.java.net/"
-# cvs -d :pserver:alistair64@cvs.dev.java.net:/cvs login
-# cvs -d :pserver:alistair64@cvs.dev.java.net:/cvs export -r rel-1_5_1-fcs vecmath
-# tar -cjf vecmath-1.5.1.tar.bz2 vecmath/
-# cvs -d :pserver:alistair64@cvs.dev.java.net:/cvs export -r rel-1_5_1-fcs vecmath-test
-# tar -cjf vecmath-test-1.5.1.tar.bz2 vecmath-test/
-SRC_URI="http://dev.gentoo.org/~ali_bush/distfiles/${P}.tar.bz2
- test? ( http://dev.gentoo.org/~ali_bush/distfiles/${PN}-test-${PV}.tar.bz2 )"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="|| ( sun-jrl sun-jdl )"
-IUSE=""
-
-DEPEND="
- >=virtual/jdk-1.5
- dev-java/ant-core
- test? ( =dev-java/junit-4* )"
-RDEPEND=">=virtual/jre-1.5"
-
-S=${WORKDIR}/${PN}
-S_TEST=${WORKDIR}/${PN}-test
-
-EANT_DOC_TARGET="docs"
-EANT_BUILD_TARGET="jar"
-
-src_prepare() {
- use test && java-ant_rewrite-classpath "${S_TEST}/build.xml"
- java-pkg-2_src_prepare
-}
-
-src_test() {
- cd "${S}/../${PN}-test" || die
- ANT_TASKS="ant-junit"
- eant \
- -Dgentoo.classpath="$(java-pkg_getjar --build-only junit-4 \
- junit.jar):${S}/build/opt/lib/ext/${PN}.jar" test
-}
-
-src_install() {
- java-pkg_dojar "build/opt/lib/ext/${PN}.jar"
-
- use source && java-pkg_dosrc "${S}/src/*"
-
- dodoc *.txt docs/*.txt
- if use doc; then
- java-pkg_dojavadoc "build/javadocs/"
- docinto html
- dodoc -r *.html
- fi
-}
next reply other threads:[~2015-09-21 14:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-21 14:04 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-11-05 7:24 [gentoo-commits] proj/sci:master commit in: dev-java/vecmath/ Justin Lecher
2011-08-15 17:20 Kacper Kowalik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442837608.344de42b65a0b2de585b68fc423e9217a98d4c17.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox