diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-30 16:27:56 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-30 18:57:45 -0700 |
commit | 332d7727950e1867042256387bdd69351d258c9a (patch) | |
tree | cd9aa1753578d2e3c0e6ad464309c53a5c39c820 /games-board | |
parent | games-arcade/gnome-robots: Drop old versions (diff) | |
download | gentoo-332d7727950e1867042256387bdd69351d258c9a.tar.gz gentoo-332d7727950e1867042256387bdd69351d258c9a.tar.bz2 gentoo-332d7727950e1867042256387bdd69351d258c9a.zip |
games-board/four-in-a-row: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/four-in-a-row/Manifest | 1 | ||||
-rw-r--r-- | games-board/four-in-a-row/four-in-a-row-3.36.4.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/games-board/four-in-a-row/Manifest b/games-board/four-in-a-row/Manifest index f2f9dc813f07..294e4ee639d7 100644 --- a/games-board/four-in-a-row/Manifest +++ b/games-board/four-in-a-row/Manifest @@ -1,2 +1 @@ -DIST four-in-a-row-3.36.4.tar.xz 558244 BLAKE2B 63a61de3150fe067faebffc021f78398a267b0788e5353d6953dbf6b6836a21901f9bb8f498872a083b1d8c9ccd9dfe2a58c529e2655959084a64102f2ac4d3b SHA512 5f73f2b2548c9b9dfdf1310cdb22c65e7f96135367d55e113b1c779ed21aab5ed01eaaa009c346035a222fa8c87c6224334d546407963a90f068b5ca8ae1b58d DIST four-in-a-row-3.38.1.tar.xz 565408 BLAKE2B ac7991404707d1dff5a1819d7844da799e47c185eacc265312af06065b89f3ab787582c5a718de0342894a61c617a809f874a2a7b67e7f6f106862147c6b4feb SHA512 f30dd912e0dc9f4b59706de96b216428c7fd2deac5686cfe1e4e8be9923862bf767b7533d29aa59cf3e631c7a13e5b9d2fcfc18fc20559778fd0102cc32b5835 diff --git a/games-board/four-in-a-row/four-in-a-row-3.36.4.ebuild b/games-board/four-in-a-row/four-in-a-row-3.36.4.ebuild deleted file mode 100644 index b9236389d794..000000000000 --- a/games-board/four-in-a-row/four-in-a-row-3.36.4.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -VALA_MIN_API_VERSION="0.44" -inherit gnome.org gnome2-utils meson vala xdg - -DESCRIPTION="Make lines of the same color to win" -HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row" - -# Code and most themes are GPL-3+, CC-BY-SA-3.0 is user help license in v3.32.0 -LICENSE="GPL-3+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.40.0:2 - >=media-libs/gsound-1.0.2 - >=x11-libs/gtk+-3.22.23:3 - >=gnome-base/librsvg-2.32.0 -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-libs/appstream-glib - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - $(vala_depend) - media-libs/gsound[vala] - gnome-base/librsvg[vala] -" - -src_prepare() { - xdg_src_prepare - vala_src_prepare -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |