eva         14/12/21 12:29:35

  Modified:             ChangeLog
  Added:                gdl-3.14.0.ebuild
  Removed:              gdl-3.10.0.ebuild
  Log:
  Version bump for Gnome 3.14.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.109                dev-libs/gdl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   7 Aug 2014 17:59:37 -0000       1.108
+++ ChangeLog   21 Dec 2014 12:29:35 -0000      1.109
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/gdl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.108 2014/08/07 
17:59:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.109 2014/12/21 
12:29:35 eva Exp $
+
+*gdl-3.14.0 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue <e...@gentoo.org> -gdl-3.10.0.ebuild,
+  +gdl-3.14.0.ebuild:
+  Version bump for Gnome 3.14.
 
   07 Aug 2014; Jeroen Roovers <j...@gentoo.org> gdl-3.12.0.ebuild:
   Stable for HPPA (bug #512012).



1.1                  dev-libs/gdl/gdl-3.14.0.ebuild

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

Index: gdl-3.14.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.14.0.ebuild,v 1.1 
2014/12/21 12:29:35 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="GNOME docking library"
HOMEPAGE="https://developer.gnome.org/gdl/";

LICENSE="LGPL-2.1+"
SLOT="3/5" # subslot = libgdl-3 soname version
IUSE="+introspection"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"

RDEPEND="
        dev-libs/glib:2
        >=x11-libs/gtk+-3.0.0:3[introspection?]
        >=dev-libs/libxml2-2.4:2
        introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
"
DEPEND="${RDEPEND}
        >=dev-util/gtk-doc-am-1.4
        >=dev-util/intltool-0.40.4
        virtual/pkgconfig
"

src_configure() {
        DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
        gnome2_src_configure $(use_enable introspection)
}




Reply via email to