public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/gap-guava/files/, sci-mathematics/gap-guava/
@ 2015-09-21 14:04 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2015-09-21 14:04 UTC (permalink / raw
  To: gentoo-commits

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>


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

only message in thread, other threads:[~2015-09-21 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-21 14:04 [gentoo-commits] proj/sci:master commit in: sci-mathematics/gap-guava/files/, sci-mathematics/gap-guava/ Justin Lecher

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