--- old/dev-java/aspectj-bin/aspectj-bin-1.6.1.ebuild 1969-12-31 19:00:00.000000000 -0500 +++ old/dev-java/aspectj-bin/aspectj-bin-1.6.1.ebuild 2008-07-12 10:14:09.000000000 -0400 @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils java-pkg-2 + +DESCRIPTION="AspectJ is a seamless extension to the Java programming language for Aspect Oriented Programming (AOP)" +SRC_URI="http://ftp.osuosl.org/pub/eclipse/tools/aspectj/aspectj-${PV}.jar" +HOMEPAGE="http://www.eclipse.org/aspectj/" +SLOT="1.6" +LICENSE="CPL-1.0 Apache-1.1" +KEYWORDS="~amd64 ~x86" +RDEPEND=">=virtual/jre-1.5" + +src_install() { + dodoc LICENSE-AspectJ.html README-AspectJ.html + java-pkg_dojar lib/*.jar +} --- old/dev-java/aspectj-bin/Manifest 1969-12-31 19:00:00.000000000 -0500 +++ old/dev-java/aspectj-bin/Manifest 2008-07-12 10:11:36.000000000 -0400 @@ -0,0 +1,3 @@ +DIST aspectj-1.6.1.jar 11885621 RMD160 4babd583aa68a3cedb4becb6d37771289ae7c34b SHA1 a112704bd81607c77b47544485191423919fac1f SHA256 258f39e58e1ed923eb23b522bcf9e6f25a46bd39bfe3b3b161636383b9b6c943 +EBUILD aspectj-bin-1.6.1.ebuild 668 RMD160 3f1c2571c62248b0609f2c7652a05eaf684e478d SHA1 59288a9c6845aa796ab3a257096417a04f99c9ad SHA256 233fb8f27f7143247bc3d7b683d744bc5051832729f6090f39dc54a8bf859fb4 +MISC import 4476 RMD160 1069d9c53e6b3e24e12eef317357fc1efad9d653 SHA1 c0ee1aa0dda2093ee6ba8373409c84dc4f91d0a0 SHA256 92c65a011e83fd714e6b65174134145dd6af8bcfa338cd587021d6510be35b0a --- old/dev-java/aspectj-bin/metadata.xml 1969-12-31 19:00:00.000000000 -0500 +++ old/dev-java/aspectj-bin/metadata.xml 2008-07-12 10:11:36.000000000 -0400 @@ -0,0 +1,27 @@ + + + + java + + ali_bush@gentoo.org + Alistair Bush + + + jieryn@gmail.com + jieryn + + +AspectJ is + + - a seamless aspect-oriented extension to the Java(tm) programming language + - Java platform compatible + - easy to learn and use + +AspectJ enables + + - the clean modularization of crosscutting concerns such as: error + checking and handling, synchronization, context-sensitive behavior, + performance optimizations, monitoring and logging, debugging + support, multi-object protocols + +