summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-06-10 15:16:50 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2015-06-10 15:17:09 +0200
commit534df328a0505ccdd733dc67cda105ab3f32a87e (patch)
tree3e86b8c1ab23b8fe674d907bffb24c785a4a2672
parentprofiles: clean up (un)?masks (diff)
downloadgnome-534df328a0505ccdd733dc67cda105ab3f32a87e.tar.gz
gnome-534df328a0505ccdd733dc67cda105ab3f32a87e.tar.bz2
gnome-534df328a0505ccdd733dc67cda105ab3f32a87e.zip
games-puzzle/quadrapassel: moved to gentoo-x86
It was mistakenly re-added when removing gnome-session ebuild in commit c9c030948fd7489dcf86670d0995b2f16731bc99.
-rw-r--r--games-puzzle/quadrapassel/Manifest11
-rw-r--r--games-puzzle/quadrapassel/quadrapassel-3.16.1.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 b5ebcedf..00000000
--- a/games-puzzle/quadrapassel/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST quadrapassel-3.16.1.tar.xz 1742988 SHA256 3dbf3377c1e5207f53fcaeb58632f58275e9d5cf355ba84a3072aafa646b869d SHA512 bd4a12324900d2868220a4645fbe93b5808b724c0e2b2ae25bd62e46100e29cac18c0e187547e0dc1b8700ddf6567e5ac30a2ab27a723c084037987acdd2ab0e WHIRLPOOL 9af487d8e7b7910eba0bd569d9e30948a8e4ad034a5c1bb75b80279dfd1d4b5e313252682e8010608cd5e4bafc6244a17713f26c6017c8395fc1bbdd3029df8e
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlVUfUEACgkQ1fmVwcYIWAaXIgCg1HccPKD7Rzadmax7BsguJolP
-mlEAn3XuQCXWZgzV3Vo8dUSNkUpESdgy
-=biqu
------END PGP SIGNATURE-----
diff --git a/games-puzzle/quadrapassel/quadrapassel-3.16.1.ebuild b/games-puzzle/quadrapassel/quadrapassel-3.16.1.ebuild
deleted file mode 100644
index 3d626066..00000000
--- a/games-puzzle/quadrapassel/quadrapassel-3.16.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 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-libs/appstream-glib
- >=dev-util/intltool-0.50
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- gnome-games_src_prepare
- vala_src_prepare
-}