commit:     c7e366f3d92bde98b417696073700d1e5474132c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 15:11:54 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 15:53:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e366f3

dev-lang/vala: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-lang/vala/Manifest            |  4 ---
 dev-lang/vala/vala-0.50.10.ebuild | 52 ---------------------------------------
 dev-lang/vala/vala-0.52.10.ebuild | 52 ---------------------------------------
 dev-lang/vala/vala-0.54.7.ebuild  | 52 ---------------------------------------
 dev-lang/vala/vala-0.56.2.ebuild  | 52 ---------------------------------------
 5 files changed, 212 deletions(-)

diff --git a/dev-lang/vala/Manifest b/dev-lang/vala/Manifest
index b5143b254c13..d90fe18228bd 100644
--- a/dev-lang/vala/Manifest
+++ b/dev-lang/vala/Manifest
@@ -1,6 +1,2 @@
-DIST vala-0.50.10.tar.xz 3547792 BLAKE2B 
80e57b0fa5fdec2e3403878db1d5c83f4fd14551863131ce359070ab11ef99bcd3813808ab61d8fd8acbb45e9882e83a2ca00f51d584608a0afdd0b9908ee2f3
 SHA512 
09212c128bc7f7f16b72912644e06c3b91c3b102698a6c7d7af60a8adbcbf8b8ed80b005cbf72654e1d3139c79595baf88561fa41b393a53b1e3ecc1af6896cd
-DIST vala-0.52.10.tar.xz 3598676 BLAKE2B 
f1d54634ffb8a152e5672badc912338a2982a81f5ee998b05212de807197d3f5cdd5b08ec9b521a004933fa6585b24b1e45a9cbc1a375c9863460350d3d3749b
 SHA512 
d7517c25228db9c69bc68e16ed3903ea5dda016d5e84183491fef0b65edbbaf34065e785b0e0dc48f3af2460dc9ac6c435436f460b01929b2403ef0b9a2ad2d8
-DIST vala-0.54.7.tar.xz 3916868 BLAKE2B 
0e9f1e20f7f2dc2e1b024baba6e64e9d192de7d9978c6f9b2ed37e5fff9e95e31718e7a44761c98e8fe2aa790e9464259df004610d4cf863ef39afe45cedd37d
 SHA512 
7d3345984c496e9fe6324fea6c4fd8d2887102b271d825740b0f5812538dbdabe9c88ec4022d25c34121df686200cce48d4678ec6a00b2a002b9e74242475440
 DIST vala-0.56.1.tar.xz 3960476 BLAKE2B 
a78786c51ce35735aa42e5e22a09bd29f98b19608651843c32c84ca6901a22971a2128a85a1e1e110d0b7d14cb89d4164688c289090a4299bb11540180548cf7
 SHA512 
83c34ab0497a9b7a627db8c1dbfea9e76c94b902e298afb2c30ba9824717f2fe3b0e26b987feb93cd4ff0ce211d0ecd9a746cc18c00e41c4c6fd01d05947902f
-DIST vala-0.56.2.tar.xz 3967960 BLAKE2B 
60b48ee3ddd1cee087819cded91ccbbe378a6945ddcb2583a94ab41b66599bc4897bec346b65525e67f6fba9cf94ab3923120e8eb2828afbcb6b674f0512009c
 SHA512 
8a33a1f1d573dd6aa1de6c001bce6e77da39d804cd526433c3e01454e597a7afb6d1b1bce554babf52a7baca5e88e205d28132c73b9a63e9d7b9f7314b3d4496
 DIST vala-0.56.3.tar.xz 3969676 BLAKE2B 
66fba756d89b7fbc9689a9ff7ef8d4689b53b9ee570225fb268bb433e9c14a876eac1565999944ad72864d9a3c62f777d534579ee7ca091d90e405ef2b271314
 SHA512 
3222edab995a1d405bc891b37ffb4915677b7bb56ce3be7d1ece1dfb77f2d054bf7499dad9e6eb593c42678ae2c2c7cd779a595b702a3e2e38e9e0e0d69ba99e

diff --git a/dev-lang/vala/vala-0.50.10.ebuild 
b/dev-lang/vala/vala-0.50.10.ebuild
deleted file mode 100644
index 4463e0ba5f36..000000000000
--- a/dev-lang/vala/vala-0.50.10.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2
-
-DESCRIPTION="Compiler for the GObject type system"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala";
-
-LICENSE="LGPL-2.1+"
-SLOT="0.50"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x86-linux"
-IUSE="test valadoc"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-libs/glib-2.48.0:2
-       >=dev-libs/vala-common-${PV}
-       valadoc? ( >=media-gfx/graphviz-2.16 )
-       !<net-libs/libsoup-2.66.2[vala]
-" # Older libsoup generates a libsoup-2.4.vapi that isn't fine for vala:0.46 
anymore
-# We block here, so libsoup[vala] consumers wouldn't have to >= it, which 
would be bad
-# as the newer is not required with older vala when those are picked instead 
of 0.46.
-# vala-0.45.91 ships a broken libsoup-2.4.vapi copy too, but that'll be fixed 
by 0.45.92
-DEPEND="${RDEPEND}
-       test? (
-               dev-libs/dbus-glib
-               >=dev-libs/glib-2.26:2
-               dev-libs/gobject-introspection
-       )
-"
-BDEPEND="
-       dev-libs/libxslt
-       sys-devel/flex
-       virtual/pkgconfig
-       virtual/yacc
-"
-
-src_configure() {
-       # weasyprint enables generation of PDF from HTML
-       gnome2_src_configure \
-               --disable-unversioned \
-               $(use_enable valadoc) \
-               VALAC=: \
-               WEASYPRINT=:
-}
-
-src_install() {
-       default
-       find "${D}" -name "*.la" -delete || die
-}

diff --git a/dev-lang/vala/vala-0.52.10.ebuild 
b/dev-lang/vala/vala-0.52.10.ebuild
deleted file mode 100644
index b10082614ee3..000000000000
--- a/dev-lang/vala/vala-0.52.10.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2
-
-DESCRIPTION="Compiler for the GObject type system"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala";
-
-LICENSE="LGPL-2.1+"
-SLOT="0.52"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x86-linux"
-IUSE="test valadoc"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-libs/glib-2.48.0:2
-       >=dev-libs/vala-common-${PV}
-       valadoc? ( >=media-gfx/graphviz-2.16 )
-       !<net-libs/libsoup-2.66.2[vala]
-" # Older libsoup generates a libsoup-2.4.vapi that isn't fine for vala:0.46 
anymore
-# We block here, so libsoup[vala] consumers wouldn't have to >= it, which 
would be bad
-# as the newer is not required with older vala when those are picked instead 
of 0.46.
-# vala-0.45.91 ships a broken libsoup-2.4.vapi copy too, but that'll be fixed 
by 0.45.92
-DEPEND="${RDEPEND}
-       test? (
-               dev-libs/dbus-glib
-               >=dev-libs/glib-2.26:2
-               dev-libs/gobject-introspection
-       )
-"
-BDEPEND="
-       dev-libs/libxslt
-       sys-devel/flex
-       virtual/pkgconfig
-       virtual/yacc
-"
-
-src_configure() {
-       # weasyprint enables generation of PDF from HTML
-       gnome2_src_configure \
-               --disable-unversioned \
-               $(use_enable valadoc) \
-               VALAC=: \
-               WEASYPRINT=:
-}
-
-src_install() {
-       default
-       find "${D}" -name "*.la" -delete || die
-}

diff --git a/dev-lang/vala/vala-0.54.7.ebuild b/dev-lang/vala/vala-0.54.7.ebuild
deleted file mode 100644
index b6d0c07a56d3..000000000000
--- a/dev-lang/vala/vala-0.54.7.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2
-
-DESCRIPTION="Compiler for the GObject type system"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala";
-
-LICENSE="LGPL-2.1+"
-SLOT="0.54"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x86-linux"
-IUSE="test valadoc"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-libs/glib-2.48.0:2
-       >=dev-libs/vala-common-${PV}
-       valadoc? ( >=media-gfx/graphviz-2.16 )
-       !<net-libs/libsoup-2.66.2[vala]
-" # Older libsoup generates a libsoup-2.4.vapi that isn't fine for vala:0.46 
anymore
-# We block here, so libsoup[vala] consumers wouldn't have to >= it, which 
would be bad
-# as the newer is not required with older vala when those are picked instead 
of 0.46.
-# vala-0.45.91 ships a broken libsoup-2.4.vapi copy too, but that'll be fixed 
by 0.45.92
-DEPEND="${RDEPEND}
-       test? (
-               dev-libs/dbus-glib
-               >=dev-libs/glib-2.26:2
-               dev-libs/gobject-introspection
-       )
-"
-BDEPEND="
-       dev-libs/libxslt
-       sys-devel/flex
-       virtual/pkgconfig
-       virtual/yacc
-"
-
-src_configure() {
-       # weasyprint enables generation of PDF from HTML
-       gnome2_src_configure \
-               --disable-unversioned \
-               $(use_enable valadoc) \
-               VALAC=: \
-               WEASYPRINT=:
-}
-
-src_install() {
-       default
-       find "${D}" -name "*.la" -delete || die
-}

diff --git a/dev-lang/vala/vala-0.56.2.ebuild b/dev-lang/vala/vala-0.56.2.ebuild
deleted file mode 100644
index 99e0f4919d65..000000000000
--- a/dev-lang/vala/vala-0.56.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2
-
-DESCRIPTION="Compiler for the GObject type system"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala";
-
-LICENSE="LGPL-2.1+"
-SLOT="0.56"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x86-linux"
-IUSE="test valadoc"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-libs/glib-2.48.0:2
-       >=dev-libs/vala-common-${PV}
-       valadoc? ( >=media-gfx/graphviz-2.16 )
-       !<net-libs/libsoup-2.66.2[vala]
-" # Older libsoup generates a libsoup-2.4.vapi that isn't fine for vala:0.46 
anymore
-# We block here, so libsoup[vala] consumers wouldn't have to >= it, which 
would be bad
-# as the newer is not required with older vala when those are picked instead 
of 0.46.
-# vala-0.45.91 ships a broken libsoup-2.4.vapi copy too, but that'll be fixed 
by 0.45.92
-DEPEND="${RDEPEND}
-       test? (
-               dev-libs/dbus-glib
-               >=dev-libs/glib-2.26:2
-               dev-libs/gobject-introspection
-       )
-"
-BDEPEND="
-       dev-libs/libxslt
-       sys-devel/flex
-       virtual/pkgconfig
-       virtual/yacc
-"
-
-src_configure() {
-       # weasyprint enables generation of PDF from HTML
-       gnome2_src_configure \
-               --disable-unversioned \
-               $(use_enable valadoc) \
-               VALAC=: \
-               WEASYPRINT=:
-}
-
-src_install() {
-       default
-       find "${D}" -name "*.la" -delete || die
-}

Reply via email to