summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-13 21:27:02 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-14 18:30:15 +0100
commite8a3f5e2b26b6103d4e5ece0feb6804f0169a6ed (patch)
tree33843d1da62de3a66be632fc8dea406a4b7491ec /media-libs/SoXt
parentdev-db/mariadb-connector-c: drop 3.1.13, 3.2.5 (diff)
downloadgentoo-e8a3f5e2b26b6103d4e5ece0feb6804f0169a6ed.tar.gz
gentoo-e8a3f5e2b26b6103d4e5ece0feb6804f0169a6ed.tar.bz2
gentoo-e8a3f5e2b26b6103d4e5ece0feb6804f0169a6ed.zip
media-libs/SoXt: drop 1.4.0
Closes: https://bugs.gentoo.org/917308 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/SoXt')
-rw-r--r--media-libs/SoXt/SoXt-1.4.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-libs/SoXt/SoXt-1.4.0.ebuild b/media-libs/SoXt/SoXt-1.4.0.ebuild
deleted file mode 100644
index 5ab58c8ede88..000000000000
--- a/media-libs/SoXt/SoXt-1.4.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic
-
-MY_P=${P/soxt/SoXt}
-
-HOMEPAGE="https://github.com/coin3d/coin/wiki"
-DESCRIPTION="GUI binding for using Coin/Open Inventor with Xt/Motif"
-SRC_URI="https://github.com/coin3d/soxt/releases/download/${MY_P}/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-IUSE="debug doc"
-
-RDEPEND="
- media-libs/coin
- x11-libs/motif:0
- virtual/opengl
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-S="${WORKDIR}/soxt"
-
-DOCS=(AUTHORS ChangeLog HACKING NEWS README TODO BUGS.txt)
-
-src_configure() {
- use debug && append-cppflags -DSOXT_DEBUG=1
- local mycmakeargs=(
- -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
- -DSOXT_BUILD_DOCUMENTATION=$(usex doc)
- -DSOXT_BUILD_INTERNAL_DOCUMENTATION=OFF
- -DSOXT_VERBOSE=$(usex debug)
- )
- cmake_src_configure
-}