[gentoo-commits] repo/gentoo:master commit in: app-text/dvibook/, app-text/dvibook/files/

2018-01-20 Thread Andreas Hüttel
commit: df74ff18cd0c236f2a37b04f813e0320469ff2e1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jan 21 00:35:44 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jan 21 00:35:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df74ff18

app-text/dvibook: Remove last-rited package, bug 628820

 app-text/dvibook/Manifest |   1 -
 app-text/dvibook/dvibook-20001129.ebuild  |  37 
 app-text/dvibook/files/dvibook-20001129.patch | 253 --
 app-text/dvibook/metadata.xml |   8 -
 4 files changed, 299 deletions(-)

diff --git a/app-text/dvibook/Manifest b/app-text/dvibook/Manifest
deleted file mode 100644
index 98a2dee5a05..000
--- a/app-text/dvibook/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dvibook-20001129.tar.gz 141312 BLAKE2B 
00fff1bafcd3575377c900e0e17ca9ac7a4e89c900358d1ea9e2c141ee20640cd605f8a14c44195087e01c0352b06abf9e69f3756bdb44a81c66e15a2efb589b
 SHA512 
7d9991d8d870951f3e68a5b931ea05466b85dd5b23c5f62ebe3e4c2ddc0650677a0e65f506b7b66938f297a95200879cdbe3370e3e3a92b68bab1b671923d590

diff --git a/app-text/dvibook/dvibook-20001129.ebuild 
b/app-text/dvibook/dvibook-20001129.ebuild
deleted file mode 100644
index bfe0374149f..000
--- a/app-text/dvibook/dvibook-20001129.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs
-
-DESCRIPTION="DVI file utilities: dvibook, dviconcat, dvitodvi, and dviselect"
-HOMEPAGE="http://www.ctan.org/tex-archive/dviware/dvibook/";
-# Taken from: ftp://tug.ctan.org/tex-archive/dviware/${PN}.tar.gz
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="dvibook"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-DEPEND="x11-misc/imake
-   x11-misc/gccmakedep
-   app-text/rman"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-PATCHES=(
-   "${FILESDIR}/${P}.patch"
-)
-
-src_compile() {
-   xmkmf -a || die "xmkmf failed"
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install install.man
-   dodoc README
-}

diff --git a/app-text/dvibook/files/dvibook-20001129.patch 
b/app-text/dvibook/files/dvibook-20001129.patch
deleted file mode 100644
index 595ac98ecac..000
--- a/app-text/dvibook/files/dvibook-20001129.patch
+++ /dev/null
@@ -1,253 +0,0 @@
-diff -Nur dvibook-orig/Dvibook/Imakefile dvibook/Dvibook/Imakefile
 dvibook-orig/Dvibook/Imakefile 1994-03-19 01:00:00.0 +0100
-+++ dvibook/Dvibook/Imakefile  2004-07-08 09:24:05.038918792 +0200
-@@ -1,24 +1,15 @@
--OBJS  =dvibook.o
--SRCS  =dvibook.c
-+#include "../Imake.Config"
- 
--  LIBTEXROOT= ../
--  LIBTEXSRC   = ../libtex
-- LIBTEX   = $(LIBTEXSRC)/libtex.a
--  DEPLIBTEX   = $(LIBTEX)
--DEPLIBS = $(DEPLIBTEX) XawClientDepLibs
--LOCAL_LIBRARIES = $(LIBTEX)
--
--DEFINES = -I$(LIBTEXROOT)
-+ BINDIR = $(TEX_BINDIR)
-+ MANDIR = $(TEX_MANDIR)
- 
--FILES =Imakefile dvibook.man Makefile.raw $(SRCS)
-+  FILES = Imakefile dvibook.man $(SRCS)
- 
--all: dvibook
-+   INCLUDES = -I$(LIBTEXROOT)
-+LOCAL_LIBRARIES = $(LIBTEX)
-+DEPLIBS = $(DEPLIBTEX)
- 
--NormalProgramTarget(dvibook,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),$(SYSLIBS))
--InstallProgram(dvibook, $(BINDIR))
--InstallManPage(dvibook,$(MANDIR))
--DependTarget()
--TagsTarget()
-+SimpleProgramTarget(dvibook)
- 
- tar:
-   cd ../..;\
-diff -Nur dvibook-orig/Dvitodvi/Imakefile dvibook/Dvitodvi/Imakefile
 dvibook-orig/Dvitodvi/Imakefile1994-03-19 01:00:00.0 +0100
-+++ dvibook/Dvitodvi/Imakefile 2004-07-08 09:24:05.039918647 +0200
-@@ -1,24 +1,15 @@
--OBJS  =dvitodvi.o
--SRCS  =dvitodvi.c
-+#include "../Imake.Config"
- 
--  LIBTEXROOT= ../
--  LIBTEXSRC   = ../libtex
-- LIBTEX   = $(LIBTEXSRC)/libtex.a
--  DEPLIBTEX   = $(LIBTEX)
--DEPLIBS = $(DEPLIBTEX) XawClientDepLibs
--LOCAL_LIBRARIES = $(LIBTEX)
--
--DEFINES = -I$(LIBTEXROOT)
-+ BINDIR = $(TEX_BINDIR)
-+ MANDIR = $(TEX_MANDIR)
- 
--FILES =Imakefile dvitodvi.man Makefile.raw $(SRCS)
-+  FILES = Imakefile dvitodvi.man $(SRCS)
- 
--all: dvitodvi
-+   INCLUDES = -I$(LIBTEXROOT)
-+LOCAL_LIBRARIES = $(LIBTEX)
-+DEPLIBS = $(DEPLIBTEX)
- 
--NormalProgramTarget(dvitodvi,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),$(SYSLIBS))
--InstallProgram(dvitodvi, $(BINDIR))
--InstallManPage(dvitodvi,$(MANDIR))
--DependTarget()
--TagsTarget()
-+SimpleProgramTarget(dvitodvi)
- 
- tar:
-   cd ../..;\
-diff -Nur dvibook-orig/Imake.Config dvibook/Imake.Config
 dvibook-orig/Imake.Config  1994-03-19 01:00:00.0 +0100
-+++ dvibook/Imake.Config   2004-07-08 09:24:05.039918647 +0200
-@@ -1,8 +1,8 @@
- /* * Install directories for programs not related to X */
- 
--TEX_BINDIR = /srl/TeX/bin
--TEX_MANDIR = /srl/TeX/man/man1
--TEX_INPUTS = /srl/

[gentoo-commits] repo/gentoo:master commit in: app-text/dvibook/

2017-01-20 Thread Mike Frysinger
commit: d3a213c8374e6ea3a3d22d3dbe5ac2a0cbc3a49e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Jan 21 01:32:10 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Jan 21 01:53:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a213c8

app-text/dvibook: update to EAPI=6

 app-text/dvibook/dvibook-20001129.ebuild | 23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/app-text/dvibook/dvibook-20001129.ebuild 
b/app-text/dvibook/dvibook-20001129.ebuild
index 7bd5977..bfe0374 100644
--- a/app-text/dvibook/dvibook-20001129.ebuild
+++ b/app-text/dvibook/dvibook-20001129.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit eutils
+EAPI="6"
+
+inherit toolchain-funcs
 
 DESCRIPTION="DVI file utilities: dvibook, dviconcat, dvitodvi, and dviselect"
 HOMEPAGE="http://www.ctan.org/tex-archive/dviware/dvibook/";
@@ -12,27 +13,25 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 LICENSE="dvibook"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
-
 IUSE=""
+
 DEPEND="x11-misc/imake
x11-misc/gccmakedep
app-text/rman"
 RDEPEND=""
 
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
 
-src_unpack() {
-   unpack ${A}
-   epatch ${FILESDIR}/${P}.patch
-}
+PATCHES=(
+   "${FILESDIR}/${P}.patch"
+)
 
 src_compile() {
xmkmf -a || die "xmkmf failed"
-   emake || die "emake failed"
+   emake CC="$(tc-getCC)"
 }
 
 src_install() {
-   make DESTDIR=${D} install install.man || die
-
+   emake DESTDIR="${D}" install install.man
dodoc README
 }