public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/ikiwiki/
Date: Mon,  7 Oct 2024 06:46:12 +0000 (UTC)	[thread overview]
Message-ID: <1728283568.ebf2470db7c116aa42a83ff6f636dbb7d5616f1c.juippis@gentoo> (raw)

commit:     ebf2470db7c116aa42a83ff6f636dbb7d5616f1c
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Sep  5 16:17:50 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 06:46:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf2470d

www-apps/ikiwiki: drop old

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/38455
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 www-apps/ikiwiki/Manifest                     |   1 -
 www-apps/ikiwiki/ikiwiki-3.20190228-r1.ebuild | 110 -------------------------
 www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild  | 111 --------------------------
 3 files changed, 222 deletions(-)

diff --git a/www-apps/ikiwiki/Manifest b/www-apps/ikiwiki/Manifest
index e4e265aabc61..8c068fd55e35 100644
--- a/www-apps/ikiwiki/Manifest
+++ b/www-apps/ikiwiki/Manifest
@@ -1,3 +1,2 @@
-DIST ikiwiki_3.20190228.orig.tar.xz 2672244 BLAKE2B 43012fc14f08c491ebe382e20953b8b01e10c390c28da0184b4e45a1435ada00b1ad6ac61f28c56ba1edb2e22dca1ab1f32eb77fc8d6133b899a26023593d3bd SHA512 125147d83dae6166b45541ed9176398ba4bd22ef3389d3efb3f442e558e326e0b004583d29aa32ed4bfca489c9d55b4232f074aab5fa649e51d9edd103685172
 DIST ikiwiki_3.20200202.3.orig.tar.xz 2689636 BLAKE2B 2b88691591e72dc7d55ace2860ce6faf0bd62fde119bbab9c8db7d55dda384b84a51b562aeb9397457fcfb8cd405cd327380e418f8a65debf1e311942c05c222 SHA512 a1d89ccc0d02cddb3ef53c4c4a4a3349139d558fd4eb418263551a48cb635ed29ef430f8276ef6b42486a9232706908752e15e88590e919db6665e1a8844a4e5
 DIST ikiwiki_3.20200202.4.orig.tar.xz 2733060 BLAKE2B 9a4f1d6c8596f1bc4eee9a6590b4515e82af34939624c6e63560bf95cbaa45083c992d7a708027912459ac2a90a811b4134175a802ff753ed2d5c42e1c65b223 SHA512 2ed7084a0e4eee3360aca23be24ed1ba0b7d52d1c716379442ded67a408de3b628cd92d1112fc0b277f24c7fe5a9cd35f4b20924427f79afb1e631a98f0e0fab

diff --git a/www-apps/ikiwiki/ikiwiki-3.20190228-r1.ebuild b/www-apps/ikiwiki/ikiwiki-3.20190228-r1.ebuild
deleted file mode 100644
index c50a939e4cee..000000000000
--- a/www-apps/ikiwiki/ikiwiki-3.20190228-r1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# 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]
-"
-
-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 debian/{NEWS,changelog}
-}

diff --git a/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild b/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild
deleted file mode 100644
index 4fbd6a7663dd..000000000000
--- a/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# 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 ~ppc64 ~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]
-"
-
-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:[~2024-10-07  6:46 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-07  6:46 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-24  8:16 [gentoo-commits] repo/gentoo:master commit in: www-apps/ikiwiki/ Joonas Niilola
2024-10-07  6:46 Joonas Niilola
2024-10-07  6:46 Joonas Niilola
2023-01-08  8:19 Joonas Niilola
2022-07-30  5:59 Sam James
2022-07-29  6:47 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=1728283568.ebf2470db7c116aa42a83ff6f636dbb7d5616f1c.juippis@gentoo \
    --to=juippis@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