diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 03:12:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 03:12:29 +0000 |
commit | 73d59d54dd22079851986535e981343ee53d999b (patch) | |
tree | 200f44af411cc97866297ec601b09b9a0ab9f772 /app-text/build-docbook-catalog | |
parent | sync IUSE (+opengl, -sdl), add sed-4 dep (Manifest recommit) (diff) | |
download | gentoo-2-73d59d54dd22079851986535e981343ee53d999b.tar.gz gentoo-2-73d59d54dd22079851986535e981343ee53d999b.tar.bz2 gentoo-2-73d59d54dd22079851986535e981343ee53d999b.zip |
New package to generate docbook-xml catalogs. Submitted by myself in bug 52725
Diffstat (limited to 'app-text/build-docbook-catalog')
-rw-r--r-- | app-text/build-docbook-catalog/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/build-docbook-catalog/Manifest | 2 | ||||
-rw-r--r-- | app-text/build-docbook-catalog/build-docbook-catalog-1.1.ebuild | 20 | ||||
-rw-r--r-- | app-text/build-docbook-catalog/metadata.xml | 9 |
4 files changed, 41 insertions, 0 deletions
diff --git a/app-text/build-docbook-catalog/ChangeLog b/app-text/build-docbook-catalog/ChangeLog new file mode 100644 index 000000000000..d433eb5d7692 --- /dev/null +++ b/app-text/build-docbook-catalog/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-text/build-docbook-catalog +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/build-docbook-catalog/ChangeLog,v 1.1 2004/06/30 03:12:29 agriffis Exp $ + +*build-docbook-catalog-1.1 (29 Jun 2004) + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> +metadata.xml, + +build-docbook-catalog-1.1.ebuild: + New package to generate docbook-xml catalogs. Submitted by myself in bug 52725 + diff --git a/app-text/build-docbook-catalog/Manifest b/app-text/build-docbook-catalog/Manifest new file mode 100644 index 000000000000..238cf62e5e0b --- /dev/null +++ b/app-text/build-docbook-catalog/Manifest @@ -0,0 +1,2 @@ +MD5 0097ff958f7952cd6e8b4f3efed9c282 build-docbook-catalog-1.1.ebuild 385 +MD5 fe8b878acf3264b9d0dd69a615368b53 files/digest-build-docbook-catalog-1.1 72 diff --git a/app-text/build-docbook-catalog/build-docbook-catalog-1.1.ebuild b/app-text/build-docbook-catalog/build-docbook-catalog-1.1.ebuild new file mode 100644 index 000000000000..901b4d3f7a3b --- /dev/null +++ b/app-text/build-docbook-catalog/build-docbook-catalog-1.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/build-docbook-catalog/build-docbook-catalog-1.1.ebuild,v 1.1 2004/06/30 03:12:29 agriffis Exp $ + +DESCRIPTION="DocBook XML catalog auto-updater" +HOMEPAGE="" +SRC_URI="mirror://gentoo/${P}.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~mips" +IUSE="" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR} + +src_install() { + newbin ${P} ${PN} +} diff --git a/app-text/build-docbook-catalog/metadata.xml b/app-text/build-docbook-catalog/metadata.xml new file mode 100644 index 000000000000..eaf3d0c60d28 --- /dev/null +++ b/app-text/build-docbook-catalog/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>text-markup</herd> +<maintainer> + <email>agriffis@gentoo.org</email> + <description>author</description> +</maintainer> +</pkgmetadata> |