summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-12-23 00:04:06 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2014-12-23 00:04:06 +0100
commit67c187eddcbb3131b408b73af3c659e4a925763d (patch)
treea3e576716e4c3676e04367d2aa2220c5db51ae36 /games-puzzle
parentgames-puzzle/lightsoff: moved to gentoo-x86 (diff)
downloadgnome-67c187eddcbb3131b408b73af3c659e4a925763d.tar.gz
gnome-67c187eddcbb3131b408b73af3c659e4a925763d.tar.bz2
gnome-67c187eddcbb3131b408b73af3c659e4a925763d.zip
games-puzzle/quadrapassel: moved to gentoo-x86
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/quadrapassel/Manifest11
-rw-r--r--games-puzzle/quadrapassel/quadrapassel-3.14.0.ebuild39
2 files changed, 0 insertions, 50 deletions
diff --git a/games-puzzle/quadrapassel/Manifest b/games-puzzle/quadrapassel/Manifest
deleted file mode 100644
index 1565b67e..00000000
--- a/games-puzzle/quadrapassel/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST quadrapassel-3.14.0.tar.xz 1761600 SHA256 18cc54a4f0807bd1b62268419a25c00c2425c2d468a65b83a9d30ed6484f86c1 SHA512 459012284a7c4268ea84dc7d18298d14240c1b657ee27b77d848f74fd77c5397087697d524a64a180ce9a9900755d5c41e64350bd5fafb0d7a7c7d668022719a WHIRLPOOL 1d97810c3e3335d7b8454b634513764e528b1613ed6531d7af84164919d0b3ea05ca056a733680107cd3c0b8372c01684b3571b0a31b3a33e4dfbaf2fbe266a9
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlRNJ/MACgkQ1fmVwcYIWAZySACfTUDFZuxrSVEbib81JYVY/DAU
-js4An0hhE5n8yBnr7QZNQAKzw8TdLpuS
-=NPjO
------END PGP SIGNATURE-----
diff --git a/games-puzzle/quadrapassel/quadrapassel-3.14.0.ebuild b/games-puzzle/quadrapassel/quadrapassel-3.14.0.ebuild
deleted file mode 100644
index e18dd233..00000000
--- a/games-puzzle/quadrapassel/quadrapassel-3.14.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.24"
-
-inherit gnome-games vala
-
-DESCRIPTION="Fit falling blocks together"
-HOMEPAGE="https://wiki.gnome.org/Apps/Quadrapassel"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/glib:2
- >=gnome-base/librsvg-2.32.0:2
- >=media-libs/clutter-1:1.0
- >=media-libs/clutter-gtk-0.91.6:1.0
- >=media-libs/libcanberra-0.26[gtk3]
- >=x11-libs/gtk+-3.12:3
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- app-text/yelp-tools
- dev-util/appdata-tools
- >=dev-util/intltool-0.50
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- gnome-games_src_prepare
- vala_src_prepare
-}