x11-libs/c++-gtk-utils: Multiple cleanups for stablereq

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-12-06 12:06:08 +01:00
parent e1c6825860
commit 2b77cf7b6c
2 changed files with 20 additions and 28 deletions

View File

@@ -8,28 +8,24 @@ HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="+gtk nls static-libs"
SLOT="3"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="+gtk nls"
RDEPEND="
>=dev-libs/glib-2.26
gtk? ( x11-libs/gtk+:3 )
"
DEPEND="
${RDEPEND}
dev-libs/glib:2
gtk? ( x11-libs/gtk+:3 )"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
nls? ( sys-devel/gettext )
"
DOCS=( ChangeLog )
nls? ( sys-devel/gettext )"
src_configure() {
econf \
--disable-static \
--without-guile \
$(use_enable nls) \
$(use_with gtk) \
$(use_enable static-libs static) \
--without-guile
$(use_with gtk)
}
src_install() {

View File

@@ -8,28 +8,24 @@ HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="+gtk nls static-libs"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="+gtk nls"
RDEPEND="
>=dev-libs/glib-2.26
gtk? ( x11-libs/gtk+:3 )
"
DEPEND="
${RDEPEND}
dev-libs/glib:2
gtk? ( x11-libs/gtk+:3 )"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
nls? ( sys-devel/gettext )
"
DOCS=( ChangeLog )
nls? ( sys-devel/gettext )"
src_configure() {
econf \
--disable-static \
--without-guile \
$(use_enable nls) \
$(use_with gtk) \
$(use_enable static-libs static) \
--without-guile
$(use_with gtk)
}
src_install() {