public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/freecraft: freecraft-1.18-r3.ebuild ChangeLog
@ 2011-09-14 20:10 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2011-09-14 20:10 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/09/14 20:10:50

  Modified:             freecraft-1.18-r3.ebuild ChangeLog
  Log:
  add dep for getting ddate (bug #382905)
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.16                 games-strategy/freecraft/freecraft-1.18-r3.ebuild

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

Index: freecraft-1.18-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freecraft/freecraft-1.18-r3.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- freecraft-1.18-r3.ebuild	4 Apr 2007 19:55:13 -0000	1.15
+++ freecraft-1.18-r3.ebuild	14 Sep 2011 20:10:50 -0000	1.16
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecraft/freecraft-1.18-r3.ebuild,v 1.15 2007/04/04 19:55:13 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecraft/freecraft-1.18-r3.ebuild,v 1.16 2011/09/14 20:10:50 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games
 
 MY_P=${PN}-030311
@@ -16,21 +17,20 @@
 RESTRICT="fetch"
 
 DEPEND="media-libs/libpng
-	media-libs/libsdl"
+	media-libs/libsdl[audio,video]
+	|| ( sys-apps/util-linux[ddate] <sys-apps/util-linux-2.20 )"
 
 S=${WORKDIR}/${MY_P}
 
 pkg_nofetch() {
 	einfo "Due to a Cease and Desist given by Blizzard,"
 	einfo "you must obtain the sources for this game yourself."
-	einfo "For more information, please visit: ${HOMEPAGE}"
-	einfo "Also, you'll have to place the files ${A}"
+	einfo "Use the power of the internet to do this."
+	einfo "Also, you'll have to place the file ${A}"
 	einfo "into ${DISTDIR}"
 }
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	sed -e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}:" \
 		-e "s:GENTOO_LIBDIR:$(games_get_libdir)/${PN}:" \
 		"${FILESDIR}"/${PN} > "${T}"/${PN} \
@@ -43,8 +43,8 @@
 }
 
 src_compile() {
-	emake depend || die "depend generation failed"
-	emake -j1 || die "emake failed"
+	emake depend || die
+	emake -j1 || die
 }
 
 src_install() {



1.16                 games-strategy/freecraft/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freecraft/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	17 Feb 2007 09:26:11 -0000	1.15
+++ ChangeLog	14 Sep 2011 20:10:50 -0000	1.16
@@ -1,6 +1,14 @@
 # ChangeLog for games-strategy/freecraft
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecraft/ChangeLog,v 1.15 2007/02/17 09:26:11 nyhm Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecraft/ChangeLog,v 1.16 2011/09/14 20:10:50 mr_bones_ Exp $
+
+  14 Sep 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  freecraft-1.18-r3.ebuild:
+  add dep for getting ddate (bug #382905)
+
+  14 Sep 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  freecraft-1.18-r3.ebuild:
+  add dep on util-linux for bug #382905
 
   17 Feb 2007; Tristan Heaven <nyhm@gentoo.org> freecraft-1.18-r3.ebuild:
   Fix ROOT abuse, bug #167277






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-14 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 20:10 [gentoo-commits] gentoo-x86 commit in games-strategy/freecraft: freecraft-1.18-r3.ebuild ChangeLog 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