summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-01-05 21:27:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-01-05 21:27:40 +0000
commit20fbe9105f0c18d370acbc9c2c7ac3fb2c8d11de (patch)
tree4859b1187593acaf4cab992d2a9543b4f633e2b6 /games-board/xboard
parentpunt old, no more stable version for ppc64 (diff)
downloadgentoo-2-20fbe9105f0c18d370acbc9c2c7ac3fb2c8d11de.tar.gz
gentoo-2-20fbe9105f0c18d370acbc9c2c7ac3fb2c8d11de.tar.bz2
gentoo-2-20fbe9105f0c18d370acbc9c2c7ac3fb2c8d11de.zip
punt old, no more stable version for ppc64
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'games-board/xboard')
-rw-r--r--games-board/xboard/Manifest3
-rw-r--r--games-board/xboard/files/xboard-4.4.3-gentoo.patch63
-rw-r--r--games-board/xboard/xboard-4.4.3.ebuild70
3 files changed, 0 insertions, 136 deletions
diff --git a/games-board/xboard/Manifest b/games-board/xboard/Manifest
index 9903baf72f3c..00c8f45a2d42 100644
--- a/games-board/xboard/Manifest
+++ b/games-board/xboard/Manifest
@@ -1,9 +1,6 @@
-AUX xboard-4.4.3-gentoo.patch 1925 RMD160 27697ef32f4af9c0c786a421e20569f3b1184da6 SHA1 641201e1dc3a57496e37c7c99be370e02bcea066 SHA256 61034d8bf0f91c97478786e3a716a72fdc1c3c76092b23977188c4ee9b8455a1
AUX xboard-4.4.4-gentoo.patch 1767 RMD160 a09ec156157e2a936bde71482c791c9a30ac011b SHA1 49281ce171255c878b778a32650afd38c65d6d00 SHA256 cef4dc6631986e8ed1f53e85cf2474f4e7a6fdacb4b8464820ed785883fcf5b7
-DIST xboard-4.4.3.tar.gz 1990268 RMD160 e56694324acaf671d3dc4480aefe83fda89a7138 SHA1 bcc7ce76475ac70d306e89ee8cf87496f6e7cd26 SHA256 bacef7f226fa9650192854cabc994619ef88f797b1a6b8052be259ff2fe697f4
DIST xboard-4.4.4.tar.gz 1992091 RMD160 1bc507b760700bceb455ede4ccebbe594c542b76 SHA1 85dfb2711a9d0aeb2feece28ceec2f42e5739a5f SHA256 33297c170fca99d10b53ba8f6bebdfa65ac69c918358299e96156456f2b4d5a9
DIST xboard.png 479 RMD160 d0e7fa9cc30e2cf58c13eaf08f2d576e2ea9b076 SHA1 fa96fd0c0d220a3e88e1a7312b3e8308a387764c SHA256 1c36fd6ca934eef29d7cdc72159019585d8c449f489f6a6ccc2d787bba03f41d
-EBUILD xboard-4.4.3.ebuild 1728 RMD160 267ab88991c8e248e9964bb771c4ea31f970a35f SHA1 874f86de217e7c53cdfcf591d25f55c5632c5174 SHA256 0c13d0e7d2830668d169d261254d3b478cebb764ca5e8e7cdef1be002d952bc2
EBUILD xboard-4.4.4.ebuild 1729 RMD160 1fe643aa39526b975cb076fbf9b4e3f543f16974 SHA1 2b20b450fd315bd981984bd41c77858799561c2b SHA256 204afd034cd63b012206d0346cadd72f648746974822ef42dd54a1d52657e1f9
MISC ChangeLog 5045 RMD160 98a0d05eeaa2f7c087b2ce56d0118f38275340a5 SHA1 905c842eaac3d95fa50a117b988b488ed1abf0b4 SHA256 ae8e89f125742cc152f555673097990d15361e3d5cf9876c899ea9b068d46a32
MISC metadata.xml 319 RMD160 ebce12d6fdd00bd48ac7d5b17ea08de5283e5167 SHA1 e697368a0c5827c430d5ae91ba66c624a47143fa SHA256 1b7947629144f869664be4bd08e38dddbd61fc134d37c26d393837c9bb41851c
diff --git a/games-board/xboard/files/xboard-4.4.3-gentoo.patch b/games-board/xboard/files/xboard-4.4.3-gentoo.patch
deleted file mode 100644
index b31f262d8331..000000000000
--- a/games-board/xboard/files/xboard-4.4.3-gentoo.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-diff -ru xboard-4.4.1.orig/configure.ac xboard-4.4.1/configure.ac
---- xboard-4.4.1.orig/configure.ac 2009-10-31 12:50:50.000000000 -0400
-+++ xboard-4.4.1/configure.ac 2009-11-02 00:22:17.874375879 -0500
-@@ -123,37 +123,18 @@
- fi
-
- dnl | test if user wants ot use Xaw3d headers
--AC_ARG_WITH([Xaw3d],
-- [AS_HELP_STRING([--with-Xaw3d],
-- [use Xaw3d instead of Xaw])],
-- [with_xaw3d=yes],
-- [with_xaw3d=no])
--
--XAW_LIBS=
--AS_IF([test "x$with_xaw3d" != xno],
-- [AC_CHECK_LIB([Xaw3d],
-- [XawTextReplace],
-- [AC_SUBST([XAW_LIBS],
-- ["-lXaw3d"])
-- AC_DEFINE([USE_XAW3D], [1],
-- [Define if you want to use Xaw3d])],
-- [AC_CHECK_HEADER(X11/Xaw/Dialog.h,xaw_headers="yes")
-- AC_MSG_FAILURE(
-- [--with-Xaw3d was given, but test for Xaw3d failed])],
-- [-lXaw])])
--if test "$with_xaw3d" == "no" ; then
-- XAW_LIBS="-lXaw"
--fi
--AC_SUBST(XAW_LIBS)
--
--dnl | end Xaw3d test
--
--if test "$xaw_headers" == "no" ; then
-- echo Xaw headers not found
-- exit 1
--
-+AC_ARG_WITH(Xaw3d,
-+[ --with-Xaw3d use Xaw3d instead of Xaw],
-+[ with_xaw3d="$withval"], [enable_xaw3d="no"])
-+
-+if test "$withval" = yes; then
-+ AC_DEFINE(USE_XAW3D)
-+ XAW_LIBS="-lXaw3d"
-+else
-+ XAW_LIBS="-lXaw"
- fi
-
-+AC_SUBST(XAW_LIBS)
-
- AC_CANONICAL_HOST
-
-diff -ru xboard-4.4.1.orig/xboard.h xboard-4.4.1/xboard.h
---- xboard-4.4.1.orig/xboard.h 2009-10-26 02:04:15.000000000 -0400
-+++ xboard-4.4.1/xboard.h 2009-11-02 00:22:45.408375832 -0500
-@@ -104,7 +104,7 @@
-
- #define BORDER_X_OFFSET 3
- #define BORDER_Y_OFFSET 27
--#define FIRST_CHESS_PROGRAM "fairymax"
-+#define FIRST_CHESS_PROGRAM "gnuchess"
- #define SECOND_CHESS_PROGRAM "fairymax"
-
- /* Default to no flashing (the "usual" XBoard behavior) */
diff --git a/games-board/xboard/xboard-4.4.3.ebuild b/games-board/xboard/xboard-4.4.3.ebuild
deleted file mode 100644
index 06584e4d40fe..000000000000
--- a/games-board/xboard/xboard-4.4.3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.4.3.ebuild,v 1.6 2010/09/03 20:27:09 josejx Exp $
-
-EAPI=2
-inherit autotools eutils games
-
-DESCRIPTION="GUI for gnuchess and for internet chess servers"
-HOMEPAGE="http://www.gnu.org/software/xboard/"
-SRC_URI="mirror://gnu/xboard/${P}.tar.gz
- mirror://gentoo/${PN}.png"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="Xaw3d +default-font zippy"
-RESTRICT="test" #124112
-
-RDEPEND="Xaw3d? ( x11-libs/Xaw3d )
- x11-libs/libXpm
- x11-libs/libXaw
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXt
- x11-libs/libXmu
- x11-libs/libXext
- x11-libs/libICE
- default-font? ( media-fonts/font-adobe-100dpi )"
-DEPEND="${RDEPEND}
- x11-proto/xproto"
-
-src_unpack() {
- unpack ${P}.tar.gz
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}*
- sed -i \
- -e '/icons/s:\$(datadir):/usr/share:' \
- Makefile.am \
- || die 'sed failed'
- eautoreconf
-}
-
-src_configure() {
- egamesconf \
- --disable-dependency-tracking \
- $(use_with Xaw3d) \
- $(use_enable zippy)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS COPYRIGHT ChangeLog NEWS README TODO ics-parsing.txt
- use zippy && dodoc zippy.README
- dohtml FAQ.html
- doicon "${DISTDIR}"/xboard.png
- make_desktop_entry ${PN} "Xboard (Chess)"
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- elog "No chess engines are emerged by default! If you want a chess engine"
- elog "to play with, you can emerge gnuchess or crafty."
- elog "Read xboard FAQ for information."
- if ! use default-font ; then
- ewarn "Read the xboard(6) man page for specifying the font for xboard to use."
- fi
-}