diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-09 12:20:15 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-09 12:20:15 +0000 |
commit | 6dc72d5604333bb219e75d791ee125405e830bd5 (patch) | |
tree | 804ea5f6211695c99da3d89263feb259bc586574 | |
parent | Fix build with libcrypt-1.6 (#495176 by Anton Kochkov) and boost dependency (... (diff) | |
download | gentoo-2-6dc72d5604333bb219e75d791ee125405e830bd5.tar.gz gentoo-2-6dc72d5604333bb219e75d791ee125405e830bd5.tar.bz2 gentoo-2-6dc72d5604333bb219e75d791ee125405e830bd5.zip |
Version bump, drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | gnome-extra/libgsf/ChangeLog | 10 | ||||
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.14.26.ebuild | 41 | ||||
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.14.29.ebuild (renamed from gnome-extra/libgsf/libgsf-1.14.27.ebuild) | 6 |
3 files changed, 11 insertions, 46 deletions
diff --git a/gnome-extra/libgsf/ChangeLog b/gnome-extra/libgsf/ChangeLog index 97a18caa2b25..9374f9abb179 100644 --- a/gnome-extra/libgsf/ChangeLog +++ b/gnome-extra/libgsf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/libgsf -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.229 2013/12/22 16:06:06 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.230 2014/02/09 12:20:15 pacho Exp $ + +*libgsf-1.14.29 (09 Feb 2014) + + 09 Feb 2014; Pacho Ramos <pacho@gentoo.org> +libgsf-1.14.29.ebuild, + -libgsf-1.14.26.ebuild, -libgsf-1.14.27.ebuild: + Version bump, drop old 22 Dec 2013; Jeroen Roovers <jer@gentoo.org> libgsf-1.14.28.ebuild: Stable for HPPA (bug #478252). diff --git a/gnome-extra/libgsf/libgsf-1.14.26.ebuild b/gnome-extra/libgsf/libgsf-1.14.26.ebuild deleted file mode 100644 index 2917fd92515a..000000000000 --- a/gnome-extra/libgsf/libgsf-1.14.26.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.26.ebuild,v 1.1 2013/03/30 19:23:10 eva Exp $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="The GNOME Structured File Library" -HOMEPAGE="http://projects.gnome.org/libgsf/" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0/114" -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) -}
\ No newline at end of file diff --git a/gnome-extra/libgsf/libgsf-1.14.27.ebuild b/gnome-extra/libgsf/libgsf-1.14.29.ebuild index 0dee6ff2746c..e8d97fdde7aa 100644 --- a/gnome-extra/libgsf/libgsf-1.14.27.ebuild +++ b/gnome-extra/libgsf/libgsf-1.14.29.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.27.ebuild,v 1.1 2013/06/25 17:29:40 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.29.ebuild,v 1.1 2014/02/09 12:20:15 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -8,7 +8,7 @@ GCONF_DEBUG="no" inherit gnome2 DESCRIPTION="The GNOME Structured File Library" -HOMEPAGE="http://projects.gnome.org/libgsf/" +HOMEPAGE="https://developer.gnome.org/gsf/" LICENSE="GPL-2 LGPL-2.1" SLOT="0/114" # libgsf-1.so version |