public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/mmix: mmix-20100311.ebuild ChangeLog mmix-20110420.ebuild
@ 2011-05-10 10:20 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2011-05-10 10:20 UTC (permalink / raw
  To: gentoo-commits

xmw         11/05/10 10:20:54

  Modified:             mmix-20100311.ebuild ChangeLog
  Added:                mmix-20110420.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-lang/mmix/mmix-20100311.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mmix/mmix-20100311.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mmix/mmix-20100311.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mmix/mmix-20100311.ebuild?r1=1.1&r2=1.2

Index: mmix-20100311.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20100311.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mmix-20100311.ebuild	18 Sep 2010 01:38:41 -0000	1.1
+++ mmix-20100311.ebuild	10 May 2011 10:20:54 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20100311.ebuild,v 1.1 2010/09/18 01:38:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20100311.ebuild,v 1.2 2011/05/10 10:20:54 xmw Exp $
 
 EAPI="2"
 
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="mmix"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="doc"
 
 S="${WORKDIR}"



1.18                 dev-lang/mmix/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mmix/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mmix/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mmix/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mmix/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	18 Sep 2010 01:38:42 -0000	1.17
+++ ChangeLog	10 May 2011 10:20:54 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/mmix
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/ChangeLog,v 1.17 2010/09/18 01:38:42 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/ChangeLog,v 1.18 2011/05/10 10:20:54 xmw Exp $
+
+*mmix-20110420 (10 May 2011)
+
+  10 May 2011; Michael Weber <xmw@gentoo.org> mmix-20100311.ebuild,
+  +mmix-20110420.ebuild, +files/mmix-20110420-makefile.patch:
+  Version bump
 
 *mmix-20100311 (18 Sep 2010)
 *mmix-20060324-r1 (18 Sep 2010)



1.1                  dev-lang/mmix/mmix-20110420.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mmix/mmix-20110420.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mmix/mmix-20110420.ebuild?rev=1.1&content-type=text/plain

Index: mmix-20110420.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20110420.ebuild,v 1.1 2011/05/10 10:20:54 xmw Exp $

EAPI="2"

inherit eutils toolchain-funcs

DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator."
HOMEPAGE="http://www-cs-faculty.stanford.edu/~knuth/mmix.html"
SRC_URI="http://www-cs-faculty.stanford.edu/~knuth/programs/${P}.tar.gz"

DEPEND="|| ( >=dev-util/cweb-3.63 virtual/tex-base )"
RDEPEND=""

SLOT="0"
LICENSE="mmix"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"

S="${WORKDIR}"

src_prepare() {
	epatch "${FILESDIR}"/${P}-makefile.patch
}

src_compile() {
	emake all \
		CFLAGS="${CFLAGS}" \
		CC=$(tc-getCC) \
		|| die
	if use doc ; then
		emake doc || die
	fi
}

src_install () {
	dobin mmix mmixal mmmix mmotype abstime || die
	dodoc README mmix.1 || die
	if use doc ; then
		insinto /usr/share/doc/${PF}
		doins *.ps || die
	fi
}






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

only message in thread, other threads:[~2011-05-10 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-10 10:20 [gentoo-commits] gentoo-x86 commit in dev-lang/mmix: mmix-20100311.ebuild ChangeLog mmix-20110420.ebuild Michael Weber (xmw)

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