public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/gap-guava/files/, sci-mathematics/gap-guava/
Date: Mon, 21 Sep 2015 14:04:52 +0000 (UTC)	[thread overview]
Message-ID: <1442844274.8eea68a6631be6db81f45a36078a55785a3519e8.jlec@gentoo> (raw)

commit:     8eea68a6631be6db81f45a36078a55785a3519e8
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 14:04:34 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 14:04:34 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8eea68a6

Drop obsolete  Sources unavailable

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-mathematics/gap-guava/ChangeLog                | 46 ---------------
 .../files/gap-guava-3.10-fix-missing-header.patch  |  7 ---
 sci-mathematics/gap-guava/gap-guava-3.10-r1.ebuild | 66 ----------------------
 sci-mathematics/gap-guava/metadata.xml             |  5 --
 4 files changed, 124 deletions(-)

diff --git a/sci-mathematics/gap-guava/ChangeLog b/sci-mathematics/gap-guava/ChangeLog
deleted file mode 100644
index 95ea0ca..0000000
--- a/sci-mathematics/gap-guava/ChangeLog
+++ /dev/null
@@ -1,46 +0,0 @@
-# ChangeLog for sci-mathematics/gap-guava
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
-  24 Jul 2011; François Bissey <francois.bissey@canterbury.ac.nz>
-  +gap-guava-3.10-r1.ebuild, +files/gap-guava-3.10-fix-missing-header.patch,
-  +metadata.xml:
-  Import into the science overlay
-
-  20 May 2011; Christopher Schwan <cschwan@students.uni-mainz.de>
-  gap-guava-3.10-r1.ebuild:
-  Migrate to EAPI 4
-
-  10 Oct 2010; Christopher Schwan <cschwan@students.uni-mainz.de>
-  gap-guava-3.10-r1.ebuild:
-  Added ~x86-linux keyword and patches for PREFIX
-
-  08 Sep 2010; François Bissey <f.r.bissey@massey.ac.nz> metadata.xml:
-  fix metadata
-
-  03 Aug 2010; Christopher Schwan <cschwan@students.uni-mainz.de>
-  -gap-guava-3.10.ebuild:
-  Removed old version
-
-*gap-guava-3.10-r1 (26 Jun 2010)
-
-  26 Jun 2010; Christopher Schwan <cschwan@students.uni-mainz.de>
-  +gap-guava-3.10-r1.ebuild, +files/gap-guava-3.10-fix-missing-header.patch:
-  New revision fixes wrong CFLAGS, installation of documentation. Also 
-  fixed warnings about installation and fixed QA warning about implicit
-  declared "exit". Moved to EAPI=3
-
-  26 Mar 2010; François Bissey <f.r.bissey@massey.ac.nz>
-  gap-guava-3.10.ebuild:
-  keywording ~ppc
-
-  02 Dec 2009; Christopher Schwan <cschwan@students.uni-mainz.de>
-  gap-guava-3.10.ebuild:
-  Added missing amd64 keyword
-
-*gap-guava-3.10 (29 Nov 2009)
-
-  29 Nov 2009; Christopher Schwan <cschwan@students.uni-mainz.de>
-  +gap-guava-3.10.ebuild:
-  Initial import. Copied from Francois' ebuilds
-

diff --git a/sci-mathematics/gap-guava/files/gap-guava-3.10-fix-missing-header.patch b/sci-mathematics/gap-guava/files/gap-guava-3.10-fix-missing-header.patch
deleted file mode 100644
index 9a2abd4..0000000
--- a/sci-mathematics/gap-guava/files/gap-guava-3.10-fix-missing-header.patch
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/leonconv.c.orig	2008-08-19 10:50:52.000000000 +0000
-+++ src/leonconv.c	2010-06-26 07:52:35.166539820 +0000
-@@ -1,3 +1,4 @@
-+#include <stdlib.h>
- #include <stdio.h> 
- #if !defined(__APPLE__)
- #include <malloc.h>

diff --git a/sci-mathematics/gap-guava/gap-guava-3.10-r1.ebuild b/sci-mathematics/gap-guava/gap-guava-3.10-r1.ebuild
deleted file mode 100644
index c8dcead..0000000
--- a/sci-mathematics/gap-guava/gap-guava-3.10-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils
-
-MY_PN="guava"
-
-DESCRIPTION="GUAVA is a package that implements coding theory algorithms in GAP"
-HOMEPAGE="http://sage.math.washington.edu/home/wdj/guava/"
-SRC_URI="http://sage.math.washington.edu/home/wdj/${MY_PN}/${MY_PN}${PV}.tar.bz2"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="sci-mathematics/gap"
-RDEPEND="${DEPEND}"
-
-RESTRICT="mirror"
-
-S="${WORKDIR}/${MY_PN}${PV}"
-
-src_prepare() {
-	# adds stdlib.h which is needed because of "exit" - fixes QA warning
-	epatch "${FILESDIR}"/${P}-fix-missing-header.patch
-
-	cd lib || die "failed to change into lib directory"
-	rm *~ || die "failed to remove backup files"
-}
-
-src_configure() {
-	# this is not configuration script from autoconf
-	./configure "${EPREFIX}"/usr/share/gap || die "configuration failed"
-}
-
-src_compile() {
-	emake CFLAGS="${CFLAGS}" COMPOPT="-c ${CFLAGS}"
-}
-
-src_install() {
-	source "${EPREFIX}"/usr/share/gap/sysinfo.gap \
-		|| die "failed to read architecture"
-	rm bin/${GAParch}/*.o || die "failed to remove object files"
-
-	exeinto /usr/share/gap/pkg/${MY_PN}/bin
-	doexe bin/desauto bin/wtdist
-
-	exeinto /usr/share/gap/pkg/${MY_PN}/bin/leon
-	doexe bin/leon/*
-
-	exeinto /usr/share/gap/pkg/${MY_PN}/bin/${GAParch}
-	doexe bin/${GAParch}/*
-
-	insinto /usr/share/gap/pkg/${MY_PN}
-	doins -r lib tbl guava_gapdoc.gap init.g PackageInfo.g read.g
-	dodoc README.guava COPYING.guava
-
-	if use doc ; then
-		dohtml htm/*
-		dodoc doc/manual.pdf src/leon/doc/leon_guava_manual.pdf
-	fi
-}

diff --git a/sci-mathematics/gap-guava/metadata.xml b/sci-mathematics/gap-guava/metadata.xml
deleted file mode 100644
index 5a2f1c7..0000000
--- a/sci-mathematics/gap-guava/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci-mathematics</herd>
-</pkgmetadata>


                 reply	other threads:[~2015-09-21 14:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1442844274.8eea68a6631be6db81f45a36078a55785a3519e8.jlec@gentoo \
    --to=jlec@gentoo.org \
    --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