summaryrefslogtreecommitdiff
path: root/dev-java/json/json-20160212.ebuild
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2022-03-22 00:39:11 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2022-03-22 08:31:33 +0100
commitc5ef719e68c724074826c5759576e732d1fc74c5 (patch)
tree440a7a269d048175736ae4d0dce1fb365379bbf9 /dev-java/json/json-20160212.ebuild
parentea89f2da6f48a43f39854032381b3117a5fc315e (diff)
downloadgentoo-c5ef719e68c724074826c5759576e732d1fc74c5.tar.gz
gentoo-c5ef719e68c724074826c5759576e732d1fc74c5.tar.bz2
gentoo-c5ef719e68c724074826c5759576e732d1fc74c5.zip
dev-java/json: Drop 20160212
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24700 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/json/json-20160212.ebuild')
-rw-r--r--dev-java/json/json-20160212.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-java/json/json-20160212.ebuild b/dev-java/json/json-20160212.ebuild
deleted file mode 100644
index e0a506eb6468..000000000000
--- a/dev-java/json/json-20160212.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Java implementation of the JavaScript Object Notation"
-HOMEPAGE="https://github.com/douglascrockford/JSON-java"
-SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="JSON"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.7"
-RDEPEND=">=virtual/jre-1.7"
-
-S="${WORKDIR}/JSON-java-${PV}"
-JAVA_SRC_DIR="src"
-
-java_prepare() {
- chmod a-x *.java || die
- mkdir -p src || die
- mv *.java src || die
-}
-
-src_install() {
- java-pkg-simple_src_install
- dodoc README
-}