diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-20 20:47:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-20 20:47:02 +0300 |
commit | 07ced16f89d85df9273b38bd1039811d403a0eeb (patch) | |
tree | 582c7941f3d200c1848e2a93eeb1b2df720b6343 /games-puzzle/scramble | |
parent | games-puzzle/zaz: treeclean (diff) | |
download | gentoo-07ced16f89d85df9273b38bd1039811d403a0eeb.tar.gz gentoo-07ced16f89d85df9273b38bd1039811d403a0eeb.tar.bz2 gentoo-07ced16f89d85df9273b38bd1039811d403a0eeb.zip |
games-puzzle/scramble: treeclean
Closes: https://bugs.gentoo.org/936299 (pkgremoved)
Closes: https://bugs.gentoo.org/885761 (pkgremoved)
Closes: https://bugs.gentoo.org/739314 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'games-puzzle/scramble')
-rw-r--r-- | games-puzzle/scramble/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/scramble/metadata.xml | 8 | ||||
-rw-r--r-- | games-puzzle/scramble/scramble-0.9.5-r1.ebuild | 41 |
3 files changed, 0 insertions, 50 deletions
diff --git a/games-puzzle/scramble/Manifest b/games-puzzle/scramble/Manifest deleted file mode 100644 index c45f311085ec..000000000000 --- a/games-puzzle/scramble/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST scramble-0.9.5.tar.gz 552301 BLAKE2B 9bbdbe1551ba03dc66342eaab9b7e85356ca6fa78f2bbf7423b79a65cfe46711f0818ff41cba81a98b3888c9558692ec9879095e6353216675a869ab4544753f SHA512 ff361cefe842d6b2019a78571182fe35fc77a1332d6365211af7cf292da8532023bd565b7eed8b44545716474d441b0793253e856a1cad937f62396a5a29bd2b diff --git a/games-puzzle/scramble/metadata.xml b/games-puzzle/scramble/metadata.xml deleted file mode 100644 index 1c3ba213c494..000000000000 --- a/games-puzzle/scramble/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> diff --git a/games-puzzle/scramble/scramble-0.9.5-r1.ebuild b/games-puzzle/scramble/scramble-0.9.5-r1.ebuild deleted file mode 100644 index 9158e8985e9a..000000000000 --- a/games-puzzle/scramble/scramble-0.9.5-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools desktop flag-o-matic - -DESCRIPTION="Create as many words as you can before the time runs out" -HOMEPAGE="http://www.shiftygames.com/scramble/scramble.html" -SRC_URI="http://www.shiftygames.com/scramble/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=media-libs/libsdl-1.2[sound,video] - >=media-libs/sdl-mixer-1.2[vorbis] - >=media-libs/sdl-image-1.2[png] - media-libs/sdl-ttf -" -DEPEND="${RDEPEND} - media-libs/libpng:0 - sys-apps/miscfiles -" - -src_prepare() { - default - pngfix -q --out=pics/background-fixed.png pics/background.png - mv -f pics/background-fixed.png pics/background.png - append-cflags $(sdl-config --cflags) - sed -i -e 's/inline //' src/scramble.c || die - mv configure.{in,ac} || die - eautoreconf -} - -src_install() { - default - newicon pics/sg_icon.png ${PN}.png - make_desktop_entry ${PN} "Scramble" -} |