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
commitb3c7788247938d8a7b30a49603dacbaf2fce606d (patch)
tree5756d97bf83a1b0936e180b7ee761adde2b365c3 /app-text
parentInitial import to the main tree from the sci overlay (diff)
downloadhistorical-b3c7788247938d8a7b30a49603dacbaf2fce606d.tar.gz
historical-b3c7788247938d8a7b30a49603dacbaf2fce606d.tar.bz2
historical-b3c7788247938d8a7b30a49603dacbaf2fce606d.zip
Removed obsolete version.
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.26-gentoo-r4 i686
Diffstat (limited to 'app-text')
-rw-r--r--app-text/epstool/ChangeLog7
-rw-r--r--app-text/epstool/Manifest4
-rw-r--r--app-text/epstool/epstool-3.06.ebuild23
3 files changed, 6 insertions, 28 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/Manifest b/app-text/epstool/Manifest
index d4386252e219..fbbf9163631a 100644
--- a/app-text/epstool/Manifest
+++ b/app-text/epstool/Manifest
@@ -1,6 +1,4 @@
-DIST epstool-3.06.tar.gz 184376 RMD160 f464b4904672b60a1ab6ead7e2d0b28301210522 SHA1 38b30b33d2e8a81609cf3a1ff43e3526562f5dc4 SHA256 2d351b9718ef1e0accae72e8dda8fe49ab3f60563d045ca75022b405d92c635e
DIST epstool-3.08.tar.gz 191567 RMD160 5594fee09e105745b390de0d2e7144034d83b8e0 SHA1 dc495934f06d3ea8b3209e8b02ea96c66c34f614 SHA256 f3f14b95146868ff3f93c8720d5539deef3b6531630a552165664c7ee3c2cfdd
-EBUILD epstool-3.06.ebuild 708 RMD160 35f8f7f9c62140d7ff30b5924c4543013a196a3a SHA1 bbba122b1332053428f12fdaf276d32830184f91 SHA256 7c79290df6b141fe614241e598cab92533e019f02ad3385d0a0aeb2c47292aca
EBUILD epstool-3.08.ebuild 712 RMD160 0dddbf0ec6a1fa587972ccc48046f22e7fc70061 SHA1 3f5a65392a7c6d8e28c46a0d420a27c08f98e0d4 SHA256 e71bb65be62e599fee89bb4644ca272721b5e911ca5e70254e910eb541af8f0d
-MISC ChangeLog 2432 RMD160 b28d42287acb670f8cc4e5f6902d615ccb9a5973 SHA1 1bde0d7f8aa474731a70f42854e887150c879f6e SHA256 43c0a61a3fe79ab0480a0ec89f3c4b9dba708ac5a53f54ef068b752e7c828d13
+MISC ChangeLog 2537 RMD160 e8ff67fdccc5f6296afcd08d693286d6ca63d06e SHA1 ed39b59f5a30a17c6b956952e8b3a73915090f94 SHA256 9c81722cd2d5f73c26f5a005458346b26845e0c60158eb4a10c1e3c354716765
MISC metadata.xml 224 RMD160 d646bef174a902fd1910871e794292c44f292052 SHA1 411f9bc454756fe51f5ff5033b73f91b0b07a204 SHA256 c2d7984543cf5a2770459f930dc78cbe0a220cb3297123dc108b225edc33a822
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
-}