public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/phlipple/
@ 2011-10-31 14:36 Marcel Unbehaun
  0 siblings, 0 replies; 3+ messages in thread
From: Marcel Unbehaun @ 2011-10-31 14:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c262cd5122e6d97eadf7d21850ba8518e936b0e6
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Mon Oct 31 14:36:16 2011 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Mon Oct 31 14:36:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c262cd51

[games-puzzle/phlipple]	initial phlipple-0.8.1.ebuild

---
 games-puzzle/phlipple/phlipple-0.8.1.ebuild |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/games-puzzle/phlipple/phlipple-0.8.1.ebuild b/games-puzzle/phlipple/phlipple-0.8.1.ebuild
new file mode 100644
index 0000000..68d325e
--- /dev/null
+++ b/games-puzzle/phlipple/phlipple-0.8.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: games-puzzle/phlipple/phlipple-0.8.1.ebuild frostwork Exp $
+
+EAPI="3"
+
+inherit eutils games flag-o-matic
+
+DESCRIPTION="a unique puzzle game with the goal to reduce a 3D shape to a single square"
+HOMEPAGE="http://${PN}.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl
+	media-libs/sdl-image
+	media-libs/sdl-mixer
+	media-libs/sdl-ttf
+	virtual/opengl
+	virtual/glu"



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

* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/phlipple/
@ 2013-06-12 13:16 Azamat H. Hackimov
  0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2013-06-12 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e547a7d15e430efadba79fae3790df8387098fef
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Jun 12 13:15:43 2013 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Jun 12 13:15:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=e547a7d1

[games-puzzle/phlipple] Version bump to 0.8.5, added myself as maintainer.

Package-Manager: portage-2.1.12.2
Manifest-Sign-Key: A018DE8C

---
 games-puzzle/phlipple/metadata.xml                       | 12 ++++++++++++
 .../{phlipple-0.8.1.ebuild => phlipple-0.8.5.ebuild}     | 16 ++++++++--------
 2 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/games-puzzle/phlipple/metadata.xml b/games-puzzle/phlipple/metadata.xml
new file mode 100644
index 0000000..b888518
--- /dev/null
+++ b/games-puzzle/phlipple/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>azamat.hackimov@gmail.com</email>
+<name>Azamat H. Hackimov</name>
+</maintainer>
+<longdescription lang="en">
+An unique puzzle game with the goal to reduce a 3D shape to a single square
+</longdescription>
+</pkgmetadata>
+

diff --git a/games-puzzle/phlipple/phlipple-0.8.1.ebuild b/games-puzzle/phlipple/phlipple-0.8.5.ebuild
similarity index 52%
rename from games-puzzle/phlipple/phlipple-0.8.1.ebuild
rename to games-puzzle/phlipple/phlipple-0.8.5.ebuild
index 68d325e..1b176cb 100644
--- a/games-puzzle/phlipple/phlipple-0.8.1.ebuild
+++ b/games-puzzle/phlipple/phlipple-0.8.5.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: games-puzzle/phlipple/phlipple-0.8.1.ebuild frostwork Exp $
 
-EAPI="3"
+EAPI=5
 
 inherit eutils games flag-o-matic
 
-DESCRIPTION="a unique puzzle game with the goal to reduce a 3D shape to a single square"
-HOMEPAGE="http://${PN}.sourceforge.net/"
+DESCRIPTION="An unique puzzle game with the goal to reduce a 3D shape to a single square"
+HOMEPAGE="http://phlipple.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
@@ -15,9 +15,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="media-libs/libsdl
-	media-libs/sdl-image
-	media-libs/sdl-mixer
-	media-libs/sdl-ttf
+DEPEND="media-libs/libsdl:0
+	media-libs/sdl-image:0
+	media-libs/sdl-mixer:0
+	media-libs/sdl-ttf:0
 	virtual/opengl
 	virtual/glu"


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

* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/phlipple/
@ 2019-10-21 22:03 Azamat H. Hackimov
  0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2019-10-21 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c941720b4bb4f1c4b2897c8defef8fe9e3349e1f
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Oct 21 22:02:22 2019 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Oct 21 22:02:22 2019 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=c941720b

games-puzzle/phlipple: update ebuild

new EAPI, remove old eclass

Package-Manager: Portage-2.3.76, Repoman-2.3.16

 games-puzzle/phlipple/metadata.xml          |  2 +-
 games-puzzle/phlipple/phlipple-0.8.5.ebuild | 18 +++++++++++++-----
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/games-puzzle/phlipple/metadata.xml b/games-puzzle/phlipple/metadata.xml
index b888518..18da2d0 100644
--- a/games-puzzle/phlipple/metadata.xml
+++ b/games-puzzle/phlipple/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
+<maintainer type="person">
 <email>azamat.hackimov@gmail.com</email>
 <name>Azamat H. Hackimov</name>
 </maintainer>

diff --git a/games-puzzle/phlipple/phlipple-0.8.5.ebuild b/games-puzzle/phlipple/phlipple-0.8.5.ebuild
index c538001..545c19a 100644
--- a/games-puzzle/phlipple/phlipple-0.8.5.ebuild
+++ b/games-puzzle/phlipple/phlipple-0.8.5.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: games-puzzle/phlipple/phlipple-0.8.1.ebuild frostwork Exp $
 
-EAPI=5
+EAPI=7
 
-inherit autotools eutils games flag-o-matic
+inherit autotools eutils xdg-utils
 
 DESCRIPTION="An unique puzzle game with the goal to reduce a 3D shape to a single square"
 HOMEPAGE="http://phlipple.sourceforge.net/"
@@ -23,7 +22,16 @@ DEPEND="media-libs/libsdl:0
 	virtual/glu"
 
 src_prepare() {
+	default
 	# fix fails to link on new glibc
-	epatch "${FILESDIR}/${P}_check-math-lib.patch"
+	eapply "${FILESDIR}/${P}_check-math-lib.patch"
 	eautoreconf
 }
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


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

end of thread, other threads:[~2019-10-21 22:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12 13:16 [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/phlipple/ Azamat H. Hackimov
  -- strict thread matches above, loose matches on Subject: below --
2019-10-21 22:03 Azamat H. Hackimov
2011-10-31 14:36 Marcel Unbehaun

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