public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: games-board/infector/
@ 2012-05-03 11:41 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2012-05-03 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     975a2a87916f0ff4bfcab69014237ea0f1295369
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May  3 10:37:02 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May  3 10:37:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=975a2a87

[games-board/infector] Migrate to virtual/pkgconfig. Fix repoman issues. Remove temp file.

(Portage version: 2.2.0_alpha101/git/Linux i686, signed Manifest commit with key F3CFD2BD)

---
 games-board/infector/infector-0.2-r1.ebuild  |    6 ++--
 games-board/infector/infector-0.2-r1.ebuild~ |   47 --------------------------
 games-board/infector/metadata.xml            |    5 +++
 3 files changed, 8 insertions(+), 50 deletions(-)

diff --git a/games-board/infector/infector-0.2-r1.ebuild b/games-board/infector/infector-0.2-r1.ebuild
index 6509f0d..16d934b 100644
--- a/games-board/infector/infector-0.2-r1.ebuild
+++ b/games-board/infector/infector-0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -20,10 +20,10 @@ RDEPEND=">=dev-cpp/gtkmm-2.12
 	>=dev-cpp/libglademm-2.6"
 
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	sys-devel/gettext
 	dev-util/intltool
 	gnome-base/librsvg
+	sys-devel/gettext
+	virtual/pkgconfig
 	x11-misc/xdg-utils"
 
 copy_stuff() {

diff --git a/games-board/infector/infector-0.2-r1.ebuild~ b/games-board/infector/infector-0.2-r1.ebuild~
deleted file mode 100644
index 6509f0d..0000000
--- a/games-board/infector/infector-0.2-r1.ebuild~
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="1"
-
-inherit games
-
-DESCRIPTION="Ataxx/Hexxagon clone."
-
-HOMEPAGE="http://infector.mangobrain.co.uk/"
-SRC_URI="http://infector.mangobrain.co.uk/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND=">=dev-cpp/gtkmm-2.12
-	>=dev-cpp/libglademm-2.6"
-
-DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	sys-devel/gettext
-	dev-util/intltool
-	gnome-base/librsvg
-	x11-misc/xdg-utils"
-
-copy_stuff() {
-	if [[ -d "$1" ]] ; then
-		dodir "$2" || die "dodir failed"
-		cp -LR "$1"/* "${D}"/"$2" || die "cp failed"
-	fi
-}
-
-src_install() {
-	XDG_UTILS_INSTALL_MODE=user \
-		emake DESTDIR="${D}" install \
-		|| die "make install failed"
-
-	# xdg-utils workaround
-	cd "${PORTAGE_BUILDDIR}"/homedir/ || die "cd failed"
-	chmod -R a+r . || die "chmod failed"
-	copy_stuff .gnome/apps /usr/share/gnome/apps/
-	copy_stuff .local/share /usr/share/
-	copy_stuff .kde/share /usr/share/
-}

diff --git a/games-board/infector/metadata.xml b/games-board/infector/metadata.xml
new file mode 100644
index 0000000..31dc017
--- /dev/null
+++ b/games-board/infector/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/betagarden:master commit in: games-board/infector/
@ 2017-06-04 18:17 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2017-06-04 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     31f35b8c1899025bf051ca0d3d9fc3ec34d84661
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 15:08:16 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 15:08:16 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=31f35b8c

games-board/infector: Bump EAPI

Drop games eclass

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 games-board/infector/infector-0.2-r1.ebuild | 15 ++++++---------
 games-board/infector/metadata.xml           |  4 +++-
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/games-board/infector/infector-0.2-r1.ebuild b/games-board/infector/infector-0.2-r1.ebuild
index d184d6a..e6b6a2f 100644
--- a/games-board/infector/infector-0.2-r1.ebuild
+++ b/games-board/infector/infector-0.2-r1.ebuild
@@ -1,12 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="1"
-
-inherit games
-
-DESCRIPTION="Ataxx/Hexxagon clone."
+EAPI=6
 
+DESCRIPTION="Ataxx/Hexxagon clone"
 HOMEPAGE="http://infector.mangobrain.co.uk/"
 SRC_URI="http://infector.mangobrain.co.uk/downloads/${P}.tar.gz"
 
@@ -15,7 +12,8 @@ SLOT="0"
 KEYWORDS="~x86"
 IUSE=""
 
-RDEPEND=">=dev-cpp/gtkmm-2.12
+RDEPEND="
+	>=dev-cpp/gtkmm-2.12:2.4=
 	>=dev-cpp/libglademm-2.6"
 
 DEPEND="${RDEPEND}
@@ -34,8 +32,7 @@ copy_stuff() {
 
 src_install() {
 	XDG_UTILS_INSTALL_MODE=user \
-		emake DESTDIR="${D}" install \
-		|| die "make install failed"
+		emake DESTDIR="${D}" install
 
 	# xdg-utils workaround
 	cd "${PORTAGE_BUILDDIR}"/homedir/ || die "cd failed"

diff --git a/games-board/infector/metadata.xml b/games-board/infector/metadata.xml
index b969149..9c7e122 100644
--- a/games-board/infector/metadata.xml
+++ b/games-board/infector/metadata.xml
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project"><email>maintainer-wanted@gentoo.org</email></maintainer>
+	<maintainer type="project">
+		<email>maintainer-wanted@gentoo.org</email>
+	</maintainer>
 </pkgmetadata>


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

end of thread, other threads:[~2017-06-04 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-04 18:17 [gentoo-commits] proj/betagarden:master commit in: games-board/infector/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2012-05-03 11:41 Johannes Huber

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