summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2020-11-07 16:22:08 +0200
committerMart Raudsepp <leio@gentoo.org>2020-11-07 17:21:17 +0200
commitb032e581aa01a60b77a6b6273e22b0024c1c4acc (patch)
tree9c1bde0a50137f2fdd2661b9a2bb76f43a3690a8 /games-puzzle/gnome-taquin
parentgames-puzzle/gnome-sudoku: remove old (diff)
downloadgentoo-b032e581aa01a60b77a6b6273e22b0024c1c4acc.tar.gz
gentoo-b032e581aa01a60b77a6b6273e22b0024c1c4acc.tar.bz2
gentoo-b032e581aa01a60b77a6b6273e22b0024c1c4acc.zip
games-puzzle/gnome-taquin: remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'games-puzzle/gnome-taquin')
-rw-r--r--games-puzzle/gnome-taquin/Manifest1
-rw-r--r--games-puzzle/gnome-taquin/gnome-taquin-3.34.4.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/games-puzzle/gnome-taquin/Manifest b/games-puzzle/gnome-taquin/Manifest
index b19c7ec81d52..492d37e24f59 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1,2 +1 @@
-DIST gnome-taquin-3.34.4.tar.xz 5242780 BLAKE2B 9763d77f77ddfc0c283663be22258b7baa2529f0d3efc05200f1735ca8766008451e648b6fb7b15e4f06887a6c040b5f25e5e63291b00036180a134854bcc57c SHA512 15da9ebc8c1aa89b350132efe034b977d96a62e686d01cfe8547b47541f1c2d30d564ba3eed35e3c80818835703cf4f33552d373908a2e8287c3982c041d7eef
DIST gnome-taquin-3.36.4.tar.xz 5253972 BLAKE2B ddeacc57e52e434c5f3f7956226c4dc3c25416c61d8e920116dafebd89a3b442c01c54840bacdb93d5ee6ca4b6428c36f77c56f53651fe90ee8fda9026b23db5 SHA512 72e28698e292ec198c77f4f56624bafd88220157582d220ace363e29bb2f3bdbe7198c30348a6aef12e07dce275be6280fd4dc8a6bcc58f31d1e5ef54d0f3f7d
diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.34.4.ebuild b/games-puzzle/gnome-taquin/gnome-taquin-3.34.4.ebuild
deleted file mode 100644
index 2bf04a590c03..000000000000
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.34.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Move tiles so that they reach their places"
-HOMEPAGE="https://wiki.gnome.org/Apps/Taquin"
-
-LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.40.0:2
- >=media-libs/gsound-1.0.2
- >=x11-libs/gtk+-3.22.23:3
- >=gnome-base/librsvg-2.32.0:2
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources (xml-stripblanks and to-pixdata)
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-libs/libxml2:2
- dev-util/itstool
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
- x11-libs/gdk-pixbuf:2
- $(vala_depend)
- media-libs/gsound[vala]
- gnome-base/librsvg:2[vala]
-"
-
-src_prepare() {
- xdg_src_prepare
- vala_src_prepare
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}