summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-12-06 19:01:56 +0000
committerPacho Ramos <pacho@gentoo.org>2014-12-06 19:01:56 +0000
commita1a68d8626110fc145e7637ad35af4b9f24aa47d (patch)
tree82f39271a1de8a5268e94cda57852bec9aada585 /games-puzzle
parentAdd missing 'velvetbird' useflag to 0.6.70 and 9999. (diff)
downloadgentoo-2-a1a68d8626110fc145e7637ad35af4b9f24aa47d.tar.gz
gentoo-2-a1a68d8626110fc145e7637ad35af4b9f24aa47d.tar.bz2
gentoo-2-a1a68d8626110fc145e7637ad35af4b9f24aa47d.zip
Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/skoosh/ChangeLog5
-rw-r--r--games-puzzle/skoosh/skoosh-2.5.0.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/games-puzzle/skoosh/ChangeLog b/games-puzzle/skoosh/ChangeLog
index 7bd3d9b95c2f..0ff7af87b9ba 100644
--- a/games-puzzle/skoosh/ChangeLog
+++ b/games-puzzle/skoosh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/skoosh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/ChangeLog,v 1.13 2014/12/05 10:18:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/ChangeLog,v 1.14 2014/12/06 19:01:56 pacho Exp $
+
+ 06 Dec 2014; Pacho Ramos <pacho@gentoo.org> -skoosh-2.5.0.ebuild:
+ Drop old
05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> skoosh-2.5.0-r1.ebuild:
Stable for x86, wrt bug #530020
diff --git a/games-puzzle/skoosh/skoosh-2.5.0.ebuild b/games-puzzle/skoosh/skoosh-2.5.0.ebuild
deleted file mode 100644
index 48fa552c00a0..000000000000
--- a/games-puzzle/skoosh/skoosh-2.5.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/skoosh-2.5.0.ebuild,v 1.7 2012/02/06 19:00:11 mr_bones_ Exp $
-
-inherit 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 ppc x86"
-IUSE="nls"
-
-RDEPEND=">=gnome-base/gconf-2
- >=gnome-base/libgnomeui-2
- nls? ( virtual/libintl )"
-# needs scrollkeeper-preinstall from rarian to build
-DEPEND="${RDEPEND}
- app-text/rarian
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- # Need to apply omf fix or else we get access
- # violation errors related to sandbox.
- gnome2_omf_fix "${S}/help/C/Makefile.in"
-}