summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2003-09-19 17:22:01 +0000
committerMike Gardiner <obz@gentoo.org>2003-09-19 17:22:01 +0000
commitc85ce7864b06700c8d5ec719c802c2f9688b9064 (patch)
tree421e8432e7e88c27abf256098f6b731efcb4f812 /dev-tex/listings
parentInitial commit (diff)
downloadhistorical-c85ce7864b06700c8d5ec719c802c2f9688b9064.tar.gz
historical-c85ce7864b06700c8d5ec719c802c2f9688b9064.tar.bz2
historical-c85ce7864b06700c8d5ec719c802c2f9688b9064.zip
Initial commit
Diffstat (limited to 'dev-tex/listings')
-rw-r--r--dev-tex/listings/Manifest3
-rw-r--r--dev-tex/listings/files/digest-listings-1.11
-rw-r--r--dev-tex/listings/listings-1.1.ebuild35
-rw-r--r--dev-tex/listings/metadata.xml5
4 files changed, 43 insertions, 1 deletions
diff --git a/dev-tex/listings/Manifest b/dev-tex/listings/Manifest
index e20a89e828e8..9e3159a4b2a4 100644
--- a/dev-tex/listings/Manifest
+++ b/dev-tex/listings/Manifest
@@ -1,3 +1,4 @@
-MD5 c4a97f02676764f7a402262a67db7108 listings-1.1.ebuild 689
+MD5 794a21b5879fc8bd929b8a1aa436a5d0 listings-1.1.ebuild 783
+MD5 424080f44ccea83575b35df4d215c611 ChangeLog 505
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
MD5 497cdc64162e5fbeb57cc316b9bf0c53 files/digest-listings-1.1 61
diff --git a/dev-tex/listings/files/digest-listings-1.1 b/dev-tex/listings/files/digest-listings-1.1
new file mode 100644
index 000000000000..28ddedf554ca
--- /dev/null
+++ b/dev-tex/listings/files/digest-listings-1.1
@@ -0,0 +1 @@
+MD5 814e6af38f5f41205c4ec25b79bdfec2 listings-1.1.zip 568601
diff --git a/dev-tex/listings/listings-1.1.ebuild b/dev-tex/listings/listings-1.1.ebuild
new file mode 100644
index 000000000000..17b8905bb413
--- /dev/null
+++ b/dev-tex/listings/listings-1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.1.ebuild,v 1.1 2003/09/19 17:21:51 obz Exp $
+
+inherit latex-package
+
+S=${WORKDIR}
+
+DESCRIPTION="A source code and pretty print package for LaTeX"
+SRC_URI="http://www.atscire.de/products/listings/${P}.zip"
+HOMEPAGE="http://www.atscire.de/products/listings"
+LICENSE="LPPL-1.2"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="~x86"
+
+# these functions are overridden from the base class because
+# we need to do docs things using texi2dvi in
+# /var/cache/fonts
+src_install() {
+
+ cd ${S}
+ latex-package_src_doinstall styles fonts pdf
+
+}
+
+pkg_postinst() {
+
+ cd ${S}
+ latex-package_src_doinstall dtx
+ latex-package_pkg_postinst
+
+}
+
diff --git a/dev-tex/listings/metadata.xml b/dev-tex/listings/metadata.xml
new file mode 100644
index 000000000000..06689a1a9114
--- /dev/null
+++ b/dev-tex/listings/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>