public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/ikiwiki/
Date: Fri, 29 Jul 2022 06:47:53 +0000 (UTC)	[thread overview]
Message-ID: <1659077265.30284e10a586584df27ddab1f2714fb90a46ab91.sam@gentoo> (raw)

commit:     30284e10a586584df27ddab1f2714fb90a46ab91
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 05:43:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 06:47:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30284e10

www-apps/ikiwiki: allow graphicsmagick[perl]

Debian allow both.

Bug: https://bugs.gentoo.org/436458
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/ikiwiki/ikiwiki-3.20200202.3-r1.ebuild | 114 ++++++++++++++++++++++++
 1 file changed, 114 insertions(+)

diff --git a/www-apps/ikiwiki/ikiwiki-3.20200202.3-r1.ebuild b/www-apps/ikiwiki/ikiwiki-3.20200202.3-r1.ebuild
new file mode 100644
index 000000000000..c9b641661eb4
--- /dev/null
+++ b/www-apps/ikiwiki/ikiwiki-3.20200202.3-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_TEST="do"
+inherit perl-module
+
+DESCRIPTION="A wiki compiler"
+HOMEPAGE="http://ikiwiki.info/"
+SRC_URI="mirror://debian/pool/main/i/ikiwiki/${PN}_${PV}.orig.tar.xz"
+S="${WORKDIR}/ikiwiki-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="extras minimal test"
+RESTRICT="!test? ( test )"
+
+#Authen::Passphrase
+#Search::Xapian
+#Locale::gettext
+#Crypt::SSLeay
+#Text::CSV
+#Text::Typography
+#Text::Textile
+#Text::WikiFormat
+#Net::Amazon::S3
+
+EXTRA_RDEPEND="
+	dev-python/docutils
+	dev-perl/Digest-SHA1
+	dev-perl/File-MimeInfo
+	dev-perl/RPC-XML
+	dev-perl/XML-Feed
+	dev-perl/LWPx-ParanoidAgent
+	dev-perl/Net-OpenID-Consumer
+"
+
+SUGGESTED_RDEPEND="
+	dev-perl/CGI
+	>=dev-perl/CGI-FormBuilder-3.0202
+	>=dev-perl/CGI-Session-4.14
+	dev-perl/Mail-Sendmail
+	dev-perl/Term-ReadLine-Gnu
+	dev-perl/XML-Simple
+	|| (
+		media-gfx/imagemagick[perl]
+		media-gfx/graphicsmagick[perl]
+	)
+"
+
+TEST_DEPEND="
+	dev-perl/File-chdir
+	dev-perl/File-ReadBackwards
+	dev-perl/File-MimeInfo
+	dev-perl/HTML-LinkExtractor
+	dev-perl/HTML-Tree
+	dev-perl/Net-OpenID-Consumer
+	dev-perl/RPC-XML
+	dev-perl/XML-Feed
+	dev-perl/XML-Twig
+	dev-vcs/cvs[server]
+	dev-vcs/cvsps"
+
+DEPEND="
+	>=dev-lang/perl-5.10
+	app-text/po4a
+	dev-perl/HTML-Parser
+	dev-perl/HTML-Scrubber
+	dev-perl/HTML-Template
+	dev-perl/URI
+	dev-perl/Text-Markdown
+	dev-perl/TimeDate
+	dev-perl/YAML-LibYAML
+"
+
+RDEPEND="${DEPEND}
+	!minimal? (
+		${SUGGESTED_RDEPEND}
+		extras? (
+			${EXTRA_RDEPEND}
+		)
+	)
+"
+
+BDEPEND="test? ( ${TEST_DEPEND} )"
+
+src_prepare() {
+	default
+
+	#bug 498444 /usr/lib/plan9/lib/fortunes.index
+	addpredict "/usr/lib/plan9/lib/fortunes"
+
+	sed -i 's,lib/ikiwiki,libexec/ikiwiki,' \
+		"${S}"/{IkiWiki.pm,Makefile.PL,doc/plugins/install.mdwn} || die
+#	if use w3m ; then
+		sed -i 's,lib/w3m,libexec/w3m,' "${S}"/Makefile.PL || die
+#	else
+#		sed -i '/w3m/d' "${S}"/Makefile.PL || die
+#	fi
+}
+
+src_install() {
+	emake DESTDIR="${D}" pure_install
+	insinto /etc/ikiwiki
+	doins wikilist
+
+	#dodoc -r doc/examples
+	#docompress -x /usr/share/doc/${PF}/examples
+	dodoc -r html/.
+	dodoc CHANGELOG
+	dodoc debian/NEWS
+}


             reply	other threads:[~2022-07-29  6:47 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-29  6:47 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-08  8:19 [gentoo-commits] repo/gentoo:master commit in: www-apps/ikiwiki/ Joonas Niilola
2022-07-30  5:59 Sam James
2022-07-02 23:08 Sam James
2022-06-16 20:01 Alice Ferrazzi
2022-06-16 19:28 Alice Ferrazzi
2022-02-13 21:08 Conrad Kostecki
2022-02-10 22:27 Jonas Stein
2022-01-12 11:40 Jakov Smolić
2022-01-12 11:39 Jakov Smolić
2019-06-02  8:17 Alice Ferrazzi
2019-04-09  2:35 Alice Ferrazzi
2018-02-11 11:36 Michał Górny
2017-11-22  8:49 Alice Ferrazzi
2017-01-30 18:57 Alice Ferrazzi
2017-01-30 13:09 Agostino Sarubbo
2017-01-23 18:01 Alice Ferrazzi
2016-11-11 19:06 Alice Ferrazzi
2016-11-11 17:58 Alice Ferrazzi
2016-10-19 11:05 Agostino Sarubbo
2016-09-18 17:41 Alice Ferrazzi
2016-09-18  9:45 Alice Ferrazzi
2015-08-31 21:44 Manuel Rüger

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=1659077265.30284e10a586584df27ddab1f2714fb90a46ab91.sam@gentoo \
    --to=sam@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