summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-02-03 21:37:26 +0200
committerMart Raudsepp <leio@gentoo.org>2018-02-03 21:40:02 +0200
commitaa4d119671e96ea210766466781f742b5acefbd1 (patch)
tree5fac393ad668bd5d1edab4ab9ad9f4df26088260 /games-puzzle
parentgames-puzzle/lightsoff: remove old (diff)
downloadgentoo-aa4d119671e96ea210766466781f742b5acefbd1.tar.gz
gentoo-aa4d119671e96ea210766466781f742b5acefbd1.tar.bz2
gentoo-aa4d119671e96ea210766466781f742b5acefbd1.zip
games-puzzle/swell-foop: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/swell-foop/Manifest1
-rw-r--r--games-puzzle/swell-foop/swell-foop-3.22.2.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/games-puzzle/swell-foop/Manifest b/games-puzzle/swell-foop/Manifest
index e32d09687f8b..6055e7e3420f 100644
--- a/games-puzzle/swell-foop/Manifest
+++ b/games-puzzle/swell-foop/Manifest
@@ -1,2 +1 @@
-DIST swell-foop-3.22.2.tar.xz 2294160 BLAKE2B 1bff0a03149e26b00bfda88e58529d4e59a5b68bc3c0891c4337602f88abec810c6de65ad605e3d0e56b24ad8ed6ce701d656d719fca865898122f3a18a400ae SHA512 ada002a883c274cd834db825879cd5c16b222df39212843b0718f953256838af8689bec10a02133dcb140f3567b1a9203c73e1e0c6530469630df6dfdaf7167f
DIST swell-foop-3.24.0.tar.xz 2313656 BLAKE2B 2a52751eb1390a7bff7956ed21058fef913e5b125f04f6415ccb9aef28cd5517d1c4683318379dafa820c8124d7798ed2142c4ed1277234d70c1b9dfe8403b86 SHA512 470bcf9715e280b9cc7bba79d1d50e924416b6d29058ba0105aee48d30ee58971262e2304610334f92f2f6a9fc6983898047d3ad05443a2cb062e15564388ab0
diff --git a/games-puzzle/swell-foop/swell-foop-3.22.2.ebuild b/games-puzzle/swell-foop/swell-foop-3.22.2.ebuild
deleted file mode 100644
index 03c0f5ad7250..000000000000
--- a/games-puzzle/swell-foop/swell-foop-3.22.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 vala
-
-DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
-HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.36:2
- >=media-libs/clutter-1.14:1.0
- >=media-libs/clutter-gtk-1.5:1.0
- >=x11-libs/gtk+-3.12:3
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- app-text/yelp-tools
- dev-libs/appstream-glib
- >=dev-util/intltool-0.50
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- gnome2_src_prepare
- vala_src_prepare
-}