Skip to content

Commit

Permalink
app-eselect/eselect-maven: Drop maven-bin 2.x and SLOT 3.x versions o…
Browse files Browse the repository at this point in the history
…nly. Drop ppc.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
monsieurp committed Oct 30, 2015
1 parent ef0592b commit cbe8e74
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions app-eselect/eselect-maven/eselect-maven-0.2-r3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="Manages Maven symlinks"
HOMEPAGE="https://www.gentoo.org/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""

RDEPEND=">=app-admin/eselect-1.2.8
!<dev-java/maven-bin-2.0.10-r1:2.1
!app-eselect/eselect-java"
PDEPEND="
|| (
dev-java/maven-bin:3.1
dev-java/maven-bin:3.2
dev-java/maven-bin:3.3
)"

src_install() {
insinto /usr/share/eselect/modules
newins "${FILESDIR}/maven-${PV}.eselect" maven.eselect \
|| die "newins failed"
}

0 comments on commit cbe8e74

Please sign in to comment.