summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/sokoban/sokoban-1.04_p20030614.ebuild')
-rw-r--r--app-emacs/sokoban/sokoban-1.04_p20030614.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-emacs/sokoban/sokoban-1.04_p20030614.ebuild b/app-emacs/sokoban/sokoban-1.04_p20030614.ebuild
deleted file mode 100644
index 90301832e5b6..000000000000
--- a/app-emacs/sokoban/sokoban-1.04_p20030614.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/sokoban/sokoban-1.04_p20030614.ebuild,v 1.3 2010/05/22 15:51:04 pacho Exp $
-
-inherit elisp
-
-DESCRIPTION="Implementation of Sokoban for Emacs"
-HOMEPAGE="http://www.xemacs.org/Develop/packages.html"
-# taken from: http://alioth.debian.org/scm/viewvc.php/XEmacs/packages/xemacs-packages/games/?root=xemacs
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}"
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
- elisp_src_install
- insinto "${SITEETC}/${PN}"
- doins sokoban.levels || die
-}