summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-03 00:57:03 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-03 00:57:03 +0000
commit7847a41938f0df6bcb7d674d68f7477b7ca00e18 (patch)
treeed85b8f78c05cba530e74623874301958c91491b
parentset ppc in keywords (diff)
downloadgentoo-2-7847a41938f0df6bcb7d674d68f7477b7ca00e18.tar.gz
gentoo-2-7847a41938f0df6bcb7d674d68f7477b7ca00e18.tar.bz2
gentoo-2-7847a41938f0df6bcb7d674d68f7477b7ca00e18.zip
tidy old version
-rw-r--r--games-board/scid/Manifest2
-rw-r--r--games-board/scid/files/digest-scid-3.4-r12
-rw-r--r--games-board/scid/scid-3.4-r1.ebuild46
3 files changed, 0 insertions, 50 deletions
diff --git a/games-board/scid/Manifest b/games-board/scid/Manifest
index 9d90b074d4cf..80e46a554ae1 100644
--- a/games-board/scid/Manifest
+++ b/games-board/scid/Manifest
@@ -1,6 +1,4 @@
MD5 ae1c04cdaba8734e37a9267e5e27e808 ChangeLog 885
MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
MD5 88b1b10d252787772693a6c7977cbe0c scid-3.5.ebuild 1367
-MD5 9028f5473678dceb25c5ebe457b747f6 scid-3.4-r1.ebuild 1091
MD5 5077b69510a8f93737858b5f66a24167 files/digest-scid-3.5 307
-MD5 1612d1a60912f96846bbf642e99ab2b2 files/digest-scid-3.4-r1 135
diff --git a/games-board/scid/files/digest-scid-3.4-r1 b/games-board/scid/files/digest-scid-3.4-r1
deleted file mode 100644
index c6d88a18db1e..000000000000
--- a/games-board/scid/files/digest-scid-3.4-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 5d9935e17d73ef24c8c6a9441bafca9c scid-3.4.tar.gz 1664782
-MD5 1f585e7012627e9ebd82a17d5c5766dd scid-extras-08232002.tar.bz2 1209029
diff --git a/games-board/scid/scid-3.4-r1.ebuild b/games-board/scid/scid-3.4-r1.ebuild
deleted file mode 100644
index 4c59d660a004..000000000000
--- a/games-board/scid/scid-3.4-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-3.4-r1.ebuild,v 1.3 2004/01/05 05:05:37 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="a free chess database application"
-HOMEPAGE="http://scid.sourceforge.net/"
-SRC_URI="mirror://sourceforge/scid/${P}.tar.gz
- http://www.visi.com/~veldy/gentoo/scid-extras-08232002.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 alpha ppc sparc amd64"
-
-DEPEND="virtual/glibc
- virtual/x11
- >=dev-lang/tk-8.3
- >=sys-libs/zlib-1.1.3"
-RDEPEND="${DEPEND}
- >=dev-lang/python-2.1"
-
-src_compile() {
- ./configure \
- COMPILE=c++ \
- LINK=c++ \
- BINDIR=/usr/bin \
- OPTIMIZE="${CXXFLAGS}" \
- TCL_INCLUDE=""
-
- make || die
-}
-
-src_install() {
- dogamesbin pgnfix pgnscid sc_addmove sc_eco sc_epgn sc_import sc_remote \
- sc_spell sc_tree scid scidpgn scmerge spliteco tcscid tkscid
-
- dodoc CHANGES COPYING README THANKS
- dohtml help/*.html
-
- insinto ${GAMES_DATADIR}/${PN}
- cd ${WORKDIR}
- doins scid.eco spelling.ssp players.img
-
- prepgamesdirs
-}