commit:     ea9bb17eaa851662919f3c9fbfd7d4530aa629cd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  3 06:01:28 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb  3 06:03:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9bb17e

sci-libs/naga: Remove last-rited pkg

Closes: https://bugs.gentoo.org/568364
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask         |  1 -
 sci-libs/naga/Manifest        |  1 -
 sci-libs/naga/metadata.xml    |  8 --------
 sci-libs/naga/naga-2.1.ebuild | 30 ------------------------------
 4 files changed, 40 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 821cd1c77e5..f37d52fcea7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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 <hydrapo...@gentoo.org> (2019-12-19)
 # Needs more testing.

diff --git a/sci-libs/naga/Manifest b/sci-libs/naga/Manifest
deleted file mode 100644
index 48256d5a757..00000000000
--- a/sci-libs/naga/Manifest
+++ /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
index 74a29596f7b..00000000000
--- a/sci-libs/naga/metadata.xml
+++ /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
index 00ec41e40a6..00000000000
--- a/sci-libs/naga/naga-2.1.ebuild
+++ /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
-}

Reply via email to