summaryrefslogtreecommitdiff
path: root/media-libs/ganv
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /media-libs/ganv
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'media-libs/ganv')
-rw-r--r--media-libs/ganv/Manifest1
-rw-r--r--media-libs/ganv/files/ganv-1.8.2-make-intl-check-non-required.patch13
-rw-r--r--media-libs/ganv/ganv-1.8.2.ebuild45
-rw-r--r--media-libs/ganv/metadata.xml11
4 files changed, 0 insertions, 70 deletions
diff --git a/media-libs/ganv/Manifest b/media-libs/ganv/Manifest
deleted file mode 100644
index 40c2ef905f75..000000000000
--- a/media-libs/ganv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ganv-1.8.2.tar.xz 80496 BLAKE2B 45e5370f3b94a7010f89943225748e40291583f7d2cc80f637f3db4fac3a03c9b58217bd8e8119f7867302c43846be47e928721addce68560c63cec5faa3b4d4 SHA512 12544d45fc3b06a02dcfaf41be266770a8dcbd079979b07cb1a05388e3cdddd54040b609f76c16c8982d89f864e5000d04fd2d09d8036705a41cafe944c2a6dd
diff --git a/media-libs/ganv/files/ganv-1.8.2-make-intl-check-non-required.patch b/media-libs/ganv/files/ganv-1.8.2-make-intl-check-non-required.patch
deleted file mode 100644
index ff89e795ed2a..000000000000
--- a/media-libs/ganv/files/ganv-1.8.2-make-intl-check-non-required.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/meson.build b/meson.build
-index 27cb852..eb3500c 100644
---- a/meson.build
-+++ b/meson.build
-@@ -45,7 +45,7 @@ endif
-
- m_dep = cc.find_library('m', required: false)
-
--intl_dep = cc.find_library('intl', required: get_option('nls'))
-+intl_dep = cc.find_library('intl', required: get_option('nls'), required: false)
-
- gtk2_dep = dependency('gtk+-2.0',
- version: '>= 2.10.0',
diff --git a/media-libs/ganv/ganv-1.8.2.ebuild b/media-libs/ganv/ganv-1.8.2.ebuild
deleted file mode 100644
index 0f7cacc6d168..000000000000
--- a/media-libs/ganv/ganv-1.8.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="A GTK+ widget for interactive graph-like environments"
-HOMEPAGE="https://drobilla.net/software/ganv.html"
-SRC_URI="https://download.drobilla.net/${P}.tar.xz"
-
-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-1.82.0-r2:=[doctool]
- )
-"
-DEPEND="${RDEPEND}
- dev-util/glib-utils
- nls? ( virtual/libintl )
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.8.2-make-intl-check-non-required.patch"
-)
-
-src_configure() {
- local emesonargs=(
- $(meson_feature fdgl)
- $(meson_feature graphviz)
- $(meson_feature introspection gir)
- $(meson_feature nls)
- )
-
- meson_src_configure
-}
diff --git a/media-libs/ganv/metadata.xml b/media-libs/ganv/metadata.xml
deleted file mode 100644
index 363739e127c0..000000000000
--- a/media-libs/ganv/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>proaudio@gentoo.org</email>
- <name>Gentoo ProAudio Project</name>
- </maintainer>
- <use>
- <flag name="fdgl">Use experimental force-directed graph layout</flag>
- </use>
-</pkgmetadata>