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
commit0db1352cc6ec25c1ced660d7ab87f2f21993fc5c (patch)
tree428e5a293b41fc9e99dd041557c104d6ad3af435 /dev-tex/quotchap
parent~amd64 (Manifest recommit) (diff)
downloadgentoo-2-0db1352cc6ec25c1ced660d7ab87f2f21993fc5c.tar.gz
gentoo-2-0db1352cc6ec25c1ced660d7ab87f2f21993fc5c.tar.bz2
gentoo-2-0db1352cc6ec25c1ced660d7ab87f2f21993fc5c.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/Manifest2
-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, 39 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..5a5f0e7b4337
--- /dev/null
+++ b/dev-tex/quotchap/Manifest
@@ -0,0 +1,2 @@
+MD5 8e248006af845dee5a7d193a158ee793 quotchap-0.9f.ebuild 656
+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
+}
+