diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-06-25 13:53:47 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-06-25 14:21:58 +0200 |
commit | a7ea9e93dc77324367aaeb805a60e8463a58b651 (patch) | |
tree | 18385e2d38cdb77d372648c1a87eea8c14259f99 /games-puzzle | |
parent | games-puzzle/quadrapassel: Version bump (diff) | |
download | gentoo-a7ea9e93dc77324367aaeb805a60e8463a58b651.tar.gz gentoo-a7ea9e93dc77324367aaeb805a60e8463a58b651.tar.bz2 gentoo-a7ea9e93dc77324367aaeb805a60e8463a58b651.zip |
games-puzzle/swell-foop: Drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/swell-foop/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/swell-foop/swell-foop-3.16.2.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/games-puzzle/swell-foop/Manifest b/games-puzzle/swell-foop/Manifest index c0f382a17fa6..413dce9db3fb 100644 --- a/games-puzzle/swell-foop/Manifest +++ b/games-puzzle/swell-foop/Manifest @@ -1,2 +1 @@ -DIST swell-foop-3.16.2.tar.xz 2394508 SHA256 0f37a55c29e15678ba0fb04bebca9ddf02ad85fdf8e87a169ba2eb5d073bb790 SHA512 62036032ab938088656d14f40a8e80e3881e17ea25c93ee2dd5cb744865b7cc7e88f191226a71dd4f65b2971d25b125b948cb1b4128cce15c66ec47f764aad3d WHIRLPOOL af961982db3396b91b564bd40385c3ff6b667c3b2072c74106dd94710bce3d3ec04cee1599de3c1824a4cd6dfe454a611c8a082620e209ec8b225cb945d154c6 DIST swell-foop-3.18.1.tar.xz 2329916 SHA256 b454fb8ccc1d040a7ae08d632a07feecf88a2bf0c172b75b863f2a05e97179f6 SHA512 8b5a9de96989f60e5e6addcef5f326a1ebb1c98339da2b6ee5cf5f0065e8c24a3bd46dcb400ca16a9353171eb539cf370592a323ea0e896b59fa3c1f75061b4f WHIRLPOOL 90da0e77a64a0f756d2c2e5cf494ec4911f087b245db0aa05ff8a0b513698e7414dea6560fe7dfad66d2f4d07124b1f3325e847e407b5db6a4e166d17c2395ad diff --git a/games-puzzle/swell-foop/swell-foop-3.16.2.ebuild b/games-puzzle/swell-foop/swell-foop-3.16.2.ebuild deleted file mode 100644 index 065624f82e6b..000000000000 --- a/games-puzzle/swell-foop/swell-foop-3.16.2.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 -} |