summaryrefslogtreecommitdiff
path: root/x11-misc/xcave
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /x11-misc/xcave
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'x11-misc/xcave')
-rw-r--r--x11-misc/xcave/Manifest2
-rw-r--r--x11-misc/xcave/xcave-2.4.0.ebuild21
2 files changed, 12 insertions, 11 deletions
diff --git a/x11-misc/xcave/Manifest b/x11-misc/xcave/Manifest
index 26cd9e025b80..8b81cd1094f9 100644
--- a/x11-misc/xcave/Manifest
+++ b/x11-misc/xcave/Manifest
@@ -1,3 +1,3 @@
DIST xcave-2.4.0.tar.gz 817356 BLAKE2B 2a80eb20d484fe37ee5871e4bbf443fb87170adf8a02d4ebc059bcc4f907b2b4442a0b9858719e1c656d0293e55c470aba1bcf83c899ba079a2f201d93b84cb2 SHA512 cdba5ad8b7634004a9439fd87a8eb8ed45137e78cb119310c6b7df9352aa979682edaae6440200804e23953c822d377c95cf459cc37ce227d1a41885a91afba4
-EBUILD xcave-2.4.0.ebuild 565 BLAKE2B 3d1627135878127d14391cddc4eb3cb932e2b2f1643d5ade915cb08aa4b69ce1e57a25b952fcbdd4669f44fdd59af3bc13da60205f6625959f97ad0049784b50 SHA512 d381cfa8a33476d4246e3364288d99d952c451267721f559fb2e1a5f2515c84fb127c978e214ea1cbd6636ecf58e828129e6ec86e859077d4799aae27f534040
+EBUILD xcave-2.4.0.ebuild 549 BLAKE2B 63966d96d1e7ddf58f9eb5bcd6d2d442df81188d4decdfb52e8a2b159358fbc7313699b369e651a6a555e7aafdd6b08125f1b62be212f73b6d5e1f3c59839349 SHA512 38293dba305bb92736618a34542d623edae3b795979ae659a3a6b96abcb98977f02188b28f688c4488d82e8ea710ec25f21083ed365681e52cebccbfd0bf987e
MISC metadata.xml 282 BLAKE2B f175ac89f79f8ebbe3bc806c0c4a8169e2a4b88708d85928db9a23dacecd92a2acb1c5d1f6a49a2f8375288aa4b2db910af8c325557540ba665c37a17e773721 SHA512 06c94ffb49c985c4344b170b902427ca9ce0c23b6d68330af227ab1771794f8e8b6d0ef75b5f69293c8ef0d3264c8799e1389ccdf8dfbe7c665c6477c07479e4
diff --git a/x11-misc/xcave/xcave-2.4.0.ebuild b/x11-misc/xcave/xcave-2.4.0.ebuild
index 656794b7c4d5..3e6245d4498d 100644
--- a/x11-misc/xcave/xcave-2.4.0.ebuild
+++ b/x11-misc/xcave/xcave-2.4.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
DESCRIPTION="View and manage contents of your wine cellar"
HOMEPAGE="http://xcave.free.fr/index-en.php"
@@ -10,18 +10,19 @@ SRC_URI="http://${PN}.free.fr/backbone.php?what=download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RESTRICT="test"
-RDEPEND=">=x11-libs/gtk+-2.8:2
- dev-libs/libxml2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
+RDEPEND="
+ x11-libs/gtk+:2
+ dev-libs/libxml2:2"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-util/intltool
sys-devel/gettext
- dev-util/intltool"
+ virtual/pkgconfig"
src_install() {
default
- dodoc ChangeLog TODO
- rm -rfv "${D}"/usr/doc
+
+ rm -rv "${ED}"/usr/doc || die
}