public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/xmltoman/
Date: Thu,  8 Mar 2018 18:35:36 +0000 (UTC)	[thread overview]
Message-ID: <1520534128.a42b373d911b7a822baa661ad1b60f7936fc26ce.mgorny@gentoo> (raw)

commit:     a42b373d911b7a822baa661ad1b60f7936fc26ce
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  8 18:34:13 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  8 18:35:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42b373d

app-doc/xmltoman: Fix non-portable 'install' phase, bump to EAPI=6

Closes: https://bugs.gentoo.org/649942

 app-doc/xmltoman/xmltoman-0.4-r1.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/app-doc/xmltoman/xmltoman-0.4-r1.ebuild b/app-doc/xmltoman/xmltoman-0.4-r1.ebuild
new file mode 100644
index 00000000000..6ecf6a41114
--- /dev/null
+++ b/app-doc/xmltoman/xmltoman-0.4-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple scripts for converting xml to groff or html"
+HOMEPAGE="https://sourceforge.net/projects/xmltoman/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE=""
+
+RDEPEND="dev-lang/perl
+	dev-perl/XML-Parser"
+DEPEND="${RDEPEND}"
+
+src_install() {
+	# 'make install' requires GNU install, upstream is dead and carrying
+	# a patch is more space than redoing it here
+	dobin xmltoman xmlmantohtml
+	insinto /usr/share/xmltoman
+	doins xmltoman.{css,dtd,xsl}
+	dodoc README
+	doman xmltoman.1 xmlmantohtml.1
+}


             reply	other threads:[~2018-03-08 18:35 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-08 18:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-02 19:00 [gentoo-commits] repo/gentoo:master commit in: app-doc/xmltoman/ Arthur Zamarin
2022-12-01 22:28 Jakov Smolić
2022-12-01 22:24 Jakov Smolić
2022-12-01 22:22 Jakov Smolić
2022-12-01 20:41 Arthur Zamarin
2022-10-29 17:05 Sam James
2022-06-19 18:50 David Seifert
2021-06-30 17:55 Marek Szuba
2019-02-16  7:45 Mikle Kolyada
2019-02-10 17:39 Mikle Kolyada
2019-02-10 17:39 Mikle Kolyada
2019-02-09 19:35 Sergei Trofimovich
2019-02-08  8:58 Mikle Kolyada
2019-02-06  0:43 Mart Raudsepp
2019-02-02 19:09 Sergei Trofimovich
2019-01-31 22:15 Thomas Deutschmann
2019-01-31 21:24 Tobias Klausmann
2019-01-28 19:38 Sergei Trofimovich
2019-01-27 14:14 Sergei Trofimovich
2019-01-27 14:09 Sergei Trofimovich
2018-04-18  5:31 Mart Raudsepp
2018-03-28 20:55 Matt Turner
2017-06-05 20:31 Sergei Trofimovich
2017-02-22 17:51 Markus Meier
2016-08-17  4:01 Jeroen Roovers
2016-07-03  0:13 Zac Medico
2016-05-30 16:25 Tobias Klausmann
2016-04-21 15:43 Markus Meier
2016-02-25 17:17 Markus Meier
2016-02-20  7:41 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1520534128.a42b373d911b7a822baa661ad1b60f7936fc26ce.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox