summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-07-16 08:43:24 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-07-16 08:43:24 +0000
commite8a24dfc167d2bb851bd667deea3286ed99b379b (patch)
tree8c38da6940ba59989685444e910aa146caa02196 /media-gfx
parentversion bump (#99047) (diff)
downloadhistorical-e8a24dfc167d2bb851bd667deea3286ed99b379b.tar.gz
historical-e8a24dfc167d2bb851bd667deea3286ed99b379b.tar.bz2
historical-e8a24dfc167d2bb851bd667deea3286ed99b379b.zip
Remove old ebuild.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/labplot/Manifest2
-rw-r--r--media-gfx/labplot/files/digest-labplot-1.3.01
-rw-r--r--media-gfx/labplot/labplot-1.3.0.ebuild45
3 files changed, 0 insertions, 48 deletions
diff --git a/media-gfx/labplot/Manifest b/media-gfx/labplot/Manifest
index b61b9236bbc7..bfea56c281b3 100644
--- a/media-gfx/labplot/Manifest
+++ b/media-gfx/labplot/Manifest
@@ -1,8 +1,6 @@
MD5 862e7941cb21c9dd10e8bd6183f21fb0 metadata.xml 173
MD5 c29f2d9bf9c757e8b6a93a7f147b5766 labplot-1.4.0.ebuild 1607
-MD5 b0a2bc6284b5a7b45c583448d979ddf7 labplot-1.3.0.ebuild 1085
MD5 748a8b231bf5d0a9186881a422260f0c ChangeLog 1994
MD5 1db5faa2d87be7b123c3ffdecd45ddec files/getversion.patch 945
MD5 0e5477ba8d6a62e6a2dde93c7e12cef6 files/digest-labplot-1.4.0 66
MD5 56ca5a2584d30cb2ec78d04714df475a files/labplot-1.3.0-amd64.patch 855
-MD5 b717f0448045aa171f74df43edcf4409 files/digest-labplot-1.3.0 66
diff --git a/media-gfx/labplot/files/digest-labplot-1.3.0 b/media-gfx/labplot/files/digest-labplot-1.3.0
deleted file mode 100644
index 1f44c4c796da..000000000000
--- a/media-gfx/labplot/files/digest-labplot-1.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8d97c124cfc2bb53eb875c36a9bd3f1a LabPlot-1.3.0.tar.gz 4506737
diff --git a/media-gfx/labplot/labplot-1.3.0.ebuild b/media-gfx/labplot/labplot-1.3.0.ebuild
deleted file mode 100644
index bcf0f16326a9..000000000000
--- a/media-gfx/labplot/labplot-1.3.0.ebuild
+++ /dev/null
@@ -1,45 +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/labplot/labplot-1.3.0.ebuild,v 1.4 2005/01/05 14:44:59 phosphan Exp $
-
-inherit eutils gnuconfig kde
-
-MPN="LabPlot"
-
-DESCRIPTION="KDE application for plotting and analysis of 2d and 3d functions and data"
-HOMEPAGE="http://labplot.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MPN}-${PV}.tar.gz"
-LICENSE="GPL-2"
-
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-IUSE="fftw imagemagick tiff"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-DEPEND=">=sci-libs/gsl-1.3
- fftw? ( >=sci-libs/fftw-2.1.5 )
- imagemagick? ( >=media-gfx/imagemagick-5.5.6-r1 )
- x86? ( >=media-gfx/pstoedit-3.33 )
- tiff? ( >=media-libs/tiff-3.5.5 )
- >=media-libs/jasper-1.700.5-r1"
-
-need-kde 3.1
-
-S="${WORKDIR}/${MPN}-${PV}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-amd64.patch
-}
-
-src_compile() {
- local myconf="\
- $(use_enable fftw) \
- $(use_enable fftw fftw3) \
- $(use_enable imagemagick ImageMagick) \
- $(use_enable tiff)"
- gnuconfig_update
- kde_src_compile
-}