summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-06-04 12:41:41 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-06-04 12:41:41 +0000
commitb9b93dd0a58e8cf04e96fa131fd1e593c127bd98 (patch)
tree6f6bb06ee6eb88dac910dd346e563004fb4c0bc9 /app-text/dvipdfm
parentMoved python_mod_optimize to pkg_postinst (Bug #224833) (diff)
downloadgentoo-2-b9b93dd0a58e8cf04e96fa131fd1e593c127bd98.tar.gz
gentoo-2-b9b93dd0a58e8cf04e96fa131fd1e593c127bd98.tar.bz2
gentoo-2-b9b93dd0a58e8cf04e96fa131fd1e593c127bd98.zip
remove old
(Portage version: 2.1.5.3)
Diffstat (limited to 'app-text/dvipdfm')
-rw-r--r--app-text/dvipdfm/ChangeLog6
-rw-r--r--app-text/dvipdfm/dvipdfm-0.13.2c.ebuild41
-rw-r--r--app-text/dvipdfm/dvipdfm-0.13.2d.ebuild42
-rw-r--r--app-text/dvipdfm/files/README.Gentoo15
4 files changed, 5 insertions, 99 deletions
diff --git a/app-text/dvipdfm/ChangeLog b/app-text/dvipdfm/ChangeLog
index 290ecc1ebc38..a255b99ba2fe 100644
--- a/app-text/dvipdfm/ChangeLog
+++ b/app-text/dvipdfm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/dvipdfm
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfm/ChangeLog,v 1.28 2008/05/12 20:19:54 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfm/ChangeLog,v 1.29 2008/06/04 12:41:41 aballier Exp $
+
+ 04 Jun 2008; Alexis Ballier <aballier@gentoo.org> -files/README.Gentoo,
+ -dvipdfm-0.13.2c.ebuild, -dvipdfm-0.13.2d.ebuild:
+ remove old
12 May 2008; nixnut <nixnut@gentoo.org> dvipdfm-0.13.2d-r1.ebuild:
Stable on ppc wrt bug 220651
diff --git a/app-text/dvipdfm/dvipdfm-0.13.2c.ebuild b/app-text/dvipdfm/dvipdfm-0.13.2c.ebuild
deleted file mode 100644
index 27c56b95b7ef..000000000000
--- a/app-text/dvipdfm/dvipdfm-0.13.2c.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfm/dvipdfm-0.13.2c.ebuild,v 1.19 2007/12/11 10:58:15 aballier Exp $
-
-DESCRIPTION="DVI to PDF translator"
-SRC_URI="http://gaspra.kettering.edu/dvipdfm/${P}.tar.gz"
-HOMEPAGE="http://gaspra.kettering.edu/dvipdfm/"
-LICENSE="GPL-2"
-
-KEYWORDS="x86 ppc sparc"
-SLOT="0"
-IUSE=""
-
-DEPEND="!>=app-text/tetex-2
- >=media-libs/libpng-1.2.1
- >=sys-libs/zlib-1.1.4
- !>=app-text/tetex-2
- !app-text/ptex
- virtual/tetex"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install () {
- einstall || die
-
- dodoc AUTHORS ChangeLog Credits NEWS OBTAINING README* TODO
-
- cp latex-support/dvipdfm.def "${D}/usr/share/doc/${P}/"
- cp -pPR doc "${D}/usr/share/doc/${P}/manual"
- cp -pPR latex-support "${D}/usr/share/doc/${P}"
- dodoc "${FILESDIR}/README.Gentoo"
-}
-
-pkg_postinst() {
- zcat /usr/share/doc/${P}/README.Gentoo.gz
-}
diff --git a/app-text/dvipdfm/dvipdfm-0.13.2d.ebuild b/app-text/dvipdfm/dvipdfm-0.13.2d.ebuild
deleted file mode 100644
index ea06cad3c4fd..000000000000
--- a/app-text/dvipdfm/dvipdfm-0.13.2d.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfm/dvipdfm-0.13.2d.ebuild,v 1.4 2007/12/11 10:58:15 aballier Exp $
-
-DESCRIPTION="DVI to PDF translator"
-SRC_URI="http://gaspra.kettering.edu/dvipdfm/${P}.tar.gz"
-HOMEPAGE="http://gaspra.kettering.edu/dvipdfm/"
-LICENSE="GPL-2"
-
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="!>=app-text/tetex-2
- >=media-libs/libpng-1.2.1
- >=sys-libs/zlib-1.1.4
- !>=app-text/tetex-2
- !app-text/ptex
- virtual/latex-base"
-
-S="${WORKDIR}/${PN}"
-
-src_install () {
- einstall || die "einstall failed!"
-
- dodoc AUTHORS ChangeLog Credits NEWS OBTAINING README* TODO
-
- docinto doc
- dodoc doc/*
-
- docinto latex-support
- dodoc latex-support/*
-
- insinto /usr/share/texmf/tex/latex/dvipdfm/
- doins latex-support/dvipdfm.def
-}
-
-pkg_postinst() {
- if [ "$ROOT" = "/" ] ; then
- /usr/sbin/texmf-update
- fi
-}
diff --git a/app-text/dvipdfm/files/README.Gentoo b/app-text/dvipdfm/files/README.Gentoo
deleted file mode 100644
index b215605c8740..000000000000
--- a/app-text/dvipdfm/files/README.Gentoo
+++ /dev/null
@@ -1,15 +0,0 @@
-
-README.Gentoo
-
-23 Apr 2002; Matthew Kennedy <mkennedy@gentoo.org>
-
-As per the documentation in INSTALL, you must replace your tetex's
-dvipdfm.def (/usr/share/texmf/tex/latex/graphics/dvipdfm.def) with the
-latest version of dvipdfm.def contained in this package
-(/usr/share/doc/dvipdfm-*/dvipdfm.def).
-
-You must then run 'mktexlsr' to update your tetex installation.
-
-See /usr/share/doc/dvipdfm-*/README.Gentoo.gz to see this message
-again. Refer to /usr/share/doc/dvipdfm-*/INSTALL for more information.
-