pacho 15/02/18 12:12:54 Modified: ChangeLog Added: gom-0.3.0.ebuild Log: Version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.4 dev-libs/gom/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gom/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gom/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gom/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/gom/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 19 Dec 2014 13:35:24 -0000 1.3 +++ ChangeLog 18 Feb 2015 12:12:54 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/gom -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/ChangeLog,v 1.3 2014/12/19 13:35:24 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/ChangeLog,v 1.4 2015/02/18 12:12:54 pacho Exp $ + +*gom-0.3.0 (18 Feb 2015) + + 18 Feb 2015; Pacho Ramos <pa...@gentoo.org> +gom-0.3.0.ebuild: + Version bump 19 Dec 2014; Pacho Ramos <pa...@gentoo.org> gom-0.2.1.ebuild: amd64 stable, bug 529964 1.1 dev-libs/gom/gom-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gom/gom-0.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gom/gom-0.3.0.ebuild?rev=1.1&content-type=text/plain Index: gom-0.3.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/gom/gom-0.3.0.ebuild,v 1.1 2015/02/18 12:12:54 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" inherit gnome2 DESCRIPTION="GObject to SQLite object mapper library" HOMEPAGE="https://wiki.gnome.org/Projects/Gom" LICENSE="LGPL-2+" SLOT="0" IUSE="+introspection" KEYWORDS="~amd64 ~x86" RDEPEND=" >=dev-db/sqlite-3.7:3 >=dev-libs/glib-2.36:2 introspection? ( >=dev-libs/gobject-introspection-1.30.0 ) " DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.14 >=dev-util/intltool-0.40.0 sys-devel/gettext virtual/pkgconfig " src_configure() { gnome2_src_configure \ --disable-static \ $(use_enable introspection) }