diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-05-18 23:06:36 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-05-18 23:43:57 +0300 |
commit | b4fb6db991990fcca0ca3b18b51329cb1dff6093 (patch) | |
tree | 7f10d192e317a7eafdb58c07046bf0a83b13b64b /games-puzzle/swell-foop | |
parent | games-puzzle/lightsoff: remove old (diff) | |
download | gentoo-b4fb6db991990fcca0ca3b18b51329cb1dff6093.tar.gz gentoo-b4fb6db991990fcca0ca3b18b51329cb1dff6093.tar.bz2 gentoo-b4fb6db991990fcca0ca3b18b51329cb1dff6093.zip |
games-puzzle/swell-foop: remove old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'games-puzzle/swell-foop')
-rw-r--r-- | games-puzzle/swell-foop/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/swell-foop/swell-foop-3.26.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/games-puzzle/swell-foop/Manifest b/games-puzzle/swell-foop/Manifest index b213711a5d31..ca3d020e6758 100644 --- a/games-puzzle/swell-foop/Manifest +++ b/games-puzzle/swell-foop/Manifest @@ -1,2 +1 @@ -DIST swell-foop-3.26.0.tar.xz 2295368 BLAKE2B 6e85f2f3a931ddb3351d8cea25dc9f03252be8bb793385a3d2dc011528590b20aa9d2261d4810b2425ce995d82df49b6e07fb471b052e79c00cd16af31f375f2 SHA512 586e41c775b7fae55c9688b4e6152efebbd02efe71c7264baa1a914b343b2779d31229a3f97cff22e1d57fe223d401e3ac3b8ae72dc1f975959fef609ac6645c DIST swell-foop-3.30.0.tar.xz 1117832 BLAKE2B 4cbf829140bd3ff14c09c83b8ebf8a82a00e97d8f73f82ad3fe11220d9ef89a1bdd116ec28235e5ae02bf258021ff6fceb968f1e39598ea606a4c613e0a43f8f SHA512 233ffd2acec9590e97d410a4084e2fa6f9e1b9dc80aec643c8a20de008410930a3cbda901dee63180c6ea469c91db489d513d9bc34edc4e3448cc53a3c76e029 diff --git a/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild deleted file mode 100644 index c9f6ae4a342f..000000000000 --- a/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# 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 -} |