Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
-# 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"
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
}