diff options
author | 2015-07-05 10:04:35 +0000 | |
---|---|---|
committer | 2015-07-05 10:04:35 +0000 | |
commit | 72e8949106fa71adae0c9c1de059208e4d181dfd (patch) | |
tree | c63d0b93caf2907c6e21d5f1a7673f883a72d6b3 /dev-util | |
parent | Remove old. Remove bundler artefacts from Rakefile. (diff) | |
download | gentoo-2-72e8949106fa71adae0c9c1de059208e4d181dfd.tar.gz gentoo-2-72e8949106fa71adae0c9c1de059208e4d181dfd.tar.bz2 gentoo-2-72e8949106fa71adae0c9c1de059208e4d181dfd.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gtk-update-icon-cache/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-util/gtk-update-icon-cache/ChangeLog b/dev-util/gtk-update-icon-cache/ChangeLog index c06c9318ad94..731e28d1c638 100644 --- a/dev-util/gtk-update-icon-cache/ChangeLog +++ b/dev-util/gtk-update-icon-cache/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/gtk-update-icon-cache # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog,v 1.6 2015/06/26 09:21:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog,v 1.7 2015/07/05 10:04:35 eva Exp $ + +*gtk-update-icon-cache-3.16.4 (05 Jul 2015) + + 05 Jul 2015; Gilles Dartiguelongue <eva@gentoo.org> + +gtk-update-icon-cache-3.16.4.ebuild: + Version bump. 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> gtk-update-icon-cache-3.14.13.ebuild: diff --git a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild new file mode 100644 index 000000000000..9ce2f7c1c20d --- /dev/null +++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild,v 1.1 2015/07/05 10:04:35 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="GTK update icon cache" +HOMEPAGE="http://www.gtk.org/" +SRC_URI="http://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.xz" + +LICENSE="LGPL-2+" +SLOT="0" +IUSE="" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + >=dev-libs/glib-2.43.4:2 + >=x11-libs/gdk-pixbuf-2.30:2 + !<x11-libs/gtk+-2.24.28-r1:2 +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.50.1 + virtual/pkgconfig +" |