public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/blobby/
@ 2015-12-18 10:13 Michael Sterrett
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett @ 2015-12-18 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c39ff9572bc40941f0fa605cb2a84b8756711d57
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 09:29:59 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 09:29:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39ff957

EAPI=5

Package-Manager: portage-2.2.24

 games-arcade/blobby/blobby-0.9c.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/blobby/blobby-0.9c.ebuild b/games-arcade/blobby/blobby-0.9c.ebuild
index 4128a0d..4e3250a 100644
--- a/games-arcade/blobby/blobby-0.9c.ebuild
+++ b/games-arcade/blobby/blobby-0.9c.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 inherit cmake-utils eutils games
 
 DESCRIPTION="A beach ball game with blobs of goo"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/blobby/
@ 2018-06-28 21:43 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2018-06-28 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 20:10:01 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 21:43:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98d8ab9

games-arcade/blobby: EAPI-6 bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 games-arcade/blobby/blobby-1.0.ebuild | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/games-arcade/blobby/blobby-1.0.ebuild b/games-arcade/blobby/blobby-1.0.ebuild
index 1165f262570..413ea74b102 100644
--- a/games-arcade/blobby/blobby-1.0.ebuild
+++ b/games-arcade/blobby/blobby-1.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils cmake-utils
+EAPI=6
 
-DESCRIPTION="A beach ball game with blobs of goo"
+inherit cmake-utils desktop
+
+DESCRIPTION="Beach ball game with blobs of goo"
 HOMEPAGE="https://sourceforge.net/projects/blobby/"
 SRC_URI="mirror://sourceforge/${PN}/${PN}2-linux-${PV}.tar.gz"
 
@@ -13,15 +14,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-games/physfs-2[zip]
+RDEPEND="
+	>=dev-games/physfs-2[zip]
 	media-libs/libsdl[sound,joystick,opengl,video,X]
 	virtual/opengl"
 DEPEND="${RDEPEND}
+	app-arch/zip
 	dev-libs/boost
 	virtual/pkgconfig
-	app-arch/zip" #406667
-
-DOCS=( AUTHORS ChangeLog README TODO )
+"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-compile.patch


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/blobby/
@ 2020-07-22 21:17 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-07-22 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     61876860fb03c62f730a8077929849d95da80201
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 22 18:02:30 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 22 21:16:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61876860

games-arcade/blobby: Drop 1.0 (r0)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-arcade/blobby/blobby-1.0.ebuild | 38 -----------------------------------
 1 file changed, 38 deletions(-)

diff --git a/games-arcade/blobby/blobby-1.0.ebuild b/games-arcade/blobby/blobby-1.0.ebuild
deleted file mode 100644
index 413ea74b102..00000000000
--- a/games-arcade/blobby/blobby-1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils desktop
-
-DESCRIPTION="Beach ball game with blobs of goo"
-HOMEPAGE="https://sourceforge.net/projects/blobby/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}2-linux-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-games/physfs-2[zip]
-	media-libs/libsdl[sound,joystick,opengl,video,X]
-	virtual/opengl"
-DEPEND="${RDEPEND}
-	app-arch/zip
-	dev-libs/boost
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-compile.patch
-	"${FILESDIR}"/${P}-paths.patch
-	"${FILESDIR}"/${P}-install.patch
-)
-
-src_install() {
-	cmake-utils_src_install
-
-	newicon data/Icon.bmp ${PN}.bmp
-	make_desktop_entry ${PN} "Blobby Volley" /usr/share/pixmaps/${PN}.bmp
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/blobby/
@ 2020-07-22 21:17 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-07-22 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a2047e6fcbe5faa9972f9c1775e39aba965412f7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 22 18:02:14 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 22 21:16:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2047e6f

games-arcade/blobby: EAPI-7 bump, switch to cmake, fix dependencies

Package depends on media-libs/libsdl2, not media-libs/libsdl.

Dropping media-libs/libsdl2[X] USE-dep on request of games proj.

Closes: https://bugs.gentoo.org/606780
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-arcade/blobby/blobby-1.0-r1.ebuild | 41 ++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/games-arcade/blobby/blobby-1.0-r1.ebuild b/games-arcade/blobby/blobby-1.0-r1.ebuild
new file mode 100644
index 00000000000..0044ddcffb2
--- /dev/null
+++ b/games-arcade/blobby/blobby-1.0-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake desktop
+
+DESCRIPTION="Beach ball game with blobs of goo"
+HOMEPAGE="https://sourceforge.net/projects/blobby/"
+SRC_URI="mirror://sourceforge/${PN}/${PN}2-linux-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-games/physfs-2[zip]
+	media-libs/libsdl2[sound,joystick,opengl,video]
+	virtual/opengl
+"
+DEPEND="${RDEPEND}
+	dev-libs/boost
+"
+BDEPEND="
+	app-arch/zip
+	virtual/pkgconfig
+"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-compile.patch
+	"${FILESDIR}"/${P}-paths.patch
+	"${FILESDIR}"/${P}-install.patch
+)
+
+src_install() {
+	cmake_src_install
+
+	newicon data/Icon.bmp ${PN}.bmp
+	make_desktop_entry ${PN} "Blobby Volley" /usr/share/pixmaps/${PN}.bmp
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-22 21:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-22 21:17 [gentoo-commits] repo/gentoo:master commit in: games-arcade/blobby/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-07-22 21:17 Andreas Sturmlechner
2018-06-28 21:43 Andreas Sturmlechner
2015-12-18 10:13 Michael Sterrett

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