pacho 14/03/08 10:57:22 Modified: ChangeLog Added: libgee-0.12.1.ebuild Log: Version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.84 dev-libs/libgee/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.84&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.84&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?r1=1.83&r2=1.84 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- ChangeLog 22 Feb 2014 21:16:37 -0000 1.83 +++ ChangeLog 8 Mar 2014 10:57:22 -0000 1.84 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libgee # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.83 2014/02/22 21:16:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.84 2014/03/08 10:57:22 pacho Exp $ + +*libgee-0.12.1 (08 Mar 2014) + + 08 Mar 2014; Pacho Ramos <[email protected]> +libgee-0.12.1.ebuild: + Version bump 22 Feb 2014; Pacho Ramos <[email protected]> libgee-0.6.8.ebuild: Fix wrong commit, bug 502160 1.1 dev-libs/libgee/libgee-0.12.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.12.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.12.1.ebuild?rev=1.1&content-type=text/plain Index: libgee-0.12.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.12.1.ebuild,v 1.1 2014/03/08 10:57:22 pacho Exp $ EAPI="5" GCONF_DEBUG="no" inherit gnome2 DESCRIPTION="GObject-based interfaces and classes for commonly used data structures" HOMEPAGE="https://wiki.gnome.org/Projects/Libgee" LICENSE="LGPL-2.1+" SLOT="0.8" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux" IUSE="+introspection" # FIXME: add doc support, requires valadoc RDEPEND=" >=dev-libs/glib-2.36:2 introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) " DEPEND="${RDEPEND} virtual/pkgconfig " src_configure() { DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README" gnome2_src_configure \ $(use_enable introspection) VALAC="$(type -P false)" }
