ercpe       14/07/14 14:37:55

  Modified:             ical4j-1.0.5.ebuild ical4j-1.0_beta2-r1.ebuild
                        ChangeLog
  Log:
  Removed needless die's; added :0 to emma dependency
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ical4j-1.0.5.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ical4j-1.0.5.ebuild?r1=1.1&r2=1.2

Index: ical4j-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ical4j/ical4j-1.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ical4j-1.0.5.ebuild 8 Jul 2014 08:12:42 -0000       1.1
+++ ical4j-1.0.5.ebuild 14 Jul 2014 14:37:55 -0000      1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ical4j/ical4j-1.0.5.ebuild,v 1.2 
2014/07/14 14:37:55 ercpe Exp $
 
 EAPI="5"
 
@@ -27,7 +27,7 @@
 RDEPEND=">=virtual/jre-1.4
        ${COMMON_DEP}"
 DEPEND=">=virtual/jdk-1.4
-       dev-java/emma
+       dev-java/emma:0
        ${COMMON_DEP}"
 
 S=${WORKDIR}/${MY_P}
@@ -51,7 +51,7 @@
 src_install() {
        java-pkg_dojar build/*.jar
        dodoc README AUTHORS CHANGELOG etc/FAQ \
-               etc/TODO etc/standard_deviations.txt || die "dodoc failed"
+               etc/TODO etc/standard_deviations.txt
        use doc && java-pkg_dojavadoc docs/api
        use source && java-pkg_dosrc src/main/java/net
        use examples && java-pkg_doexamples etc/samples



1.2                  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2-r1.ebuild?r1=1.1&r2=1.2

Index: ical4j-1.0_beta2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ical4j-1.0_beta2-r1.ebuild  8 Jul 2014 08:12:42 -0000       1.1
+++ ical4j-1.0_beta2-r1.ebuild  14 Jul 2014 14:37:55 -0000      1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/ical4j/ical4j-1.0_beta2-r1.ebuild,v 1.2 
2014/07/14 14:37:55 ercpe Exp $
 
 EAPI="5"
 
@@ -25,7 +25,7 @@
 RDEPEND=">=virtual/jre-1.4
        ${COMMON_DEP}"
 DEPEND=">=virtual/jdk-1.4
-       dev-java/emma
+       dev-java/emma:0
        ${COMMON_DEP}"
 
 S=${WORKDIR}/${MY_P}
@@ -48,7 +48,7 @@
 src_install() {
        java-pkg_dojar build/*.jar
        dodoc README AUTHORS CHANGELOG etc/FAQ \
-               etc/TODO etc/standard_deviations.txt || die "dodoc failed"
+               etc/TODO etc/standard_deviations.txt
        use doc && java-pkg_dojavadoc docs/api
        use source && java-pkg_dosrc source/net
        use examples && java-pkg_doexamples etc/samples



1.11                 dev-java/ical4j/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ical4j/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   8 Jul 2014 08:12:42 -0000       1.10
+++ ChangeLog   14 Jul 2014 14:37:55 -0000      1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/ical4j
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ical4j/ChangeLog,v 1.11 2014/07/14 
14:37:55 ercpe Exp $
+
+  14 Jul 2014; Johann Schmitz <[email protected]> ical4j-1.0.5.ebuild,
+  ical4j-1.0_beta2-r1.ebuild:
+  Removed needless die's; added :0 to emma dependency
 
 *ical4j-1.0_beta2-r1 (08 Jul 2014)
 *ical4j-1.0.5 (08 Jul 2014)




Reply via email to