public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/openra: ChangeLog openra-20130514.ebuild
@ 2013-05-13 19:40 Julian Ospald (hasufell)
  0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2013-05-13 19:40 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/05/13 19:40:10

  Modified:             ChangeLog
  Added:                openra-20130514.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.13                 games-strategy/openra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	17 Mar 2013 17:35:03 -0000	1.12
+++ ChangeLog	13 May 2013 19:40:10 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for games-strategy/openra
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.12 2013/03/17 17:35:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.13 2013/05/13 19:40:10 hasufell Exp $
+
+*openra-20130514 (13 May 2013)
+
+  13 May 2013; Julian Ospald <hasufell@gentoo.org> +openra-20130514.ebuild:
+  version bump
 
   17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Add proxy-maintainers to metadata.xml



1.1                  games-strategy/openra/openra-20130514.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20130514.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20130514.ebuild?rev=1.1&content-type=text/plain

Index: openra-20130514.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20130514.ebuild,v 1.1 2013/05/13 19:40:10 hasufell Exp $

EAPI=5

inherit eutils mono gnome2-utils vcs-snapshot games

DESCRIPTION="A free RTS engine supporting games like Command & Conquer and Red Alert"
HOMEPAGE="http://open-ra.org/"
SRC_URI="https://github.com/OpenRA/OpenRA/tarball/release-${PV} -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cg"

DEPEND="dev-dotnet/libgdiplus
	dev-lang/mono
	media-libs/freetype:2[X]
	media-libs/libsdl[X,opengl,video]
	media-libs/openal
	virtual/jpeg
	virtual/opengl
	cg? ( >=media-gfx/nvidia-cg-toolkit-2.1.0017 )"
RDEPEND="${DEPEND}"

src_unpack() {
	vcs-snapshot_src_unpack
}

src_prepare() {
	# register game-version
	sed \
		-e "/Version/s/{DEV_VERSION}/release-${PV}/" \
		-i mods/{ra,cnc,d2k}/mod.yaml || die
}

src_install() {
	emake \
		datadir="${GAMES_DATADIR}" \
		bindir="${GAMES_BINDIR}" \
		libdir="$(games_get_libdir)/${PN}" \
		DESTDIR="${D}" \
		install

	# icons
	insinto /usr/share/icons/
	doins -r packaging/linux/hicolor

	# desktop entries
	local myrenderer=$(usex cg Cg Gl)
	make_desktop_entry "${PN} Game.Mods=cnc Graphics.Renderer=${myrenderer}" \
		"OpenRA CNC" ${PN}
	make_desktop_entry "${PN} Game.Mods=ra Graphics.Renderer=${myrenderer}" \
		"OpenRA RA" ${PN}
	make_desktop_entry "${PN} Game.Mods=d2k Graphics.Renderer=${myrenderer}" \
		"OpenRA Dune2k" ${PN}
	make_desktop_entry "${PN}-editor" "OpenRA Map Editor" ${PN}

	dodoc "${FILESDIR}"/README.gentoo README.md HACKING CHANGELOG

	# file permissions
	prepgamesdirs
}

pkg_preinst() {
	games_pkg_preinst
	gnome2_icon_savelist
}

pkg_postinst() {
	games_pkg_postinst
	gnome2_icon_cache_update

	if ! use cg ; then
		elog "If you have problems starting the game consider switching"
		elog "to Graphics.Renderer=Cg in openra*.desktop or manually"
		elog "run:"
		elog "${PN} Game.Mods=\$mod Graphics.Renderer=Cg"
	fi
}

pkg_postrm() {
	gnome2_icon_cache_update
}





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

* [gentoo-commits] gentoo-x86 commit in games-strategy/openra: ChangeLog openra-20130514.ebuild
@ 2013-06-23 14:06 Julian Ospald (hasufell)
  0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2013-06-23 14:06 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/06/23 14:06:13

  Modified:             ChangeLog openra-20130514.ebuild
  Log:
  migrate to mono-env
  
  (Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.14                 games-strategy/openra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	13 May 2013 19:40:10 -0000	1.13
+++ ChangeLog	23 Jun 2013 14:06:13 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/openra
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.13 2013/05/13 19:40:10 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.14 2013/06/23 14:06:13 hasufell Exp $
+
+  23 Jun 2013; Julian Ospald <hasufell@gentoo.org> openra-20130514.ebuild:
+  migrate to mono-env
 
 *openra-20130514 (13 May 2013)
 



1.2                  games-strategy/openra/openra-20130514.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20130514.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20130514.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20130514.ebuild?r1=1.1&r2=1.2

Index: openra-20130514.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20130514.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openra-20130514.ebuild	13 May 2013 19:40:10 -0000	1.1
+++ openra-20130514.ebuild	23 Jun 2013 14:06:13 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20130514.ebuild,v 1.1 2013/05/13 19:40:10 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20130514.ebuild,v 1.2 2013/06/23 14:06:13 hasufell Exp $
 
 EAPI=5
 
-inherit eutils mono gnome2-utils vcs-snapshot games
+inherit eutils mono-env gnome2-utils vcs-snapshot games
 
 DESCRIPTION="A free RTS engine supporting games like Command & Conquer and Red Alert"
 HOMEPAGE="http://open-ra.org/"
@@ -25,6 +25,11 @@
 	cg? ( >=media-gfx/nvidia-cg-toolkit-2.1.0017 )"
 RDEPEND="${DEPEND}"
 
+pkg_setup() {
+	mono-env_pkg_setup
+	games_pkg_setup
+}
+
 src_unpack() {
 	vcs-snapshot_src_unpack
 }





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

* [gentoo-commits] gentoo-x86 commit in games-strategy/openra: ChangeLog openra-20130514.ebuild
@ 2013-06-29 18:41 Julian Ospald (hasufell)
  0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2013-06-29 18:41 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/06/29 18:41:44

  Modified:             ChangeLog openra-20130514.ebuild
  Log:
  don't build stuff in src_install
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.17                 games-strategy/openra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	25 Jun 2013 12:55:43 -0000	1.16
+++ ChangeLog	29 Jun 2013 18:41:44 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/openra
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.16 2013/06/25 12:55:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.17 2013/06/29 18:41:44 hasufell Exp $
+
+  29 Jun 2013; Julian Ospald <hasufell@gentoo.org> openra-20130514.ebuild:
+  don't build stuff in src_install
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> openra-20130514.ebuild:
   Stable for amd64, wrt bug #474390



1.5                  games-strategy/openra/openra-20130514.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20130514.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20130514.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20130514.ebuild?r1=1.4&r2=1.5

Index: openra-20130514.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20130514.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openra-20130514.ebuild	25 Jun 2013 12:55:43 -0000	1.4
+++ openra-20130514.ebuild	29 Jun 2013 18:41:44 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20130514.ebuild,v 1.4 2013/06/25 12:55:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20130514.ebuild,v 1.5 2013/06/29 18:41:44 hasufell Exp $
 
 EAPI=5
 
@@ -41,6 +41,10 @@
 		-i mods/{ra,cnc,d2k}/mod.yaml || die
 }
 
+src_compile() {
+	emake all
+}
+
 src_install() {
 	emake \
 		datadir="${GAMES_DATADIR}" \





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

* [gentoo-commits] gentoo-x86 commit in games-strategy/openra: ChangeLog openra-20130514.ebuild
@ 2013-07-04 12:42 Julian Ospald (hasufell)
  0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2013-07-04 12:42 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/07/04 12:42:06

  Modified:             ChangeLog
  Removed:              openra-20130514.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.21                 games-strategy/openra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	4 Jul 2013 12:23:03 -0000	1.20
+++ ChangeLog	4 Jul 2013 12:42:06 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/openra
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.20 2013/07/04 12:23:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.21 2013/07/04 12:42:06 hasufell Exp $
+
+  04 Jul 2013; Julian Ospald <hasufell@gentoo.org> -openra-20130514.ebuild:
+  remove old
 
   04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> openra-20130514-r1.ebuild:
   Stable for x86, wrt bug #475670





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

end of thread, other threads:[~2013-07-04 12:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-23 14:06 [gentoo-commits] gentoo-x86 commit in games-strategy/openra: ChangeLog openra-20130514.ebuild Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-04 12:42 Julian Ospald (hasufell)
2013-06-29 18:41 Julian Ospald (hasufell)
2013-05-13 19:40 Julian Ospald (hasufell)

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