summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/xmlto/xmlto-0.0.24.ebuild')
-rw-r--r--app-text/xmlto/xmlto-0.0.24.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/app-text/xmlto/xmlto-0.0.24.ebuild b/app-text/xmlto/xmlto-0.0.24.ebuild
deleted file mode 100644
index 3484acb6f8f7..000000000000
--- a/app-text/xmlto/xmlto-0.0.24.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.24.ebuild,v 1.1 2011/07/30 22:10:37 patrick Exp $
-
-EAPI=3
-
-inherit eutils autotools
-
-DESCRIPTION="A bash script for converting XML and DocBook formatted documents to a variety of output formats"
-HOMEPAGE="https://fedorahosted.org/xmlto/"
-SRC_URI="https://fedorahosted.org/releases/x/m/xmlto/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="latex"
-
-RDEPEND="app-shells/bash
- || ( sys-apps/which sys-freebsd/freebsd-ubin )
- dev-libs/libxslt
- >=app-text/docbook-xsl-stylesheets-1.62.0-r1
- ~app-text/docbook-xml-dtd-4.2
- || ( sys-apps/util-linux app-misc/getopt )
- || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )
- latex? ( >=app-text/passivetex-1.25
- >=dev-tex/xmltex-1.9-r2 )"
-DEPEND="${RDEPEND}
- sys-devel/flex"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.0.22-format_fo_passivetex_check.patch \
- "${FILESDIR}"/${PN}-0.0.22-parallelmake.patch
- eautoreconf
-}
-
-src_configure() {
- export BASH
- has_version sys-apps/util-linux || export GETOPT="getopt-long"
- econf --prefix="${EPREFIX}"/usr
-}
-
-src_install() {
- emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install || die
- dodoc AUTHORS ChangeLog FAQ NEWS README THANKS
- insinto /usr/share/doc/${PF}/xml
- doins doc/*.xml
-}