public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client: crossfire-client-1.71.0.ebuild ChangeLog
@ 2015-02-19  1:58 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-19  1:58 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/19 01:58:28

  Modified:             ChangeLog
  Added:                crossfire-client-1.71.0.ebuild
  Log:
  version bump (bug #506932)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.38                 games-roguelike/crossfire-client/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	28 Aug 2014 06:51:25 -0000	1.37
+++ ChangeLog	19 Feb 2015 01:58:28 -0000	1.38
@@ -1,6 +1,12 @@
 # ChangeLog for games-roguelike/crossfire-client
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.37 2014/08/28 06:51:25 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.38 2015/02/19 01:58:28 mr_bones_ Exp $
+
+*crossfire-client-1.71.0 (19 Feb 2015)
+
+  19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  +crossfire-client-1.71.0.ebuild:
+  version bump (bug #506932)
 
   28 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org>
   -crossfire-client-1.12.0.ebuild,



1.1                  games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?rev=1.1&content-type=text/plain

Index: crossfire-client-1.71.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v 1.1 2015/02/19 01:58:28 mr_bones_ Exp $

EAPI=5
inherit autotools eutils toolchain-funcs gnome2-utils games

DESCRIPTION="Client for the nethack-style but more in the line of UO"
HOMEPAGE="http://crossfire.real-time.com/"
SRC_URI="mirror://sourceforge/crossfire/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="alsa lua opengl oss sdl"

RDEPEND="alsa? ( media-libs/alsa-lib )
	opengl? ( virtual/opengl
		media-libs/freeglut )
	x11-libs/gtk+:2
	gnome-base/libglade
	sdl? ( media-libs/libsdl[video]
		media-libs/sdl-image[png] )
	lua? ( dev-lang/lua )
	net-misc/curl
	media-libs/libpng:0
	sys-libs/zlib"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	sed -ri -e '/^.TH/s:$: 6:' $(find . -name "*man") || die
}

src_configure() {
	# bugs in configure script so we cant use $(use_enable ...)
	local myconf

	use sdl || myconf="${myconf} --disable-sdl"
	use alsa || myconf="${myconf} --disable-alsa9 --disable-alsa"
	if ! use alsa && ! use oss ; then
		myconf="${myconf} --disable-sound"
	fi
	egamesconf ${myconf}
}

src_compile() {
	# bug 139785
	if use alsa || use oss ; then
		emake -j1 -C sound-src AR="$(tc-getAR)"
	fi
	emake AR="$(tc-getAR)"
}

src_install() {
	local s

	default
	domenu gtk-v2/crossfire-client.desktop
	for s in 16 32 48
	do
		newicon -s ${s} pixmaps/${s}x${s}.png ${PN}.png
	done
	prepgamesdirs
}

pkg_preinst() {
	games_pkg_preinst
	gnome2_icon_savelist
}

pkg_postinst() {
	games_pkg_postinst
	gnome2_icon_cache_update
}

pkg_postrm() {
	gnome2_icon_cache_update
}





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

* [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client: crossfire-client-1.71.0.ebuild ChangeLog
@ 2015-04-19  8:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-19  8:56 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/19 08:56:37

  Modified:             crossfire-client-1.71.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #545992
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?r1=1.2&r2=1.3

Index: crossfire-client-1.71.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crossfire-client-1.71.0.ebuild	28 Feb 2015 14:02:31 -0000	1.2
+++ crossfire-client-1.71.0.ebuild	19 Apr 2015 08:56:37 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v 1.2 2015/02/28 14:02:31 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v 1.3 2015/04/19 08:56:37 ago Exp $
 
 EAPI=5
 inherit toolchain-funcs gnome2-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="alsa lua opengl oss sdl"
 
 RDEPEND="alsa? ( media-libs/alsa-lib )



1.41                 games-roguelike/crossfire-client/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	12 Mar 2015 19:32:48 -0000	1.40
+++ ChangeLog	19 Apr 2015 08:56:37 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for games-roguelike/crossfire-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.40 2015/03/12 19:32:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.41 2015/04/19 08:56:37 ago Exp $
+
+  19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> crossfire-client-1.71.0.ebuild:
+  Stable for amd64, wrt bug #545992
 
   12 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org>
   -crossfire-client-1.70.0-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client: crossfire-client-1.71.0.ebuild ChangeLog
@ 2015-04-19 10:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-19 10:07 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/19 10:07:49

  Modified:             crossfire-client-1.71.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #545992
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?r1=1.3&r2=1.4

Index: crossfire-client-1.71.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crossfire-client-1.71.0.ebuild	19 Apr 2015 08:56:37 -0000	1.3
+++ crossfire-client-1.71.0.ebuild	19 Apr 2015 10:07:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v 1.3 2015/04/19 08:56:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v 1.4 2015/04/19 10:07:49 ago Exp $
 
 EAPI=5
 inherit toolchain-funcs gnome2-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="alsa lua opengl oss sdl"
 
 RDEPEND="alsa? ( media-libs/alsa-lib )



1.42                 games-roguelike/crossfire-client/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	19 Apr 2015 08:56:37 -0000	1.41
+++ ChangeLog	19 Apr 2015 10:07:49 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for games-roguelike/crossfire-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.41 2015/04/19 08:56:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.42 2015/04/19 10:07:49 ago Exp $
+
+  19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> crossfire-client-1.71.0.ebuild:
+  Stable for x86, wrt bug #545992
 
   19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> crossfire-client-1.71.0.ebuild:
   Stable for amd64, wrt bug #545992





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

end of thread, other threads:[~2015-04-19 10:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-19  8:56 [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client: crossfire-client-1.71.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-19 10:07 Agostino Sarubbo (ago)
2015-02-19  1:58 Michael Sterrett (mr_bones_)

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