* [gentoo-commits] repo/gentoo:master commit in: games-arcade/openbubbles/
@ 2015-11-22 4:56 Michael Sterrett
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett @ 2015-11-22 4:56 UTC (permalink / raw
To: gentoo-commits
commit: 9e1d59eb6a7212e097bb194e8cc31892e9b4ddb1
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 04:56:08 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 04:56:08 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1d59eb
update HOMEPAGE/SRC_URI
Package-Manager: portage-2.2.20.1
games-arcade/openbubbles/openbubbles-1.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-arcade/openbubbles/openbubbles-1.2.ebuild b/games-arcade/openbubbles/openbubbles-1.2.ebuild
index 7b9811e..ea5ad35 100644
--- a/games-arcade/openbubbles/openbubbles-1.2.ebuild
+++ b/games-arcade/openbubbles/openbubbles-1.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
inherit eutils games
DESCRIPTION="A clone of Evan Bailey's game Bubbles"
-HOMEPAGE="http://www.freewebs.com/lasindi/openbubbles/index.html"
-SRC_URI="http://www.freewebs.com/lasindi/openbubbles/${P}.tar.bz2"
+HOMEPAGE="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/"
+SRC_URI="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/openbubbles/
@ 2015-11-22 4:56 Michael Sterrett
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett @ 2015-11-22 4:56 UTC (permalink / raw
To: gentoo-commits
commit: c12daf398737afa35406f363847032fe6412ec64
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 04:53:45 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 04:53:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12daf39
use epatch to apply patch
Package-Manager: portage-2.2.20.1
games-arcade/openbubbles/openbubbles-1.2.ebuild | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/games-arcade/openbubbles/openbubbles-1.2.ebuild b/games-arcade/openbubbles/openbubbles-1.2.ebuild
index 434c192..7b9811e 100644
--- a/games-arcade/openbubbles/openbubbles-1.2.ebuild
+++ b/games-arcade/openbubbles/openbubbles-1.2.ebuild
@@ -14,11 +14,14 @@ SLOT="0"
KEYWORDS="amd64 ~hppa x86 ~x86-fbsd"
IUSE=""
-DEPEND="media-libs/libsdl
- media-libs/sdl-image
+DEPEND="media-libs/libsdl[sound,video]
+ media-libs/sdl-image[png]
media-libs/sdl-gfx"
-RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}"/${P}-glibc2.10.patch )
+RDEPEND=${DEPEND}
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-glibc2.10.patch
+}
src_install() {
default
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/openbubbles/
@ 2018-04-22 19:48 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-04-22 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 16ab172388a85fe4c113694a54a39a064608c04a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 19:44:09 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 19:48:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ab1723
games-arcade/openbubbles: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
games-arcade/openbubbles/openbubbles-1.2.ebuild | 30 -------------------------
1 file changed, 30 deletions(-)
diff --git a/games-arcade/openbubbles/openbubbles-1.2.ebuild b/games-arcade/openbubbles/openbubbles-1.2.ebuild
deleted file mode 100644
index 69515aa0655..00000000000
--- a/games-arcade/openbubbles/openbubbles-1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="A clone of Evan Bailey's game Bubbles"
-HOMEPAGE="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/"
-SRC_URI="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,video]
- media-libs/sdl-image[png]
- media-libs/sdl-gfx"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-glibc2.10.patch
-}
-
-src_install() {
- default
- newicon data/bubble.png ${PN}.png
- make_desktop_entry ${PN} "OpenBubbles"
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/openbubbles/
@ 2023-06-23 21:29 Conrad Kostecki
0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2023-06-23 21:29 UTC (permalink / raw
To: gentoo-commits
commit: 4aecee71d205b709a83e1e9114e82f4491f69adc
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jun 17 11:41:27 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 21:28:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aecee71
games-arcade/openbubbles: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31507
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
games-arcade/openbubbles/openbubbles-1.2-r1.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild b/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild
index 050bff57fca9..621fcba7e7ab 100644
--- a/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild
+++ b/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
inherit desktop
-DESCRIPTION="A clone of Evan Bailey's game Bubbles"
+DESCRIPTION="Clone of Evan Bailey's game Bubbles"
HOMEPAGE="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/"
SRC_URI="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
-IUSE=""
DEPEND="media-libs/libsdl[sound,video]
media-libs/sdl-image[png]
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-06-23 21:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-22 4:56 [gentoo-commits] repo/gentoo:master commit in: games-arcade/openbubbles/ Michael Sterrett
-- strict thread matches above, loose matches on Subject: below --
2023-06-23 21:29 Conrad Kostecki
2018-04-22 19:48 Pacho Ramos
2015-11-22 4:56 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox