Closes: https://bugs.gentoo.org/568364
Signed-off-by: Michał Górny <mgorny@gentoo.org>
# Bug #568364, Removal in 30 days.
sci-libs/jmol-acme
sci-libs/libcore
-sci-libs/naga
# Tomáš Mózes <hydrapolic@gentoo.org> (2019-12-19)
# Needs more testing.
+++ /dev/null
-DIST naga-2.1.tar.bz2 22102 BLAKE2B 1c21e5f3fcb6e196d7fbb017ad226808a4a57cc5df81a889850f78b19a73b4e50149acd59f969012f8d644c07bb17d16063315fcaac5ea90b28f8e43d5e35628 SHA512 3f8ca39fa7688f75043989546c9ee17de885e8ba1919e218d6a720f1240155c6eaf4a4d79876c11af2b7d15b510881ba67d33bef4ea30c9c343fc7eeb07478ba
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!--maintainer-needed-->
- <longdescription lang="en">
- Simplified Java NIO asynchronous sockets
- </longdescription>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit java-pkg-2 java-ant-2
-
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-MY_PV=${PV//./_}
-MY_PVR="${MY_PV}-r43"
-
-DESCRIPTION="Simplified Java NIO asynchronous sockets"
-HOMEPAGE="https://code.google.com/p/naga/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.5
- dev-java/ant-core"
-RDEPEND=">=virtual/jre-1.5"
-
-src_compile() {
- eant build
-}
-
-src_install() {
- java-pkg_newjar _DIST/${PN}-${MY_PVR}.jar ${PN}.jar
-}