summaryrefslogtreecommitdiff
path: root/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
commitdeba8115d2c2af26df42966b91ef04ff4dd79cde (patch)
tree9a48f42594e1a9e6b2020d5535a784314434d7a7 /games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild
parent38423c67c8a23f6a1bc42038193182e2da3116eb (diff)
gentoo resync : 14.05.2020
Diffstat (limited to 'games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild')
-rw-r--r--games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild b/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild
deleted file mode 100644
index 04f48cd4ecca..000000000000
--- a/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="yes"
-
-inherit eutils gnome2
-
-DESCRIPTION="Sliding tile puzzle for Gnome 2"
-HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html"
-SRC_URI="http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND="
- >=gnome-base/gconf-2:2
- gnome-base/libgnome-keyring
- >=gnome-base/libgnomeui-2
- nls? ( virtual/libintl )
-"
-# needs scrollkeeper-preinstall from rarian to build
-DEPEND="${RDEPEND}
- app-text/rarian
- nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
- # Fix .desktop file
- epatch "${FILESDIR}/${PN}-2.5.0-desktop.patch"
-
- # Need to apply omf fix or else we get access
- # violation errors related to sandbox.
- gnome2_omf_fix "${S}/help/C/Makefile.in"
-
- gnome2_src_prepare
-}