public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-mud/crystal: crystal-0.2.2.ebuild ChangeLog
@ 2008-05-01 10:30 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 3+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-05-01 10:30 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/05/01 10:30:08

  Modified:             crystal-0.2.2.ebuild ChangeLog
  Log:
  Fix building with gcc-4.3
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.2                  games-mud/crystal/crystal-0.2.2.ebuild

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

Index: crystal-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crystal-0.2.2.ebuild	10 Jul 2005 04:51:41 -0000	1.1
+++ crystal-0.2.2.ebuild	1 May 2008 10:30:07 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild,v 1.1 2005/07/10 04:51:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild,v 1.2 2008/05/01 10:30:07 nyhm Exp $
 
-inherit games
+inherit eutils games
 
 DESCRIPTION="The crystal MUD client"
 HOMEPAGE="http://www.evilmagic.org/crystal/"
@@ -10,13 +10,21 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~ppc x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="sys-libs/zlib
 	sys-libs/ncurses
 	dev-libs/openssl"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch \
+		"${FILESDIR}"/${P}-64bit.patch \
+		"${FILESDIR}"/${P}-gcc43.patch
+}
+
 src_compile() {
 	egamesconf \
 		--disable-scripting || die
@@ -24,7 +32,7 @@
 }
 
 src_install() {
-	make DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS NEWS README TODO
 	prepgamesdirs
 }



1.6                  games-mud/crystal/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	10 Jul 2005 04:51:41 -0000	1.5
+++ ChangeLog	1 May 2008 10:30:07 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for games-mud/crystal
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v 1.5 2005/07/10 04:51:41 mr_bones_ Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v 1.6 2008/05/01 10:30:07 nyhm Exp $
+
+  01 May 2008; Tristan Heaven <nyhm@gentoo.org>
+  +files/crystal-0.2.2-64bit.patch, +files/crystal-0.2.2-gcc43.patch,
+  crystal-0.2.2.ebuild:
+  Fix building with gcc-4.3
 
 *crystal-0.2.2 (10 Jul 2005)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-mud/crystal: crystal-0.2.2.ebuild ChangeLog
@ 2009-06-14  0:17 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 3+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-06-14  0:17 UTC (permalink / raw
  To: gentoo-commits

nyhm        09/06/14 00:17:47

  Modified:             crystal-0.2.2.ebuild ChangeLog
  Log:
  Fix building with glibc-2.10, bug #273498
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.3                  games-mud/crystal/crystal-0.2.2.ebuild

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

Index: crystal-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crystal-0.2.2.ebuild	1 May 2008 10:30:07 -0000	1.2
+++ crystal-0.2.2.ebuild	14 Jun 2009 00:17:47 -0000	1.3
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild,v 1.2 2008/05/01 10:30:07 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild,v 1.3 2009/06/14 00:17:47 nyhm Exp $
 
+EAPI=2
 inherit eutils games
 
 DESCRIPTION="The crystal MUD client"
@@ -17,18 +18,16 @@
 	sys-libs/ncurses
 	dev-libs/openssl"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch \
 		"${FILESDIR}"/${P}-64bit.patch \
-		"${FILESDIR}"/${P}-gcc43.patch
+		"${FILESDIR}"/${P}-gcc43.patch \
+		"${FILESDIR}"/${P}-glibc2.10.patch
 }
 
-src_compile() {
+src_configure() {
 	egamesconf \
 		--disable-scripting || die
-	emake || die "emake failed"
 }
 
 src_install() {



1.7                  games-mud/crystal/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 May 2008 10:30:07 -0000	1.6
+++ ChangeLog	14 Jun 2009 00:17:47 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for games-mud/crystal
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v 1.6 2008/05/01 10:30:07 nyhm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v 1.7 2009/06/14 00:17:47 nyhm Exp $
+
+  14 Jun 2009; Tristan Heaven <nyhm@gentoo.org> crystal-0.2.2.ebuild,
+  +files/crystal-0.2.2-glibc2.10.patch:
+  Fix building with glibc-2.10, bug #273498
 
   01 May 2008; Tristan Heaven <nyhm@gentoo.org>
   +files/crystal-0.2.2-64bit.patch, +files/crystal-0.2.2-gcc43.patch,






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

* [gentoo-commits] gentoo-x86 commit in games-mud/crystal: crystal-0.2.2.ebuild ChangeLog
@ 2009-08-13 21:44 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-08-13 21:44 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/08/13 21:44:26

  Modified:             crystal-0.2.2.ebuild ChangeLog
  Log:
  avoid colliding with xscreensaver (bug #281191)
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.4                  games-mud/crystal/crystal-0.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild?r1=1.3&r2=1.4

Index: crystal-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crystal-0.2.2.ebuild	14 Jun 2009 00:17:47 -0000	1.3
+++ crystal-0.2.2.ebuild	13 Aug 2009 21:44:25 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild,v 1.3 2009/06/14 00:17:47 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild,v 1.4 2009/08/13 21:44:25 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
@@ -23,6 +23,12 @@
 		"${FILESDIR}"/${P}-64bit.patch \
 		"${FILESDIR}"/${P}-gcc43.patch \
 		"${FILESDIR}"/${P}-glibc2.10.patch
+	# avoid colliding with xscreensaver (bug #281191)
+	sed -i \
+		-e '/^man_MANS/s/crystal/crystal-mud/' \
+		Makefile.in \
+		|| die "sed failed"
+	mv crystal.6 crystal-mud.6
 }
 
 src_configure() {



1.8                  games-mud/crystal/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	14 Jun 2009 00:17:47 -0000	1.7
+++ ChangeLog	13 Aug 2009 21:44:25 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-mud/crystal
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v 1.7 2009/06/14 00:17:47 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v 1.8 2009/08/13 21:44:25 mr_bones_ Exp $
+
+  13 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> crystal-0.2.2.ebuild:
+  avoid colliding with xscreensaver (bug #281191)
 
   14 Jun 2009; Tristan Heaven <nyhm@gentoo.org> crystal-0.2.2.ebuild,
   +files/crystal-0.2.2-glibc2.10.patch:






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

end of thread, other threads:[~2009-08-13 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-14  0:17 [gentoo-commits] gentoo-x86 commit in games-mud/crystal: crystal-0.2.2.ebuild ChangeLog Tristan Heaven (nyhm)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-13 21:44 Michael Sterrett (mr_bones_)
2008-05-01 10:30 Tristan Heaven (nyhm)

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