eva         15/06/09 10:45:31

  Modified:             ChangeLog
  Added:                gdl-3.16.0.ebuild
  Removed:              gdl-3.12.0.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.113                dev-libs/gdl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   29 Mar 2015 10:30:20 -0000      1.112
+++ ChangeLog   9 Jun 2015 10:45:31 -0000       1.113
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/gdl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.112 2015/03/29 
10:30:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.113 2015/06/09 
10:45:31 eva Exp $
+
+*gdl-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue <[email protected]> -gdl-3.12.0.ebuild,
+  +gdl-3.16.0.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   29 Mar 2015; Jeroen Roovers <[email protected]> gdl-3.14.0.ebuild:
   Stable for HPPA (bug #534012).



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

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

Index: gdl-3.16.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/gdl/gdl-3.16.0.ebuild,v 1.1 
2015/06/09 10:45:31 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