eva         14/12/21 12:43:51

  Modified:             ChangeLog
  Added:                libgee-0.16.1.ebuild
  Removed:              libgee-0.12.1.ebuild
  Log:
  Version bump for Gnome 3.14. Clean up old revision.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.103                dev-libs/libgee/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   11 Oct 2014 11:45:40 -0000      1.102
+++ ChangeLog   21 Dec 2014 12:43:51 -0000      1.103
@@ -1,6 +1,12 @@
 # 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.102 
2014/10/11 11:45:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.103 
2014/12/21 12:43:51 eva Exp $
+
+*libgee-0.16.1 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue <e...@gentoo.org> -libgee-0.12.1.ebuild,
+  +libgee-0.16.1.ebuild:
+  Version bump for Gnome 3.14. Clean up old revision.
 
   11 Oct 2014; Markus Meier <mae...@gentoo.org> libgee-0.14.0.ebuild:
   arm stable, bug #512012



1.1                  dev-libs/libgee/libgee-0.16.1.ebuild

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

Index: libgee-0.16.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.16.1.ebuild,v 1.1 
2014/12/21 12:43:51 eva 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/2"
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)"
}




Reply via email to