diff options
-rw-r--r-- | dev-java/aspectj/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/aspectj/Manifest | 10 | ||||
-rw-r--r-- | dev-java/aspectj/aspectj-1.1.1.ebuild | 68 | ||||
-rw-r--r-- | dev-java/aspectj/files/digest-aspectj-1.1.1 | 1 |
4 files changed, 8 insertions, 76 deletions
diff --git a/dev-java/aspectj/ChangeLog b/dev-java/aspectj/ChangeLog index 4e56b9f6f750..cc15ae71274b 100644 --- a/dev-java/aspectj/ChangeLog +++ b/dev-java/aspectj/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/aspectj # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/ChangeLog,v 1.11 2005/10/08 10:55:35 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/ChangeLog,v 1.12 2005/10/18 09:52:11 axxo Exp $ + + 18 Oct 2005; Thomas Matthijs <axxo@gentoo.org> -aspectj-1.1.1.ebuild: + remove 1.1.1 08 Oct 2005; Petteri Räty <betelgeuse@gentoo.org> +files/aspectj-1.1.1.build.xml.patch, aspectj-1.1.1.ebuild, diff --git a/dev-java/aspectj/Manifest b/dev-java/aspectj/Manifest index 052ff91b5115..3618f0190cfd 100644 --- a/dev-java/aspectj/Manifest +++ b/dev-java/aspectj/Manifest @@ -1,8 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 caa3b42d37137b28307f704e1b150988 ChangeLog 1623 -MD5 d2f78e9e8c4e7fda5bb590f92e0df83a aspectj-1.1.1.ebuild 2364 +MD5 15c78c530ecb8ff4287a71ebb3fa32e6 ChangeLog 1705 MD5 5f80accb3c4baa44ed55ccfa8c0f08f3 aspectj-1.2.ebuild 2383 MD5 46d9b1155eb3ab559158a93afe23b36c files/ajbrowser 149 MD5 c46c31665f413547763e5b2c860e1782 files/ajc 143 @@ -11,13 +10,12 @@ MD5 6d54bb03fec483072f2b33b8f2600d9d files/aspectj-1.1.1.build.xml.patch 545 MD5 15d8886f1eb56232e7d76c4e71c34763 files/aspectj-1.2-fix-examples-build.xml.patch 649 MD5 a28d4390d35f00659399d020dceaa71c files/aspectj-1.2-fix-javadoc.patch 939 MD5 d8e6e955badeb042ec37383717e5ca0c files/aspectj-1.2-version-gentoo.patch 964 -MD5 4038bffac6102552f95eac41c4239b94 files/digest-aspectj-1.1.1 73 MD5 941140894bda896b874057612f14b88c files/digest-aspectj-1.2 73 MD5 72ba0dd87abe126d73774a74b1b4cbb1 metadata.xml 663 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDR6XOQiJ/wx066S4RAjS7AJ4wrq//jjzaaoFZYIRrtXaDKWmsTwCaAp3H -Mg8WtI9agVm0kuImzhxlQ5c= -=To23 +iD8DBQFDVMXy/rLF9B432nYRAoxlAKCuPU6o6Mh3ZFYTr8C9F7BlzWV+lACfX1FX +W0FhFfWjG+GHNR4rgcCNMPM= +=u9I+ -----END PGP SIGNATURE----- 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 478639230b40..000000000000 --- a/dev-java/aspectj/aspectj-1.1.1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2005 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.12 2005/10/08 10:55:35 betelgeuse 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-core" -RDEPEND=">=virtual/jre-1.3" -SLOT="0" -LICENSE="CPL-1.0 Apache-1.1" -KEYWORDS="~x86 ~ppc ~amd64" -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}/${P}-version-gentoo.patch - cd ${S} - epatch ${FILESDIR}/${P}.build.xml.patch - epatch ${FILESDIR}/${PN}-1.2-fix-examples-build.xml.patch - 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 "build failed" -} - -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 - dohtml README-AspectJ.html - 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/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 |