summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-05-30 14:19:02 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-05-30 14:19:02 +0000
commit4c73ec15ccb53b2e38a10c5d203d396b4e9174c6 (patch)
treed4a1a321065395b62d18e361b368b139306a4793 /app-text/xmlto
parentcairo DEP fix to lock to 0.1 (diff)
downloadgentoo-2-4c73ec15ccb53b2e38a10c5d203d396b4e9174c6.tar.gz
gentoo-2-4c73ec15ccb53b2e38a10c5d203d396b4e9174c6.tar.bz2
gentoo-2-4c73ec15ccb53b2e38a10c5d203d396b4e9174c6.zip
Removing obsolete ebuild.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-text/xmlto')
-rw-r--r--app-text/xmlto/files/digest-xmlto-0.0.151
-rw-r--r--app-text/xmlto/xmlto-0.0.15.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/app-text/xmlto/files/digest-xmlto-0.0.15 b/app-text/xmlto/files/digest-xmlto-0.0.15
deleted file mode 100644
index ee63af88c70f..000000000000
--- a/app-text/xmlto/files/digest-xmlto-0.0.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c11226c3c0dabb245c191cbf39c6fcd8 xmlto-0.0.15.tar.bz2 88609
diff --git a/app-text/xmlto/xmlto-0.0.15.ebuild b/app-text/xmlto/xmlto-0.0.15.ebuild
deleted file mode 100644
index 71b5620cb215..000000000000
--- a/app-text/xmlto/xmlto-0.0.15.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.15.ebuild,v 1.19 2005/01/01 16:44:26 eradicator Exp $
-
-inherit eutils
-
-DESCRIPTION="A bash script for converting XML and DocBook formatted documents to a variety of output formats"
-HOMEPAGE="http://cyberelk.net/tim/xmlto/"
-SRC_URI="http://cyberelk.net/tim/data/${PN}/stable/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc sparc alpha ia64 hppa"
-IUSE=""
-
-DEPEND="app-shells/bash
- dev-libs/libxslt
- >=app-text/docbook-xsl-stylesheets-1.62.0-r1
- =app-text/docbook-xml-dtd-4.2*"
-# tetex? ( >=app-text/passivetex-1.4 )"
-# Passivetex/xmltex need some sorting out, we'll include pdf/dvi/tex
-# support in the first revision to xmlto <obz@gentoo.org>
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-head-fix.patch
-}
-
-src_compile() {
- econf || die
- emake -j1 || die
-}
-
-src_install() {
- make DESTDIR=${D} prefix="/usr" install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README
- insinto /usr/share/doc/${P}/xml
- doins doc/*.xml
-}