diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-13 10:27:01 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-13 10:27:01 +0000 |
commit | 81ab82440a26b093f7f22f8104c4e08126a3c233 (patch) | |
tree | ec1588c5d5ff059f37aa31a35f8c7d68bbb2c018 /app-text | |
parent | New licenses used in linuxdoc-tools (diff) | |
download | gentoo-2-81ab82440a26b093f7f22f8104c4e08126a3c233.tar.gz gentoo-2-81ab82440a26b093f7f22f8104c4e08126a3c233.tar.bz2 gentoo-2-81ab82440a26b093f7f22f8104c4e08126a3c233.zip |
New package (bug #88232)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/linuxdoc-tools/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/linuxdoc-tools/Manifest | 5 | ||||
-rw-r--r-- | app-text/linuxdoc-tools/files/digest-linuxdoc-tools-0.9.21 | 1 | ||||
-rw-r--r-- | app-text/linuxdoc-tools/linuxdoc-tools-0.9.21.ebuild | 44 | ||||
-rw-r--r-- | app-text/linuxdoc-tools/metadata.xml | 14 |
5 files changed, 73 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..64f99e51d7c2 --- /dev/null +++ b/app-text/linuxdoc-tools/Manifest @@ -0,0 +1,5 @@ +MD5 c4acde18387886261f23c9a7348f72f1 metadata.xml 655 +MD5 44f0ece18aa90ba9cb1cbc18c82fe6f1 ChangeLog 363 +MD5 bc51fb4f21d525a3fa1550d6e13285b8 linuxdoc-tools-0.9.21.ebuild 1188 +MD5 60f9f9d8cdda67148fe8464ced8ab091 .linuxdoc-tools-0.9.21.ebuild.swp 12288 +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> |