ercpe       14/07/08 08:12:43

  Modified:             ical4j-1.0_beta2.ebuild ChangeLog
  Added:                ical4j-1.0.5.ebuild ical4j-1.0_beta2-r1.ebuild
  Log:
  Fixed bug #514618, bumped 1.0 to EAPI=5
  Version bump to 1.0.5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  Changes    Path
1.10                 dev-java/ical4j/ical4j-1.0_beta2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2.ebuild?r1=1.9&r2=1.10

Index: ical4j-1.0_beta2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ical4j-1.0_beta2.ebuild     26 Aug 2007 14:14:39 -0000      1.9
+++ ical4j-1.0_beta2.ebuild     8 Jul 2014 08:12:42 -0000       1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2.ebuild,v 
1.9 2007/08/26 14:14:39 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2.ebuild,v 
1.10 2014/07/08 08:12:42 ercpe Exp $
 
 JAVA_PKG_IUSE="doc examples source"
 



1.10                 dev-java/ical4j/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ical4j/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   26 Aug 2007 14:14:39 -0000      1.9
+++ ChangeLog   8 Jul 2014 08:12:42 -0000       1.10
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/ical4j
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ical4j/ChangeLog,v 1.9 2007/08/26 
14:14:39 betelgeuse Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ical4j/ChangeLog,v 1.10 2014/07/08 
08:12:42 ercpe Exp $
+
+*ical4j-1.0_beta2-r1 (08 Jul 2014)
+*ical4j-1.0.5 (08 Jul 2014)
+
+  08 Jul 2014; Johann Schmitz <[email protected]> +files/1.0.5-build.xml.patch,
+  +ical4j-1.0.5.ebuild, +ical4j-1.0_beta2-r1.ebuild, ical4j-1.0_beta2.ebuild:
+  Fixed bug #514618, bumped 1.0 to EAPI=5 Version bump to 1.0.5
 
   26 Aug 2007; Petteri Räty <[email protected]>
   ical4j-1.0_beta2.ebuild:
@@ -38,4 +45,3 @@
   11 Apr 2007; Petteri Räty <[email protected]> +metadata.xml,
   +ical4j-1.0_beta2.ebuild:
   Initial addition. Ebuild written by me. Fixes bug #167275.
-



1.1                  dev-java/ical4j/ical4j-1.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ical4j-1.0.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ical4j-1.0.5.ebuild?rev=1.1&content-type=text/plain

Index: ical4j-1.0.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ical4j/ical4j-1.0.5.ebuild,v 1.1 
2014/07/08 08:12:42 ercpe Exp $

EAPI="5"

JAVA_PKG_IUSE="doc examples source"

inherit java-pkg-2 java-ant-2

DESCRIPTION="a Java library for handling iCalendar data streams"
HOMEPAGE="http://ical4j.sourceforge.net/";
MY_PV=${PV/_/-}
MY_P=${PN}-${MY_PV}
SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"

COMMON_DEP="
        dev-java/commons-logging:0
        dev-java/commons-codec:0
        dev-java/commons-lang:2.1
        dev-java/backport-util-concurrent:0"

RDEPEND=">=virtual/jre-1.4
        ${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.4
        dev-java/emma
        ${COMMON_DEP}"

S=${WORKDIR}/${MY_P}

java_prepare() {
        epatch "${FILESDIR}"/${PV}-build.xml.patch
        rm -v lib/*.jar || die "rm jar failed"
        #mkdir bin || die "mkdir bin failed"
        java-pkg_filter-compiler jikes
}

EANT_ANT_TASKS="emma"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_BUILD_TARGET="package"
EANT_GENTOO_CLASSPATH="commons-logging,commons-codec,commons-lang-2.1,backport-util-concurrent"
EANT_EXTRA_ARGS="-Demma.dir=/usr/share/emma/lib/ -Dsource.dir=src/main/java"

RESTRICT="test"
# two tests fail with maven, they work in HEAD

src_install() {
        java-pkg_dojar build/*.jar
        dodoc README AUTHORS CHANGELOG etc/FAQ \
                etc/TODO etc/standard_deviations.txt || die "dodoc failed"
        use doc && java-pkg_dojavadoc docs/api
        use source && java-pkg_dosrc src/main/java/net
        use examples && java-pkg_doexamples etc/samples
}



1.1                  dev-java/ical4j/ical4j-1.0_beta2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2-r1.ebuild?rev=1.1&content-type=text/plain

Index: ical4j-1.0_beta2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2-r1.ebuild,v 
1.1 2014/07/08 08:12:42 ercpe Exp $

EAPI="5"

JAVA_PKG_IUSE="doc examples source"

inherit java-pkg-2 java-ant-2

DESCRIPTION="a Java library for handling iCalendar data streams"
HOMEPAGE="http://ical4j.sourceforge.net/";
MY_PV=${PV/_/-}
MY_P=${PN}-${MY_PV}
SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"

COMMON_DEP="dev-java/commons-logging:0
        dev-java/commons-codec:0
        dev-java/commons-lang:2.1"

RDEPEND=">=virtual/jre-1.4
        ${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.4
        dev-java/emma
        ${COMMON_DEP}"

S=${WORKDIR}/${MY_P}

java_prepare() {
        rm -v lib/*.jar || die "rm jar failed"
        mkdir bin || die "mkdir bin failed"
        java-pkg_filter-compiler jikes
}

EANT_ANT_TASKS="emma"
EANT_BUILD_TARGET="package"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="commons-logging,commons-codec,commons-lang-2.1"
EANT_EXTRA_ARGS="-Demma.dir=/usr/share/emma/lib/"

RESTRICT="test"
# two tests fail with maven, they work in HEAD

src_install() {
        java-pkg_dojar build/*.jar
        dodoc README AUTHORS CHANGELOG etc/FAQ \
                etc/TODO etc/standard_deviations.txt || die "dodoc failed"
        use doc && java-pkg_dojavadoc docs/api
        use source && java-pkg_dosrc source/net
        use examples && java-pkg_doexamples etc/samples
}




Reply via email to