pacho 15/05/17 09:06:30 Modified: ChangeLog Added: libgsf-1.14.33.ebuild Removed: libgsf-1.14.31.ebuild Log: Version bump, drop old (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.253 gnome-extra/libgsf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.253&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.253&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?r1=1.252&r2=1.253 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v retrieving revision 1.252 retrieving revision 1.253 diff -u -r1.252 -r1.253 --- ChangeLog 29 Mar 2015 10:38:12 -0000 1.252 +++ ChangeLog 17 May 2015 09:06:30 -0000 1.253 @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/libgsf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.252 2015/03/29 10:38:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.253 2015/05/17 09:06:30 pacho Exp $ + +*libgsf-1.14.33 (17 May 2015) + + 17 May 2015; Pacho Ramos <pa...@gentoo.org> +libgsf-1.14.33.ebuild, + -libgsf-1.14.31.ebuild: + Version bump, drop old 29 Mar 2015; Jeroen Roovers <j...@gentoo.org> libgsf-1.14.32.ebuild: Stable for HPPA (bug #534012). 1.1 gnome-extra/libgsf/libgsf-1.14.33.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.33.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.33.ebuild?rev=1.1&content-type=text/plain Index: libgsf-1.14.33.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.33.ebuild,v 1.1 2015/05/17 09:06:30 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) }