summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2004-07-07 22:01:16 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2004-07-07 22:01:16 +0000
commit9ec8adaaa3f46a4d93d12c21c9512fc5558294ad (patch)
tree4d0c06d6eb8d98b6f6b02b7b17c9362c9e6ac264 /dev-tex/quotchap
parent~amd64 (diff)
downloadhistorical-9ec8adaaa3f46a4d93d12c21c9512fc5558294ad.tar.gz
historical-9ec8adaaa3f46a4d93d12c21c9512fc5558294ad.tar.bz2
historical-9ec8adaaa3f46a4d93d12c21c9512fc5558294ad.zip
new package, committed by Markus Luisser <mluisser@mail.zserv.tuwien.ac.at> #56111
Diffstat (limited to 'dev-tex/quotchap')
-rw-r--r--dev-tex/quotchap/ChangeLog10
-rw-r--r--dev-tex/quotchap/Manifest4
-rw-r--r--dev-tex/quotchap/files/digest-quotchap-0.9f1
-rw-r--r--dev-tex/quotchap/metadata.xml5
-rw-r--r--dev-tex/quotchap/quotchap-0.9f.ebuild21
5 files changed, 41 insertions, 0 deletions
diff --git a/dev-tex/quotchap/ChangeLog b/dev-tex/quotchap/ChangeLog
new file mode 100644
index 000000000000..42e09eae33d8
--- /dev/null
+++ b/dev-tex/quotchap/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-tex/quotchap
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/quotchap/ChangeLog,v 1.1 2004/07/07 22:01:16 pclouds Exp $
+
+*quotchap-0.9f (08 Jul 2004)
+
+ 08 Jul 2004; <pclouds@gentoo.org> metadata.xml, quotchap-0.9f.ebuild:
+ new package, committed by Markus Luisser <mluisser@mail.zserv.tuwien.ac.at>
+ #56111
+
diff --git a/dev-tex/quotchap/Manifest b/dev-tex/quotchap/Manifest
new file mode 100644
index 000000000000..0a26d5d9e0d7
--- /dev/null
+++ b/dev-tex/quotchap/Manifest
@@ -0,0 +1,4 @@
+MD5 0a46018fcae8e2a1d41c1295db4b6d75 quotchap-0.9f.ebuild 695
+MD5 13a883042ae132cff14f00081378a65e ChangeLog 404
+MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
+MD5 f2054ed2efecd44b523794475232776d files/digest-quotchap-0.9f 59
diff --git a/dev-tex/quotchap/files/digest-quotchap-0.9f b/dev-tex/quotchap/files/digest-quotchap-0.9f
new file mode 100644
index 000000000000..3c6c6e0c76bb
--- /dev/null
+++ b/dev-tex/quotchap/files/digest-quotchap-0.9f
@@ -0,0 +1 @@
+MD5 7a595c8d8423837758505ce76cec1334 quotchap.tar.gz 54017
diff --git a/dev-tex/quotchap/metadata.xml b/dev-tex/quotchap/metadata.xml
new file mode 100644
index 000000000000..06689a1a9114
--- /dev/null
+++ b/dev-tex/quotchap/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>text-markup</herd>
+</pkgmetadata>
diff --git a/dev-tex/quotchap/quotchap-0.9f.ebuild b/dev-tex/quotchap/quotchap-0.9f.ebuild
new file mode 100644
index 000000000000..389fdbd6d7c8
--- /dev/null
+++ b/dev-tex/quotchap/quotchap-0.9f.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 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.1 2004/07/07 22:01:16 pclouds Exp $
+
+inherit latex-package
+S=${WORKDIR}/quotchap
+DESCRIPTION="LaTeX package used to add quotes to chapters"
+SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/quotchap.tar.gz"
+HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/quotchap.html"
+LICENSE="LPPL-1.2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+src_install () {
+ addwrite /var/cache/fonts
+ latex-package_src_doinstall all
+ cd ${S}
+ dodoc 00readme.txt document.pdf document.tex
+}
+