ercpe       14/07/14 08:03:08

  Modified:             ChangeLog
  Added:                aopalliance-1.0-r2.ebuild
  Log:
  Bumped to EAPI=5; use java-pkg-simple
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  Changes    Path
1.13                 dev-java/aopalliance/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/aopalliance/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   10 Nov 2007 19:00:40 -0000      1.12
+++ ChangeLog   14 Jul 2014 08:03:08 -0000      1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/aopalliance
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/aopalliance/ChangeLog,v 1.12 
2007/11/10 19:00:40 nelchael Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/aopalliance/ChangeLog,v 1.13 
2014/07/14 08:03:08 ercpe Exp $
+
+*aopalliance-1.0-r2 (14 Jul 2014)
+
+  14 Jul 2014; Johann Schmitz <[email protected]> +aopalliance-1.0-r2.ebuild:
+  Bumped to EAPI=5; use java-pkg-simple
 
   10 Nov 2007; Krzysiek Pawlik <[email protected]>
   aopalliance-1.0-r1.ebuild:
@@ -47,4 +52,3 @@
 
   18 Jan 2006; Joshua Nichols <[email protected]> +aopalliance-1.0.ebuild:
   Initial import (bug #97720).
-



1.1                  dev-java/aopalliance/aopalliance-1.0-r2.ebuild

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

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

EAPI=5

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="Aspect-Oriented Programming (AOP) Alliance classes"
SRC_URI="mirror://gentoo/${P}-gentoo.tar.bz2"
#SRC_URI="mirror://gentoo/${P}.tar.bz2"
# Tarball creation:
# cvs -d:pserver:[email protected]:/cvsroot/aopalliance 
login
# cvs -z3 
-d:pserver:[email protected]:/cvsroot/aopalliance 
export -r interception_1_0 aopalliance
# tar cjvf aopalliance-1.0-gentoo.tar.bz2 aopalliance
HOMEPAGE="http://aopalliance.sourceforge.net/";
LICENSE="public-domain"
SLOT="1"

KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"

IUSE=""

DEPEND=">=virtual/jdk-1.4"
RDEPEND=">=virtual/jre-1.4"

S="${WORKDIR}/${P}"

JAVA_SRC_DIR="src/main"

java_prepare() {
        rm build.xml || die
}



Reply via email to