diff options
author | 2012-01-12 16:54:43 +0000 | |
---|---|---|
committer | 2012-01-12 16:54:43 +0000 | |
commit | 5fc0a0fd250df8b0ecc80e060f81b4286b11cc2a (patch) | |
tree | a96a047ac4be068fd10542326eb301c4a4532517 /app-text | |
parent | ppc64 stable wrt #388273 (diff) | |
download | gentoo-2-5fc0a0fd250df8b0ecc80e060f81b4286b11cc2a.tar.gz gentoo-2-5fc0a0fd250df8b0ecc80e060f81b4286b11cc2a.tar.bz2 gentoo-2-5fc0a0fd250df8b0ecc80e060f81b4286b11cc2a.zip |
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xmlto/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/xmlto/files/xmlto-0.0.22-parallelmake.patch | 19 | ||||
-rw-r--r-- | app-text/xmlto/xmlto-0.0.22.ebuild | 47 | ||||
-rw-r--r-- | app-text/xmlto/xmlto-0.0.23.ebuild | 47 | ||||
-rw-r--r-- | app-text/xmlto/xmlto-0.0.24.ebuild | 47 |
5 files changed, 6 insertions, 161 deletions
diff --git a/app-text/xmlto/ChangeLog b/app-text/xmlto/ChangeLog index 792d58b1accf..799e46ccece4 100644 --- a/app-text/xmlto/ChangeLog +++ b/app-text/xmlto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/xmlto # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.75 2012/01/12 16:53:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.76 2012/01/12 16:54:42 ssuominen Exp $ + + 12 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -xmlto-0.0.22.ebuild, + -files/xmlto-0.0.22-parallelmake.patch, -xmlto-0.0.23.ebuild, + -xmlto-0.0.24.ebuild: + old 12 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> xmlto-0.0.24-r1.ebuild: ppc64 stable wrt #388273 diff --git a/app-text/xmlto/files/xmlto-0.0.22-parallelmake.patch b/app-text/xmlto/files/xmlto-0.0.22-parallelmake.patch deleted file mode 100644 index eec3d6d7210f..000000000000 --- a/app-text/xmlto/files/xmlto-0.0.22-parallelmake.patch +++ /dev/null @@ -1,19 +0,0 @@ -Index: xmlto-0.0.22/Makefile.am -=================================================================== ---- xmlto-0.0.22.orig/Makefile.am -+++ xmlto-0.0.22/Makefile.am -@@ -67,11 +67,9 @@ EXTRA_DIST = xmlto.spec \ - doc/xmlif.xml \ - xmlto.mak - --$(man1_MANS): $(top_srcdir)/doc/xmlto.xml $(top_srcdir)/doc/xmlif.xml -- for xml in xmlif.xml xmlto.xml; do \ -- FORMAT_DIR=$(top_srcdir)/format \ -- $(BASH) ./xmlto -o man/man1 man $(top_srcdir)/doc/$$xml ; \ -- done || ( RC=$$?; exit $$RC ) -+man/man1/%.1: doc/%.xml -+ FORMAT_DIR=$(top_srcdir)/format \ -+ $(BASH) ./xmlto -o $(dir $@) man $< - - TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) - TESTS = xmlif/test/run-test diff --git a/app-text/xmlto/xmlto-0.0.22.ebuild b/app-text/xmlto/xmlto-0.0.22.ebuild deleted file mode 100644 index 45f5b9f84226..000000000000 --- a/app-text/xmlto/xmlto-0.0.22.ebuild +++ /dev/null @@ -1,47 +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.22.ebuild,v 1.15 2009/12/21 03:53:53 vapier Exp $ - -EAPI=2 -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 ~sparc-fbsd x86 ~x86-fbsd" -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-apps/mktemp - 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}"/${P}-format_fo_passivetex_check.patch \ - "${FILESDIR}"/${P}-parallelmake.patch - eautoreconf -} - -src_configure() { - has_version sys-apps/util-linux || export GETOPT="getopt-long" - econf --prefix=/usr -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog FAQ NEWS README THANKS - insinto /usr/share/doc/${PF}/xml - doins doc/*.xml -} diff --git a/app-text/xmlto/xmlto-0.0.23.ebuild b/app-text/xmlto/xmlto-0.0.23.ebuild deleted file mode 100644 index fba72ced52e9..000000000000 --- a/app-text/xmlto/xmlto-0.0.23.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.23.ebuild,v 1.8 2011/07/10 23:46:16 halcy0n 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 -} 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 -} |