summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2022-11-04 08:21:00 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2022-11-04 08:21:00 +0100
commit402f3d390d6b67d05cacde6240443de59173820a (patch)
tree557a226acc868d16c2ba752d3a96647fe9a67ed2 /media-libs/ganv
parentdev-libs/sord: dropped obsolete 0.16.12-r1 (diff)
downloadgentoo-402f3d390d6b67d05cacde6240443de59173820a.tar.gz
gentoo-402f3d390d6b67d05cacde6240443de59173820a.tar.bz2
gentoo-402f3d390d6b67d05cacde6240443de59173820a.zip
media-libs/ganv: dropped obsolete 1.8.0-r1
Bug: https://bugs.gentoo.org/879123 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/ganv')
-rw-r--r--media-libs/ganv/Manifest1
-rw-r--r--media-libs/ganv/ganv-1.8.0-r1.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/media-libs/ganv/Manifest b/media-libs/ganv/Manifest
index 58024540f117..40c2ef905f75 100644
--- a/media-libs/ganv/Manifest
+++ b/media-libs/ganv/Manifest
@@ -1,2 +1 @@
-DIST ganv-1.8.0.tar.bz2 382822 BLAKE2B 4936b7f87fa7cf17ed86b8165558684f0f59387c9673144d57d8505e41f367735117e9f5b08508dcecb831b77b6bbc6559323417824a9f8defc43c81cc91d469 SHA512 00969879592af11d211ad790b970a8a3765ec0591515af856230e3fc9371b1611f2a4edc73d1fc59371a4c4a49c7479f279dc6f298d843296e6707cd2d495af4
DIST ganv-1.8.2.tar.xz 80496 BLAKE2B 45e5370f3b94a7010f89943225748e40291583f7d2cc80f637f3db4fac3a03c9b58217bd8e8119f7867302c43846be47e928721addce68560c63cec5faa3b4d4 SHA512 12544d45fc3b06a02dcfaf41be266770a8dcbd079979b07cb1a05388e3cdddd54040b609f76c16c8982d89f864e5000d04fd2d09d8036705a41cafe944c2a6dd
diff --git a/media-libs/ganv/ganv-1.8.0-r1.ebuild b/media-libs/ganv/ganv-1.8.0-r1.ebuild
deleted file mode 100644
index 11edc6ed0656..000000000000
--- a/media-libs/ganv/ganv-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE='threads(+)'
-inherit flag-o-matic waf-utils python-any-r1
-
-DESCRIPTION="A GTK+ widget for interactive graph-like environments"
-HOMEPAGE="https://drobilla.net/software/ganv.html"
-SRC_URI="https://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+fdgl +graphviz introspection nls"
-
-RDEPEND="
- dev-cpp/glibmm:2
- dev-cpp/gtkmm:2.4
- x11-libs/gtk+:2
- graphviz? ( media-gfx/graphviz[gtk2] )
- introspection? (
- app-text/yelp-tools
- dev-libs/gobject-introspection:=[doctool] )
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-util/glib-utils
- nls? ( virtual/libintl )
-"
-
-src_configure() {
- append-cxxflags -std=c++11
- waf-utils_src_configure \
- $(use graphviz || echo "--no-graphviz") \
- $(use fdgl || echo "--no-fdgl") \
- $(use nls || echo "--no-nls") \
- $(use introspection && echo "--gir")
-}