From 3ca168c39ab454212017afd20de4bf8c76f91606 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 30 May 2021 16:27:29 -0700 Subject: [PATCH] games-arcade/gnome-robots: Drop old versions Signed-off-by: Matt Turner --- games-arcade/gnome-robots/Manifest | 1 - .../gnome-robots/gnome-robots-3.36.1.ebuild | 38 ------------------- 2 files changed, 39 deletions(-) delete mode 100644 games-arcade/gnome-robots/gnome-robots-3.36.1.ebuild diff --git a/games-arcade/gnome-robots/Manifest b/games-arcade/gnome-robots/Manifest index 32aa6a89a8e85..2848c9722ae62 100644 --- a/games-arcade/gnome-robots/Manifest +++ b/games-arcade/gnome-robots/Manifest @@ -1,2 +1 @@ -DIST gnome-robots-3.36.1.tar.xz 428080 BLAKE2B 8026bcc2a58f3fd55daa2748b283f759c1c395766d2a64c857587a7a76e3ea27589fadf84628faf2a58b8e59e854b07630b36cd86275cd5f0fcaad58f6382755 SHA512 384506dac87818cfb9e8e72527a70adedcf01db91d18ac2bf8ac7dace68fc19429e3f15a4ff4b7e452595a3e9ae92201169ed30b687de6ef1b80b6d53c288125 DIST gnome-robots-40.0.tar.xz 420024 BLAKE2B 2cac9377914a4cc12bdfe23bf73fd1c63e80aee7c70d3817ebeac2cb044c6a1a4f00a6fd40f903bea5560ef598ad74d372dda91a61e486eb17b0bd85bc6c53ca SHA512 bff0caf40976b420f564abbfaa96ae1627da89cfa19a7ff3c14c313f7bbdd1d0452452d49ca7b150493915ae7eebdd022aada673405e0794e4c3abd8f5c39b4f diff --git a/games-arcade/gnome-robots/gnome-robots-3.36.1.ebuild b/games-arcade/gnome-robots/gnome-robots-3.36.1.ebuild deleted file mode 100644 index f1d17dca8f3de..0000000000000 --- a/games-arcade/gnome-robots/gnome-robots-3.36.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit gnome.org gnome2-utils meson xdg - -DESCRIPTION="Avoid the robots and make them crash into each other" -HOMEPAGE="https://wiki.gnome.org/Apps/Robots" - -LICENSE="GPL-3+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.32:2 - dev-libs/libgnome-games-support:1= - >=media-libs/gsound-1.0.2 - >=x11-libs/gtk+-3.15:3 - >=gnome-base/librsvg-2.36.2:2 -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-libs/appstream-glib - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}