diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-09-03 08:04:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-09-03 08:04:18 +0000 |
commit | 5d49e282fb5befe7a85bb16a4ad626ef9711f507 (patch) | |
tree | decc75365eb757775393d739f6564b170205ade0 /x11-misc | |
parent | Version bump (diff) | |
download | gentoo-2-5d49e282fb5befe7a85bb16a4ad626ef9711f507.tar.gz gentoo-2-5d49e282fb5befe7a85bb16a4ad626ef9711f507.tar.bz2 gentoo-2-5d49e282fb5befe7a85bb16a4ad626ef9711f507.zip |
Depend on dev-libs/glib:2 (bug #522012).
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xdialog/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xdialog/xdialog-2.3.1.ebuild | 19 |
2 files changed, 17 insertions, 9 deletions
diff --git a/x11-misc/xdialog/ChangeLog b/x11-misc/xdialog/ChangeLog index 26e3787da1e5..16b3fe0ee2bb 100644 --- a/x11-misc/xdialog/ChangeLog +++ b/x11-misc/xdialog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xdialog -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.31 2012/05/13 15:53:32 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.32 2014/09/03 08:04:18 jer Exp $ + + 03 Sep 2014; Jeroen Roovers <jer@gentoo.org> xdialog-2.3.1.ebuild: + Depend on dev-libs/glib:2 (bug #522012). 13 May 2012; Julian Ospald <hasufell@gentoo.org> xdialog-2.3.1.ebuild: fix homepage and src_uri wrt #415637 diff --git a/x11-misc/xdialog/xdialog-2.3.1.ebuild b/x11-misc/xdialog/xdialog-2.3.1.ebuild index dc796d884bd7..9e70889609b7 100644 --- a/x11-misc/xdialog/xdialog-2.3.1.ebuild +++ b/x11-misc/xdialog/xdialog-2.3.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild,v 1.9 2012/05/13 15:53:32 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild,v 1.10 2014/09/03 08:04:18 jer Exp $ -EAPI=2 +EAPI=5 inherit autotools eutils DESCRIPTION="drop-in replacement for cdialog using GTK" @@ -14,10 +14,15 @@ SLOT="0" KEYWORDS="alpha amd64 ~hppa ppc x86" IUSE="doc examples nls" -RDEPEND=">=x11-libs/gtk+-2.2:2" -DEPEND="${RDEPEND} +RDEPEND=" + dev-libs/glib:2 + >=x11-libs/gtk+-2.2:2 +" +DEPEND=" + ${RDEPEND} virtual/pkgconfig - nls? ( sys-devel/gettext )" + nls? ( sys-devel/gettext ) +" S=${WORKDIR}/${P/x/X} @@ -33,7 +38,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die + default rm -rf "${D}"/usr/share/doc dodoc AUTHORS BUGS ChangeLog README |