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: profiles/, sci-visualization/gfsview/
Date: Fri, 21 Feb 2020 20:23:25
Message-Id: 1582316508.9823bb6bda3e9c9047f86448bfa1bd40532b9a39.mgorny@gentoo
1 commit: 9823bb6bda3e9c9047f86448bfa1bd40532b9a39
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 20:21:48 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 20:21:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9823bb6b
7
8 sci-visualization/gfsview: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/package.mask | 5 ----
13 sci-visualization/gfsview/Manifest | 1 -
14 .../gfsview/gfsview-20120706-r1.ebuild | 35 ----------------------
15 sci-visualization/gfsview/metadata.xml | 14 ---------
16 4 files changed, 55 deletions(-)
17
18 diff --git a/profiles/package.mask b/profiles/package.mask
19 index ac84e78c48e..516ef7a103a 100644
20 --- a/profiles/package.mask
21 +++ b/profiles/package.mask
22 @@ -596,11 +596,6 @@ sci-chemistry/ghemical
23 # No revdeps, Removal in 30 days.
24 sci-physics/lightspeed
25
26 -# David Seifert <soap@g.o> (2020-01-21)
27 -# Last release over 7 years ago, depends on EOL gtkglext.
28 -# No revdeps, Removal in 30 days.
29 -sci-visualization/gfsview
30 -
31 # Michał Górny <mgorny@g.o> (2020-01-16)
32 # The new version loses Python 2 support but does not introduce any real
33 # changes. Let's mask it to reduce the noise, and hopefully try to get
34
35 diff --git a/sci-visualization/gfsview/Manifest b/sci-visualization/gfsview/Manifest
36 deleted file mode 100644
37 index 0dff27000f1..00000000000
38 --- a/sci-visualization/gfsview/Manifest
39 +++ /dev/null
40 @@ -1 +0,0 @@
41 -DIST gfsview-snapshot-120706.tar.gz 707640 BLAKE2B 680d3f2edff08a9032cd0c6c3c79cfa1c832427af53b6c6a8f1a3cb9fc174ad5dbfcd92481bba8fe6373552eb2174294d578b83939368fb738d543cfc9c78363 SHA512 89d31a5a10c7ba21a16534b20faf6532c097c84375d09ce9940593b9e569e538db0e5174b9554e0890fb94b2194852b782e235f20dd9d7d609c08d88ac0bffa2
42
43 diff --git a/sci-visualization/gfsview/gfsview-20120706-r1.ebuild b/sci-visualization/gfsview/gfsview-20120706-r1.ebuild
44 deleted file mode 100644
45 index 7a896c558ff..00000000000
46 --- a/sci-visualization/gfsview/gfsview-20120706-r1.ebuild
47 +++ /dev/null
48 @@ -1,35 +0,0 @@
49 -# Copyright 1999-2015 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=5
53 -
54 -inherit autotools-utils toolchain-funcs
55 -
56 -MYP=${P/-20/-snapshot-}
57 -
58 -DESCRIPTION="Graphical viewer for Gerris simulation files"
59 -HOMEPAGE="http://gfs.sourceforge.net/"
60 -SRC_URI="http://gerris.dalembert.upmc.fr/gerris/tarballs/${MYP}.tar.gz"
61 -
62 -LICENSE="GPL-2"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
65 -IUSE="static-libs"
66 -
67 -RDEPEND="
68 - sci-libs/gerris
69 - media-libs/ftgl
70 - media-libs/mesa[osmesa,X(+)]
71 - x11-libs/gtk+:2
72 - >=x11-libs/gtkglext-1.0.6
73 - x11-libs/startup-notification
74 -"
75 -DEPEND="${RDEPEND}
76 - virtual/pkgconfig"
77 -
78 -S="${WORKDIR}/${MYP}"
79 -
80 -src_prepare() {
81 - export LIBS="$($(tc-getPKG_CONFIG) --libs gl)"
82 - autotools-utils_src_prepare
83 -}
84
85 diff --git a/sci-visualization/gfsview/metadata.xml b/sci-visualization/gfsview/metadata.xml
86 deleted file mode 100644
87 index 57ac151a80d..00000000000
88 --- a/sci-visualization/gfsview/metadata.xml
89 +++ /dev/null
90 @@ -1,14 +0,0 @@
91 -<?xml version="1.0" encoding="UTF-8"?>
92 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
93 -<pkgmetadata>
94 - <maintainer type="project">
95 - <email>sci@g.o</email>
96 - <name>Gentoo Science Project</name>
97 - </maintainer>
98 - <longdescription lang="en">
99 - GfsView is a graphical viewer for Gerris simulation files.
100 - </longdescription>
101 - <upstream>
102 - <remote-id type="sourceforge">gfs</remote-id>
103 - </upstream>
104 -</pkgmetadata>