summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-05-30 10:57:19 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-05-30 10:57:19 +0000
commitf948dc8c1ede5d788414705dbdb35dab30ffb126 (patch)
treec9e93921546c9cfa61d6fa850778299d5ac89b8c /dev-tex/quotchap
parentia64 stable wrt #222299 (diff)
downloadgentoo-2-f948dc8c1ede5d788414705dbdb35dab30ffb126.tar.gz
gentoo-2-f948dc8c1ede5d788414705dbdb35dab30ffb126.tar.bz2
gentoo-2-f948dc8c1ede5d788414705dbdb35dab30ffb126.zip
Add unzip to depends, thanks to Marek Miller <mlm@shells.pl> in bug #224149; set VARTEXFONTS instead of ugly addwrites
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-tex/quotchap')
-rw-r--r--dev-tex/quotchap/ChangeLog8
-rw-r--r--dev-tex/quotchap/quotchap-0.9f.ebuild17
2 files changed, 17 insertions, 8 deletions
diff --git a/dev-tex/quotchap/ChangeLog b/dev-tex/quotchap/ChangeLog
index 416ad7743291..2ed2fb70879e 100644
--- a/dev-tex/quotchap/ChangeLog
+++ b/dev-tex/quotchap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/quotchap
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/quotchap/ChangeLog,v 1.8 2007/03/13 00:35:08 nattfodd Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/quotchap/ChangeLog,v 1.9 2008/05/30 10:57:19 aballier Exp $
+
+ 30 May 2008; Alexis Ballier <aballier@gentoo.org> quotchap-0.9f.ebuild:
+ Add unzip to depends, thanks to Marek Miller <mlm@shells.pl> in bug
+ #224149; set VARTEXFONTS instead of ugly addwrites
12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml:
Replaced text-markup by tex as maintaining herd (text-markup split).
diff --git a/dev-tex/quotchap/quotchap-0.9f.ebuild b/dev-tex/quotchap/quotchap-0.9f.ebuild
index 40d8ee73b31a..b79b15e71d89 100644
--- a/dev-tex/quotchap/quotchap-0.9f.ebuild
+++ b/dev-tex/quotchap/quotchap-0.9f.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/quotchap/quotchap-0.9f.ebuild,v 1.7 2007/07/13 06:20:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/quotchap/quotchap-0.9f.ebuild,v 1.8 2008/05/30 10:57:19 aballier Exp $
inherit latex-package
+
S=${WORKDIR}/quotchap
+
DESCRIPTION="LaTeX package used to add quotes to chapters"
# Taken from http://theory.uwinnipeg.ca/scripts/CTAN/macros/latex/contrib/quotchap.zip
SRC_URI="mirror://gentoo/${P}.zip"
@@ -13,9 +15,12 @@ SLOT="0"
KEYWORDS="x86 ppc ~amd64"
IUSE=""
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
src_install () {
- addwrite /var/cache/fonts
- latex-package_src_doinstall all
- cd ${S}
- dodoc 00readme.txt document.pdf document.tex
+ export VARTEXFONTS="${T}/fonts"
+ latex-package_src_doinstall all
+ cd "${S}"
+ dodoc 00readme.txt document.pdf document.tex
}