summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-28 21:52:01 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-28 21:52:01 +0000
commit3f4444cd1af19751f1ebdb9b2737cf2792dd1e70 (patch)
tree2397740a7d03448657d18cdc0388f247f5f07268 /app-sci
parentManifest recommit (diff)
downloadhistorical-3f4444cd1af19751f1ebdb9b2737cf2792dd1e70.tar.gz
historical-3f4444cd1af19751f1ebdb9b2737cf2792dd1e70.tar.bz2
historical-3f4444cd1af19751f1ebdb9b2737cf2792dd1e70.zip
Moved to sci-mathematics/pariguide.
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/pariguide/ChangeLog21
-rw-r--r--app-sci/pariguide/Manifest4
-rw-r--r--app-sci/pariguide/files/digest-pariguide-0.43a1
-rw-r--r--app-sci/pariguide/metadata.xml5
-rw-r--r--app-sci/pariguide/pariguide-0.43a.ebuild30
5 files changed, 0 insertions, 61 deletions
diff --git a/app-sci/pariguide/ChangeLog b/app-sci/pariguide/ChangeLog
deleted file mode 100644
index 1221fa311f4c..000000000000
--- a/app-sci/pariguide/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for app-sci/pariguide
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/pariguide/ChangeLog,v 1.7 2004/06/24 22:14:25 agriffis Exp $
-
- 05 May 2004; Bryan Østergaard <kloeri@gentoo.org> pariguide-0.43a.ebuild:
- Stable on alpha.
-
- 23 Mar 2004; Joshua Kinard <kumba@gentoo.org> pariguide-0.43a.ebuild:
- This package has a qt dep, and for mips, qt needs some testing and issues
- resolved first, removing keyword until then.
-
-*pariguide-0.43a (15 Feb 2002)
-
- 12 Feb 2003; Seemant Kulleen <seemant@gentoo.org> pariguide-0.43.ebuild :
-
- Added other arches to testing.
-
- 15 Dec 2002; George Shapovalov <george@gentoo.org> ChangeLog, pariguide-0.43a.ebuild, files/digest-pariguide-0.43a :
- initial release
- PariGUIde, a GUI for the math. program Pari-GP
- ebuild submitted by
diff --git a/app-sci/pariguide/Manifest b/app-sci/pariguide/Manifest
deleted file mode 100644
index 8620d0283c01..000000000000
--- a/app-sci/pariguide/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 99426f2b8ab410e25802a7bae2cb9ea6 pariguide-0.43a.ebuild 879
-MD5 7306698441d49c4b31c60e46ce79ac8a ChangeLog 853
-MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 634bbf3664aaa81da8769398869b914f files/digest-pariguide-0.43a 67
diff --git a/app-sci/pariguide/files/digest-pariguide-0.43a b/app-sci/pariguide/files/digest-pariguide-0.43a
deleted file mode 100644
index 800067d4e562..000000000000
--- a/app-sci/pariguide/files/digest-pariguide-0.43a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3329ed8ab5e941588f9ea5d4f80f4f04 pariguide-0.43a.tar.gz 585245
diff --git a/app-sci/pariguide/metadata.xml b/app-sci/pariguide/metadata.xml
deleted file mode 100644
index b229aec85b8f..000000000000
--- a/app-sci/pariguide/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</herd>
-</pkgmetadata>
diff --git a/app-sci/pariguide/pariguide-0.43a.ebuild b/app-sci/pariguide/pariguide-0.43a.ebuild
deleted file mode 100644
index 56387132c8cf..000000000000
--- a/app-sci/pariguide/pariguide-0.43a.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/pariguide/pariguide-0.43a.ebuild,v 1.8 2004/12/28 15:10:37 ribosome Exp $
-
-IUSE=""
-
-DESCRIPTION="PariGUIde, a GUI for the math. program Pari-GP"
-HOMEPAGE="http://www.skalatan.de/pariguide/"
-SRC_URI="mirror://sourceforge/pariguide/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc ~sparc alpha ~hppa"
-
-DEPEND=">=x11-libs/qt-2.2.0
- virtual/x11"
-
-RDEPEND=">=sci-mathematics/pari-2.1.0"
-
-src_install() {
- make DESTDIR=${D} install || die
-
- #weiderly make install does not make the main binary executable
- chmod a+x ${D}/usr/bin/pariguide
-
- #make install does not honor docdir seting, have to move things manually
- dodoc AUTHORS COPYING README TODO
- mv ${D}/usr/doc/${PN}/html ${D}/usr/share/doc/${PF}
- rm -rf ${D}/usr/doc/
-}