diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-13 14:43:27 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-13 14:43:27 +0100 |
commit | cc099a5f904aff8aaddac58e0c399161d98211ca (patch) | |
tree | fc3121650f95b6f0b0e9846e91ec64ec3d203f17 /x11-misc/xcave/xcave-2.3.2.ebuild | |
parent | x11-misc/grun: Fix description (diff) | |
download | gentoo-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/xcave-2.3.2.ebuild')
-rw-r--r-- | x11-misc/xcave/xcave-2.3.2.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
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 -} |