diff options
author | 2013-04-23 16:55:57 +0000 | |
---|---|---|
committer | 2013-04-23 16:55:57 +0000 | |
commit | 850f9b0d2ecf12bac51a46bc2ca5e8f7652f3838 (patch) | |
tree | 3bd936f1ad79438ce68486233b0f984fb1bc7fe9 /dev-lang/vala | |
parent | list myself as maintainer since people get confused/pissy otherwise (diff) | |
download | gentoo-2-850f9b0d2ecf12bac51a46bc2ca5e8f7652f3838.tar.gz gentoo-2-850f9b0d2ecf12bac51a46bc2ca5e8f7652f3838.tar.bz2 gentoo-2-850f9b0d2ecf12bac51a46bc2ca5e8f7652f3838.zip |
Drop old
(Portage version: 2.1.11.62/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-lang/vala')
-rw-r--r-- | dev-lang/vala/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.20.0.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/dev-lang/vala/ChangeLog b/dev-lang/vala/ChangeLog index fddfeb3cbc29..4e1985d76189 100644 --- a/dev-lang/vala/ChangeLog +++ b/dev-lang/vala/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/vala # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.152 2013/04/14 10:48:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.153 2013/04/23 16:55:57 pacho Exp $ + + 23 Apr 2013; Pacho Ramos <pacho@gentoo.org> -vala-0.20.0.ebuild: + Drop old *vala-0.20.1 (14 Apr 2013) diff --git a/dev-lang/vala/vala-0.20.0.ebuild b/dev-lang/vala/vala-0.20.0.ebuild deleted file mode 100644 index e89b4d162896..000000000000 --- a/dev-lang/vala/vala-0.20.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.20.0.ebuild,v 1.3 2013/03/30 22:32:13 eva Exp $ - -EAPI="5" -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.20" -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) -} |