public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Kahle" <tom111@gmx.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/normaliz/
Date: Fri,  8 Jul 2011 11:01:16 +0000 (UTC)	[thread overview]
Message-ID: <48ec02d770f6a24a7a49ae5e8a1aad3c41d2215c.tom111@gentoo> (raw)

commit:     48ec02d770f6a24a7a49ae5e8a1aad3c41d2215c
Author:     Thomas Kahle <tomka <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  8 11:01:00 2011 +0000
Commit:     Thomas Kahle <tom111 <AT> gmx <DOT> de>
CommitDate: Fri Jul  8 11:01:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=48ec02d7

Removing long old version of normaliz

---
 sci-mathematics/normaliz/ChangeLog           |   36 --------------------------
 sci-mathematics/normaliz/metadata.xml        |   13 ---------
 sci-mathematics/normaliz/normaliz-2.2.ebuild |   32 -----------------------
 3 files changed, 0 insertions(+), 81 deletions(-)

diff --git a/sci-mathematics/normaliz/ChangeLog b/sci-mathematics/normaliz/ChangeLog
deleted file mode 100644
index 4f18149..0000000
--- a/sci-mathematics/normaliz/ChangeLog
+++ /dev/null
@@ -1,36 +0,0 @@
-# ChangeLog for sci-mathematics/normaliz
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  25 Jun 2011; Justin Lecher <jlec@gentoo.org> normaliz-2.2.ebuild,
-  metadata.xml:
-  Cleaned ebuild, unused local USE-description
-
-  03 Nov 2010; Thomas Kahle <tomka@gentoo.org> -normaliz-2.5.ebuild,
-  -normaliz-2.5-r1.ebuild, -files/normaliz-2.5-makefile.patch:
-  moved to main tree, 2.2 version stays for macaulay2
-
-*normaliz-2.5-r1 (20 Oct 2010)
-
-  20 Oct 2010; Thomas Kahle <tomka@gentoo.org> +normaliz-2.5-r1.ebuild:
-  QA, non-working gui removed.
-
-*normaliz-2.5 (05 Sep 2010)
-
-  05 Sep 2010; Thomas Kahle <tom111@gmx.de> +normaliz-2.5.ebuild,
-  metadata.xml:
-  Bump to 2.5
-
-  14 Aug 2010; Christopher Schwan <cschwan@students.uni-mainz.de>
-  normaliz-2.2.ebuild:
-  Fixed SRC_URI - url has moved because upstream has released 2.5
-
-  04 Mar 2010; Thomas Kahle <tom111@gmx.de> normaliz-2.2.ebuild:
-  QA/ebuild improvements
-
-  4 Sep 2009; Thomas Kahle <tom111@gmx.de> +normaliz-2.2.ebuild
-  +metadata.xml +ChangeLog
-
-  Intial import (Bug #283676)
-
-

diff --git a/sci-mathematics/normaliz/metadata.xml b/sci-mathematics/normaliz/metadata.xml
deleted file mode 100644
index 9ca68fe..0000000
--- a/sci-mathematics/normaliz/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>sci</herd>
-	<maintainer>
-		<email>tom111@gmx.de</email>
-		<name>Thomas Kahle</name>
-	</maintainer>
-	<longdescription lang="en">
-Normaliz is a (command line) tool for computations in affine monoids, vector configurations, lattice polytopes, and
-rational cones.
-</longdescription>
-</pkgmetadata>

diff --git a/sci-mathematics/normaliz/normaliz-2.2.ebuild b/sci-mathematics/normaliz/normaliz-2.2.ebuild
deleted file mode 100644
index d8943d4..0000000
--- a/sci-mathematics/normaliz/normaliz-2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Computations in affine monoids and more"
-HOMEPAGE="http://www.mathematik.uni-osnabrueck.de/normaliz/"
-SRC_URI="http://www.mathematik.uni-osnabrueck.de/normaliz/Normaliz2.2/Normaliz2.2Linux32.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="doc"
-
-DEPEND="dev-libs/gmp[-nocxx]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/Normaliz2.2Linux/source
-
-src_prepare () {
-	sed -i "s/-O3/${CXXFLAGS}/" Makefile || die "sed on Makefile failed"
-}
-
-src_install() {
-	dobin norm32 norm64 normbig
-	if use doc; then
-		dodoc "../doc/Normaliz2.2Documentation.pdf"
-	fi
-}



             reply	other threads:[~2011-07-08 11:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-08 11:01 Thomas Kahle [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-25 17:22 [gentoo-commits] proj/sci:master commit in: sci-mathematics/normaliz/ Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48ec02d770f6a24a7a49ae5e8a1aad3c41d2215c.tom111@gentoo \
    --to=tom111@gmx.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox