summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-06-19 11:01:29 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-06-19 11:01:29 +0200
commit201527c0013824e35a79b2d3c8779819c3f44455 (patch)
treede23da691bd6e64268f01cfb267330588fac5a50 /games-board
parentdev-python/nose-exclude: treeclean (diff)
downloadgentoo-201527c0013824e35a79b2d3c8779819c3f44455.tar.gz
gentoo-201527c0013824e35a79b2d3c8779819c3f44455.tar.bz2
gentoo-201527c0013824e35a79b2d3c8779819c3f44455.zip
games-board/ccgo: treeclean
Closes: https://bugs.gentoo.org/845234 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r--games-board/ccgo/Manifest1
-rw-r--r--games-board/ccgo/ccgo-0.3.6.5-r1.ebuild61
-rw-r--r--games-board/ccgo/files/ccgo-0.3.6.5-gcc4.patch12
-rw-r--r--games-board/ccgo/files/ccgo-0.3.6.5-tinfo.patch35
-rw-r--r--games-board/ccgo/metadata.xml8
5 files changed, 0 insertions, 117 deletions
diff --git a/games-board/ccgo/Manifest b/games-board/ccgo/Manifest
deleted file mode 100644
index 31bf3a2903b4..000000000000
--- a/games-board/ccgo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ccgo-0.3.6.5.tar.gz 639238 BLAKE2B a0e67cbfe270c7dd4906e01545310e3a93fcf5ff843c987917df36209846fbae4297e3a6f61b5c321a12ce157bcfb516da0ca28a700ca869944127ac05b1eb68 SHA512 268c228eee9c42e49df333bfa0707e7b72c39731ccd64239e3c426958f6c17b65658db91bc7ab89548c4cc647ade791a7c67c30c410a5b3935c8fd3f326bf36b
diff --git a/games-board/ccgo/ccgo-0.3.6.5-r1.ebuild b/games-board/ccgo/ccgo-0.3.6.5-r1.ebuild
deleted file mode 100644
index 9530e3f901cd..000000000000
--- a/games-board/ccgo/ccgo-0.3.6.5-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic toolchain-funcs
-
-DESCRIPTION="IGS client written in C++"
-HOMEPAGE="https://ccdw.org/~cjj/prog/ccgo/"
-SRC_URI="https://ccdw.org/~cjj/prog/ccgo/src/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND="
- >=dev-cpp/gconfmm-2.6
- >=dev-cpp/gtkmm-2.4:2.4
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-PATCHES=(
- "${FILESDIR}"/${P}-gcc4.patch
- "${FILESDIR}"/${P}-tinfo.patch
-)
-
-src_prepare() {
- default
-
- sed -i \
- -e '/^Encoding/d' \
- -e '/^Categories/ { s/Application;//; s/$/GTK;/ }' \
- ccgo.desktop.in || die
-
- sed -i \
- -e '/^localedir/s/=.*/=@localedir@/' \
- -e "/^appicondir/s|=.*|=${EPREFIX}/usr/share/pixmaps|" \
- -e "/^desktopdir/s|=.*|=${EPREFIX}/usr/share/applications|" \
- Makefile.am || die
-
- # cargo cult from bug #569528
- append-cxxflags -std=c++11 -fpermissive
-
- find . -name '*.hh' -exec sed -i -e '/sigc++\/object.h/d' {} + || die
- find . -name '*.cc' -exec sed -i -e 's/(bind(/(sigc::bind(/' {} + || die
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- --localedir="${EPREFIX}"/usr/share/locale \
- $(use_enable nls)
-}
-
-src_compile() {
- emake AR="$(tc-getAR)"
-}
diff --git a/games-board/ccgo/files/ccgo-0.3.6.5-gcc4.patch b/games-board/ccgo/files/ccgo-0.3.6.5-gcc4.patch
deleted file mode 100644
index 79f73863670a..000000000000
--- a/games-board/ccgo/files/ccgo-0.3.6.5-gcc4.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/gtk/board.cc
-+++ b/gtk/board.cc
-@@ -20,9 +20,7 @@
- */
-
- #include <config.hh>
--extern "C" {
- #include <gettext.h>
--}
- #define _(String) Glib::locale_to_utf8(gettext(String))
-
- #include <board.hh>
diff --git a/games-board/ccgo/files/ccgo-0.3.6.5-tinfo.patch b/games-board/ccgo/files/ccgo-0.3.6.5-tinfo.patch
deleted file mode 100644
index aaa8b5ae0f9c..000000000000
--- a/games-board/ccgo/files/ccgo-0.3.6.5-tinfo.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-https://bugs.gentoo.org/687278
-
---- ccgo-0.3.6.5/configure.ac
-+++ ccgo-0.3.6.5/configure.ac
-@@ -30,7 +30,7 @@
- PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 gconfmm-2.6)
- AC_SUBST(GTKMM_CFLAGS)
- AC_SUBST(GTKMM_LIBS)
--AC_CHECK_HEADERS(ncurses.h, [have_ncurses=true], [have_ncurses=false])
-+PKG_CHECK_MODULES(NCURSES, ncurses, [have_ncurses=true], [have_ncurses=false])
- AM_CONDITIONAL([HAVE_NCURSES], [test x$have_ncurses = xtrue])
-
- AM_GNU_GETTEXT([external])
---- ccgo-0.3.6.5/Makefile.am
-+++ ccgo-0.3.6.5/Makefile.am
-@@ -53,7 +53,7 @@
- nctest_SOURCES = \
- nctest.cc \
- nc.cc nc.hh
--nctest_LDADD = arg.o debug.o ui/libui.a go/libgo.a -lncurses
-+nctest_LDADD = arg.o debug.o ui/libui.a go/libgo.a $(NCURSES_LIBS)
- endif
-
- gtktest_SOURCES = gtktest.cc
---- ccgo-0.3.6.5/nc/Makefile.am
-+++ ccgo-0.3.6.5/nc/Makefile.am
-@@ -8,7 +8,7 @@
- misc.cc misc.hh \
- editor.cc editor.hh
-
--LDADD = libnc.a -lncurses
-+LDADD = libnc.a $(NCURSES_LIBS)
- noinst_PROGRAMS =
-
- noinst_PROGRAMS += test-entry
diff --git a/games-board/ccgo/metadata.xml b/games-board/ccgo/metadata.xml
deleted file mode 100644
index 1c3ba213c494..000000000000
--- a/games-board/ccgo/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>