summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2006-01-29 20:24:50 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2006-01-29 20:24:50 +0000
commita6f64425c9cf0b398332a94b1ee807f78ce6acb0 (patch)
tree3e43e3cc21373c423fbd3cd01af9cbc1a0e31b12 /media-gfx
parentDependency update: media-gfx/xgraph -> sci-visualization/xgraph. (diff)
downloadhistorical-a6f64425c9cf0b398332a94b1ee807f78ce6acb0.tar.gz
historical-a6f64425c9cf0b398332a94b1ee807f78ce6acb0.tar.bz2
historical-a6f64425c9cf0b398332a94b1ee807f78ce6acb0.zip
Moved to sci-visualization/xgraph.
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/xgraph/ChangeLog22
-rw-r--r--media-gfx/xgraph/Manifest3
-rw-r--r--media-gfx/xgraph/files/digest-xgraph-12.11
-rw-r--r--media-gfx/xgraph/xgraph-12.1.ebuild25
4 files changed, 0 insertions, 51 deletions
diff --git a/media-gfx/xgraph/ChangeLog b/media-gfx/xgraph/ChangeLog
deleted file mode 100644
index 0245f0694ea2..000000000000
--- a/media-gfx/xgraph/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-# ChangeLog for media-gfx/xgraph
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xgraph/ChangeLog,v 1.6 2005/11/03 09:05:01 grobian Exp $
-
- 03 Nov 2005; Fabian Groffen <grobian@gentoo.org> xgraph-12.1.ebuild:
- Marked ~ppc-macos (bug #110940)
-
- 19 Jul 2005; David Holm <dholm@gentoo.org> xgraph-12.1.ebuild:
- Added to ~ppc.
-
- 23 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> xgraph-12.1.ebuild:
- added ~amd64 to KEYWORDS. fixes #83054
-
- 14 Jun 2004; Ferris McCormick <fmccor@gentoo.org> xgraph-12.1.ebuild:
- Marked stable for sparc.
-
-*xgraph-12.1 (10 Jan 2004)
-
- 10 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> xgraph-12.1.ebuild:
- Initial commit, original ebuild by Christophe Radovcic
- <christophe.radovcic@laposte.net>, updated by robbat2@gentoo.org
-
diff --git a/media-gfx/xgraph/Manifest b/media-gfx/xgraph/Manifest
deleted file mode 100644
index 5128b9d7eab3..000000000000
--- a/media-gfx/xgraph/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e4947eff055ff9379adae1745ebaf6f7 xgraph-12.1.ebuild 773
-MD5 8c3055d6f45715b64c104f1f29f7085a ChangeLog 835
-MD5 6826e5d007a04ca340b4b97e6672f81f files/digest-xgraph-12.1 63
diff --git a/media-gfx/xgraph/files/digest-xgraph-12.1 b/media-gfx/xgraph/files/digest-xgraph-12.1
deleted file mode 100644
index c30a40381240..000000000000
--- a/media-gfx/xgraph/files/digest-xgraph-12.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c4cbfb3291a607dd274e7fb161b9056a xgraph-12.1.tar.gz 145278
diff --git a/media-gfx/xgraph/xgraph-12.1.ebuild b/media-gfx/xgraph/xgraph-12.1.ebuild
deleted file mode 100644
index 4b77f0d38000..000000000000
--- a/media-gfx/xgraph/xgraph-12.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xgraph/xgraph-12.1.ebuild,v 1.6 2005/11/03 09:05:01 grobian Exp $
-
-DESCRIPTION="X11 Plotting Utility"
-HOMEPAGE="http://www.isi.edu/nsnam/xgraph/"
-SRC_URI="http://www.isi.edu/nsnam/dist/${P}.tar.gz"
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos sparc ~x86"
-IUSE=""
-DEPEND="virtual/x11"
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc README* INSTALL
- dodir /usr/share/${PN}/examples
- insinto /usr/share/${PN}/examples
- doins examples/*
- dodir /usr/share/man/man1
- mv ${D}/usr/share/man/manm/xgraph.man ${D}/usr/share/man/man1/xgraph.1
- ls ${D}/usr/share/man/manm/
- rm -Rf ${D}/usr/share/man/manm/
-}
-