public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/yasm: ChangeLog yasm-1.0.0.ebuild yasm-0.7.1.ebuild yasm-0.7.2.ebuild
@ 2010-04-12 19:43 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-04-12 19:43 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/12 19:43:12

  Modified:             ChangeLog
  Added:                yasm-1.0.0.ebuild
  Removed:              yasm-0.7.1.ebuild yasm-0.7.2.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 dev-lang/yasm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	2 Jan 2010 18:46:38 -0000	1.35
+++ ChangeLog	12 Apr 2010 19:43:12 -0000	1.36
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/yasm
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.35 2010/01/02 18:46:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.36 2010/04/12 19:43:12 ssuominen Exp $
+
+*yasm-1.0.0 (12 Apr 2010)
+
+  12 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +yasm-1.0.0.ebuild:
+  Version bump.
 
   02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> yasm-0.8.0.ebuild:
   Transfer Prefix keywords



1.1                  dev-lang/yasm/yasm-1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: yasm-1.0.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.0.0.ebuild,v 1.1 2010/04/12 19:43:12 ssuominen Exp $

EAPI=2

DESCRIPTION="Assembler that supports amd64"
HOMEPAGE="http://www.tortall.net/projects/yasm/"
SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE="nls"

RDEPEND="nls? ( virtual/libintl )"
DEPEND="nls? ( sys-devel/gettext )"

src_configure() {
	econf \
		--disable-dependency-tracking \
		$(use_enable nls)
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS
}






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

only message in thread, other threads:[~2010-04-12 19:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12 19:43 [gentoo-commits] gentoo-x86 commit in dev-lang/yasm: ChangeLog yasm-1.0.0.ebuild yasm-0.7.1.ebuild yasm-0.7.2.ebuild Samuli Suominen (ssuominen)

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