public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/octave-epstk/
Date: Wed,  9 Mar 2011 17:58:35 +0000 (UTC)	[thread overview]
Message-ID: <31dffc6db2a039e4df0a1e30ca88bced0748960c.bicatali@gentoo> (raw)

commit:     31dffc6db2a039e4df0a1e30ca88bced0748960c
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Wed Mar  9 17:58:19 2011 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 17:58:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=31dffc6d

[sci-mathematics/octave-epstk] in the main tree

---
 sci-mathematics/octave-epstk/ChangeLog             |   23 ----------
 sci-mathematics/octave-epstk/metadata.xml          |   11 -----
 .../octave-epstk/octave-epstk-2.2.ebuild           |   45 --------------------
 3 files changed, 0 insertions(+), 79 deletions(-)

diff --git a/sci-mathematics/octave-epstk/ChangeLog b/sci-mathematics/octave-epstk/ChangeLog
deleted file mode 100644
index b353231..0000000
--- a/sci-mathematics/octave-epstk/ChangeLog
+++ /dev/null
@@ -1,23 +0,0 @@
-# ChangeLog for sci-mathematics/octave-epstk
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*octave-epstk-2.2 (13 Jan 2010)
-
-  13 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org>
-  -octave-epstk-2.1.ebuild, -files/octave-epstk-2.1_PATCH1.patch,
-  +octave-epstk-2.2.ebuild, metadata.xml:
-  Bump. Now based on Debian modifications
-
-  12 Oct 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
-  octave-epstk-2.1.ebuild:
-  fix for bug 288586, thanks Juergen Rose for reporting
-  Some QA, rest is commented in the ebuild
-
-*octave-epstk-2.1 (14 Apr 2006)
-
-  14 Apr 2006; Lucas Chiesa <lucas.chiesa@gmail.com>:
-  +octave-epstk-2.1.ebuild, +metadata.xml, +ChangeLog,
-  +octave-epstk-2.1_PATCH1.patch
-  Initial import. Thanks to Peter Gustafson <petegus@umich.edu>
-  for the ebuild. Closes bug #127475

diff --git a/sci-mathematics/octave-epstk/metadata.xml b/sci-mathematics/octave-epstk/metadata.xml
deleted file mode 100644
index 5589ad7..0000000
--- a/sci-mathematics/octave-epstk/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci-mathematics</herd>
-<longdescription lang='en'>
-  The octave-epstk package provides, via a set of .m functions, a
-  toolkit to create powerful encapsulated postscript (.eps) graphs. Most 2D
-  scientific graphics functions are written. The generated .eps-files are very
-  small and can be imported into other documents without loss of quality.
-</longdescription>
-</pkgmetadata>

diff --git a/sci-mathematics/octave-epstk/octave-epstk-2.2.ebuild b/sci-mathematics/octave-epstk/octave-epstk-2.2.ebuild
deleted file mode 100644
index 02bf184..0000000
--- a/sci-mathematics/octave-epstk/octave-epstk-2.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-inherit eutils
-
-DEB_PR=14
-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.gz
-	mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-IUSE=""
-
-RDEPEND="sci-mathematics/octave
-	app-text/ghostscript-gpl"
-DEPEND=""
-
-src_prepare() {
-	epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PR}.diff
-	cd "${S}"
-	mv "${WORKDIR}"/epstk*/* . || die
-	for i in $(cat debian/patches/series); do
-		epatch debian/patches/${i}
-	done
-}
-
-src_install () {
-	insinto /usr/share/octave/site/m/${PN}
-	doins m/*.m m/*.psd m/epstkbc m/def* m/mFileList m/epsFileList m/octave.asc m/*.inc || die
-	insinto /etc
-	doins debian/epstk.conf || die
-	dodoc debian/README.Debian debian/changelog
-}
-
-pkg_postinst () {
-	einfo "Package installed as octave-epstk."
-	einfo "To test epstk, run octave and execute the demo m files."
-	einfo "For example:"
-	einfo "octave:1> edemo1"
-}



                 reply	other threads:[~2011-03-09 17:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=31dffc6db2a039e4df0a1e30ca88bced0748960c.bicatali@gentoo \
    --to=bicatali@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox