diff options
author | 2009-09-27 08:01:48 +0000 | |
---|---|---|
committer | 2009-09-27 08:01:48 +0000 | |
commit | e677fdfdce0ff4186b1fa2dd27a2246e10e1244d (patch) | |
tree | 185decedf08ab9c717c1ace42ab084fed44e6299 /app-text/xmlto | |
parent | fix tests when running as user - bug #286134 - thanks darkside (diff) | |
download | gentoo-2-e677fdfdce0ff4186b1fa2dd27a2246e10e1244d.tar.gz gentoo-2-e677fdfdce0ff4186b1fa2dd27a2246e10e1244d.tar.bz2 gentoo-2-e677fdfdce0ff4186b1fa2dd27a2246e10e1244d.zip |
old
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xmlto')
-rw-r--r-- | app-text/xmlto/Manifest | 2 | ||||
-rw-r--r-- | app-text/xmlto/xmlto-0.0.18.ebuild | 46 |
2 files changed, 0 insertions, 48 deletions
diff --git a/app-text/xmlto/Manifest b/app-text/xmlto/Manifest index a489c6e91a2a..f38c3aaab505 100644 --- a/app-text/xmlto/Manifest +++ b/app-text/xmlto/Manifest @@ -1,8 +1,6 @@ AUX xmlto-0.0.22-format_fo_passivetex_check.patch 2286 RMD160 4b64ec2f1e3d69f352a5eb35275aca4b55a5dab8 SHA1 6cd57ff4025e087eb51fb85df03e3886afedbeab SHA256 64c1df49f92a44d4219c10b60e60bee34063fc6b99ae5f0ed1b14e11b27ea16d AUX xmlto-0.0.22-parallelmake.patch 690 RMD160 27f1eca6d1e55f6aae6c8e12145d0cd5ea9aee4b SHA1 deb114420982577cb504e407ccba97177eb474db SHA256 24f2bdcf3a96ef983625b7ad58cf7f78bc4943519617e6ed125066b9760fcaf5 -DIST xmlto-0.0.18.tar.bz2 91275 RMD160 4b7232ad673c6b3a0ad015d0061cf5b77165478c SHA1 abee8925a80bfefcdf1543956a804b1facff7bec SHA256 64db67e1a3b32fada20370792493c97fa9a37bc2dafc767603689036de9b344b DIST xmlto-0.0.22.tar.bz2 103939 RMD160 7e2bf68d114473a6ca5162c2d88eaf46ed3a5f46 SHA1 dfe5a5a80bfd814d9e048be55cf8e3d176ad2d0a SHA256 afccc4712f22e0b1773d45803187d7998319662766b10a963f5452d83c0324aa -EBUILD xmlto-0.0.18.ebuild 1285 RMD160 cbae46862ce62ffcda7df162514772bf1a732c73 SHA1 c89f240df6feaf54c20e3fc226575568c186b3bc SHA256 d58849e50592682ba33dfb8e92ac006bacd88a4254dd22b999ce9ef85e32e069 EBUILD xmlto-0.0.22.ebuild 1461 RMD160 7380d16144b6de220bed537a792abaacf5a5d6cb SHA1 2e0c16aa865836bdc65dc2a289a19c5b23b8e07b SHA256 8b1e0576cd15091bc68c8b70048fa3fec6722d8d9d2646532e7ac6c86b1c2060 MISC ChangeLog 7581 RMD160 9646971c421ee6aeb45156b3adcc82f21329d674 SHA1 91c887c2fc1bebbc2f35c4e03ab36f0b408923b5 SHA256 f96586e2a8d73eb908d4e868e80dfe3a4a1dad03920a54d14241252450383bda MISC metadata.xml 159 RMD160 a94e7b2c191d1593b8bc416d266571e001c2f673 SHA1 3c1d0831d8acacef390234d20d7711cabded861a SHA256 52cf1b9dda72e2d61fef95515c8a124ac9f1196e5509e5636e269f396fcba8a3 diff --git a/app-text/xmlto/xmlto-0.0.18.ebuild b/app-text/xmlto/xmlto-0.0.18.ebuild deleted file mode 100644 index 578fcf048923..000000000000 --- a/app-text/xmlto/xmlto-0.0.18.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.18.ebuild,v 1.26 2009/07/08 19:48:27 ssuominen 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/xmlto/stable/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -RDEPEND="app-shells/bash - 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-apps/mktemp ) - sys-freebsd/freebsd-ubin )" -DEPEND="${RDEPEND}" - -# tetex? ( >=app-text/passivetex-1.4 )" -# Passivetex/xmltex need some sorting out <obz@gentoo.org> - -src_compile() { - local myconf - - has_version sys-apps/util-linux \ - || myconf="${myconf} --with-getopt=getopt-long" - - econf ${myconf} || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" prefix="/usr" install || die - dodoc AUTHORS ChangeLog FAQ NEWS README - insinto /usr/share/doc/${PF}/xml - doins doc/*.xml -} |