From e748ba9741f6540f4675c23e3e37b73e822c13a4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 May 2021 20:59:14 +0100 Subject: gentoo resync : 31.05.2021 --- games-board/four-in-a-row/Manifest | 4 +- .../four-in-a-row/four-in-a-row-3.36.4.ebuild | 47 ---------------------- .../four-in-a-row/four-in-a-row-3.38.1.ebuild | 2 +- 3 files changed, 2 insertions(+), 51 deletions(-) delete mode 100644 games-board/four-in-a-row/four-in-a-row-3.36.4.ebuild (limited to 'games-board/four-in-a-row') diff --git a/games-board/four-in-a-row/Manifest b/games-board/four-in-a-row/Manifest index 83bbbb9fb005..0d176236c718 100644 --- a/games-board/four-in-a-row/Manifest +++ b/games-board/four-in-a-row/Manifest @@ -1,5 +1,3 @@ -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 -EBUILD four-in-a-row-3.36.4.ebuild 934 BLAKE2B 1df0ef48fd99b8b77af105be86dc7e1635b30e5d07c553fd2c3b3a12cb24c155defb5a61c23428d3591acba61dae5924759bc1cb8d84e81ae5c91b51e4741360 SHA512 b5624d550927698301651981135070b51891f6ce078f4ab3cb97a6d3d515f4992de7cbc1cabb4fb7722f3ac1894da9016fc5b23d41ad452e2418fdc17374230b -EBUILD four-in-a-row-3.38.1.ebuild 972 BLAKE2B 5615aff9d4a20197f8204dd4897b2d0ab3e19de35c36a6ff24bbdde038ddc8494c1328ba0724dae8c36c90db9435d8f577a39ab0f94b2eefad22871a204d671a SHA512 70e4c606912b883d4b8891a464992b873da957be457c0b8bfa6e68bc528080b134ca5920e60660208e60757a973627f8245c4cbfea2e500bf447f80bd1f7c4cf +EBUILD four-in-a-row-3.38.1.ebuild 970 BLAKE2B 6ccc3f4f898d2e11fa40e4b82c8f9bd7a77bc792e645f9cd166a76e3a8e4a164ba9c18a42d1e3ebcf409a5ae9b31c1b0a2d49a5afc41e5d2d50d98dae501616a SHA512 ec6d4a63e315580a97f48f19f04621bad247cc8b7d02d594648281cb5b68f05d916937ffbdb1bf9733bda81e6a8b8db39ce3ceb2367274131f590e598b694bba MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506 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 -} diff --git a/games-board/four-in-a-row/four-in-a-row-3.38.1.ebuild b/games-board/four-in-a-row/four-in-a-row-3.38.1.ebuild index d862dd8a2b1f..86034a3860eb 100644 --- a/games-board/four-in-a-row/four-in-a-row-3.38.1.ebuild +++ b/games-board/four-in-a-row/four-in-a-row-3.38.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row https://gitlab.gnome.org/GNO # 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" +KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND=" >=dev-libs/glib-2.40.0:2 -- cgit v1.2.3