summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-06-17 13:41:27 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-06-17 13:41:27 +0000
commit2c2f0c899df076146ea2024fa252570774bad7e9 (patch)
treea927a514e7adf7d0035d2928168600af7b4865a9 /dev-java/fastinfoset
parentNM: Cleanup superseded ebuilds. (diff)
downloadgentoo-2-2c2f0c899df076146ea2024fa252570774bad7e9.tar.gz
gentoo-2-2c2f0c899df076146ea2024fa252570774bad7e9.tar.bz2
gentoo-2-2c2f0c899df076146ea2024fa252570774bad7e9.zip
NM: Cleanup superseded ebuilds.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-java/fastinfoset')
-rw-r--r--dev-java/fastinfoset/ChangeLog8
-rw-r--r--dev-java/fastinfoset/fastinfoset-1.2.1.ebuild49
2 files changed, 5 insertions, 52 deletions
diff --git a/dev-java/fastinfoset/ChangeLog b/dev-java/fastinfoset/ChangeLog
index a99ec8795714..b52597230c58 100644
--- a/dev-java/fastinfoset/ChangeLog
+++ b/dev-java/fastinfoset/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/fastinfoset
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastinfoset/ChangeLog,v 1.9 2012/02/16 17:59:45 phajdan.jr Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastinfoset/ChangeLog,v 1.10 2014/06/17 13:41:27 mrueg Exp $
+
+ 17 Jun 2014; Manuel Rüger <mrueg@gentoo.org> -fastinfoset-1.2.1.ebuild:
+ NM: Cleanup superseded ebuilds.
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
fastinfoset-1.2.1-r1.ebuild:
@@ -38,4 +41,3 @@
01 May 2007; Krzysiek Pawlik <nelchael@gentoo.org> +files/build.xml-1.2.1,
+metadata.xml, +fastinfoset-1.2.1.ebuild:
Initial commit of fastinfoset.
-
diff --git a/dev-java/fastinfoset/fastinfoset-1.2.1.ebuild b/dev-java/fastinfoset/fastinfoset-1.2.1.ebuild
deleted file mode 100644
index 2247916c411e..000000000000
--- a/dev-java/fastinfoset/fastinfoset-1.2.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastinfoset/fastinfoset-1.2.1.ebuild,v 1.5 2007/08/19 19:40:36 wltjr Exp $
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Fast Infoset"
-HOMEPAGE="https://fi.dev.java.net/"
-SRC_URI="https://fi.dev.java.net/files/documents/2634/45735/FastInfoset_src_${PV}.zip"
-
-LICENSE="CDDL"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
-IUSE=""
-
-COMMON_DEP="dev-java/jsr173"
-
-RDEPEND=">=virtual/jre-1.5
- ${COMMON_DEP}"
-
-DEPEND=">=virtual/jdk-1.5
- ${COMMON_DEP}
- app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_unpack() {
-
- unpack ${A}
-
- mkdir src lib
- mv com org src/ || die
-
- cp "${FILESDIR}/build.xml-${PV}" "${S}/build.xml" || die
-
- cd "${S}/lib"
- java-pkg_jar-from jsr173
-
-}
-
-src_install() {
-
- java-pkg_newjar fi.jar
-
- use source && java-pkg_dosrc src/*
-
-}