summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-30 16:00:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-30 16:00:54 +0000
commitf5301d7da1c67ba4b7396b6cd064aa0b654c22c8 (patch)
treeff1ef93d46c86fe6fd005482f2b74326c5fbc703 /games-sports
parentamd64 stable, bug #230001 (diff)
downloadgentoo-2-f5301d7da1c67ba4b7396b6cd064aa0b654c22c8.tar.gz
gentoo-2-f5301d7da1c67ba4b7396b6cd064aa0b654c22c8.tar.bz2
gentoo-2-f5301d7da1c67ba4b7396b6cd064aa0b654c22c8.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/kbilliards/kbilliards-0.8.7.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/games-sports/kbilliards/kbilliards-0.8.7.ebuild b/games-sports/kbilliards/kbilliards-0.8.7.ebuild
deleted file mode 100644
index 298c3777ab67..000000000000
--- a/games-sports/kbilliards/kbilliards-0.8.7.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/kbilliards/kbilliards-0.8.7.ebuild,v 1.2 2006/10/05 09:27:52 blubb Exp $
-
-ARTS_REQUIRED=yes
-inherit kde
-
-DESCRIPTION="a funny billiards simulator game, under KDE"
-HOMEPAGE="http://www.hostnotfound.it/kbilliards.php"
-SRC_URI="http://www.hostnotfound.it/kbilliards/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-need-kde 3
-
-src_unpack() {
- base_src_unpack
- kde_sandbox_patch "${S}"/media/{balls,maps,other,sound}
-}