Skip to content

Commit

Permalink
Make an ebuild for the optional - soon to be standard - lrcalc
Browse files Browse the repository at this point in the history
(Portage version: 2.2.0_alpha113/git/Linux x86_64, unsigned Manifest commit)
  • Loading branch information
kiwifb committed Jun 28, 2012
1 parent 3d35c83 commit b0cdc69
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sci-mathematics/lrcalc/ChangeLog
@@ -0,0 +1,10 @@
# ChangeLog for sci-mathematics/lrcalc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

*lrcalc-1.1.6_beta_p0 (28 Jun 2012)

28 Jun 2012; François Bissey <francois.bissey@canterbury.ac.nz>
+lrcalc-1.1.6_beta_p0.ebuild, +metadata.xml:
Initial import of lrcalc -optional in 5.0/5.1 and to be standard in 5.2

4 changes: 4 additions & 0 deletions sci-mathematics/lrcalc/Manifest
@@ -0,0 +1,4 @@
DIST lrcalc-1.1.6_beta_p0.tar.bz2 614362 RMD160 dd2dd10efc128de594cab1f3ab98e554fc285b7f SHA1 22b3516ac32896a2c49a033be2429ff7e89a1e92 SHA256 950dabf46b7788a48ca61c7c8b0aa6a2a55ac5c402508931d1a6e911dee1419e
EBUILD lrcalc-1.1.6_beta_p0.ebuild 654 RMD160 5a772a157ff7dab6d533275c0f0e5bf9f2b730ea SHA1 31d6338900cf3a7addea4ffd382da00646e36c8f SHA256 e45b7421b95f347ac4894f347d7614cad448a5bd6230d9e1b5adf4531d8577de
MISC ChangeLog 350 RMD160 0415890f9f0d58abd01467635edeb42465a9347b SHA1 d9c21e5e30c5a376b07b656958accd2ebe82de17 SHA256 7aee515919ad2c24d52e216523479091fd294244e24277e367a4a33cd636496e
MISC metadata.xml 419 RMD160 4084e7bed96fe7118857a0d0cb1115f88ac29e4a SHA1 832bb098f9eb0882bb04c01e829d85f62dccc7d0 SHA256 bf52eded93b7db7f26e996c009ea3cc1277d24c6d547af753090b5fefc960217
27 changes: 27 additions & 0 deletions sci-mathematics/lrcalc/lrcalc-1.1.6_beta_p0.ebuild
@@ -0,0 +1,27 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit versionator autotools-utils

MY_PV="$(delete_version_separator 3 $(replace_version_separator 4 '.'))"

DESCRIPTION="Littlewood-Richardson Calculator"
HOMEPAGE="http://www.math.rutgers.edu/~asbuch/lrcalc/"
SRC_URI="http://sage.math.washington.edu/home/palmieri/SPKG/${PN}-${MY_PV}.spkg -> ${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos ~x64-macos"
IUSE="static-libs"

RESTRICT="mirror"

DEPEND=""
RDEPEND="${DEPEND}"

AUTOTOOLS_IN_SOURCE_BUILD=1

S="${WORKDIR}/${PN}-${MY_PV}"/src
12 changes: 12 additions & 0 deletions sci-mathematics/lrcalc/metadata.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>francois.bissey@canterbury.ac.nz</email>
<name>François Bissey</name>
</maintainer>
<longdescription lang="en">
The "Littlewood-Richardson Calculator" is a package of C and Maple programs for computing Littlewood-Richardson coefficients
</longdescription>
</pkgmetadata>

0 comments on commit b0cdc69

Please sign in to comment.