From aa1f5aae1ba1596a98fef765e79f302a42ba95ab Mon Sep 17 00:00:00 2001 From: Heinrich Wendel Date: Wed, 1 Jun 2005 00:01:06 +0000 Subject: bug #71400, mark stable on x86 (Portage version: 2.0.51.19) --- app-text/gsview/ChangeLog | 8 ++++- app-text/gsview/Manifest | 6 ++-- app-text/gsview/files/digest-gsview-4.5 | 1 - app-text/gsview/files/digest-gsview-4.6-r1 | 1 + app-text/gsview/gsview-4.5.ebuild | 47 ----------------------------- app-text/gsview/gsview-4.6-r1.ebuild | 48 ++++++++++++++++++++++++++++++ app-text/gsview/gsview-4.6.ebuild | 4 +-- 7 files changed, 61 insertions(+), 54 deletions(-) delete mode 100644 app-text/gsview/files/digest-gsview-4.5 create mode 100644 app-text/gsview/files/digest-gsview-4.6-r1 delete mode 100644 app-text/gsview/gsview-4.5.ebuild create mode 100644 app-text/gsview/gsview-4.6-r1.ebuild diff --git a/app-text/gsview/ChangeLog b/app-text/gsview/ChangeLog index 65f7de87c629..3ca5a5a263bf 100644 --- a/app-text/gsview/ChangeLog +++ b/app-text/gsview/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/gsview # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/ChangeLog,v 1.12 2005/04/21 20:21:24 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/ChangeLog,v 1.13 2005/06/01 00:01:06 lanius Exp $ + +*gsview-4.6-r1 (01 Jun 2005) + + 01 Jun 2005; Heinrich Wendel -gsview-4.5.ebuild, + gsview-4.6.ebuild, +gsview-4.6-r1.ebuild: + bug #71400, mark stable on x86 21 Apr 2005; Simon Stelling gsview-4.6.ebuild: stable on amd64 diff --git a/app-text/gsview/Manifest b/app-text/gsview/Manifest index 38cb80ced388..95c19be1b96b 100644 --- a/app-text/gsview/Manifest +++ b/app-text/gsview/Manifest @@ -1,6 +1,6 @@ +MD5 c5bbba24d460dc3184b09c347506b896 gsview-4.6.ebuild 1039 +MD5 67ca927243a8879bfa4b0d0357a0891b gsview-4.6-r1.ebuild 1047 MD5 224fa3995c0cbea486897ec3d6e917ab ChangeLog 1240 -MD5 fe791d3126ca80fabeb4c135aa50993f gsview-4.5.ebuild 1033 -MD5 9e3722bc23da592fe2768c940b85e2f6 gsview-4.6.ebuild 1040 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 -MD5 0b2550f8e3ba26036407ffaa0ff893cb files/digest-gsview-4.5 58 MD5 43585e75c85371fbcda163c65204c228 files/digest-gsview-4.6 58 +MD5 43585e75c85371fbcda163c65204c228 files/digest-gsview-4.6-r1 58 diff --git a/app-text/gsview/files/digest-gsview-4.5 b/app-text/gsview/files/digest-gsview-4.5 deleted file mode 100644 index fe1f98293b0f..000000000000 --- a/app-text/gsview/files/digest-gsview-4.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 a2c417178a94be757fd9436a7d3720f9 gsv45src.zip 1470439 diff --git a/app-text/gsview/files/digest-gsview-4.6-r1 b/app-text/gsview/files/digest-gsview-4.6-r1 new file mode 100644 index 000000000000..10e2dcec0e15 --- /dev/null +++ b/app-text/gsview/files/digest-gsview-4.6-r1 @@ -0,0 +1 @@ +MD5 6fc65d4b2acff0eb3a5cfb893662ab78 gsv46src.zip 1479984 diff --git a/app-text/gsview/gsview-4.5.ebuild b/app-text/gsview/gsview-4.5.ebuild deleted file mode 100644 index 352d401d97f8..000000000000 --- a/app-text/gsview/gsview-4.5.ebuild +++ /dev/null @@ -1,47 +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/gsview/gsview-4.5.ebuild,v 1.7 2005/01/01 16:17:47 eradicator Exp $ - -MY_PV="${PV/.}" -DESCRIPTION="gsView PostScript and PDF viewer" -SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsv${MY_PV}src.zip" -HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/" - -IUSE="doc" -SLOT="0" -LICENSE="Aladdin" -KEYWORDS="x86" - -RDEPEND="=x11-libs/gtk+-1.2* - virtual/ghostscript" -DEPEND="app-arch/unzip" - -src_compile() { - ## copy Unix makefile - ln -s srcunx/unx.mak Makefile - - ## respect CFLAGS - sed -i -e "s:^CFLAGS=-O :CFLAGS=${CFLAGS} :g" Makefile - - ## run Makefile - make || die "Error compiling files." -} - -src_install() { - dobin bin/gsview bin/epstool - - insinto /usr/share/applications - newins srcunx/gvxhelp.txt gview - - doman srcunx/gsview.1 - - dodoc gsview.css cdorder.txt regorder.txt LICENCE - - if use doc - then - dohtml *.htm bin/*.htm - fi - - insinto /etc/gsview - doins src/printer.ini -} diff --git a/app-text/gsview/gsview-4.6-r1.ebuild b/app-text/gsview/gsview-4.6-r1.ebuild new file mode 100644 index 000000000000..f25a1fca1b0a --- /dev/null +++ b/app-text/gsview/gsview-4.6-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/gsview-4.6-r1.ebuild,v 1.1 2005/06/01 00:01:06 lanius Exp $ + +MY_PV="${PV/.}" +DESCRIPTION="gsView PostScript and PDF viewer" +SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsv${MY_PV}src.zip" +HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/" + +IUSE="doc" +SLOT="0" +LICENSE="Aladdin" +KEYWORDS="~x86 ~ppc ~amd64" + +RDEPEND="=x11-libs/gtk+-1.2* + app-text/epstool + virtual/ghostscript" +DEPEND="app-arch/unzip" + +src_compile() { + ## copy Unix makefile + ln -s srcunx/unx.mak Makefile + + ## respect CFLAGS + sed -i -e "s:^CFLAGS=-O :CFLAGS=${CFLAGS} :g" Makefile + + ## run Makefile + make || die "Error compiling files." +} + +src_install() { + dobin bin/gsview + + insinto /usr/share/applications + newins srcunx/gvxhelp.txt gview + + doman srcunx/gsview.1 + + dodoc gsview.css cdorder.txt regorder.txt LICENCE + + if use doc + then + dohtml *.htm bin/*.htm + fi + + insinto /etc/gsview + doins src/printer.ini +} diff --git a/app-text/gsview/gsview-4.6.ebuild b/app-text/gsview/gsview-4.6.ebuild index 09db57460c44..2b9d1dbdf988 100644 --- a/app-text/gsview/gsview-4.6.ebuild +++ b/app-text/gsview/gsview-4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/gsview-4.6.ebuild,v 1.7 2005/04/21 20:21:24 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/gsview-4.6.ebuild,v 1.8 2005/06/01 00:01:06 lanius Exp $ MY_PV="${PV/.}" DESCRIPTION="gsView PostScript and PDF viewer" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/" IUSE="doc" SLOT="0" LICENSE="Aladdin" -KEYWORDS="~x86 ~ppc amd64" +KEYWORDS="x86 ~ppc amd64" RDEPEND="=x11-libs/gtk+-1.2* virtual/ghostscript" -- cgit v1.2.3-65-gdbad