public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/gmm: metadata.xml Manifest gmm-3.0.ebuild ChangeLog
@ 2008-01-13 20:13 Wulf Krueger (philantrop)
  0 siblings, 0 replies; only message in thread
From: Wulf Krueger (philantrop) @ 2008-01-13 20:13 UTC (permalink / raw
  To: gentoo-commits

philantrop    08/01/13 20:13:11

  Added:                metadata.xml Manifest gmm-3.0.ebuild ChangeLog
  Log:
  Initial import to the tree as per bug 205646.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.1                  sci-mathematics/gmm/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gmm/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gmm/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>kde</herd>
</pkgmetadata>



1.1                  sci-mathematics/gmm/Manifest

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gmm/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gmm/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DIST gmm-3.0.tar.gz 462931 RMD160 424dd994d5104daeafbbd698868bb21f16f76821 SHA1 767969f5b476d5bed7ecb3efb49cf37a204344ab SHA256 f7fad050ce4641a43c2249fd691e514a0ee6afc09b4ec54c8c30038d0c2783d1
EBUILD gmm-3.0.ebuild 515 RMD160 456fb93219efa3650fd9addc913137221771d9c6 SHA1 d86b59ae36fb712e94a6c635828ff1dfe2aedbb2 SHA256 cbb3e601ef051fa56696a0787d1f52f412ca28702f0e63ef9ad731e36ff4622e
MD5 758da9ef0b7ac337c697758aa4d356ad gmm-3.0.ebuild 515
RMD160 456fb93219efa3650fd9addc913137221771d9c6 gmm-3.0.ebuild 515
SHA256 cbb3e601ef051fa56696a0787d1f52f412ca28702f0e63ef9ad731e36ff4622e gmm-3.0.ebuild 515
MISC ChangeLog 679 RMD160 298cb8c281c64d02254af4824fc836915876579f SHA1 5d7de68cb052792c0791a4b9456c65d705c02390 SHA256 eddd4167b9578243f97b90a11d9f5759e0566a761f84b6123f13672e2cd0911f
MD5 8f27a23dccb12f7eb42c6c658d513b3d ChangeLog 679
RMD160 298cb8c281c64d02254af4824fc836915876579f ChangeLog 679
SHA256 eddd4167b9578243f97b90a11d9f5759e0566a761f84b6123f13672e2cd0911f ChangeLog 679
MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a
MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 metadata.xml 156
SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a metadata.xml 156
MD5 08a8308446295f4fd96364a83857d316 files/digest-gmm-3.0 223
RMD160 36af4fd7c10cac1718eec1b4829b2bd0609519a2 files/digest-gmm-3.0 223
SHA256 f40109e50c9aacff0a88ff3ad10ba8d440a1fec6bb0462ae6073fb9a12507918 files/digest-gmm-3.0 223
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHim/3CkvF58q80IkRAlUzAKCWFXc+8dZSWHU1RkqujS7lWbwYUACfdkGY
5Kb+wqvaOovl0rX7N6VjAmY=
=H7db
-----END PGP SIGNATURE-----



1.1                  sci-mathematics/gmm/gmm-3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild?rev=1.1&content-type=text/plain

Index: gmm-3.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild,v 1.1 2008/01/13 20:13:10 philantrop Exp $

inherit eutils

DESCRIPTION="GMM++ is a generic C++ template library for sparse, dense and skyline matrices."
SRC_URI="http://download.gna.org/getfem/stable/${P}.tar.gz"
HOMEPAGE="http://www-gmm.insa-toulouse.fr/getfem/"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS INSTALL README NEWS
}



1.1                  sci-mathematics/gmm/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for sci-mathematics/gmm
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/ChangeLog,v 1.1 2008/01/13 20:13:10 philantrop Exp $

*gmm-3.0 (13 Jan 2008)

  13 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org> +metadata.xml,
  +gmm-3.0.ebuild:
  Initial import to the tree as per bug 205646.

  29 Dec 2007; Ingmar Vanhassel <ingmar.vanhassel@gmail.com> Manifest:
  Manifest, upstream switched the tarball.

  06 Dec 2007; Ingmar Vanhassel <ingmar.vanhassel@gmail.com> gmm-3.0.ebuild:
  Fix HOMEPAGE.

  06 Sep 2007; Emanuele A. Bagnaschi <zephyrus@mirach.it> +metadata.xml,
  +gmm-3.0.ebuild:
  Added gmm-3.0 ebuild. Many thanks to Erlend Davidson and Wojciech Myrda -
  See bug #164560.




-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-01-13 20:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-13 20:13 [gentoo-commits] gentoo-x86 commit in sci-mathematics/gmm: metadata.xml Manifest gmm-3.0.ebuild ChangeLog Wulf Krueger (philantrop)

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