eva 14/04/27 16:04:09 Modified: ChangeLog Added: gdl-3.12.0.ebuild Log: Version bump for Gnome 3.12. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.105 dev-libs/gdl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.105&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.105&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?r1=1.104&r2=1.105 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- ChangeLog 25 Apr 2014 18:59:53 -0000 1.104 +++ ChangeLog 27 Apr 2014 16:04:09 -0000 1.105 @@ -1,6 +1,11 @@ # 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.104 2014/04/25 18:59:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.105 2014/04/27 16:04:09 eva Exp $ + +*gdl-3.12.0 (27 Apr 2014) + + 27 Apr 2014; Gilles Dartiguelongue <[email protected]> +gdl-3.12.0.ebuild: + Version bump for Gnome 3.12. 25 Apr 2014; Pacho Ramos <[email protected]> -gdl-2.30.1.ebuild, -gdl-3.6.2.ebuild, -gdl-3.8.1.ebuild: 1.1 dev-libs/gdl/gdl-3.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.12.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.12.0.ebuild?rev=1.1&content-type=text/plain Index: gdl-3.12.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.12.0.ebuild,v 1.1 2014/04/27 16:04:09 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) }
