remi        15/01/20 07:20:11

  Modified:             ChangeLog
  Added:                libgit2-glib-0.22.0.ebuild
  Log:
  dev-libs/libgit2-glib: bump to 0.22.0
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
901AB08A)

Revision  Changes    Path
1.22                 dev-libs/libgit2-glib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   22 Dec 2014 23:20:54 -0000      1.21
+++ ChangeLog   20 Jan 2015 07:20:11 -0000      1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libgit2-glib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v 1.21 
2014/12/22 23:20:54 eva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v 1.22 
2015/01/20 07:20:11 remi Exp $
+
+*libgit2-glib-0.22.0 (20 Jan 2015)
+
+  20 Jan 2015; RĂ©mi Cardona <r...@gentoo.org> +libgit2-glib-0.22.0.ebuild,
+  +files/libgit2-glib-0.22.0-automagic-ssh.patch:
+  Bump to 0.22.0, refresh automagic ssh patch, see bug #536830.
 
   22 Dec 2014; Gilles Dartiguelongue <e...@gentoo.org>
   libgit2-glib-0.0.24.ebuild:



1.1                  dev-libs/libgit2-glib/libgit2-glib-0.22.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/libgit2-glib-0.22.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/libgit2-glib-0.22.0.ebuild?rev=1.1&content-type=text/plain

Index: libgit2-glib-0.22.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/libgit2-glib/libgit2-glib-0.22.0.ebuild,v 1.1 
2015/01/20 07:20:11 remi 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() {
        epatch "${FILESDIR}/${PN}-0.22.0-automagic-ssh.patch" # make 
libgit2[ssh] dep non-magic
        eautoreconf
        use vala && vala_src_prepare
        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure \
                $(use_enable python) \
                $(use_enable ssh) \
                $(use_enable vala)
}




Reply via email to