summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-10-19 23:44:46 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2016-10-20 00:02:27 +0200
commit0892e13b9acd392d15ceeee1edf51f0c96698292 (patch)
treecdd4f7f5e5edb75e0b0420b30f61992dd02f326f /games-puzzle/swell-foop
parentgames-puzzle/swell-foop: version bump 3.20.0 → 3.22.0 (diff)
downloadgentoo-0892e13b9acd392d15ceeee1edf51f0c96698292.tar.gz
gentoo-0892e13b9acd392d15ceeee1edf51f0c96698292.tar.bz2
gentoo-0892e13b9acd392d15ceeee1edf51f0c96698292.zip
games-puzzle/swell-foop: cleanup old revision
Package-Manager: portage-2.3.1
Diffstat (limited to 'games-puzzle/swell-foop')
-rw-r--r--games-puzzle/swell-foop/Manifest1
-rw-r--r--games-puzzle/swell-foop/swell-foop-3.18.1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/games-puzzle/swell-foop/Manifest b/games-puzzle/swell-foop/Manifest
index c85e4f011dba..6f6fdb8a7a30 100644
--- a/games-puzzle/swell-foop/Manifest
+++ b/games-puzzle/swell-foop/Manifest
@@ -1,3 +1,2 @@
-DIST swell-foop-3.18.1.tar.xz 2329916 SHA256 b454fb8ccc1d040a7ae08d632a07feecf88a2bf0c172b75b863f2a05e97179f6 SHA512 8b5a9de96989f60e5e6addcef5f326a1ebb1c98339da2b6ee5cf5f0065e8c24a3bd46dcb400ca16a9353171eb539cf370592a323ea0e896b59fa3c1f75061b4f WHIRLPOOL 90da0e77a64a0f756d2c2e5cf494ec4911f087b245db0aa05ff8a0b513698e7414dea6560fe7dfad66d2f4d07124b1f3325e847e407b5db6a4e166d17c2395ad
DIST swell-foop-3.20.0.tar.xz 2310976 SHA256 40532a734dcae6d42a1e4692fd94e395442ff07c134acacf5fce3396c1e352a4 SHA512 522c39eb906701d9e849442e62b27e8aa1072d79bb7f4d4216eeb7e436c46a2b252575fa399416bfd9cc18469797e15096e426fd3ffd68111cc213f0307ac413 WHIRLPOOL e3d37f840259e85bf1ffb7054e8b27cd4e86daf4b2701a442c9f4e29f68b9fdfc4a3bec0376a1a0aad40f616c6dca3d833bf4a145dffb65d8a50a63e6105013e
DIST swell-foop-3.22.0.tar.xz 1633280 SHA256 e7bb6f4c7932a17c3f48e5b7df66f4e3953642e8126389531592a79fdf71e0a4 SHA512 8b6b3f3b297da1246b0d04ac7d08d9b0fbcd09ad84a84b33c5235f4021cc312052f4554acbc6b49d67091e018dfb9ffd8523d43201c19f2255b1d7da99473379 WHIRLPOOL 04901596ba84ef023004f15e666790dadae10268a50c407865567e410b9afcc09c94750111d2d4c4a177e3f68e06edc33103b82cb80ecb4ac44ffe80387ba04b
diff --git a/games-puzzle/swell-foop/swell-foop-3.18.1.ebuild b/games-puzzle/swell-foop/swell-foop-3.18.1.ebuild
deleted file mode 100644
index 065624f82e6b..000000000000
--- a/games-puzzle/swell-foop/swell-foop-3.18.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.22"
-
-inherit gnome-games vala
-
-DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
-HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop"
-
-LICENSE="GPL-2+"
-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() {
- gnome-games_src_prepare
- vala_src_prepare
-}