public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/majesty-demo: majesty-demo-1.0.0.ebuild ChangeLog
Date: Fri, 27 Mar 2015 02:33:01 +0000 (UTC)	[thread overview]
Message-ID: <20150327023303.0BF12149E1@oystercatcher.gentoo.org> (raw)

mr_bones_    15/03/27 02:33:01

  Modified:             majesty-demo-1.0.0.ebuild ChangeLog
  Log:
  EAPI=5; switch to LGP version of demo
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.17                 games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild?r1=1.16&r2=1.17

Index: majesty-demo-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- majesty-demo-1.0.0.ebuild	13 Oct 2014 15:44:00 -0000	1.16
+++ majesty-demo-1.0.0.ebuild	27 Mar 2015 02:33:01 -0000	1.17
@@ -1,29 +1,23 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 1.16 2014/10/13 15:44:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 1.17 2015/03/27 02:33:01 mr_bones_ Exp $
 
-EAPI=4
+EAPI=5
 inherit eutils unpacker games
 
 DESCRIPTION="Control your own kingdom in this simulation"
 HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=8&"
-SRC_URI="http://demos.linuxgamepublishing.com/majesty/majesty_demo.run"
+SRC_URI="http://ftp2.za.freebsd.org/pub/FreeBSD/ports/distfiles/majesty_demo.run"
 
-LICENSE="all-rights-reserved"
+LICENSE="MAJESTY-DEMO"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
 IUSE=""
-RESTRICT="mirror bindist strip"
+RESTRICT="bindist strip"
 
 RDEPEND="sys-libs/glibc
 	|| (
-		ppc? (
-			x11-libs/libX11
-			x11-libs/libXext
-			x11-libs/libXau
-			x11-libs/libXdmcp
-		)
-		!ppc? (
+		(
 			x11-libs/libX11[abi_x86_32(-)]
 			x11-libs/libXext[abi_x86_32(-)]
 			x11-libs/libXau[abi_x86_32(-)]
@@ -47,15 +41,12 @@
 	exeinto "${dir}"
 	doins -r data quests
 	doins majesty.{bmp,xpm} majestysite.url
-	cp "${S}"/majesty.xpm "${S}"/majesty-demo.xpm
-	doicon majesty-demo.xpm
-	# I am only installing the static version for now
+	newicon majesty.xpm majesty-demo.xpm
+	# only installing the static version for now
 	if use x86 || use amd64; then
-		doexe bin/Linux/x86/glibc-2.1/maj_demo
-	elif use ppc; then
-		doexe bin/Linux/ppc/glibc-2.1/maj_demo
+		doexe bin/Linux/x86/maj_demo
 	fi
 	games_make_wrapper maj_demo ./maj_demo "${dir}" "${dir}"
 	prepgamesdirs
-	make_desktop_entry maj_demo "Majesty (Demo)" ${PN}
+	make_desktop_entry maj_demo "Majesty (Demo)"
 }



1.16                 games-strategy/majesty-demo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	13 Oct 2014 15:44:00 -0000	1.15
+++ ChangeLog	27 Mar 2015 02:33:01 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/majesty-demo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v 1.15 2014/10/13 15:44:00 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v 1.16 2015/03/27 02:33:01 mr_bones_ Exp $
+
+  27 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  majesty-demo-1.0.0.ebuild:
+  EAPI=5; switch to LGP version of demo
 
   13 Oct 2014; Michał Górny <mgorny@gentoo.org> majesty-demo-1.0.0.ebuild:
   Support multilib providers for deps.





             reply	other threads:[~2015-03-27  2:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-27  2:33 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-01 20:43 [gentoo-commits] gentoo-x86 commit in games-strategy/majesty-demo: majesty-demo-1.0.0.ebuild ChangeLog Michael Sterrett (mr_bones_)
2014-10-13 15:44 Michal Gorny (mgorny)
2014-08-10 21:21 Sergei Trofimovich (slyfox)
2014-05-07 15:48 Ulrich Mueller (ulm)
2012-12-24 15:36 Alfredo Tupone (tupone)
2012-02-08 21:33 Mike Frysinger (vapier)
2008-02-29 19:44 Carsten Lohrke (carlo)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150327023303.0BF12149E1@oystercatcher.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox