summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/ccgo/ccgo-0.3.6.3.ebuild')
-rw-r--r--games-board/ccgo/ccgo-0.3.6.3.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/games-board/ccgo/ccgo-0.3.6.3.ebuild b/games-board/ccgo/ccgo-0.3.6.3.ebuild
deleted file mode 100644
index b68c0a546757..000000000000
--- a/games-board/ccgo/ccgo-0.3.6.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/ccgo/ccgo-0.3.6.3.ebuild,v 1.2 2009/03/13 04:40:53 mr_bones_ Exp $
-
-EAPI=2
-inherit games
-
-DESCRIPTION="An IGS client written in C++"
-HOMEPAGE="http://ccdw.org/~cjj/prog/ccgo/"
-SRC_URI="http://ccdw.org/~cjj/prog/ccgo/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="nls"
-
-RDEPEND=">=dev-cpp/gtkmm-2.4
- >=dev-cpp/gconfmm-2.6
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_configure() {
- egamesconf \
- --datadir="${GAMES_DATADIR_BASE}" \
- $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- prepgamesdirs
-}