summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2009-02-17 21:14:13 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2009-02-17 21:14:13 +0000
commit19f9b72ae5469c86c55b9dfcec226dbaebc4faa9 (patch)
treeecf875e28f0606bb7f9bd8e8c7ab212265f5f05d /app-text/epstool
parentInitial import to the main tree from the sci overlay (diff)
downloadgentoo-2-19f9b72ae5469c86c55b9dfcec226dbaebc4faa9.tar.gz
gentoo-2-19f9b72ae5469c86c55b9dfcec226dbaebc4faa9.tar.bz2
gentoo-2-19f9b72ae5469c86c55b9dfcec226dbaebc4faa9.zip
Removed obsolete version.
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r4 i686)
Diffstat (limited to 'app-text/epstool')
-rw-r--r--app-text/epstool/ChangeLog7
-rw-r--r--app-text/epstool/epstool-3.06.ebuild23
2 files changed, 5 insertions, 25 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog
index 2fb30947f119..11de2db939b8 100644
--- a/app-text/epstool/ChangeLog
+++ b/app-text/epstool/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/epstool
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.23 2008/01/22 19:16:47 grobian Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.24 2009/02/17 21:14:13 phosphan Exp $
+
+ 17 Feb 2009; Patrick Kursawe <phosphan@gentoo.org> -epstool-3.06.ebuild:
+ Removed obsolete version.
22 Jan 2008; Fabian Groffen <grobian@gentoo.org> epstool-3.08.ebuild:
Dropped ppc-macos keyword, see you in prefix
diff --git a/app-text/epstool/epstool-3.06.ebuild b/app-text/epstool/epstool-3.06.ebuild
deleted file mode 100644
index a3d0ac020381..000000000000
--- a/app-text/epstool/epstool-3.06.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.06.ebuild,v 1.7 2005/12/12 08:39:52 phosphan Exp $
-
-DESCRIPTION="Creates or extracts preview images in EPS files, fixes bounding boxes,converts to bitmaps."
-HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/epstool.htm"
-SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc amd64"
-IUSE=""
-DEPEND="virtual/ghostscript
- !=app-text/gsview-4.6"
-
-src_compile() {
- make epstool || die
-}
-
-src_install() {
- dobin bin/epstool
- doman doc/epstool.1
- dohtml doc/epstool.htm doc/gsview.css
-}