sci-libs/naga: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 06:01:28 +0000 (07:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 06:03:34 +0000 (07:03 +0100)
Closes: https://bugs.gentoo.org/568364
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sci-libs/naga/Manifest [deleted file]
sci-libs/naga/metadata.xml [deleted file]
sci-libs/naga/naga-2.1.ebuild [deleted file]

index 821cd1c77e5010ad281a2d6f9c4fedf9472c908b..f37d52fcea7199d88ba9388c18b45d7591f613ce 100644 (file)
@@ -799,7 +799,6 @@ games-util/xboxgw
 # 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.
diff --git a/sci-libs/naga/Manifest b/sci-libs/naga/Manifest
deleted file mode 100644 (file)
index 48256d5..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST naga-2.1.tar.bz2 22102 BLAKE2B 1c21e5f3fcb6e196d7fbb017ad226808a4a57cc5df81a889850f78b19a73b4e50149acd59f969012f8d644c07bb17d16063315fcaac5ea90b28f8e43d5e35628 SHA512 3f8ca39fa7688f75043989546c9ee17de885e8ba1919e218d6a720f1240155c6eaf4a4d79876c11af2b7d15b510881ba67d33bef4ea30c9c343fc7eeb07478ba
diff --git a/sci-libs/naga/metadata.xml b/sci-libs/naga/metadata.xml
deleted file mode 100644 (file)
index 74a2959..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>
diff --git a/sci-libs/naga/naga-2.1.ebuild b/sci-libs/naga/naga-2.1.ebuild
deleted file mode 100644 (file)
index 00ec41e..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-}