mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
app-eselect/eselect-maven: Drop maven-bin 2.x and SLOT 3.x versions only. Drop ppc.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
30
app-eselect/eselect-maven/eselect-maven-0.2-r3.ebuild
Normal file
30
app-eselect/eselect-maven/eselect-maven-0.2-r3.ebuild
Normal file
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user