Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 231589
Collapse All | Expand All

(-)old/dev-java/aspectj-bin/aspectj-bin-1.6.1.ebuild (+18 lines)
Line 0 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
inherit eutils java-pkg-2
6
7
DESCRIPTION="AspectJ is a seamless extension to the Java programming language for Aspect Oriented Programming (AOP)"
8
SRC_URI="http://ftp.osuosl.org/pub/eclipse/tools/aspectj/aspectj-${PV}.jar"
9
HOMEPAGE="http://www.eclipse.org/aspectj/"
10
SLOT="1.6"
11
LICENSE="CPL-1.0 Apache-1.1"
12
KEYWORDS="~amd64 ~x86"
13
RDEPEND=">=virtual/jre-1.5"
14
15
src_install() {
16
	dodoc LICENSE-AspectJ.html README-AspectJ.html
17
	java-pkg_dojar lib/*.jar
18
}
(-)old/dev-java/aspectj-bin/Manifest (+3 lines)
Line 0 Link Here
1
DIST aspectj-1.6.1.jar 11885621 RMD160 4babd583aa68a3cedb4becb6d37771289ae7c34b SHA1 a112704bd81607c77b47544485191423919fac1f SHA256 258f39e58e1ed923eb23b522bcf9e6f25a46bd39bfe3b3b161636383b9b6c943
2
EBUILD aspectj-bin-1.6.1.ebuild 668 RMD160 3f1c2571c62248b0609f2c7652a05eaf684e478d SHA1 59288a9c6845aa796ab3a257096417a04f99c9ad SHA256 233fb8f27f7143247bc3d7b683d744bc5051832729f6090f39dc54a8bf859fb4
3
MISC import 4476 RMD160 1069d9c53e6b3e24e12eef317357fc1efad9d653 SHA1 c0ee1aa0dda2093ee6ba8373409c84dc4f91d0a0 SHA256 92c65a011e83fd714e6b65174134145dd6af8bcfa338cd587021d6510be35b0a
(-)old/dev-java/aspectj-bin/metadata.xml (+27 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
4
	<herd>java</herd>
5
	<maintainer>
6
		<email>ali_bush@gentoo.org</email>
7
		<name>Alistair Bush</name>
8
	</maintainer>
9
	<maintainer>
10
		<email>jieryn@gmail.com</email>
11
		<name>jieryn</name>
12
	</maintainer>
13
	<longdescription>
14
AspectJ is
15
16
  - a seamless aspect-oriented extension to the Java(tm) programming language
17
  - Java platform compatible
18
  - easy to learn and use
19
20
AspectJ enables
21
22
  - the clean modularization of crosscutting concerns such as: error
23
    checking and handling, synchronization, context-sensitive behavior,
24
    performance optimizations, monitoring and logging, debugging
25
    support, multi-object protocols
26
	</longdescription>
27
</pkgmetadata>

Return to bug 231589