Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
Date: Fri, 18 Sep 2020 07:55:11
Message-Id: 1600415700.258b24c0423ba39a83a01cc7a325808cd370e010.fordfrog@gentoo
1 commit: 258b24c0423ba39a83a01cc7a325808cd370e010
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 18 07:54:38 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 18 07:55:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258b24c0
7
8 media-libs/ganv: removed obsolete 1.6.0
9
10 Package-Manager: Portage-3.0.7, Repoman-3.0.1
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-libs/ganv/ganv-1.6.0.ebuild | 40 ---------------------------------------
14 1 file changed, 40 deletions(-)
15
16 diff --git a/media-libs/ganv/ganv-1.6.0.ebuild b/media-libs/ganv/ganv-1.6.0.ebuild
17 deleted file mode 100644
18 index 54805ef9a7f..00000000000
19 --- a/media-libs/ganv/ganv-1.6.0.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -PYTHON_COMPAT=( python2_7 )
27 -PYTHON_REQ_USE='threads(+)'
28 -inherit eutils flag-o-matic waf-utils python-any-r1
29 -
30 -DESCRIPTION="A GTK+ widget for interactive graph-like environments"
31 -HOMEPAGE="http://drobilla.net/software/ganv/"
32 -SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
33 -
34 -LICENSE="GPL-3+"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE="+fdgl +graphviz introspection nls"
38 -
39 -RDEPEND="
40 - dev-cpp/glibmm:2
41 - dev-cpp/gtkmm:2.4
42 - x11-libs/gtk+:2
43 - graphviz? ( media-gfx/graphviz[gtk] )
44 - introspection? (
45 - app-text/yelp-tools
46 - dev-libs/gobject-introspection:=[doctool] )
47 -"
48 -DEPEND="${RDEPEND}
49 - ${PYTHON_DEPS}
50 - dev-util/glib-utils
51 - nls? ( virtual/libintl )
52 -"
53 -
54 -src_configure() {
55 - append-cxxflags -std=c++11
56 - waf-utils_src_configure \
57 - $(use graphviz || echo "--no-graphviz") \
58 - $(use fdgl || echo "--no-fdgl") \
59 - $(use nls || echo "--no-nls") \
60 - $(use introspection && echo "--gir")
61 -}