public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/sgt-puzzles/, games-puzzle/sgt-puzzles/files/
@ 2016-07-29  4:48 NP Hardass
  0 siblings, 0 replies; only message in thread
From: NP Hardass @ 2016-07-29  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     7ad73ab5adf81e02ef2d131ac5949cebcb8cc733
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 18:56:25 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 04:48:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad73ab5

games-puzzle/sgt-puzzles: Drop old

Package-Manager: portage-2.2.28

 games-puzzle/sgt-puzzles/Manifest                  |  1 -
 .../files/sgt-puzzles-9861-gentoo.patch            | 23 ------
 games-puzzle/sgt-puzzles/sgt-puzzles-9861.ebuild   | 88 ----------------------
 3 files changed, 112 deletions(-)

diff --git a/games-puzzle/sgt-puzzles/Manifest b/games-puzzle/sgt-puzzles/Manifest
index 7754d2c..2550a33 100644
--- a/games-puzzle/sgt-puzzles/Manifest
+++ b/games-puzzle/sgt-puzzles/Manifest
@@ -1,3 +1,2 @@
 DIST puzzles-20160315.c0bc13c.tar.gz 2838135 SHA256 fc557d3a1021a1e56ae63589d08788a8ccdfa1772e4c74cbbade5fefcf4e691f SHA512 9317ab26605982d5a97cec57596bd3e75cb1cb93b2bc14f6f295cf3950a759b21c5262e3eb04a3c3cda1d3d1cf4ff9477ee7fac9d310558567714e8e1cfc3496 WHIRLPOOL 7cc52ecabbfda7f71c64c02cc4ca434a20e637e25754d00b3f397318d0dd120aaf7ea19faafbb7eee259b7c2ca91e8e396d7667e4b1fa7fc6a153f15a69fb52f
-DIST puzzles-r9861.tar.gz 3255388 SHA256 cc08ffd96c20dfe249d6db0e97f32608e8c52da9ca00a0e8d7d67fd4a474c3a2 SHA512 fc8abf5912e7ecdf5c5166c6b8f354e5f6dc8c42d646ffeae812c3cea21496f9ff03671268453a32c3246d1c94dfaba83628bf65ebeb645b3deb208ee3045ba1 WHIRLPOOL 1f91bc25d5c8dbf531d71eb3783169477834c232810f529cf682d69a121688584af7dc51b00c380e85dfee3119f9644d2f741f4c9f9dfc2054bc72fa5dd88de5
 DIST sgt-puzzles-icons-20160315.tar.xz 715536 SHA256 9ddc1b6d02b3c3358a9bc6b17c7070650f794cf5f650f25b2ac7e5def6674447 SHA512 2fe2c02984eb8c36ac6fb4195be7895b336b84f40ce8baeb23dc8a32aca9937ccf1d33050b4da3cfba3c87e124ecbdd940ee4e990b37eabe8e2af897c2e23b57 WHIRLPOOL 17bdadc9519320bc88af27f2db7a9c243f04d80e524db51ad9398831185e2c66f2430006c324fa7d5b70ce156cb9df93d9405216053b32101b5f56035a60f6ac

diff --git a/games-puzzle/sgt-puzzles/files/sgt-puzzles-9861-gentoo.patch b/games-puzzle/sgt-puzzles/files/sgt-puzzles-9861-gentoo.patch
deleted file mode 100644
index c4ac19e..0000000
--- a/games-puzzle/sgt-puzzles/files/sgt-puzzles-9861-gentoo.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -ru puzzles-r9861.orig/mkfiles.pl puzzles-r9861/mkfiles.pl
---- puzzles-r9861.orig/mkfiles.pl	2013-03-30 16:16:21.000000000 -0400
-+++ puzzles-r9861/mkfiles.pl	2013-06-11 17:59:54.255885226 -0400
-@@ -1117,8 +1117,8 @@
-     "\n".
-     &splitline("CFLAGS := -O2 -Wall -Werror -ansi -pedantic -g " .
- 	       (join " ", map {"-I$dirpfx$_"} @srcdirs) .
--	       " `\$(GTK_CONFIG) --cflags` \$(CFLAGS)")."\n".
--    "XLIBS = `\$(GTK_CONFIG) --libs` -lm\n".
-+	       " `pkg-config gtk+-2.0 --cflags` \$(CFLAGS)")."\n".
-+    "XLIBS = `pkg-config gtk+-2.0 --libs` -lm\n".
-     "ULIBS = -lm#\n".
-     "INSTALL=install\n",
-     "INSTALL_PROGRAM=\$(INSTALL)\n",
-@@ -1138,7 +1138,7 @@
-       $objstr = &objects($p, "X.o", undef, undef);
-       print &splitline("\$(BINPREFIX)" . $prog . ": " . $objstr), "\n";
-       $libstr = &objects($p, undef, undef, "-lX");
--      print &splitline("\t\$(CC) -o \$@ $objstr $libstr \$(XLFLAGS) \$(${type}LIBS)", 69),
-+      print &splitline("\t\$(CC) \$(LDFLAGS) -o \$@ $objstr $libstr \$(XLFLAGS) \$(${type}LIBS)", 69),
- 	  "\n\n";
-     }
-     foreach $d (&deps("X.o", undef, $dirpfx, "/")) {

diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-9861.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-9861.ebuild
deleted file mode 100644
index 9879da7..0000000
--- a/games-puzzle/sgt-puzzles/sgt-puzzles-9861.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils gnome2-utils toolchain-funcs games
-if [[ ${PV} == "99999999" ]] ; then
-	ESVN_REPO_URI="svn://svn.tartarus.org/sgt/puzzles"
-	inherit subversion
-	SRC_URI=""
-	KEYWORDS=""
-else
-	SRC_URI="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-r${PV}.tar.gz"
-	S=${WORKDIR}/puzzles-r${PV}
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Simon Tatham's Portable Puzzle Collection"
-HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="doc"
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-	dev-lang/perl
-	virtual/pkgconfig
-	doc? ( >=app-doc/halibut-1.0 )"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gentoo.patch
-	./mkfiles.pl
-	sed -i \
-		-e 's:= -O2 -Wall -Werror -ansi -pedantic -g:= $(CPPFLAGS):' \
-		-e '/LDFLAGS/s:=:=$(LDFLAGS) :' \
-		Makefile || die
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)"
-	if use doc ; then
-		halibut --text --html --info --pdf --ps puzzles.but
-	fi
-}
-
-src_install() {
-	dodir "${GAMES_BINDIR}"
-	emake DESTDIR="${D}" gamesdir="${GAMES_BINDIR}" install
-	dodoc README HACKING
-
-	local file name
-	for file in *.R ; do
-		[[ ${file} == "nullgame.R" ]] && continue
-		name=$(awk -F: '/exe:/ { print $3 }' "${file}")
-		file=${file%.R}
-		if [[ ${PV} -lt 99999999 ]] ; then
-			newicon -s 48 icons/${file}-48d24.png ${PN}-${file}.png
-			make_desktop_entry "${GAMES_BINDIR}/${file}" "${name}" "${PN}-${file}"
-		else
-			# No icons with the live version
-			make_desktop_entry "${GAMES_BINDIR}/${file}" "${name}"
-		fi
-	done
-
-	dodoc puzzles.txt puzzles.chm
-	if use doc ; then
-		dohtml *.html
-		doinfo puzzles.info
-		dodoc puzzles.pdf puzzles.ps
-	fi
-
-	prepgamesdirs
-}
-
-pkg_preinst() {
-	games_pkg_preinst
-	[[ ${PV} -lt 99999999 ]] && gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-	[[ ${PV} -lt 99999999 ]] && gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	[[ ${PV} -lt 99999999 ]] && gnome2_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-29  4:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-29  4:48 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/sgt-puzzles/, games-puzzle/sgt-puzzles/files/ NP Hardass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox