public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-mud/xpertmud: ChangeLog xpertmud-3.1_pre1.ebuild
Date: Tue, 15 Sep 2009 20:51:52 +0000	[thread overview]
Message-ID: <E1Mnf0C-0006sk-HM@stork.gentoo.org> (raw)

mr_bones_    09/09/15 20:51:52

  Modified:             ChangeLog xpertmud-3.1_pre1.ebuild
  Log:
  EAPI=2; remove arts; compile with kde4 installed (bug #285124)
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.10                 games-mud/xpertmud/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/xpertmud/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	21 Jan 2009 14:02:36 -0000	1.9
+++ ChangeLog	15 Sep 2009 20:51:52 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-mud/xpertmud
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/xpertmud/ChangeLog,v 1.9 2009/01/21 14:02:36 tupone Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/xpertmud/ChangeLog,v 1.10 2009/09/15 20:51:52 mr_bones_ Exp $
+
+  15 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  xpertmud-3.1_pre1.ebuild:
+  EAPI=2; remove arts; compile with kde4 installed (bug #285124)
 
   21 Jan 2009; Alfredo Tupone <tupone@gentoo.org>
   +files/xpertmud-3.1_pre1-gcc43.patch, xpertmud-3.1_pre1.ebuild:



1.11                 games-mud/xpertmud/xpertmud-3.1_pre1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild?r1=1.10&r2=1.11

Index: xpertmud-3.1_pre1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xpertmud-3.1_pre1.ebuild	21 Jan 2009 14:02:36 -0000	1.10
+++ xpertmud-3.1_pre1.ebuild	15 Sep 2009 20:51:52 -0000	1.11
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild,v 1.10 2009/01/21 14:02:36 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/xpertmud/xpertmud-3.1_pre1.ebuild,v 1.11 2009/09/15 20:51:52 mr_bones_ Exp $
 
-ARTS_REQUIRED="yes"
+EAPI=2
 inherit eutils kde
 
 MY_PV="${PV/_pre/preview}"
@@ -12,33 +12,32 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="~ppc x86"
 IUSE="python ruby"
 
 DEPEND=">=sys-devel/libperl-5.6.1
 	python? ( >=dev-lang/python-2.2 )
 	ruby? ( >=dev-lang/ruby-1.8.0 )"
+
 need-kde 3
 
 S=${WORKDIR}/xpertmud-${MY_PV}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}/${P}"-gcc34.patch \
 		"${FILESDIR}/${P}"-gcc41.patch \
 		"${FILESDIR}"/${P}-gcc43.patch
 }
 
-src_compile() {
+src_configure() {
 	econf \
+		--without-arts \
 		$(use_with python python) \
 		$(use_with ruby ruby) \
-		|| die
-	emake || die "emake failed"
+		--with-extra-includes=$(kde-config --expandvars --install include)
 }
 
 src_install() {
-	make DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog DESIGN NEWS README TODO
 }






             reply	other threads:[~2009-09-15 20:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-15 20:51 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-11-10 21:03 [gentoo-commits] gentoo-x86 commit in games-mud/xpertmud: ChangeLog xpertmud-3.1_pre1.ebuild Samuli Suominen (ssuominen)
2009-01-21 14:02 Alfredo Tupone (tupone)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Mnf0C-0006sk-HM@stork.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox