pacho       15/01/14 13:41:49

  Modified:             ChangeLog
  Added:                xfce4-vala-4.10.3-r1.ebuild
  Log:
  Work with newer vala version (#527864)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.15                 xfce-extra/xfce4-vala/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-vala/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-vala/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-vala/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-vala/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   20 Oct 2013 12:23:51 -0000      1.14
+++ ChangeLog   14 Jan 2015 13:41:49 -0000      1.15
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-extra/xfce4-vala
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-vala/ChangeLog,v 1.14 
2013/10/20 12:23:51 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-vala/ChangeLog,v 1.15 
2015/01/14 13:41:49 pacho Exp $
+
+*xfce4-vala-4.10.3-r1 (14 Jan 2015)
+
+  14 Jan 2015; Pacho Ramos <[email protected]> +xfce4-vala-4.10.3-r1.ebuild:
+  Work with newer vala version (#527864)
 
   20 Oct 2013; Samuli Suominen <[email protected]> 
-xfce4-vala-4.10.2.ebuild:
   old



1.1                  xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-vala-4.10.3-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild,v 1.1 
2015/01/14 13:41:49 pacho Exp $

EAPI=5
MY_VALA_VERSION=0.26
VALA_MIN_API_VERSION=${MY_VALA_VERSION}
VALA_MAX_API_VERSION=${MY_VALA_VERSION}
VALA_USE_DEPEND=vapigen
inherit xfconf vala

DESCRIPTION="Vala bindings for the Xfce desktop environment"
HOMEPAGE="http://wiki.xfce.org/vala-bindings";
SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="$(vala_depend)
        >=xfce-base/exo-0.10
        >=xfce-base/garcon-0.2
        >=xfce-base/libxfce4ui-4.10
        >=xfce-base/libxfce4util-4.10
        >=xfce-base/xfce4-panel-4.10
        >=xfce-base/xfconf-4.10"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

pkg_setup() {
        DOCS=( AUTHORS ChangeLog NEWS README TODO )
        XFCONF=(
                --with-vala-api=${MY_VALA_VERSION}
                )
}

src_prepare() {
        xfconf_src_prepare
        vala_src_prepare
}




Reply via email to