summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 16:55:09 +0000
committerSam James <sam@gentoo.org>2021-03-16 19:22:08 +0000
commite87e88139da66a338d9670b9cb2b66639b83a93e (patch)
tree0538d68eb1b63fe05caf67fe89900a6898f337ad /x11-misc/xcave
parentx11-misc/simpleswitcher: use BDEPEND in EAPI 7 (diff)
downloadgentoo-e87e88139da66a338d9670b9cb2b66639b83a93e.tar.gz
gentoo-e87e88139da66a338d9670b9cb2b66639b83a93e.tar.bz2
gentoo-e87e88139da66a338d9670b9cb2b66639b83a93e.zip
x11-misc/xcave: drop 2.4.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/xcave')
-rw-r--r--x11-misc/xcave/Manifest1
-rw-r--r--x11-misc/xcave/files/xcave-2.4.0-pkg-config.patch13
-rw-r--r--x11-misc/xcave/xcave-2.4.0.ebuild46
3 files changed, 0 insertions, 60 deletions
diff --git a/x11-misc/xcave/Manifest b/x11-misc/xcave/Manifest
index ca3e7da9cfff..f9c567da8ab4 100644
--- a/x11-misc/xcave/Manifest
+++ b/x11-misc/xcave/Manifest
@@ -1,2 +1 @@
-DIST xcave-2.4.0.tar.gz 817356 BLAKE2B 2a80eb20d484fe37ee5871e4bbf443fb87170adf8a02d4ebc059bcc4f907b2b4442a0b9858719e1c656d0293e55c470aba1bcf83c899ba079a2f201d93b84cb2 SHA512 cdba5ad8b7634004a9439fd87a8eb8ed45137e78cb119310c6b7df9352aa979682edaae6440200804e23953c822d377c95cf459cc37ce227d1a41885a91afba4
DIST xcave-2.5.1.tar.gz 786853 BLAKE2B e3b2290b01c16bff4dbe8d5167b4bed75fbe4225555e3ee3856115302329878550cbb4c35286c717eb46c3fd12b4d66323895cdbb292cc6f054360b53c3f9c1a SHA512 6095c06d75f7c5d87a6d0f1c4c3a52071ffc1912d60ba07c95d9b8d84f0027ba24476f941828c4eecf801d7ca7f0bc168ddd2d162b3e863fc31ee6b4c9144cd4
diff --git a/x11-misc/xcave/files/xcave-2.4.0-pkg-config.patch b/x11-misc/xcave/files/xcave-2.4.0-pkg-config.patch
deleted file mode 100644
index f0e331dccfe2..000000000000
--- a/x11-misc/xcave/files/xcave-2.4.0-pkg-config.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -49,10 +49,6 @@
-
-
-
--PKG_CHECK_MODULES(libxml-2.0, libxml-2.0)
--AC_SUBST(libxml-2.0_CFLAGS)
--AC_SUBST(libxml-2.0_LIBS)
--
- AC_OUTPUT([
- Makefile
- src/Makefile
diff --git a/x11-misc/xcave/xcave-2.4.0.ebuild b/x11-misc/xcave/xcave-2.4.0.ebuild
deleted file mode 100644
index 96c74893f67f..000000000000
--- a/x11-misc/xcave/xcave-2.4.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools flag-o-matic
-
-DESCRIPTION="View and manage contents of your wine cellar"
-HOMEPAGE="http://xcave.free.fr/index-en.php"
-SRC_URI="http://${PN}.free.fr/backbone.php?what=download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test"
-
-RDEPEND="
- x11-libs/gtk+:2
- dev-libs/libxml2:2
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-2.4.0-pkg-config.patch
-)
-
-src_prepare() {
- mkdir m4 || die
- default
- eautoreconf
-}
-
-src_configure() {
- append-cflags -fcommon
- default
-}
-src_install() {
- default
-
- rm -rv "${ED}"/usr/doc || die
-}