summaryrefslogtreecommitdiff
path: root/sci-mathematics/octave-epstk/octave-epstk-2.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/octave-epstk/octave-epstk-2.3.ebuild')
-rw-r--r--sci-mathematics/octave-epstk/octave-epstk-2.3.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/sci-mathematics/octave-epstk/octave-epstk-2.3.ebuild b/sci-mathematics/octave-epstk/octave-epstk-2.3.ebuild
deleted file mode 100644
index f4c6f9a75dc9..000000000000
--- a/sci-mathematics/octave-epstk/octave-epstk-2.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils
-
-DEB_PR=2
-DESCRIPTION="Graphical output functions for Matlab and Octave"
-HOMEPAGE="http://www.epstk.de/"
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.bz2
- mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEB_PR}.debian.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-IUSE="doc"
-
-RDEPEND="sci-mathematics/octave
- app-text/ghostscript-gpl"
-DEPEND=""
-
-S="${WORKDIR}"
-
-src_prepare() {
- local p
- cd eps*
- for p in $(cat "${WORKDIR}"/debian/patches/series); do
- epatch "${WORKDIR}"/debian/patches/${p}
- done
-}
-
-src_install () {
- insinto /usr/share/octave/site/m/${PN}
- doins eps*/m/* || die
- use doc && dohtml -r eps*/doc/*
- insinto /etc
- doins debian/epstk.conf || die
- dodoc debian/README.Debian debian/changelog
-}