public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/xmlto: ChangeLog xmlto-0.0.21.ebuild
@ 2008-09-22 14:20 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2008-09-22 14:20 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/09/22 14:20:38

  Modified:             ChangeLog
  Added:                xmlto-0.0.21.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc9/cvs/Linux 2.6.26-gentoo-r1 x86_64)

Revision  Changes    Path
1.46                 app-text/xmlto/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xmlto/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xmlto/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xmlto/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	26 Apr 2008 21:44:43 -0000	1.45
+++ ChangeLog	22 Sep 2008 14:20:37 -0000	1.46
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/xmlto
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.45 2008/04/26 21:44:43 ricmm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.46 2008/09/22 14:20:37 flameeyes Exp $
+
+*xmlto-0.0.21 (22 Sep 2008)
+
+  22 Sep 2008; Diego Pettenò <flameeyes@gentoo.org> +xmlto-0.0.21.ebuild:
+  Version bump.
 
   26 Apr 2008; <ricmm@gentoo.org> xmlto-0.0.18.ebuild:
   Drop to ~mips due to unstable deps



1.1                  app-text/xmlto/xmlto-0.0.21.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xmlto/xmlto-0.0.21.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xmlto/xmlto-0.0.21.ebuild?rev=1.1&content-type=text/plain

Index: xmlto-0.0.21.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.21.ebuild,v 1.1 2008/09/22 14:20:37 flameeyes Exp $

inherit eutils

DESCRIPTION="A bash script for converting XML and DocBook formatted documents to a variety of output formats"
HOMEPAGE="https://fedorahosted.org/xmlto/browser"
SRC_URI="mirror://gentoo/${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=""

DEPEND="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 )"

#	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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-22 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-22 14:20 [gentoo-commits] gentoo-x86 commit in app-text/xmlto: ChangeLog xmlto-0.0.21.ebuild Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox