summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-06-09 17:20:52 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2015-06-09 17:20:52 +0200
commitca85363dc4bd2b950ce6f0cf01350a4c99d1e462 (patch)
treef08ae6f33f195cd9ef81a0ee3ff5e1c1397384e1 /games-puzzle
parentgames-puzzle/gnome-sudoku: moved to gentoo-x86 (diff)
downloadgnome-ca85363dc4bd2b950ce6f0cf01350a4c99d1e462.tar.gz
gnome-ca85363dc4bd2b950ce6f0cf01350a4c99d1e462.tar.bz2
gnome-ca85363dc4bd2b950ce6f0cf01350a4c99d1e462.zip
games-puzzle/gnome-taquin: moved to gentoo-x86
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/gnome-taquin/Manifest11
-rw-r--r--games-puzzle/gnome-taquin/gnome-taquin-3.16.1.ebuild37
2 files changed, 0 insertions, 48 deletions
diff --git a/games-puzzle/gnome-taquin/Manifest b/games-puzzle/gnome-taquin/Manifest
deleted file mode 100644
index 94aca2ac..00000000
--- a/games-puzzle/gnome-taquin/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST gnome-taquin-3.16.1.tar.xz 5514336 SHA256 f1a25ea1d26e10fcb74f1025a08f7f9b2065bbd197ee12a1af94c5f06c0c8a08 SHA512 4d6b3d5b2ae765cd3dd12b766f381aa3d800e5ba9da31acd487440b4ea2607ee2b99f17c1daa9926084cde370afa82a911591e448dd80167835b335b1d20440e WHIRLPOOL b8d6074c633ede2dce2d85277a57c8cdbab1081b1354519f3e7383b3959b411b4f5a41217a54db0be9b8353f3d8c8ab9c3049d5069e008b726fe62537302d9bc
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlVPSs0ACgkQ1fmVwcYIWAYRlwCgx5/tuTVmbpMDhd7YXq11LChI
-aCwAnRlS3OkDNuRUZv9yurbsZMRDQY/m
-=qTSN
------END PGP SIGNATURE-----
diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.16.1.ebuild b/games-puzzle/gnome-taquin/gnome-taquin-3.16.1.ebuild
deleted file mode 100644
index 27971592..00000000
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.16.1.ebuild
+++ /dev/null
@@ -1,37 +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.28"
-
-inherit gnome-games vala
-
-DESCRIPTION="Move tiles so that they reach their places"
-HOMEPAGE="https://wiki.gnome.org/Apps/Taquin"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.40:2
- >=gnome-base/librsvg-2.32
- >=media-libs/libcanberra-0.26
- >=x11-libs/gtk+-3.15:3
-"
-DEPEND="${RDEPEND}
- app-text/yelp-tools
- dev-libs/appstream-glib
- >=dev-util/intltool-0.50
- sys-devel/gettext
- virtual/pkgconfig
- $(vala_depend)
-"
-
-src_prepare() {
- vala_src_prepare
- gnome-games_src_prepare
-}