public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/gf2x: metadata.xml ChangeLog gf2x-0.3.1.ebuild
@ 2009-08-10 21:17 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-08-10 21:17 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/08/10 21:17:50

  Added:                metadata.xml ChangeLog gf2x-0.3.1.ebuild
  Log:
  Initial import
  (Portage version: 2.2_rc36/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/gf2x/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gf2x/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gf2x/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>sci-mathematics</herd>
<longdescription lang="en">
  gf2x is a C/C++ software package containing routines for fast
  arithmetic in GF(2)[x] (multiplication, squaring, GCD) and searching
  for irreducible/primitive trinomials.
</longdescription>
</pkgmetadata>



1.1                  dev-libs/gf2x/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-libs/gf2x
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gf2x/ChangeLog,v 1.1 2009/08/10 21:17:50 bicatali Exp $

*gf2x-0.3.1 (10 Aug 2009)

  10 Aug 2009; Sébastien Fabbro <bicatali@gentoo.org> +gf2x-0.3.1.ebuild,
  +files/gf2x-0.3.1-shared.patch, +metadata.xml:
  Initial import




1.1                  dev-libs/gf2x/gf2x-0.3.1.ebuild

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

Index: gf2x-0.3.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gf2x/gf2x-0.3.1.ebuild,v 1.1 2009/08/10 21:17:50 bicatali Exp $

EAPI=2
inherit eutils

DESCRIPTION="C/C++ routines for fast arithmetic in GF(2)[x]"
HOMEPAGE="http://wwwmaths.anu.edu.au/~brent/gf2x.html"
SRC_URI="http://wwwmaths.anu.edu.au/~brent/ftp/trinom/${P}.tar.gz"

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

IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
# tests need gmp and ntl, introducing a circle dependency
RESTRICT=test

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

src_compile() {
	# turned off explicitely by upstream
	emake -j1 || die "emake failed"
}

src_install() {
	dolib.a libgf2x.a || die
	dolib.so libgf2x.so* || die
	dodoc Changelog README
}






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

only message in thread, other threads:[~2009-08-10 21:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-10 21:17 [gentoo-commits] gentoo-x86 commit in dev-libs/gf2x: metadata.xml ChangeLog gf2x-0.3.1.ebuild Sebastien Fabbro (bicatali)

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