diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-31 08:31:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-31 08:31:53 +0000 |
commit | 5a2eb538a9e93bf51e5fa72f0e4cd658babd7ab1 (patch) | |
tree | dc4af19e0b5da0f758cf68440b1a60cf2ff811f2 /games-puzzle/skoosh | |
parent | ~ia64 keyword. (diff) | |
download | gentoo-2-5a2eb538a9e93bf51e5fa72f0e4cd658babd7ab1.tar.gz gentoo-2-5a2eb538a9e93bf51e5fa72f0e4cd658babd7ab1.tar.bz2 gentoo-2-5a2eb538a9e93bf51e5fa72f0e4cd658babd7ab1.zip |
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-puzzle/skoosh')
-rw-r--r-- | games-puzzle/skoosh/files/digest-skoosh-2.0.8 | 1 | ||||
-rw-r--r-- | games-puzzle/skoosh/skoosh-2.0.8.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/games-puzzle/skoosh/files/digest-skoosh-2.0.8 b/games-puzzle/skoosh/files/digest-skoosh-2.0.8 deleted file mode 100644 index bc4d41208512..000000000000 --- a/games-puzzle/skoosh/files/digest-skoosh-2.0.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 73c584c797554f85c38e2074f83bca41 skoosh-2.0.8.tar.gz 210024 diff --git a/games-puzzle/skoosh/skoosh-2.0.8.ebuild b/games-puzzle/skoosh/skoosh-2.0.8.ebuild deleted file mode 100644 index ce898425c4dd..000000000000 --- a/games-puzzle/skoosh/skoosh-2.0.8.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/skoosh-2.0.8.ebuild,v 1.2 2004/06/24 23:09:50 agriffis 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="x86" -IUSE="nls" - -DEPEND=">=gnome-base/gconf-2 - >=gnome-base/libgnomeui-2" - -RDEPEND="${DEPEND} - 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" -} |