diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 02:42:04 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 02:42:04 +0000 |
commit | 3fa8551776022ee2ad03e829ecbcff1f51b86248 (patch) | |
tree | 4a87acdc8da79fc01c35f8cca060b464e0ca10ee /app-text/epstool | |
parent | Marked ppc stable. (diff) | |
download | gentoo-2-3fa8551776022ee2ad03e829ecbcff1f51b86248.tar.gz gentoo-2-3fa8551776022ee2ad03e829ecbcff1f51b86248.tar.bz2 gentoo-2-3fa8551776022ee2ad03e829ecbcff1f51b86248.zip |
QA: ${PN}-${PV} -> ${P}
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-text/epstool')
-rw-r--r-- | app-text/epstool/epstool-3.04.ebuild | 7 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.06.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/app-text/epstool/epstool-3.04.ebuild b/app-text/epstool/epstool-3.04.ebuild index 40f579401854..c6c82d6a3fde 100644 --- a/app-text/epstool/epstool-3.04.ebuild +++ b/app-text/epstool/epstool-3.04.ebuild @@ -1,10 +1,10 @@ # 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.04.ebuild,v 1.7 2005/01/01 16:13:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.04.ebuild,v 1.8 2005/07/09 02:42:04 swegener 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/${PN}-${PV}.tar.gz" +SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc amd64" @@ -16,8 +16,7 @@ src_compile() { } src_install() { - exeinto /usr/bin - doexe bin/epstool + dobin bin/epstool doman doc/epstool.1 dohtml doc/epstool.htm doc/gsview.css } diff --git a/app-text/epstool/epstool-3.06.ebuild b/app-text/epstool/epstool-3.06.ebuild index 45f910ef6065..cc57d4a87393 100644 --- a/app-text/epstool/epstool-3.06.ebuild +++ b/app-text/epstool/epstool-3.06.ebuild @@ -1,10 +1,10 @@ # 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.5 2005/03/31 20:58:24 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.06.ebuild,v 1.6 2005/07/09 02:42:04 swegener 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/${PN}-${PV}.tar.gz" +SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc amd64" @@ -16,8 +16,7 @@ src_compile() { } src_install() { - exeinto /usr/bin - doexe bin/epstool + dobin bin/epstool doman doc/epstool.1 dohtml doc/epstool.htm doc/gsview.css } |