diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-02-06 03:29:15 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-02-06 03:29:15 +0000 |
commit | bb80da553bf61830472a00fbbab1f522941a65ef (patch) | |
tree | 8dc87599d2ec42ccd9682615486287d9b0932e7a /x11-misc/gtkdialog | |
parent | Require gawk, not generic awk; e.g. nawk reports syntax errors in yelp-tools ... (diff) | |
download | gentoo-2-bb80da553bf61830472a00fbbab1f522941a65ef.tar.gz gentoo-2-bb80da553bf61830472a00fbbab1f522941a65ef.tar.bz2 gentoo-2-bb80da553bf61830472a00fbbab1f522941a65ef.zip |
Version bump by teidakankan (bug #455772).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/gtkdialog')
-rw-r--r-- | x11-misc/gtkdialog/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/gtkdialog/gtkdialog-0.8.3.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/x11-misc/gtkdialog/ChangeLog b/x11-misc/gtkdialog/ChangeLog index c80bd6f41774..60c315d1f44d 100644 --- a/x11-misc/gtkdialog/ChangeLog +++ b/x11-misc/gtkdialog/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/gtkdialog -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtkdialog/ChangeLog,v 1.23 2012/10/30 20:21:50 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtkdialog/ChangeLog,v 1.24 2013/02/06 03:29:15 jer Exp $ + +*gtkdialog-0.8.3 (06 Feb 2013) + + 06 Feb 2013; Jeroen Roovers <jer@gentoo.org> +gtkdialog-0.8.3.ebuild: + Version bump by teidakankan (bug #455772). *gtkdialog-0.8.2 (30 Oct 2012) diff --git a/x11-misc/gtkdialog/gtkdialog-0.8.3.ebuild b/x11-misc/gtkdialog/gtkdialog-0.8.3.ebuild new file mode 100644 index 000000000000..7edf509c77e4 --- /dev/null +++ b/x11-misc/gtkdialog/gtkdialog-0.8.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtkdialog/gtkdialog-0.8.3.ebuild,v 1.1 2013/02/06 03:29:15 jer Exp $ + +EAPI=4 + +DESCRIPTION="A small utility for fast and easy GUI building" +HOMEPAGE="http://code.google.com/p/gtkdialog/" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="x11-libs/gtk+:2 + gnome-base/libglade" +DEPEND="${RDEPEND} + virtual/pkgconfig + sys-devel/flex + virtual/yacc" + +DOCS=( AUTHORS ChangeLog TODO ) + +src_install() { + # Stop make install from running gtk-update-icon-cache + emake DESTDIR="${D}" UPDATE_ICON_CACHE=true install +} |