commit: 56bb4814a22f6ee9f6654bf7dd1fe81d5315b593 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Aug 20 17:46:02 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Aug 20 17:46:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bb4814
games-puzzle/zaz: treeclean Closes: https://bugs.gentoo.org/936299 (pkgremoved) Closes: https://bugs.gentoo.org/739322 (pkgremoved) Closes: https://bugs.gentoo.org/892940 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> games-puzzle/zaz/Manifest | 1 - games-puzzle/zaz/files/zaz-1.0.0-build.patch | 19 ----------- games-puzzle/zaz/metadata.xml | 11 ------ games-puzzle/zaz/zaz-1.0.0-r2.ebuild | 50 ---------------------------- profiles/package.mask | 1 - 5 files changed, 82 deletions(-) diff --git a/games-puzzle/zaz/Manifest b/games-puzzle/zaz/Manifest deleted file mode 100644 index 23f64a5819d6..000000000000 --- a/games-puzzle/zaz/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zaz-1.0.0.tar.bz2 25170073 BLAKE2B 6502b880a024dec356e7a1f8dfd29f7353d5de07e08a2de7480db32fec5af17adb9210e4f0b3c17f2b27a6977ae3647d7458d5d21dacff66c2085801fda45985 SHA512 8383732aefb1f83623af35c85fc90e0468ca15e2ffb5577d22a5a1b1c60154d3829c58c04bba675c49a7e4b4d14b6fec920c67c6a820a927d2ab5f80b5d694cb diff --git a/games-puzzle/zaz/files/zaz-1.0.0-build.patch b/games-puzzle/zaz/files/zaz-1.0.0-build.patch deleted file mode 100644 index bef2954bf088..000000000000 --- a/games-puzzle/zaz/files/zaz-1.0.0-build.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ru zaz-0.7.0.orig/Makefile.am zaz-0.7.0/Makefile.am ---- zaz-0.7.0.orig/Makefile.am 2009-10-14 18:20:14.000000000 -0400 -+++ zaz-0.7.0/Makefile.am 2010-05-13 15:49:59.404464060 -0400 -@@ -2,15 +2,6 @@ - - SUBDIRS = po src data extra - --dist_doc_DATA = \ -- README\ -- COPYING\ -- AUTHORS\ -- ChangeLog\ -- INSTALL\ -- NEWS -- -- - EXTRA_DIST = config.rpath m4/ChangeLog\ - $(shared_data_DATA) \ - zaz.anjuta\ diff --git a/games-puzzle/zaz/metadata.xml b/games-puzzle/zaz/metadata.xml deleted file mode 100644 index ff599c6d98fb..000000000000 --- a/games-puzzle/zaz/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Games Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">zaz</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-puzzle/zaz/zaz-1.0.0-r2.ebuild b/games-puzzle/zaz/zaz-1.0.0-r2.ebuild deleted file mode 100644 index d029a94a7a34..000000000000 --- a/games-puzzle/zaz/zaz-1.0.0-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools flag-o-matic xdg toolchain-funcs - -DESCRIPTION="A puzzle game where the player has to arrange balls in triplets" -HOMEPAGE="https://sourceforge.net/projects/zaz/" -SRC_URI="https://downloads.sourceforge.net/zaz/${P}.tar.bz2" - -LICENSE="GPL-3 GPL-3+ CC-BY-SA-3.0 OFL-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND=" - virtual/opengl - virtual/glu - media-libs/libsdl[X,sound,video] - media-libs/sdl-image[jpeg,png] - media-libs/libvorbis - media-libs/libtheora - media-libs/ftgl - virtual/libintl -" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" - -src_prepare() { - default - local x=/usr/share/gettext/po/Makefile.in.in - [[ -e $x ]] && cp -f $x po/ #336119 - - eapply "${FILESDIR}"/${P}-build.patch - eautoreconf -} - -src_configure() { - append-libs -lvorbis - append-cflags $($(tc-getPKG_CONFIG) sdl --cflags) - append-cxxflags $($(tc-getPKG_CONFIG) sdl --cflags) - econf \ - --with-applicationdir=/usr/share/applications \ - --with-icondir=/usr/share/pixmaps \ - --localedir=/usr/share/locale \ - $(use_enable nls) -} diff --git a/profiles/package.mask b/profiles/package.mask index dccc7722fe49..aeab99370fe9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -203,7 +203,6 @@ games-mud/kildclient games-puzzle/color-lines games-puzzle/hangman games-puzzle/scramble -games-puzzle/zaz # Leonardo Hernández Hernández <[email protected]> (2024-07-07) # New major ffmpeg version. Tracker bug #928905.
