public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/nforenum: metadata.xml ChangeLog nforenum-0_pre2309.ebuild
@ 2010-04-08 22:14 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2010-04-08 22:14 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/04/08 22:14:56

  Added:                metadata.xml ChangeLog nforenum-0_pre2309.ebuild
  Log:
  initial commit - ebuild and patch submitted by Locke 'Wizzleby' Shinseiko via bug #300328
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.1                  games-util/nforenum/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/nforenum/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/nforenum/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>games</herd>
</pkgmetadata>



1.1                  games-util/nforenum/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/nforenum/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/nforenum/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for games-util/nforenum
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-util/nforenum/ChangeLog,v 1.1 2010/04/08 22:14:55 mr_bones_ Exp $

*nforenum-0_pre2309 (08 Apr 2010)

  08 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org>
  +nforenum-0_pre2309.ebuild, +files/nforenum-0_pre2309-build.patch,
  +metadata.xml:
  initial commit - ebuild and patch submitted by Locke 'Wizzleby' Shinseiko
  via bug #300328




1.1                  games-util/nforenum/nforenum-0_pre2309.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/nforenum/nforenum-0_pre2309.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/nforenum/nforenum-0_pre2309.ebuild?rev=1.1&content-type=text/plain

Index: nforenum-0_pre2309.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/nforenum/nforenum-0_pre2309.ebuild,v 1.1 2010/04/08 22:14:55 mr_bones_ Exp $

EAPI=2
inherit eutils toolchain-funcs

MY_PV=${PV/0_pre/r}
DESCRIPTION="A tool checking NFO code for errors"
HOMEPAGE="http://binaries.openttd.org/extra/nforenum/"
SRC_URI="http://binaries.openttd.org/extra/nforenum/${MY_PV}/${PN}-${MY_PV}-source.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

S=${WORKDIR}/${PN}-${MY_PV}

DEPEND="dev-libs/boost
	dev-lang/perl"
RDEPEND=""

src_prepare() {
	cat > Makefile.local <<-__EOF__
		CC = $(tc-getCC)
		CXX = $(tc-getCXX)
		CFLAGS = ${CFLAGS}
		CXXFLAGS = ${CXXFLAGS}
		LDOPT = ${LDFLAGS}
		STRIP = :
		V = 1
	__EOF__

	epatch "${FILESDIR}"/${P}-build.patch
}

src_install() {
	dobin renum || die
	dodoc doc/*.en.txt || die
}






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

only message in thread, other threads:[~2010-04-08 22:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08 22:14 [gentoo-commits] gentoo-x86 commit in games-util/nforenum: metadata.xml ChangeLog nforenum-0_pre2309.ebuild 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