* [gentoo-commits] gentoo-x86 commit in gnome-extra/libgsf: libgsf-1.14.31.ebuild metadata.xml ChangeLog libgsf-1.14.25.ebuild libgsf-1.14.29.ebuild
@ 2015-02-06 12:50 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2015-02-06 12:50 UTC (permalink / raw
To: gentoo-commits
pacho 15/02/06 12:50:53
Modified: metadata.xml ChangeLog
Added: libgsf-1.14.31.ebuild
Removed: libgsf-1.14.25.ebuild libgsf-1.14.29.ebuild
Log:
Version bump, drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.6 gnome-extra/libgsf/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/metadata.xml?r1=1.5&r2=1.6
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml 15 Sep 2012 09:28:36 -0000 1.5
+++ metadata.xml 6 Feb 2015 12:50:53 -0000 1.6
@@ -4,6 +4,5 @@
<herd>gnome</herd>
<use>
<flag name="gtk">Enable use of gdk in thumbnailer</flag>
- <flag name='introspection'>Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
</use>
</pkgmetadata>
1.246 gnome-extra/libgsf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.246&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.246&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?r1=1.245&r2=1.246
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog 20 Jun 2014 14:45:16 -0000 1.245
+++ ChangeLog 6 Feb 2015 12:50:53 -0000 1.246
@@ -1,6 +1,12 @@
# ChangeLog for gnome-extra/libgsf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.245 2014/06/20 14:45:16 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.246 2015/02/06 12:50:53 pacho Exp $
+
+*libgsf-1.14.31 (06 Feb 2015)
+
+ 06 Feb 2015; Pacho Ramos <pacho@gentoo.org> +libgsf-1.14.31.ebuild,
+ -libgsf-1.14.25.ebuild, -libgsf-1.14.29.ebuild, metadata.xml:
+ Version bump, drop old
20 Jun 2014; Agostino Sarubbo <ago@gentoo.org> libgsf-1.14.30.ebuild:
Stable for arm, wrt bug #508862
1.1 gnome-extra/libgsf/libgsf-1.14.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.31.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.31.ebuild?rev=1.1&content-type=text/plain
Index: libgsf-1.14.31.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.31.ebuild,v 1.1 2015/02/06 12:50:53 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
inherit gnome2
DESCRIPTION="The GNOME Structured File Library"
HOMEPAGE="https://developer.gnome.org/gsf/"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0/114" # libgsf-1.so version
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bzip2 gtk +introspection"
RDEPEND="
>=dev-libs/glib-2.26:2
>=dev-libs/libxml2-2.4.16:2
sys-libs/zlib
bzip2? ( app-arch/bzip2 )
gtk? ( x11-libs/gtk+:2 )
introspection? ( >=dev-libs/gobject-introspection-1 )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.12
>=dev-util/intltool-0.35.0
dev-libs/gobject-introspection-common
virtual/pkgconfig
"
src_configure() {
DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
gnome2_src_configure \
--disable-static \
$(use_with bzip2 bz2) \
$(use_enable introspection) \
$(use_with gtk gdk-pixbuf)
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-06 12:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 12:50 [gentoo-commits] gentoo-x86 commit in gnome-extra/libgsf: libgsf-1.14.31.ebuild metadata.xml ChangeLog libgsf-1.14.25.ebuild libgsf-1.14.29.ebuild Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox