diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-30 14:19:02 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-30 14:19:02 +0000 |
commit | 1313cab51d4612f3a93221ef5723fa97944c1755 (patch) | |
tree | 15d128652fc4f719fdd0a7f109ca752314303773 /app-text | |
parent | cairo DEP fix to lock to 0.1 (diff) | |
download | historical-1313cab51d4612f3a93221ef5723fa97944c1755.tar.gz historical-1313cab51d4612f3a93221ef5723fa97944c1755.tar.bz2 historical-1313cab51d4612f3a93221ef5723fa97944c1755.zip |
Removing obsolete ebuild.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xmlto/Manifest | 2 | ||||
-rw-r--r-- | app-text/xmlto/files/digest-xmlto-0.0.15 | 1 | ||||
-rw-r--r-- | app-text/xmlto/xmlto-0.0.15.ebuild | 40 |
3 files changed, 0 insertions, 43 deletions
diff --git a/app-text/xmlto/Manifest b/app-text/xmlto/Manifest index 3391e89fb812..9ce7b7e0de46 100644 --- a/app-text/xmlto/Manifest +++ b/app-text/xmlto/Manifest @@ -1,9 +1,7 @@ MD5 2082e26754a2336b8827b5e825e20b2a ChangeLog 4029 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 -MD5 260898b1e06efec10d10739f6a52c24d xmlto-0.0.15.ebuild 1115 MD5 0f71b7fe205752ea68c2d3de2235ce97 xmlto-0.0.17.ebuild 1068 MD5 d7544ac489c0340da559a31de8a3f514 xmlto-0.0.18.ebuild 987 -MD5 1cfec32ebd5d3739c8040ed9cfb1f4ae files/digest-xmlto-0.0.15 64 MD5 6dcff74be4bd4d52a3ed910aabaa6f63 files/digest-xmlto-0.0.17 64 MD5 cd347c7e58518ba9106284281d3b5aa0 files/digest-xmlto-0.0.18 64 MD5 f93a45750c50ece36b816d374dde7e28 files/xmlto-head-fix.patch 620 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 -} |