summaryrefslogtreecommitdiff
path: root/net-p2p/myster/myster-8.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/myster/myster-8.0-r1.ebuild')
-rw-r--r--net-p2p/myster/myster-8.0-r1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-p2p/myster/myster-8.0-r1.ebuild b/net-p2p/myster/myster-8.0-r1.ebuild
deleted file mode 100644
index 54197b81b0b4..000000000000
--- a/net-p2p/myster/myster-8.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit java-pkg-2
-
-MY_PV=${PV/.0/}
-DESCRIPTION="Myster is a decentralized file sharing network"
-HOMEPAGE="http://www.mysternetworks.com/"
-SRC_URI="mirror://sourceforge/myster/Myster_PR${MY_PV}_Generic.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
-
-S="${WORKDIR}"
-
-src_install () {
- insinto /opt/myster
- doins -r */*
- java-pkg_regjar "${D}"/opt/myster/*.jar
- java-pkg_dolauncher ${PN}
-}