diff options
author | Christoph Mende <angelos@gentoo.org> | 2013-03-29 21:13:21 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2013-03-29 21:13:21 +0000 |
commit | 38f4eaf5a749026395168186d7e3a91505aca8b0 (patch) | |
tree | bb6aae079425c2f1d7a65e27d7da3a0adb1fbcbb /x11-libs | |
parent | Fix test dependencies. (diff) | |
download | gentoo-2-38f4eaf5a749026395168186d7e3a91505aca8b0.tar.gz gentoo-2-38f4eaf5a749026395168186d7e3a91505aca8b0.tar.bz2 gentoo-2-38f4eaf5a749026395168186d7e3a91505aca8b0.zip |
Convert to vala.eclass
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libdesktop-agnostic/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild | 11 |
2 files changed, 11 insertions, 9 deletions
diff --git a/x11-libs/libdesktop-agnostic/ChangeLog b/x11-libs/libdesktop-agnostic/ChangeLog index 3992224f0225..e7088991d6bf 100644 --- a/x11-libs/libdesktop-agnostic/ChangeLog +++ b/x11-libs/libdesktop-agnostic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libdesktop-agnostic -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.4 2012/01/22 20:43:12 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.5 2013/03/29 21:13:21 angelos Exp $ + + 29 Mar 2013; Christoph Mende <angelos@gentoo.org> + libdesktop-agnostic-0.3.92.ebuild: + Convert to vala.eclass 22 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> libdesktop-agnostic-0.3.92.ebuild: @@ -19,4 +23,3 @@ 13 Mar 2011; <angelos@gentoo.org> +libdesktop-agnostic-0.3.92.ebuild, +metadata.xml: Initial import - diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild index 12ad34b308bd..31d4005d0022 100644 --- a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild +++ b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.4 2012/01/22 20:43:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.5 2013/03/29 21:13:21 angelos Exp $ EAPI=4 - PYTHON_DEPEND="2:2.7" +VALA_USE_DEPEND="vapigen" -inherit python waf-utils +inherit python waf-utils vala DESCRIPTION="A desktop-agnostic library for GLib-based projects" HOMEPAGE="https://launchpad.net/libdesktop-agnostic" @@ -25,7 +25,7 @@ RDEPEND=">=dev-libs/glib-2 glade? ( gnome-base/libglade:2.0 ) gnome? ( gnome-base/gnome-desktop:2 )" DEPEND="${RDEPEND} - dev-lang/vala:0.10[vapigen] + $(vala_depend) dev-libs/gobject-introspection introspection? ( x11-libs/gtk+:2[introspection] )" @@ -43,7 +43,6 @@ src_configure() { use glade && myconf="${myconf} --enable-glade" use introspection || myconf="${myconf} --disable-gi" - VALAC=$(type -P valac-0.10) \ waf-utils_src_configure \ --sysconfdir="${EPREFIX}"/etc \ --config-backends=${cfg} \ |