annotate dev-java/maven-bin/maven-bin-3.0.2.ebuild @ 255:8ddc2d47fc7d

add the latest gallery ebuild from bugs.gentoo.org
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 01 Mar 2011 05:07:23 +0100
parents fe234a08bd2c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
253
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 # Copyright 1999-2010 Gentoo Foundation
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 # Distributed under the terms of the GNU General Public License v2
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 # $Header: /var/cvsroot/gentoo-x86/dev-java/maven-bin/maven-bin-2.2.1.ebuild,v 1.3 2010/04/26 11:05:56 phajdan.jr Exp $
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 inherit java-pkg-2
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6 inherit versionator
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8 MY_P="apache-maven-3.0.2"
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10 DESCRIPTION="Project Management and Comprehension Tool for Java"
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
11 SRC_URI="mirror://apache/maven/binaries/${MY_P}-bin.tar.gz"
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
12 HOMEPAGE="http://maven.apache.org/"
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
13 LICENSE="Apache-2.0"
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
14 SLOT="3.0"
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
15 KEYWORDS="~amd64 ~ppc ~x86"
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
16
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
17 RDEPEND=">=virtual/jdk-1.5
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
18 app-admin/eselect-maven"
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
19
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
20 IUSE=""
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
21
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
22 S="${WORKDIR}/${MY_P}"
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
23
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
24 MAVEN=${PN}-${SLOT}
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
25 MAVEN_SHARE="/usr/share/${MAVEN}"
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
26
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
27 src_unpack() {
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
28 unpack ${A}
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
29
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
30 rm -v "${S}"/bin/*.bat || die
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
31 }
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
32
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
33 src_install() {
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
34 dodir "${MAVEN_SHARE}"
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
35 cp -Rp bin boot conf lib "${D}/${MAVEN_SHARE}" || die "failed to copy"
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
36
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
37 java-pkg_regjar "${D}/${MAVEN_SHARE}"/lib/*.jar
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
38
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
39 # the Maven distro comes with really weird permissions in the tarball
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
40 # which will cause the ebuild to preserve these weird permissions, leaving
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
41 # users with a broken maven installationy
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
42 chown root: "${D}/${MAVEN_SHARE}"/lib/*.jar "${D}/${MAVEN_SHARE}"/boot/*.jar
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
43 chmod 644 "${D}/${MAVEN_SHARE}"/lib/*.jar "${D}/${MAVEN_SHARE}"/boot/*.jar
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
44
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
45 dodoc NOTICE.txt README.txt || die
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
46
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
47 dodir /usr/bin
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
48 dosym "${MAVEN_SHARE}/bin/mvn" /usr/bin/mvn-${SLOT}
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
49 }
fe234a08bd2c Maven 3.0.2 is released
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
50