jer         14/09/03 08:04:18

  Modified:             ChangeLog xdialog-2.3.1.ebuild
  Log:
  Depend on dev-libs/glib:2 (bug #522012).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.32                 x11-misc/xdialog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdialog/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdialog/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdialog/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   13 May 2012 15:53:32 -0000      1.31
+++ ChangeLog   3 Sep 2014 08:04:18 -0000       1.32
@@ -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 <j...@gentoo.org> xdialog-2.3.1.ebuild:
+  Depend on dev-libs/glib:2 (bug #522012).
 
   13 May 2012; Julian Ospald <hasuf...@gentoo.org> xdialog-2.3.1.ebuild:
   fix homepage and src_uri wrt #415637



1.10                 x11-misc/xdialog/xdialog-2.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild?r1=1.9&r2=1.10

Index: xdialog-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdialog-2.3.1.ebuild        13 May 2012 15:53:32 -0000      1.9
+++ xdialog-2.3.1.ebuild        3 Sep 2014 08:04:18 -0000       1.10
@@ -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 @@
 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_install() {
-       emake DESTDIR="${D}" install || die
+       default
        rm -rf "${D}"/usr/share/doc
 
        dodoc AUTHORS BUGS ChangeLog README




Reply via email to