public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-mud/wxmud: wxmud-9999.ebuild ChangeLog
@ 2007-12-28  3:14 Mart Raudsepp (leio)
  0 siblings, 0 replies; 3+ messages in thread
From: Mart Raudsepp (leio) @ 2007-12-28  3:14 UTC (permalink / raw
  To: gentoo-commits

leio        07/12/28 03:14:13

  Modified:             wxmud-9999.ebuild ChangeLog
  Log:
  Use games.eclass
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.2                  games-mud/wxmud/wxmud-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild?r1=1.1&r2=1.2

Index: wxmud-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wxmud-9999.ebuild	28 Dec 2007 02:32:00 -0000	1.1
+++ wxmud-9999.ebuild	28 Dec 2007 03:14:12 -0000	1.2
@@ -1,12 +1,9 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.1 2007/12/28 02:32:00 leio Exp $
-
-WANT_AUTOCONF=latest
-WANT_AUTOMAKE=latest
+# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.2 2007/12/28 03:14:12 leio Exp $
 
 WX_GTK_VER=2.8
-inherit flag-o-matic subversion wxwidgets autotools
+inherit flag-o-matic subversion wxwidgets autotools games
 
 DESCRIPTION="Cross-platform MUD client"
 HOMEPAGE="http://wxmud.sourceforge.net/"
@@ -31,7 +28,8 @@
 
 src_compile() {
 	append-flags -fno-strict-aliasing
-	econf --with-wx-config="${WX_CONFIG}" \
+	# No audiere in portage yet, so useful MSP support is disabled for now
+	egamesconf --with-wx-config="${WX_CONFIG}" \
 		$(use_enable python) \
 		--disable-audiere \
 		|| die
@@ -41,4 +39,5 @@
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS README TODO docs/input.txt docs/scripting.txt
+	prepgamesdirs
 }



1.2                  games-mud/wxmud/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/wxmud/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/wxmud/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/wxmud/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	28 Dec 2007 02:32:00 -0000	1.1
+++ ChangeLog	28 Dec 2007 03:14:12 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for games-mud/wxmud
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.1 2007/12/28 02:32:00 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.2 2007/12/28 03:14:12 leio Exp $
+
+  28 Dec 2007; Mart Raudsepp <leio@gentoo.org> wxmud-9999.ebuild:
+  Use games.eclass
 
 *wxmud-9999 (28 Dec 2007)
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-mud/wxmud: wxmud-9999.ebuild ChangeLog
@ 2013-09-05 19:44 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 19:44 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 19:44:54

  Modified:             wxmud-9999.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.7                  games-mud/wxmud/wxmud-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild?r1=1.6&r2=1.7

Index: wxmud-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wxmud-9999.ebuild	1 Apr 2013 14:34:36 -0000	1.6
+++ wxmud-9999.ebuild	5 Sep 2013 19:44:54 -0000	1.7
@@ -1,11 +1,11 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.6 2013/04/01 14:34:36 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.7 2013/09/05 19:44:54 mgorny Exp $
 
 EAPI=5
 
 WX_GTK_VER=2.8
-PYTHON_COMPAT=( python2_{5,6,7} )
+PYTHON_COMPAT=( python2_{6,7} )
 inherit flag-o-matic subversion wxwidgets autotools python-single-r1 games
 
 DESCRIPTION="Cross-platform MUD client"



1.7                  games-mud/wxmud/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/wxmud/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/wxmud/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/wxmud/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Apr 2013 14:34:36 -0000	1.6
+++ ChangeLog	5 Sep 2013 19:44:54 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-mud/wxmud
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.6 2013/04/01 14:34:36 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.7 2013/09/05 19:44:54 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> wxmud-9999.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   01 Apr 2013; Julian Ospald <hasufell@gentoo.org> wxmud-9999.ebuild:
   use python-single-r1, bump EAPI
@@ -23,4 +26,3 @@
   +wxmud-9999.ebuild:
   Initial import of wxMUD as a live SVN version till first release is out - a
   graphical MUD client with MXP support amongst other more usual features
-





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

* [gentoo-commits] gentoo-x86 commit in games-mud/wxmud: wxmud-9999.ebuild ChangeLog
@ 2015-04-08 18:11 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 18:11 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 18:11:16

  Modified:             wxmud-9999.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.8                  games-mud/wxmud/wxmud-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild?r1=1.7&r2=1.8

Index: wxmud-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wxmud-9999.ebuild	5 Sep 2013 19:44:54 -0000	1.7
+++ wxmud-9999.ebuild	8 Apr 2015 18:11:16 -0000	1.8
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.7 2013/09/05 19:44:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.8 2015/04/08 18:11:16 mgorny Exp $
 
 EAPI=5
 
 WX_GTK_VER=2.8
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
 inherit flag-o-matic subversion wxwidgets autotools python-single-r1 games
 
 DESCRIPTION="Cross-platform MUD client"



1.9                  games-mud/wxmud/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/wxmud/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/wxmud/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/wxmud/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	17 Aug 2014 01:19:00 -0000	1.8
+++ ChangeLog	8 Apr 2015 18:11:16 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-mud/wxmud
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.8 2014/08/17 01:19:00 leio Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.9 2015/04/08 18:11:16 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> wxmud-9999.ebuild:
+  Drop old Python implementations
 
   17 Aug 2014; Mart Raudsepp <leio@gentoo.org> metadata.xml:
   Remove games herd from maintainership.





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

end of thread, other threads:[~2015-04-08 18:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 18:11 [gentoo-commits] gentoo-x86 commit in games-mud/wxmud: wxmud-9999.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-05 19:44 Michal Gorny (mgorny)
2007-12-28  3:14 Mart Raudsepp (leio)

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