diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-12-20 22:37:26 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-12-20 22:37:26 +0000 |
commit | 423e5a92ca0387f8848fe9d1ae2c868ad108198a (patch) | |
tree | 1d98ebe21e8bd2f23be1ea929c9977f2d134883a /dev-lang/vala | |
parent | Sync ebuild with overlay. (diff) | |
download | gentoo-2-423e5a92ca0387f8848fe9d1ae2c868ad108198a.tar.gz gentoo-2-423e5a92ca0387f8848fe9d1ae2c868ad108198a.tar.bz2 gentoo-2-423e5a92ca0387f8848fe9d1ae2c868ad108198a.zip |
Raise glib dependency for tests for slot :0.10, bug #330527. Drop coverage handling, it is broken and doesn't bring much for now, bug #310579.
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/vala')
-rw-r--r-- | dev-lang/vala/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.10.0.ebuild | 40 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.10.1.ebuild | 21 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.11.0.ebuild | 47 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.11.1.ebuild | 49 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.11.2.ebuild | 17 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.8.1.ebuild | 16 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.9.3.ebuild | 16 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.9.8.ebuild | 40 |
9 files changed, 27 insertions, 228 deletions
diff --git a/dev-lang/vala/ChangeLog b/dev-lang/vala/ChangeLog index 826d72466baa..705a55a35133 100644 --- a/dev-lang/vala/ChangeLog +++ b/dev-lang/vala/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-lang/vala # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.31 2010/11/14 18:27:03 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.32 2010/12/20 22:37:26 eva Exp $ + + 20 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> vala-0.8.1.ebuild, + vala-0.9.3.ebuild, -vala-0.9.8.ebuild, -vala-0.10.0.ebuild, + vala-0.10.1.ebuild, -vala-0.11.0.ebuild, -vala-0.11.1.ebuild, + vala-0.11.2.ebuild: + Raise glib dependency for tests for slot :0.10, bug #330527. Drop coverage + handling, it is broken and doesn't bring much for now, bug #310579. *vala-0.11.2 (14 Nov 2010) diff --git a/dev-lang/vala/vala-0.10.0.ebuild b/dev-lang/vala/vala-0.10.0.ebuild deleted file mode 100644 index 28531026d9dd..000000000000 --- a/dev-lang/vala/vala-0.10.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.10.0.ebuild,v 1.1 2010/09/19 17:28:34 eva Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Vala - Compiler for the GObject type system" -HOMEPAGE="http://live.gnome.org/Vala" - -LICENSE="LGPL-2.1" -SLOT="0.10" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test +vapigen coverage" - -RDEPEND=">=dev-libs/glib-2.14" -DEPEND="${RDEPEND} - sys-devel/flex - || ( sys-devel/bison dev-util/byacc dev-util/yacc ) - dev-util/pkgconfig - dev-libs/libxslt - test? ( dev-libs/dbus-glib )" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-unversioned - $(use_enable vapigen) - $(use_enable coverage)" - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - - if use coverage && has ccache ${FEATURES}; then - ewarn "USE=coverage does not work well with ccache; valac and libvala" - ewarn "built with ccache and USE=coverage create temporary files inside" - ewarn "CCACHE_DIR and mess with ccache's working, as well as causing" - ewarn "sandbox violations when used to compile other packages." - ewarn "It is STRONGLY recommended that you disable one of them." - fi -} diff --git a/dev-lang/vala/vala-0.10.1.ebuild b/dev-lang/vala/vala-0.10.1.ebuild index efaf0567e4ce..f4deb2c615b5 100644 --- a/dev-lang/vala/vala-0.10.1.ebuild +++ b/dev-lang/vala/vala-0.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.10.1.ebuild,v 1.1 2010/10/27 20:27:31 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.10.1.ebuild,v 1.2 2010/12/20 22:37:26 eva Exp $ EAPI="2" GCONF_DEBUG="no" @@ -13,28 +13,21 @@ HOMEPAGE="http://live.gnome.org/Vala" LICENSE="LGPL-2.1" SLOT="0.10" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test +vapigen coverage" +IUSE="test +vapigen" -RDEPEND=">=dev-libs/glib-2.14" +RDEPEND=">=dev-libs/glib-2.14:2" DEPEND="${RDEPEND} sys-devel/flex || ( sys-devel/bison dev-util/byacc dev-util/yacc ) dev-util/pkgconfig dev-libs/libxslt - test? ( dev-libs/dbus-glib )" + test? ( + >=dev-libs/glib-2.26 + dev-libs/dbus-glib )" pkg_setup() { G2CONF="${G2CONF} --disable-unversioned - $(use_enable vapigen) - $(use_enable coverage)" + $(use_enable vapigen)" DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - - if use coverage && has ccache ${FEATURES}; then - ewarn "USE=coverage does not work well with ccache; valac and libvala" - ewarn "built with ccache and USE=coverage create temporary files inside" - ewarn "CCACHE_DIR and mess with ccache's working, as well as causing" - ewarn "sandbox violations when used to compile other packages." - ewarn "It is STRONGLY recommended that you disable one of them." - fi } diff --git a/dev-lang/vala/vala-0.11.0.ebuild b/dev-lang/vala/vala-0.11.0.ebuild deleted file mode 100644 index da73d7161d49..000000000000 --- a/dev-lang/vala/vala-0.11.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.11.0.ebuild,v 1.1 2010/10/06 22:02:03 eva Exp $ - -EAPI="3" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Vala - Compiler for the GObject type system" -HOMEPAGE="http://live.gnome.org/Vala" - -LICENSE="LGPL-2.1" -SLOT="0.12" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test +vapigen coverage" - -RDEPEND=">=dev-libs/glib-2.26" -DEPEND="${RDEPEND} - sys-devel/flex - || ( sys-devel/bison dev-util/byacc dev-util/yacc ) - dev-util/pkgconfig - dev-libs/libxslt - test? ( dev-libs/dbus-glib )" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-unversioned - $(use_enable vapigen) - $(use_enable coverage)" - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - - if use coverage && has ccache ${FEATURES}; then - ewarn "USE=coverage does not work well with ccache; valac and libvala" - ewarn "built with ccache and USE=coverage create temporary files inside" - ewarn "CCACHE_DIR and mess with ccache's working, as well as causing" - ewarn "sandbox violations when used to compile other packages." - ewarn "It is STRONGLY recommended that you disable one of them." - fi -} - -src_install() { - gnome2_src_install - mv "${ED}"/usr/share/aclocal/vala.m4 \ - "${ED}"/usr/share/aclocal/vala-${SLOT/./-}.m4 || die "failed to move vala m4 macro" - find "${ED}" -name "*.la" -delete || die "la file removal failed" -} diff --git a/dev-lang/vala/vala-0.11.1.ebuild b/dev-lang/vala/vala-0.11.1.ebuild deleted file mode 100644 index fe8e8eb01254..000000000000 --- a/dev-lang/vala/vala-0.11.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.11.1.ebuild,v 1.1 2010/10/27 20:59:13 eva Exp $ - -EAPI="3" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Vala - Compiler for the GObject type system" -HOMEPAGE="http://live.gnome.org/Vala" - -LICENSE="LGPL-2.1" -SLOT="0.12" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test +vapigen coverage" - -RDEPEND=">=dev-libs/glib-2.16" -DEPEND="${RDEPEND} - sys-devel/flex - || ( sys-devel/bison dev-util/byacc dev-util/yacc ) - dev-util/pkgconfig - dev-libs/libxslt - test? ( - dev-libs/dbus-glib - >=dev-libs/glib-2.26 )" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-unversioned - $(use_enable vapigen) - $(use_enable coverage)" - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - - if use coverage && has ccache ${FEATURES}; then - ewarn "USE=coverage does not work well with ccache; valac and libvala" - ewarn "built with ccache and USE=coverage create temporary files inside" - ewarn "CCACHE_DIR and mess with ccache's working, as well as causing" - ewarn "sandbox violations when used to compile other packages." - ewarn "It is STRONGLY recommended that you disable one of them." - fi -} - -src_install() { - gnome2_src_install - mv "${ED}"/usr/share/aclocal/vala.m4 \ - "${ED}"/usr/share/aclocal/vala-${SLOT/./-}.m4 || die "failed to move vala m4 macro" - find "${ED}" -name "*.la" -delete || die "la file removal failed" -} diff --git a/dev-lang/vala/vala-0.11.2.ebuild b/dev-lang/vala/vala-0.11.2.ebuild index 8bab3e3bbab5..8c0f7febfd3b 100644 --- a/dev-lang/vala/vala-0.11.2.ebuild +++ b/dev-lang/vala/vala-0.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.11.2.ebuild,v 1.1 2010/11/14 18:27:03 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.11.2.ebuild,v 1.2 2010/12/20 22:37:26 eva Exp $ EAPI="3" GCONF_DEBUG="no" @@ -13,9 +13,9 @@ HOMEPAGE="http://live.gnome.org/Vala" LICENSE="LGPL-2.1" SLOT="0.12" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test +vapigen coverage" +IUSE="test +vapigen" -RDEPEND=">=dev-libs/glib-2.16" +RDEPEND=">=dev-libs/glib-2.16:2" DEPEND="${RDEPEND} sys-devel/flex || ( sys-devel/bison dev-util/byacc dev-util/yacc ) @@ -28,17 +28,8 @@ DEPEND="${RDEPEND} pkg_setup() { G2CONF="${G2CONF} --disable-unversioned - $(use_enable vapigen) - $(use_enable coverage)" + $(use_enable vapigen)" DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - - if use coverage && has ccache ${FEATURES}; then - ewarn "USE=coverage does not work well with ccache; valac and libvala" - ewarn "built with ccache and USE=coverage create temporary files inside" - ewarn "CCACHE_DIR and mess with ccache's working, as well as causing" - ewarn "sandbox violations when used to compile other packages." - ewarn "It is STRONGLY recommended that you disable one of them." - fi } src_install() { diff --git a/dev-lang/vala/vala-0.8.1.ebuild b/dev-lang/vala/vala-0.8.1.ebuild index 40f5d02dba2c..a17792d07d24 100644 --- a/dev-lang/vala/vala-0.8.1.ebuild +++ b/dev-lang/vala/vala-0.8.1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.8.1.ebuild,v 1.4 2010/07/15 16:31:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.8.1.ebuild,v 1.5 2010/12/20 22:37:26 eva Exp $ EAPI=1 GCONF_DEBUG=no + inherit gnome2 DESCRIPTION="Vala - Compiler for the GObject type system" @@ -12,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Vala" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test +vapigen coverage" +IUSE="test +vapigen" RDEPEND=">=dev-libs/glib-2.14" DEPEND="${RDEPEND} @@ -24,15 +25,6 @@ DEPEND="${RDEPEND} pkg_setup() { G2CONF="${G2CONF} - $(use_enable vapigen) - $(use_enable coverage)" + $(use_enable vapigen)" DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - - if use coverage && has ccache ${FEATURES}; then - ewarn "USE=coverage does not work well with ccache; valac and libvala" - ewarn "built with ccache and USE=coverage create temporary files inside" - ewarn "CCACHE_DIR and mess with ccache's working, as well as causing" - ewarn "sandbox violations when used to compile other packages." - ewarn "It is STRONGLY recommended that you disable one of them." - fi } diff --git a/dev-lang/vala/vala-0.9.3.ebuild b/dev-lang/vala/vala-0.9.3.ebuild index 257e61158dda..325416b74e42 100644 --- a/dev-lang/vala/vala-0.9.3.ebuild +++ b/dev-lang/vala/vala-0.9.3.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.9.3.ebuild,v 1.1 2010/07/21 09:50:14 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.9.3.ebuild,v 1.2 2010/12/20 22:37:26 eva Exp $ EAPI=1 GCONF_DEBUG=no + inherit gnome2 DESCRIPTION="Vala - Compiler for the GObject type system" @@ -12,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Vala" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test +vapigen coverage" +IUSE="test +vapigen" RDEPEND=">=dev-libs/glib-2.14" DEPEND="${RDEPEND} @@ -24,15 +25,6 @@ DEPEND="${RDEPEND} pkg_setup() { G2CONF="${G2CONF} - $(use_enable vapigen) - $(use_enable coverage)" + $(use_enable vapigen)" DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - - if use coverage && has ccache ${FEATURES}; then - ewarn "USE=coverage does not work well with ccache; valac and libvala" - ewarn "built with ccache and USE=coverage create temporary files inside" - ewarn "CCACHE_DIR and mess with ccache's working, as well as causing" - ewarn "sandbox violations when used to compile other packages." - ewarn "It is STRONGLY recommended that you disable one of them." - fi } diff --git a/dev-lang/vala/vala-0.9.8.ebuild b/dev-lang/vala/vala-0.9.8.ebuild deleted file mode 100644 index 2385bbdea02c..000000000000 --- a/dev-lang/vala/vala-0.9.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.9.8.ebuild,v 1.2 2010/09/19 17:28:34 eva Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Vala - Compiler for the GObject type system" -HOMEPAGE="http://live.gnome.org/Vala" - -LICENSE="LGPL-2.1" -SLOT="0.10" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test +vapigen coverage" - -RDEPEND=">=dev-libs/glib-2.14" -DEPEND="${RDEPEND} - sys-devel/flex - || ( sys-devel/bison dev-util/byacc dev-util/yacc ) - dev-util/pkgconfig - dev-libs/libxslt - test? ( dev-libs/dbus-glib )" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-unversioned - $(use_enable vapigen) - $(use_enable coverage)" - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - - if use coverage && has ccache ${FEATURES}; then - ewarn "USE=coverage does not work well with ccache; valac and libvala" - ewarn "built with ccache and USE=coverage create temporary files inside" - ewarn "CCACHE_DIR and mess with ccache's working, as well as causing" - ewarn "sandbox violations when used to compile other packages." - ewarn "It is STRONGLY recommended that you disable one of them." - fi -} |