diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-08-24 03:25:13 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-08-24 03:25:13 +0000 |
commit | d2eb4a901a80494ceae9c59274c09076b404a7bf (patch) | |
tree | 404c7b188db7100a99fd4ebc373c60dffbedcceb /dev-java/aspectj | |
parent | Marking x86 and cleanup (Manifest recommit) (diff) | |
download | gentoo-2-d2eb4a901a80494ceae9c59274c09076b404a7bf.tar.gz gentoo-2-d2eb4a901a80494ceae9c59274c09076b404a7bf.tar.bz2 gentoo-2-d2eb4a901a80494ceae9c59274c09076b404a7bf.zip |
Marking stable on x86 & cleanup
Diffstat (limited to 'dev-java/aspectj')
-rw-r--r-- | dev-java/aspectj/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/aspectj/aspectj-1.1.1.ebuild | 65 | ||||
-rw-r--r-- | dev-java/aspectj/aspectj-1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-java/aspectj/files/digest-aspectj-1.1.1 | 1 |
4 files changed, 7 insertions, 69 deletions
diff --git a/dev-java/aspectj/ChangeLog b/dev-java/aspectj/ChangeLog index e8cd38eb6bf3..4905ca01673a 100644 --- a/dev-java/aspectj/ChangeLog +++ b/dev-java/aspectj/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/aspectj # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/ChangeLog,v 1.5 2004/07/16 09:19:41 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/ChangeLog,v 1.6 2004/08/24 03:25:13 zx Exp $ + + 23 Aug 2004; Chris Aniszczyk <zx@gentoo.org> -aspectj-1.1.1.ebuild, + aspectj-1.2.ebuild: + Marking x86 & cleanup 16 Jul 2004; David Holm <dholm@gentoo.org> aspectj-1.1.1.ebuild, aspectj-1.2.ebuild: diff --git a/dev-java/aspectj/aspectj-1.1.1.ebuild b/dev-java/aspectj/aspectj-1.1.1.ebuild deleted file mode 100644 index 96b833ac8ae6..000000000000 --- a/dev-java/aspectj/aspectj-1.1.1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/aspectj-1.1.1.ebuild,v 1.5 2004/07/16 09:19:41 dholm Exp $ - -inherit java-pkg eutils - -DESCRIPTION="AspectJ is a seemless extension to the Java programming language for Aspect Oriented Programming (AOP)" -SRC_URI="mirror://gentoo/aspectj-CVS-V1_1_1.tar.bz2" -HOMEPAGE="http://www.eclipse.org/aspectj/" -DEPEND=">=virtual/jdk-1.3 - dev-java/ant" -SLOT="0" -LICENSE="CPL-1.0 Apache-1.1" -KEYWORDS="~x86 ~ppc" -IUSE="doc" - -# Welcome to the AspectJ ebuild. An upstream source archive is not -# available directly. The AspectJ source .tar.bz2 snapshot is taken -# from CVS with the following command: -# -# cvs -z3 -d:pserver:anonymous@dev.eclipse.org:/home/technology \ -# co -rV1_1_1 org.aspectj/modules -# -# The source is then patched so that the installed binaries have -# version information which reflects the tagged source release. The -# AspectJ build system does not do this automatically. -# -# Useful documentation for this port: -# -# http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/readme-build-and-test-aspectj.html?rev=HEAD&content-type=text/html&cvsroot=Technology_Project -# -# http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.aspectj/modules/build/release-checklist.txt?rev=HEAD&content-type=text/plain&cvsroot=Technology_Project -# - -S=${WORKDIR}/org.aspectj/modules - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/aspectj-${PV}-version-gentoo.patch - cd ${S} - sed -i "s,DEVELOPMENT,${PV},g" build/build-properties.xml - sed -i -e "s,@PV@,${PV},g" -e "s,@PV_LONG@,${PV} (Gentoo Build),g" \ - org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties -} - -src_compile() { - cd build - ant -f build.xml || die -} - -src_install () { - mkdir aspectj-unpack - java -jar aj-build/dist/aspectj-${PV}.jar -to aspectj-unpack - cd aspectj-unpack - java-pkg_dojar lib/*.jar - dobin ${FILESDIR}/{ajc,ajbrowser} - - dohtml doc/*.html - cp *.html ${D}/usr/share/doc/${PF}/ - if use doc; then - cp -R doc/{devguide,api,progguide} ${D}/usr/share/doc/${PF}/html - cp -R doc/examples ${D}/usr/share/doc/${PF} - cp doc/*.pdf ${D}/usr/share/doc/${PF} - fi -} diff --git a/dev-java/aspectj/aspectj-1.2.ebuild b/dev-java/aspectj/aspectj-1.2.ebuild index 97735042d8a0..4869e2f5ee89 100644 --- a/dev-java/aspectj/aspectj-1.2.ebuild +++ b/dev-java/aspectj/aspectj-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/aspectj-1.2.ebuild,v 1.2 2004/07/16 09:19:41 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/aspectj-1.2.ebuild,v 1.3 2004/08/24 03:25:13 zx Exp $ inherit java-pkg eutils @@ -11,7 +11,7 @@ DEPEND=">=virtual/jdk-1.3 dev-java/ant" SLOT="0" LICENSE="CPL-1.0 Apache-1.1" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="doc" # Welcome to the AspectJ ebuild. An upstream source archive is not diff --git a/dev-java/aspectj/files/digest-aspectj-1.1.1 b/dev-java/aspectj/files/digest-aspectj-1.1.1 deleted file mode 100644 index b737e2c9a436..000000000000 --- a/dev-java/aspectj/files/digest-aspectj-1.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bfe210b3c071e0827b4366c712734096 aspectj-CVS-V1_1_1.tar.bz2 24504831 |