tetromino    15/05/25 02:52:21

  Added:                metadata.xml ChangeLog
                        gtk-update-icon-cache-2.24.27.ebuild
                        gtk-update-icon-cache-3.14.13.ebuild
  Log:
  Move Gilles's splitted gtk+ icon cache update tool from the overlay; allows 
gtk+:3 to be installed without gtk+:2. See bug #528810.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.1                  dev-util/gtk-update-icon-cache/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
  <herd>gnome</herd>
  <longdescription lang="en">
    gtk-update-icon-cache is a tool from GTK+ to update icons and themes
    caches.

    It is split from the GTK+ sources by the Gentoo Gnome team to help
    GTK+ 2 and 3 to co-exist better by extracting the single conflicting
    tool.
  </longdescription>
</pkgmetadata>



1.1                  dev-util/gtk-update-icon-cache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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.1 2015/05/25 02:52:21 tetromino Exp $

*gtk-update-icon-cache-3.14.13 (25 May 2015)
*gtk-update-icon-cache-2.24.27 (25 May 2015)

  25 May 2015; Alexandre Rostovtsev <[email protected]>
  +gtk-update-icon-cache-2.24.27.ebuild, +gtk-update-icon-cache-3.14.13.ebuild,
  +metadata.xml:
  Move Gilles's splitted gtk+ icon cache update tool from the overlay; allows
  gtk+:3 to be installed without gtk+:2. See bug #528810




1.1                  
dev-util/gtk-update-icon-cache/gtk-update-icon-cache-2.24.27.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-2.24.27.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-2.24.27.ebuild?rev=1.1&content-type=text/plain

Index: gtk-update-icon-cache-2.24.27.ebuild
===================================================================
# 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-2.24.27.ebuild,v
 1.1 2015/05/25 02:52:21 tetromino 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.28:2
        >=x11-libs/gdk-pixbuf-2.21:2
        !<x11-libs/gtk+-2.24.28-r1:2
        !<x11-libs/gtk+-3.14.13-r1:3
"
DEPEND="${RDEPEND}
        >=dev-util/intltool-0.50.1
        virtual/pkgconfig
"



1.1                  
dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.14.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.14.13.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.14.13.ebuild?rev=1.1&content-type=text/plain

Index: gtk-update-icon-cache-3.14.13.ebuild
===================================================================
# 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.14.13.ebuild,v
 1.1 2015/05/25 02:52:21 tetromino 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.41.2:2
        >=x11-libs/gdk-pixbuf-2.30:2
        !<x11-libs/gtk+-2.24.28-r1:2
        !<x11-libs/gtk+-3.14.13-r1:3
"
DEPEND="${RDEPEND}
        >=dev-util/intltool-0.50.1
        virtual/pkgconfig
"




Reply via email to