summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-05-30 07:08:07 +0000
committerUlrich Müller <ulm@gentoo.org>2009-05-30 07:08:07 +0000
commit98fba4a358ba54183c94d358f40f8c9f9ec4b8f6 (patch)
treecdcc8a3ad0290deb9b73bb061bbd3b0a0825e122 /app-text/active-dvi
parentRemove app-text/tetex from dependencies, bug 227443. (diff)
downloadgentoo-2-98fba4a358ba54183c94d358f40f8c9f9ec4b8f6.tar.gz
gentoo-2-98fba4a358ba54183c94d358f40f8c9f9ec4b8f6.tar.bz2
gentoo-2-98fba4a358ba54183c94d358f40f8c9f9ec4b8f6.zip
Remove app-text/tetex from dependencies, bug 227443.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-text/active-dvi')
-rw-r--r--app-text/active-dvi/ChangeLog8
-rw-r--r--app-text/active-dvi/active-dvi-1.7.3.ebuild9
2 files changed, 10 insertions, 7 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog
index df0be6035ba3..db33bfb2ee0b 100644
--- a/app-text/active-dvi/ChangeLog
+++ b/app-text/active-dvi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/active-dvi
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.27 2009/03/07 14:09:07 gentoofan23 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.28 2009/05/30 07:08:07 ulm Exp $
+
+ 30 May 2009; Ulrich Mueller <ulm@gentoo.org> active-dvi-1.7.3.ebuild:
+ Remove app-text/tetex from dependencies, bug 227443. Move epatch to
+ src_prepare to make repoman happy.
07 Mar 2009; Thomas Anderson <gentoofan23@gentoo.org>
active-dvi-1.7.3.ebuild:
diff --git a/app-text/active-dvi/active-dvi-1.7.3.ebuild b/app-text/active-dvi/active-dvi-1.7.3.ebuild
index d7be8f09d409..9cf49526720f 100644
--- a/app-text/active-dvi/active-dvi-1.7.3.ebuild
+++ b/app-text/active-dvi/active-dvi-1.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.7.3.ebuild,v 1.8 2009/03/07 14:09:07 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.7.3.ebuild,v 1.9 2009/05/30 07:08:07 ulm Exp $
EAPI="2"
@@ -25,16 +25,15 @@ RDEPEND=">=dev-lang/ocaml-3.10.0[ocamlopt?,tk?]
virtual/ghostscript
x11-libs/libXinerama"
DEPEND="${RDEPEND}
- || ( ( dev-texlive/texlive-pstricks dev-texlive/texlive-pictures ) app-text/tetex app-text/ptex )
+ || ( ( dev-texlive/texlive-pstricks dev-texlive/texlive-pictures )
+ app-text/ptex )
x11-proto/xineramaproto
dev-ml/findlib
dev-tex/hevea"
DOCS="README TODO"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}/${P}-asneeded.patch"
AT_M4DIR="." eautoreconf
}