summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-03-13 14:43:27 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-03-13 14:43:27 +0100
commitcc099a5f904aff8aaddac58e0c399161d98211ca (patch)
treefc3121650f95b6f0b0e9846e91ec64ec3d203f17 /x11-misc/xcave
parentx11-misc/grun: Fix description (diff)
downloadgentoo-cc099a5f904aff8aaddac58e0c399161d98211ca.tar.gz
gentoo-cc099a5f904aff8aaddac58e0c399161d98211ca.tar.bz2
gentoo-cc099a5f904aff8aaddac58e0c399161d98211ca.zip
x11-misc/xcave: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-misc/xcave')
-rw-r--r--x11-misc/xcave/Manifest1
-rw-r--r--x11-misc/xcave/xcave-2.3.2.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/x11-misc/xcave/Manifest b/x11-misc/xcave/Manifest
index 0c9e3a5e9403..ade83178d8bf 100644
--- a/x11-misc/xcave/Manifest
+++ b/x11-misc/xcave/Manifest
@@ -1,2 +1 @@
-DIST xcave-2.3.2.tar.gz 817887 SHA256 d80376f56c2fa62f61f55ce50dcf0e65032c78e9319e6e411fbd6d3f01887ac3 SHA512 3948bfd62deb9c29eb333093a7295ec8a2ee5633bed881252351bc3355803893e15ccd0145189a7d6a6160c89617b757c9b3205037a015f1da881160fd480f96 WHIRLPOOL 25c014b01aa84cc2e14b6b45e457c58134a35ef9bc666549e9f6739692213cf165090d686b2db3894c95c525216323d56e80971a1a1b617dba034b2862276881
DIST xcave-2.4.0.tar.gz 817356 SHA256 e561850fe4fc4c7ac5ea592dd43590a4049cd2cc52595333ba953d660d9dc533 SHA512 cdba5ad8b7634004a9439fd87a8eb8ed45137e78cb119310c6b7df9352aa979682edaae6440200804e23953c822d377c95cf459cc37ce227d1a41885a91afba4 WHIRLPOOL e9c4b6469adc7a6183cd431efa86ead19fd246a408b23fa84135942532531635ad9be6136145578963720944f8895d672e9b4625933e900333c75d15b56f3136
diff --git a/x11-misc/xcave/xcave-2.3.2.ebuild b/x11-misc/xcave/xcave-2.3.2.ebuild
deleted file mode 100644
index 748ddbd3909c..000000000000
--- a/x11-misc/xcave/xcave-2.3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit autotools
-
-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"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.8:2
- >=gnome-base/libglade-2.6
- dev-libs/libxml2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext
- dev-util/intltool"
-
-src_prepare() {
- echo src/xcave_supp.c > po/POTFILES.skip
-# intltoolize --force --copy --automake || die
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog TODO
- rm -rf "${D}"/usr/doc
-}