summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-08-13 10:27:01 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-08-13 10:27:01 +0000
commit46b23013a328975ef55adaabd7df239c53da94a5 (patch)
tree1c2afd9add95e0af7ec0b9d23bf6c6b71d77a18d /app-text/linuxdoc-tools
parentNew licenses used in linuxdoc-tools (diff)
downloadhistorical-46b23013a328975ef55adaabd7df239c53da94a5.tar.gz
historical-46b23013a328975ef55adaabd7df239c53da94a5.tar.bz2
historical-46b23013a328975ef55adaabd7df239c53da94a5.zip
New package (bug #88232)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-text/linuxdoc-tools')
-rw-r--r--app-text/linuxdoc-tools/ChangeLog9
-rw-r--r--app-text/linuxdoc-tools/Manifest4
-rw-r--r--app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.211
-rw-r--r--app-text/linuxdoc-tools/linuxdoc-tools-0.9.21.ebuild44
-rw-r--r--app-text/linuxdoc-tools/metadata.xml14
5 files changed, 72 insertions, 0 deletions
diff --git a/app-text/linuxdoc-tools/ChangeLog b/app-text/linuxdoc-tools/ChangeLog
new file mode 100644
index 000000000000..5980dbcd5cb7
--- /dev/null
+++ b/app-text/linuxdoc-tools/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-text/linuxdoc-tools
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/linuxdoc-tools/ChangeLog,v 1.1 2005/08/13 10:27:01 leonardop Exp $
+
+*linuxdoc-tools-0.9.21 (12 Aug 2005)
+
+ 12 Aug 2005; Leonardo Boshell <leonardop@gentoo.org>
+ linuxdoc-tools-0.9.21.ebuild:
+ New package, requested on bug #88232.
diff --git a/app-text/linuxdoc-tools/Manifest b/app-text/linuxdoc-tools/Manifest
new file mode 100644
index 000000000000..1f6b1ce186b2
--- /dev/null
+++ b/app-text/linuxdoc-tools/Manifest
@@ -0,0 +1,4 @@
+MD5 564c9aa2922a7ae31ab14119b850ea40 metadata.xml 648
+MD5 16ee51dff6b3428c9220bf4de5ea613d ChangeLog 387
+MD5 6fb4909f1cd902f678d96053f06c20cf linuxdoc-tools-0.9.21.ebuild 1165
+MD5 f8447bac30e57416ad9f601e790d7c21 files/digest-linuxdoc-tools-0.9.21 73
diff --git a/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21 b/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21
new file mode 100644
index 000000000000..16ba9d477ba6
--- /dev/null
+++ b/app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21
@@ -0,0 +1 @@
+MD5 55e2575d96cd91316b7ad269c0b797c3 linuxdoc-tools_0.9.21.tar.gz 609452
diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21.ebuild
new file mode 100644
index 000000000000..685d9aa6965e
--- /dev/null
+++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21.ebuild,v 1.1 2005/08/13 10:27:01 leonardop Exp $
+
+inherit sgml-catalog
+
+DESCRIPTION="A toolset for processing LinuxDoc DTD SGML files"
+HOMEPAGE="http://packages.qa.debian.org/l/linuxdoc-tools.html"
+SRC_URI="http://ftp.debian.org/debian/pool/main/l/${PN}/${PN}_${PV}.tar.gz"
+
+LICENSE="KenMacLeod SGMLUG"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="tetex"
+
+DEPEND="app-text/openjade
+ app-text/sgml-common
+ >=dev-lang/perl-5.004
+ sys-apps/gawk
+ !<app-text/sgmltools-lite-3.0.3-r10"
+
+RDEPEND="${DEPEND}
+ tetex? ( app-text/tetex )"
+
+sgml-catalog_cat_include "/etc/sgml/linuxdoc.cat" \
+ "/usr/share/linuxdoc-tools/linuxdoc-tools.catalog"
+
+
+src_compile() {
+ local myconf="--with-installed-iso-entities"
+
+ econf $myconf || die "./configure failed"
+ emake || die "Compilation failed"
+}
+
+src_install() {
+ eval `perl -V:installvendorarch`
+ einstall \
+ perl5libdir="${D}${installvendorarch}" \
+ LINUXDOCDOC="${D}/usr/share/doc/${PF}/guide" \
+ || die "Installation failed"
+
+ dodoc ChangeLog README
+}
diff --git a/app-text/linuxdoc-tools/metadata.xml b/app-text/linuxdoc-tools/metadata.xml
new file mode 100644
index 000000000000..b65124cfe948
--- /dev/null
+++ b/app-text/linuxdoc-tools/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>text-markup</herd>
+ <longdescription>
+ Linuxdoc-Tools is a small bug-fix version of SGML-Tools 1.0.9, and
+ is a toolset for processing LinuxDoc DTD SGML files. This system
+ is tailored for LinuxDoc DTD sgml files, and other DTDs are not
+ supported. If you need the tool for DocBook DTD (which is now a
+ more popular DTD than LinuxDoc in writing technical software
+ documentation), then you should check other packages such as
+ SGMLTools-Lite and OpenJade.
+ </longdescription>
+</pkgmetadata>