Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/gap-guava/files/, sci-mathematics/gap-guava/
Date: Mon, 21 Sep 2015 14:05:22
Message-Id: 1442844274.8eea68a6631be6db81f45a36078a55785a3519e8.jlec@gentoo
1 commit: 8eea68a6631be6db81f45a36078a55785a3519e8
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 14:04:34 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 14:04:34 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8eea68a6
7
8 Drop obsolete Sources unavailable
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 sci-mathematics/gap-guava/ChangeLog | 46 ---------------
13 .../files/gap-guava-3.10-fix-missing-header.patch | 7 ---
14 sci-mathematics/gap-guava/gap-guava-3.10-r1.ebuild | 66 ----------------------
15 sci-mathematics/gap-guava/metadata.xml | 5 --
16 4 files changed, 124 deletions(-)
17
18 diff --git a/sci-mathematics/gap-guava/ChangeLog b/sci-mathematics/gap-guava/ChangeLog
19 deleted file mode 100644
20 index 95ea0ca..0000000
21 --- a/sci-mathematics/gap-guava/ChangeLog
22 +++ /dev/null
23 @@ -1,46 +0,0 @@
24 -# ChangeLog for sci-mathematics/gap-guava
25 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 -# $Id$
27 -
28 - 24 Jul 2011; François Bissey <francois.bissey@×××××××××××××.nz>
29 - +gap-guava-3.10-r1.ebuild, +files/gap-guava-3.10-fix-missing-header.patch,
30 - +metadata.xml:
31 - Import into the science overlay
32 -
33 - 20 May 2011; Christopher Schwan <cschwan@××××××××××××××××××.de>
34 - gap-guava-3.10-r1.ebuild:
35 - Migrate to EAPI 4
36 -
37 - 10 Oct 2010; Christopher Schwan <cschwan@××××××××××××××××××.de>
38 - gap-guava-3.10-r1.ebuild:
39 - Added ~x86-linux keyword and patches for PREFIX
40 -
41 - 08 Sep 2010; François Bissey <f.r.bissey@×××××××××.nz> metadata.xml:
42 - fix metadata
43 -
44 - 03 Aug 2010; Christopher Schwan <cschwan@××××××××××××××××××.de>
45 - -gap-guava-3.10.ebuild:
46 - Removed old version
47 -
48 -*gap-guava-3.10-r1 (26 Jun 2010)
49 -
50 - 26 Jun 2010; Christopher Schwan <cschwan@××××××××××××××××××.de>
51 - +gap-guava-3.10-r1.ebuild, +files/gap-guava-3.10-fix-missing-header.patch:
52 - New revision fixes wrong CFLAGS, installation of documentation. Also
53 - fixed warnings about installation and fixed QA warning about implicit
54 - declared "exit". Moved to EAPI=3
55 -
56 - 26 Mar 2010; François Bissey <f.r.bissey@×××××××××.nz>
57 - gap-guava-3.10.ebuild:
58 - keywording ~ppc
59 -
60 - 02 Dec 2009; Christopher Schwan <cschwan@××××××××××××××××××.de>
61 - gap-guava-3.10.ebuild:
62 - Added missing amd64 keyword
63 -
64 -*gap-guava-3.10 (29 Nov 2009)
65 -
66 - 29 Nov 2009; Christopher Schwan <cschwan@××××××××××××××××××.de>
67 - +gap-guava-3.10.ebuild:
68 - Initial import. Copied from Francois' ebuilds
69 -
70
71 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
72 deleted file mode 100644
73 index 9a2abd4..0000000
74 --- a/sci-mathematics/gap-guava/files/gap-guava-3.10-fix-missing-header.patch
75 +++ /dev/null
76 @@ -1,7 +0,0 @@
77 ---- src/leonconv.c.orig 2008-08-19 10:50:52.000000000 +0000
78 -+++ src/leonconv.c 2010-06-26 07:52:35.166539820 +0000
79 -@@ -1,3 +1,4 @@
80 -+#include <stdlib.h>
81 - #include <stdio.h>
82 - #if !defined(__APPLE__)
83 - #include <malloc.h>
84
85 diff --git a/sci-mathematics/gap-guava/gap-guava-3.10-r1.ebuild b/sci-mathematics/gap-guava/gap-guava-3.10-r1.ebuild
86 deleted file mode 100644
87 index c8dcead..0000000
88 --- a/sci-mathematics/gap-guava/gap-guava-3.10-r1.ebuild
89 +++ /dev/null
90 @@ -1,66 +0,0 @@
91 -# Copyright 1999-2014 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -# $Id$
94 -
95 -EAPI="4"
96 -
97 -inherit eutils
98 -
99 -MY_PN="guava"
100 -
101 -DESCRIPTION="GUAVA is a package that implements coding theory algorithms in GAP"
102 -HOMEPAGE="http://sage.math.washington.edu/home/wdj/guava/"
103 -SRC_URI="http://sage.math.washington.edu/home/wdj/${MY_PN}/${MY_PN}${PV}.tar.bz2"
104 -
105 -LICENSE="GPL-2 GPL-3"
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
108 -IUSE="doc"
109 -
110 -DEPEND="sci-mathematics/gap"
111 -RDEPEND="${DEPEND}"
112 -
113 -RESTRICT="mirror"
114 -
115 -S="${WORKDIR}/${MY_PN}${PV}"
116 -
117 -src_prepare() {
118 - # adds stdlib.h which is needed because of "exit" - fixes QA warning
119 - epatch "${FILESDIR}"/${P}-fix-missing-header.patch
120 -
121 - cd lib || die "failed to change into lib directory"
122 - rm *~ || die "failed to remove backup files"
123 -}
124 -
125 -src_configure() {
126 - # this is not configuration script from autoconf
127 - ./configure "${EPREFIX}"/usr/share/gap || die "configuration failed"
128 -}
129 -
130 -src_compile() {
131 - emake CFLAGS="${CFLAGS}" COMPOPT="-c ${CFLAGS}"
132 -}
133 -
134 -src_install() {
135 - source "${EPREFIX}"/usr/share/gap/sysinfo.gap \
136 - || die "failed to read architecture"
137 - rm bin/${GAParch}/*.o || die "failed to remove object files"
138 -
139 - exeinto /usr/share/gap/pkg/${MY_PN}/bin
140 - doexe bin/desauto bin/wtdist
141 -
142 - exeinto /usr/share/gap/pkg/${MY_PN}/bin/leon
143 - doexe bin/leon/*
144 -
145 - exeinto /usr/share/gap/pkg/${MY_PN}/bin/${GAParch}
146 - doexe bin/${GAParch}/*
147 -
148 - insinto /usr/share/gap/pkg/${MY_PN}
149 - doins -r lib tbl guava_gapdoc.gap init.g PackageInfo.g read.g
150 - dodoc README.guava COPYING.guava
151 -
152 - if use doc ; then
153 - dohtml htm/*
154 - dodoc doc/manual.pdf src/leon/doc/leon_guava_manual.pdf
155 - fi
156 -}
157
158 diff --git a/sci-mathematics/gap-guava/metadata.xml b/sci-mathematics/gap-guava/metadata.xml
159 deleted file mode 100644
160 index 5a2f1c7..0000000
161 --- a/sci-mathematics/gap-guava/metadata.xml
162 +++ /dev/null
163 @@ -1,5 +0,0 @@
164 -<?xml version="1.0" encoding="UTF-8"?>
165 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
166 -<pkgmetadata>
167 -<herd>sci-mathematics</herd>
168 -</pkgmetadata>