public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/discount/
Date: Thu, 30 Mar 2023 18:05:24 +0000 (UTC)	[thread overview]
Message-ID: <1680199514.e120af8c62026286010ddac9916ce6d67c1c0102.bkohler@gentoo> (raw)

commit:     e120af8c62026286010ddac9916ce6d67c1c0102
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 16:59:14 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 18:05:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e120af8c

app-text/discount: drop 2.2.7b

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-text/discount/Manifest               |  1 -
 app-text/discount/discount-2.2.7b.ebuild | 67 --------------------------------
 2 files changed, 68 deletions(-)

diff --git a/app-text/discount/Manifest b/app-text/discount/Manifest
index 943f936ff693..0c3dbf6d88e4 100644
--- a/app-text/discount/Manifest
+++ b/app-text/discount/Manifest
@@ -1,3 +1,2 @@
-DIST discount-2.2.7b.tar.bz2 102685 BLAKE2B 1af4d47248e4a65ea1517b03d0b1a0b15eb79bdb7d1f00779515e2a1113b2a923f5d9e5d0a93d63cfc6c7257f11d3825d9baa55c7f2252fe3d2513785ab67ae3 SHA512 d68ffb85ae3e6d6ce8a2e506609bd4cb042617e350d113dd632a1ed81adb0b076df75ca4e70e97d43f3a3a2907555a9f28087a3762f41806289c526af3c55806
 DIST discount-2.2.7c.tar.gz 133282 BLAKE2B 3258cfa34d58ef5944ae5282f6df061b8183bccc1ca7f9f3a39b3c001a8b86a4deb86b80d109d937e334b2773e5065a0f6c212ac7a79317ce2ae665778a023e2 SHA512 2a959fb24d7291b3a8c6d659b5c904b8c2f8b6d9b0666e998ca5313533cc25898b9c2114f7922272f3bc6b9bfe4bc486fe08c620b4cb2a2282624e128dc92781
 DIST discount-3.0.0a.tar.gz 140250 BLAKE2B 1e89f9c58c4d90157a9ccd925b89f098538c93191937e86eeefd32810e937feb78b6eeab96aead029fc35e4bf6699a40f67bdceb3c2d70fdc645fcd14091a3e7 SHA512 d86bfc6d3e11131622046418a1f54bd9dfa5f1233e510189cd2c89dc857da31e88ffbe6670cc506ca8b9763e8fb74ed215f1018f83e25767c77acb8a7c296b8a

diff --git a/app-text/discount/discount-2.2.7b.ebuild b/app-text/discount/discount-2.2.7b.ebuild
deleted file mode 100644
index cbfe59ee5c39..000000000000
--- a/app-text/discount/discount-2.2.7b.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A Markdown-to HTML translator written in C"
-HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/"
-SRC_URI="http://www.pell.portland.or.us/~orc/Code/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0/2.2.7"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
-IUSE="minimal test"
-RESTRICT="!test? ( test )"
-
-src_prepare() {
-	default
-
-	# for QA, we remove the Makefile’s usage of install -s.
-	# Drop ldconfig invocation.
-	# Force “librarian.sh” to respect LDFLAGS ($FLAGS should have CFLAGS
-	# at that point).
-	sed -i \
-		-e '/INSTALL_PROGRAM/s,\$_strip ,,' \
-		-e 's/\(LDCONFIG=\).*/\1:/' \
-		-e 's/\(.\)\$FLAGS/& \1$LDFLAGS/' \
-		configure.inc || die "sed configure.inc failed"
-}
-
-src_configure() {
-	local configure_call=(
-		./configure.sh
-		--libdir="${EPREFIX}/usr/$(get_libdir)"
-		--prefix="${EPREFIX}/usr"
-		--mandir="${EPREFIX}/usr/share/man"
-		--shared
-		--pkg-config
-		$(usex minimal '' --enable-all-features)
-		# Enable deterministic HTML generation behavior. Otherwise, will
-		# actually call rand() as part of its serialization code...
-		--debian-glitch
-	)
-	einfo "Running ${configure_call[@]}"
-	CC="$(tc-getCC)" AR="$(tc-getAR)" \
-	"${configure_call[@]}" || die
-}
-
-src_compile() {
-	emake libmarkdown
-	emake
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		$(usex minimal install install.everything) \
-		SAMPLE_PFX="${PN}-"
-}
-
-pkg_postinst() {
-	if ! use minimal; then
-		elog 'Sample binaries with overly-generic names have been'
-		elog "prefixed with \"${PN}-\"."
-	fi
-}


             reply	other threads:[~2023-03-30 18:05 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-30 18:05 Ben Kohler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-11  8:09 [gentoo-commits] repo/gentoo:master commit in: app-text/discount/ WANG Xuerui
2024-10-29 21:04 Andreas K. Hüttel
2024-07-01 17:03 Sam James
2024-07-01 16:48 Sam James
2024-07-01 16:48 Sam James
2024-07-01 16:48 Sam James
2024-07-01 16:48 Sam James
2024-07-01 16:48 Sam James
2024-02-10 22:49 Ben Kohler
2023-03-30 16:29 Arthur Zamarin
2023-03-30 16:29 Arthur Zamarin
2023-03-30 15:39 Arthur Zamarin
2023-03-30 15:39 Arthur Zamarin
2023-03-30 15:32 Arthur Zamarin
2023-03-30 15:30 Arthur Zamarin
2023-02-16 13:19 Ben Kohler
2023-02-16 13:19 Ben Kohler
2023-01-30 13:55 Ben Kohler
2023-01-30 13:55 Ben Kohler
2022-11-22  8:22 Sam James
2022-05-27 14:08 Ben Kohler
2022-05-27 14:08 Ben Kohler
2022-05-26 16:08 Ben Kohler
2022-05-26  6:54 Agostino Sarubbo
2022-05-26  6:53 Agostino Sarubbo
2022-05-25 19:25 Sam James
2022-05-25 19:25 Sam James
2022-05-25 19:23 Sam James
2022-05-25 19:23 Sam James
2022-04-04 15:11 Ben Kohler
2022-01-07 19:47 Ben Kohler
2021-12-03  7:46 Arthur Zamarin
2021-12-02 23:39 Sam James
2021-12-02 19:52 Sam James
2021-12-02 19:52 Sam James
2021-12-02 19:52 Sam James
2021-12-02 19:48 Sam James
2021-11-04  5:43 Yixun Lan
2021-07-13 14:23 Ben Kohler
2021-04-19 17:52 Ben Kohler
2021-03-29 18:08 Ben Kohler
2020-12-28 19:03 Ben Kohler
2020-10-07  6:42 Agostino Sarubbo
2020-10-01 23:06 Sergei Trofimovich
2020-10-01 22:55 Sergei Trofimovich
2020-10-01 17:29 Sergei Trofimovich
2020-09-30 20:26 Sam James
2020-08-26 16:15 Ben Kohler
2020-04-20 13:28 Ben Kohler
2020-04-20 12:46 Ben Kohler
2020-04-20 12:46 Ben Kohler
2020-02-07 15:43 Ben Kohler
2020-01-23 20:39 Ben Kohler
2018-10-17 17:20 Virgil Dupras
2018-10-12 19:08 Sergei Trofimovich
2018-10-06 19:18 Virgil Dupras
2018-10-06 16:48 Matt Turner
2018-10-02 20:53 Mikle Kolyada
2018-10-02 18:32 Sergei Trofimovich
2018-10-02 14:02 Tobias Klausmann
2018-10-01 22:42 Thomas Deutschmann
2018-10-01 20:00 Virgil Dupras
2018-03-20 17:55 Michał Górny
2017-10-22 18:23 Sergei Trofimovich
2017-08-27 10:41 Patrice Clement
2016-08-10 19:41 Michael Orlitzky
2016-08-07  7:25 Pacho Ramos
2015-09-24  7:59 Agostino Sarubbo
2015-09-12  6:02 Jeroen Roovers
2015-09-01 16:09 Markus Meier
2015-08-30 14:46 Tobias Klausmann
2015-08-26 10:43 Agostino Sarubbo

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=1680199514.e120af8c62026286010ddac9916ce6d67c1c0102.bkohler@gentoo \
    --to=bkohler@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