eva         14/04/27 11:20:00

  Modified:             ChangeLog
  Added:                vala-0.24.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.169                dev-lang/vala/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.169&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.169&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?r1=1.168&r2=1.169

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   25 Apr 2014 18:52:14 -0000      1.168
+++ ChangeLog   27 Apr 2014 11:19:59 -0000      1.169
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/vala
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.168 2014/04/25 
18:52:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.169 2014/04/27 
11:19:59 eva Exp $
+
+*vala-0.24.0 (27 Apr 2014)
+
+  27 Apr 2014; Gilles Dartiguelongue <[email protected]> +vala-0.24.0.ebuild:
+  Version bump.
 
   25 Apr 2014; Pacho Ramos <[email protected]>
   -files/vala-0.14.2-cogl-pango-1.0.patch, -vala-0.10.4-r2.ebuild,



1.1                  dev-lang/vala/vala-0.24.0.ebuild

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

Index: vala-0.24.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.24.0.ebuild,v 1.1 
2014/04/27 11:19:59 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="Compiler for the GObject type system"
HOMEPAGE="https://wiki.gnome.org/Vala";

LICENSE="LGPL-2.1"
SLOT="0.24"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="test +vapigen"

RDEPEND="
        >=dev-libs/glib-2.18:2
        >=dev-libs/vala-common-${PV}
"
DEPEND="${RDEPEND}
        !${CATEGORY}/${PN}:0
        dev-libs/libxslt
        sys-devel/flex
        virtual/pkgconfig
        virtual/yacc
        test? (
                dev-libs/dbus-glib
                >=dev-libs/glib-2.26:2 )
"

src_configure() {
        DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
        gnome2_src_configure \
                --disable-unversioned \
                $(use_enable vapigen)
}




Reply via email to