summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-03-23 15:54:40 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-03-23 15:54:40 +0000
commitb884ab999d6bacefbafc49b9ca77308a5a4459b7 (patch)
treee5982a1c5f9fdfe61970794c79132b2def5dbc1f /dev-lang
parentOld. (diff)
downloadgentoo-2-b884ab999d6bacefbafc49b9ca77308a5a4459b7.tar.gz
gentoo-2-b884ab999d6bacefbafc49b9ca77308a5a4459b7.tar.bz2
gentoo-2-b884ab999d6bacefbafc49b9ca77308a5a4459b7.zip
Clean up old revisions.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/vala/ChangeLog6
-rw-r--r--dev-lang/vala/vala-0.10.4.ebuild33
-rw-r--r--dev-lang/vala/vala-0.11.6.ebuild40
-rw-r--r--dev-lang/vala/vala-0.9.3.ebuild36
4 files changed, 5 insertions, 110 deletions
diff --git a/dev-lang/vala/ChangeLog b/dev-lang/vala/ChangeLog
index b7b569e6010f..19cc90bfa1c5 100644
--- a/dev-lang/vala/ChangeLog
+++ b/dev-lang/vala/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/vala
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.53 2011/03/22 18:49:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.54 2011/03/23 15:54:40 eva Exp $
+
+ 23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> -vala-0.9.3.ebuild,
+ -vala-0.10.4.ebuild, -vala-0.11.6.ebuild:
+ Clean up old revisions.
22 Mar 2011; Brent Baude <ranger@gentoo.org> vala-0.10.3.ebuild:
Marking vala-0.10.3 ppc stable for bug 353436
diff --git a/dev-lang/vala/vala-0.10.4.ebuild b/dev-lang/vala/vala-0.10.4.ebuild
deleted file mode 100644
index 028f67501b03..000000000000
--- a/dev-lang/vala/vala-0.10.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.10.4.ebuild,v 1.1 2011/03/12 16:00:19 pacho 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.10"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="test +vapigen"
-
-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/glib-2.26:2
- dev-libs/dbus-glib )"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-unversioned
- $(use_enable vapigen)"
- DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-}
diff --git a/dev-lang/vala/vala-0.11.6.ebuild b/dev-lang/vala/vala-0.11.6.ebuild
deleted file mode 100644
index 248f6e453997..000000000000
--- a/dev-lang/vala/vala-0.11.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.11.6.ebuild,v 1.1 2011/02/14 22:40:47 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 ~sh ~sparc ~x86"
-IUSE="test +vapigen"
-
-RDEPEND=">=dev-libs/glib-2.16: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
- >=dev-libs/glib-2.26 )"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-unversioned
- $(use_enable vapigen)"
- DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-}
-
-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.9.3.ebuild b/dev-lang/vala/vala-0.9.3.ebuild
deleted file mode 100644
index 80a0bf11141f..000000000000
--- a/dev-lang/vala/vala-0.9.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 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.4 2011/02/02 19:45:43 armin76 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"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="test +vapigen"
-
-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}
- $(use_enable vapigen)"
- DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-}
-
-src_install() {
- gnome2_src_install
- # dconf ships it for itself, this is already fixed on newer vala
- rm -f "${ED}"/usr/share/vala/vapi/dconf.vapi
-}