summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-13 22:17:00 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-13 22:17:00 +0000
commitec64b244787488c903e2d5dc671122b178b1db7c (patch)
treed4a9197dffcf426cc0166eab0dafcf2f4e747349 /dev-tex/dvipost
parentRemove old. (diff)
downloadgentoo-2-ec64b244787488c903e2d5dc671122b178b1db7c.tar.gz
gentoo-2-ec64b244787488c903e2d5dc671122b178b1db7c.tar.bz2
gentoo-2-ec64b244787488c903e2d5dc671122b178b1db7c.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-tex/dvipost')
-rw-r--r--dev-tex/dvipost/ChangeLog8
-rw-r--r--dev-tex/dvipost/dvipost-1.1-r1.ebuild39
-rw-r--r--dev-tex/dvipost/dvipost-1.1.ebuild37
3 files changed, 6 insertions, 78 deletions
diff --git a/dev-tex/dvipost/ChangeLog b/dev-tex/dvipost/ChangeLog
index 213de15288ba..febefad8b9df 100644
--- a/dev-tex/dvipost/ChangeLog
+++ b/dev-tex/dvipost/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/dvipost
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvipost/ChangeLog,v 1.40 2014/01/26 12:12:52 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvipost/ChangeLog,v 1.41 2015/04/13 22:17:00 mrueg Exp $
+
+ 13 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -dvipost-1.1-r1.ebuild,
+ -dvipost-1.1.ebuild:
+ Remove old.
26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> dvipost-1.1-r2.ebuild:
Stable for sparc, wrt bug #495652
diff --git a/dev-tex/dvipost/dvipost-1.1-r1.ebuild b/dev-tex/dvipost/dvipost-1.1-r1.ebuild
deleted file mode 100644
index adb33d71b25e..000000000000
--- a/dev-tex/dvipost/dvipost-1.1-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvipost/dvipost-1.1-r1.ebuild,v 1.8 2013/07/06 00:51:10 aballier Exp $
-
-EAPI="2"
-
-inherit latex-package eutils toolchain-funcs
-
-DESCRIPTION="post processor for dvi files"
-HOMEPAGE="http://efeu.cybertec.at/index_en.html"
-SRC_URI="http://efeu.cybertec.at/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos"
-IUSE=""
-
-src_prepare() {
- tc-export CC
- epatch "${FILESDIR}"/${PV}-ldflags.patch
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dobin dvipost || die
- dosym dvipost /usr/bin/pptex || die
- dosym dvipost /usr/bin/pplatex || die
-
- insinto ${TEXMF}/tex/latex/misc/
- insopts -m0644
- doins dvipost.sty || die
-
- dodoc dvipost.doc CHANGELOG NOTES README || die
- dohtml dvipost.html || die
- newman "${S}"/dvipost.man dvipost.1 || die
-}
diff --git a/dev-tex/dvipost/dvipost-1.1.ebuild b/dev-tex/dvipost/dvipost-1.1.ebuild
deleted file mode 100644
index b05fe4ff147f..000000000000
--- a/dev-tex/dvipost/dvipost-1.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvipost/dvipost-1.1.ebuild,v 1.10 2008/06/12 22:48:41 aballier Exp $
-
-inherit latex-package eutils toolchain-funcs
-
-DESCRIPTION="post processor for dvi files"
-HOMEPAGE="http://efeu.cybertec.at/index_en.html"
-SRC_URI="http://efeu.cybertec.at/dist/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-src_compile() {
- local myconf=""
- local flags="${CFLAGS}"
- tc-export CC
-
- econf || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dobin dvipost
- dosym /usr/bin/dvipost /usr/bin/pptex
- dosym /usr/bin/dvipost /usr/bin/pplatex
-
- insinto /usr/share/texmf/tex/latex/misc/
- insopts -m0644
- doins dvipost.sty
-
- dodoc dvipost.doc CHANGELOG NOTES README
- dohtml dvipost.html
- newman "${S}"/dvipost.man dvipost.1
-}