summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Ondrusek (yak) <yak@gmx.co.uk>2009-06-22 14:56:51 +0000
committerJakub Ondrusek (yak) <yak@gmx.co.uk>2009-06-22 14:56:51 +0000
commit231fe5a44c8d3368be11f609c7ae9cd81a804567 (patch)
tree842e131f4877103c231ba453d818fae6d54c60d9 /app-text
parentapp-text/docbook2odf-xsl-stylesheets: New Ebuild for bug 136051 - docbook2odf... (diff)
downloadsunrise-231fe5a44c8d3368be11f609c7ae9cd81a804567.tar.gz
sunrise-231fe5a44c8d3368be11f609c7ae9cd81a804567.tar.bz2
sunrise-231fe5a44c8d3368be11f609c7ae9cd81a804567.zip
app-text/docbook2odf: New Ebuild for bug 136051 - docbook2odf
svn path=/sunrise/; revision=8688
Diffstat (limited to 'app-text')
-rw-r--r--app-text/docbook2odf/ChangeLog8
-rw-r--r--app-text/docbook2odf/Manifest4
-rw-r--r--app-text/docbook2odf/docbook2odf-0.244.ebuild46
-rw-r--r--app-text/docbook2odf/metadata.xml5
4 files changed, 63 insertions, 0 deletions
diff --git a/app-text/docbook2odf/ChangeLog b/app-text/docbook2odf/ChangeLog
new file mode 100644
index 000000000..f74ea524b
--- /dev/null
+++ b/app-text/docbook2odf/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-text/docbook2odf
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 22 Jun 2009; Jakub Ondrusek (yak) <yak@gmx.co.uk>
+ +docbook2odf-0.244.ebuild, +metadata.xml:
+ New Ebuild for bug 136051 - docbook2odf
+
diff --git a/app-text/docbook2odf/Manifest b/app-text/docbook2odf/Manifest
new file mode 100644
index 000000000..6dff94b90
--- /dev/null
+++ b/app-text/docbook2odf/Manifest
@@ -0,0 +1,4 @@
+DIST docbook2odf-0.244.tar.gz 567200 RMD160 1b011cb9cdffe6e1e3814f242ec5ce9feb728009 SHA1 299388451c53d135c8f9bbde6f99c7b861d9efad SHA256 8bbf4f1f81423ba83c0d58625b2df8bf7d234bfa1b4977c19867288cc1236482
+EBUILD docbook2odf-0.244.ebuild 1087 RMD160 f76f65d49085639de06621efd7734d585e0ea73d SHA1 2ea56fc59f646a08655c115bc6d4e9dae9ba6125 SHA256 ff31d219b429e6eb91f9a51d0951d8081109e4ce8544cbc6c7d7a962314c0171
+MISC ChangeLog 260 RMD160 90cd7e0ce114828d5aa301e631819ca4e3ad408c SHA1 40102998d3699388b0a55ea27e6fbdb23e7264ec SHA256 8ae188fde921cd9c1ee47b08b3fefe82a40d7aae2aaac9ff19d3c96add18400d
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-text/docbook2odf/docbook2odf-0.244.ebuild b/app-text/docbook2odf/docbook2odf-0.244.ebuild
new file mode 100644
index 000000000..e54eaada8
--- /dev/null
+++ b/app-text/docbook2odf/docbook2odf-0.244.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit kde-functions eutils
+
+DESCRIPTION="A toolkit that automaticaly converts DocBook to OASIS OpenDocument"
+HOMEPAGE="http://open.comsultia.com/docbook2odf/"
+SRC_URI="http://open.comsultia.com/${PN}/dwn/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="examples kde"
+
+DEPEND=""
+RDEPEND="
+ >=app-text/docbook2odf-xsl-stylesheets-0.244
+ >=dev-lang/perl-5.8
+ || ( >=dev-perl/XML-Sablot-1.01
+ >=dev-libs/libxslt-1.1 )
+ >=media-gfx/imagemagick-6.2
+ || ( >=dev-perl/Archive-Zip-1.1
+ >=app-arch/zip-2.3 )
+"
+
+src_install() {
+ if use kde; then
+ set-kdedir
+ insinto ${KDEDIR}/share/apps/konqueror/servicemenus/
+ doins bindings/desktop/*.desktop \
+ || die "Could not add Konqueror service menus."
+ fi
+
+ if use examples; then
+ docinto examples
+ dodoc examples/* || die "Could not install examples"
+ fi
+
+ domenu bindings/desktop/*.desktop || die
+
+ doman docs/docbook2odf.1 || die
+
+ dobin utils/docbook2odf \
+ || die "Could not install the executable"
+}
diff --git a/app-text/docbook2odf/metadata.xml b/app-text/docbook2odf/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/app-text/docbook2odf/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>maintainer-wanted</herd>
+</pkgmetadata>