Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/lmarbles/files/, games-puzzle/lmarbles/
Date: Thu, 08 Oct 2020 13:15:03
Message-Id: 1602162893.bcabfdaa86440cdbeb26e87f49c20201764f102f.sam@gentoo
1 commit: bcabfdaa86440cdbeb26e87f49c20201764f102f
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 6 23:15:06 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 13:14:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcabfdaa
7
8 games-puzzle/lmarbles: remove old ebuild
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16619
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 .../lmarbles/files/lmarbles-1.0.8-gentoo.patch | 15 ----------
16 games-puzzle/lmarbles/lmarbles-1.0.8.ebuild | 33 ----------------------
17 2 files changed, 48 deletions(-)
18
19 diff --git a/games-puzzle/lmarbles/files/lmarbles-1.0.8-gentoo.patch b/games-puzzle/lmarbles/files/lmarbles-1.0.8-gentoo.patch
20 deleted file mode 100644
21 index 160b6d0f79d..00000000000
22 --- a/games-puzzle/lmarbles/files/lmarbles-1.0.8-gentoo.patch
23 +++ /dev/null
24 @@ -1,15 +0,0 @@
25 -diff -ru lmarbles-1.0.8.orig/Makefile.am lmarbles-1.0.8/Makefile.am
26 ---- lmarbles-1.0.8.orig/Makefile.am 2009-10-26 16:01:08.000000000 -0400
27 -+++ lmarbles-1.0.8/Makefile.am 2009-11-07 13:23:55.994140203 -0500
28 -@@ -4,11 +4,6 @@
29 - README-SDL.txt TODO LMarbles.prj lmarbles32.gif lmarbles48.gif \
30 - lmarbles.desktop.in
31 -
32 --desktopdir = $(datadir)/applications
33 --desktop_DATA = lmarbles.desktop
34 --icondir = $(datadir)/icons
35 --icon_DATA = lmarbles48.gif
36 --
37 - AUTOMAKE_OPTIONS = foreign
38 -
39 - WIN32_TEXT = AUTHORS COPYING ChangeLog INSTALL README README-SDL.txt TODO marbles.spec
40
41 diff --git a/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild b/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild
42 deleted file mode 100644
43 index 59381278471..00000000000
44 --- a/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild
45 +++ /dev/null
46 @@ -1,33 +0,0 @@
47 -# Copyright 1999-2017 Gentoo Foundation
48 -# Distributed under the terms of the GNU General Public License v2
49 -
50 -EAPI=5
51 -inherit autotools eutils games
52 -
53 -DESCRIPTION="puzzle game inspired by Atomix and written in SDL"
54 -HOMEPAGE="http://lgames.sourceforge.net/LMarbles/"
55 -SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
56 -
57 -LICENSE="GPL-2"
58 -SLOT="0"
59 -KEYWORDS="~amd64 ~x86"
60 -IUSE=""
61 -
62 -DEPEND="media-libs/libsdl[video]
63 - media-libs/sdl-mixer"
64 -RDEPEND="${DEPEND}"
65 -
66 -src_prepare() {
67 - mv configure.{in,ac}
68 - rm *.m4
69 - epatch "${FILESDIR}"/${P}-gentoo.patch
70 - eautoreconf
71 -}
72 -
73 -src_install() {
74 - default
75 - newicon lmarbles48.gif ${PN}.gif
76 - make_desktop_entry lmarbles LMarbles /usr/share/pixmaps/${PN}.gif
77 - dohtml src/manual/*
78 - prepgamesdirs
79 -}