eva 15/05/01 16:09:52 Modified: ChangeLog Added: libgit2-glib-0.22.8.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.25 dev-libs/libgit2-glib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 8 Apr 2015 17:51:56 -0000 1.24 +++ ChangeLog 1 May 2015 16:09:52 -0000 1.25 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libgit2-glib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v 1.24 2015/04/08 17:51:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v 1.25 2015/05/01 16:09:52 eva Exp $ + +*libgit2-glib-0.22.8 (01 May 2015) + + 01 May 2015; Gilles Dartiguelongue <[email protected]> + +libgit2-glib-0.22.8.ebuild: + Version bump. 08 Apr 2015; Michał Górny <[email protected]> libgit2-glib-0.0.12.ebuild, libgit2-glib-0.0.16.ebuild: 1.1 dev-libs/libgit2-glib/libgit2-glib-0.22.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/libgit2-glib-0.22.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/libgit2-glib-0.22.8.ebuild?rev=1.1&content-type=text/plain Index: libgit2-glib-0.22.8.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/libgit2-glib-0.22.8.ebuild,v 1.1 2015/05/01 16:09:52 eva Exp $ EAPI=5 GCONF_DEBUG="no" PYTHON_COMPAT=( python{3_3,3_4} ) VALA_MIN_API_VERSION="0.22" VALA_USE_DEPEND="vapigen" inherit autotools eutils gnome2 python-r1 vala DESCRIPTION="Git library for GLib" HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib" LICENSE="LGPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="python ssh +vala" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" >=dev-libs/libgit2-0.21.0:= >=dev-libs/glib-2.28.0:2 >=dev-libs/gobject-introspection-0.10.1 python? ( ${PYTHON_DEPS} dev-python/pygobject:3[${PYTHON_USEDEP}] ) ssh? ( dev-libs/libgit2[ssh] ) " DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.11 virtual/pkgconfig vala? ( $(vala_depend) ) " src_prepare() { use vala && vala_src_prepare gnome2_src_prepare } src_configure() { gnome2_src_configure \ $(use_enable python) \ $(use_enable ssh) \ $(use_enable vala) }
