pacho       14/03/08 11:03:37

  Modified:             ChangeLog
  Added:                libgit2-glib-0.0.12.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   22 Feb 2014 21:16:56 -0000      1.12
+++ ChangeLog   8 Mar 2014 11:03:37 -0000       1.13
@@ -1,6 +1,11 @@
 # 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.12 
2014/02/22 21:16:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v 1.13 
2014/03/08 11:03:37 pacho Exp $
+
+*libgit2-glib-0.0.12 (08 Mar 2014)
+
+  08 Mar 2014; Pacho Ramos <[email protected]> +libgit2-glib-0.0.12.ebuild:
+  Version bump
 
   22 Feb 2014; Pacho Ramos <[email protected]> libgit2-glib-0.0.10.ebuild:
   Fix wrong commit, bug 502160



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

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

Index: libgit2-glib-0.0.12.ebuild
===================================================================
# Copyright 1999-2014 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.0.12.ebuild,v 1.1 
2014/03/08 11:03:37 pacho Exp $

EAPI=5

GCONF_DEBUG="no"
PYTHON_COMPAT=( python{3_2,3_3} )

inherit gnome2 python-r1

DESCRIPTION="Git library for GLib"
HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib";

LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="python"

REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

RDEPEND="
        >=dev-libs/libgit2-0.20.0
        >=dev-libs/glib-2.28.0:2
        >=dev-libs/gobject-introspection-0.10.1
        python? (
                ${PYTHON_DEPS}
                dev-python/pygobject:3[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}
        >=dev-util/gtk-doc-am-1.11
        virtual/pkgconfig
"

src_configure() {
        gnome2_src_configure $(use_enable python)
}




Reply via email to