Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/naga/, profiles/
Date: Mon, 03 Feb 2020 06:06:27
Message-Id: 1580709814.ea9bb17eaa851662919f3c9fbfd7d4530aa629cd.mgorny@gentoo
1 commit: ea9bb17eaa851662919f3c9fbfd7d4530aa629cd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 06:01:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 06:03:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9bb17e
7
8 sci-libs/naga: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/568364
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 1 -
14 sci-libs/naga/Manifest | 1 -
15 sci-libs/naga/metadata.xml | 8 --------
16 sci-libs/naga/naga-2.1.ebuild | 30 ------------------------------
17 4 files changed, 40 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 821cd1c77e5..f37d52fcea7 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -799,7 +799,6 @@ games-util/xboxgw
24 # Bug #568364, Removal in 30 days.
25 sci-libs/jmol-acme
26 sci-libs/libcore
27 -sci-libs/naga
28
29 # Tomáš Mózes <hydrapolic@g.o> (2019-12-19)
30 # Needs more testing.
31
32 diff --git a/sci-libs/naga/Manifest b/sci-libs/naga/Manifest
33 deleted file mode 100644
34 index 48256d5a757..00000000000
35 --- a/sci-libs/naga/Manifest
36 +++ /dev/null
37 @@ -1 +0,0 @@
38 -DIST naga-2.1.tar.bz2 22102 BLAKE2B 1c21e5f3fcb6e196d7fbb017ad226808a4a57cc5df81a889850f78b19a73b4e50149acd59f969012f8d644c07bb17d16063315fcaac5ea90b28f8e43d5e35628 SHA512 3f8ca39fa7688f75043989546c9ee17de885e8ba1919e218d6a720f1240155c6eaf4a4d79876c11af2b7d15b510881ba67d33bef4ea30c9c343fc7eeb07478ba
39
40 diff --git a/sci-libs/naga/metadata.xml b/sci-libs/naga/metadata.xml
41 deleted file mode 100644
42 index 74a29596f7b..00000000000
43 --- a/sci-libs/naga/metadata.xml
44 +++ /dev/null
45 @@ -1,8 +0,0 @@
46 -<?xml version="1.0" encoding="UTF-8"?>
47 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
48 -<pkgmetadata>
49 - <!--maintainer-needed-->
50 - <longdescription lang="en">
51 - Simplified Java NIO asynchronous sockets
52 - </longdescription>
53 -</pkgmetadata>
54
55 diff --git a/sci-libs/naga/naga-2.1.ebuild b/sci-libs/naga/naga-2.1.ebuild
56 deleted file mode 100644
57 index 00ec41e40a6..00000000000
58 --- a/sci-libs/naga/naga-2.1.ebuild
59 +++ /dev/null
60 @@ -1,30 +0,0 @@
61 -# Copyright 1999-2019 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=4
65 -
66 -inherit java-pkg-2 java-ant-2
67 -
68 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
69 -MY_PV=${PV//./_}
70 -MY_PVR="${MY_PV}-r43"
71 -
72 -DESCRIPTION="Simplified Java NIO asynchronous sockets"
73 -HOMEPAGE="https://code.google.com/p/naga/"
74 -
75 -LICENSE="MIT"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -IUSE=""
79 -
80 -DEPEND=">=virtual/jdk-1.5
81 - dev-java/ant-core"
82 -RDEPEND=">=virtual/jre-1.5"
83 -
84 -src_compile() {
85 - eant build
86 -}
87 -
88 -src_install() {
89 - java-pkg_newjar _DIST/${PN}-${MY_PVR}.jar ${PN}.jar
90 -}