From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/discount/
Date: Wed, 17 Oct 2018 17:20:40 +0000 (UTC) [thread overview]
Message-ID: <1539796822.1e8e7ede8accdfc1b0faf0630afab11c9dea201f.vdupras@gentoo> (raw)
commit: 1e8e7ede8accdfc1b0faf0630afab11c9dea201f
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 17:20:22 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 17:20:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8e7ede
app-text/discount: remove old and vulnerable
We're having to drop arm stable keyword because its stablereq is taking
too long.
Bug: https://bugs.gentoo.org/658482
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-text/discount/Manifest | 3 --
app-text/discount/discount-2.1.8a-r1.ebuild | 77 -----------------------------
app-text/discount/discount-2.2.2.ebuild | 70 --------------------------
app-text/discount/discount-2.2.3a.ebuild | 70 --------------------------
4 files changed, 220 deletions(-)
diff --git a/app-text/discount/Manifest b/app-text/discount/Manifest
index cbba02172a6..905ec433cc0 100644
--- a/app-text/discount/Manifest
+++ b/app-text/discount/Manifest
@@ -1,4 +1 @@
-DIST discount-2.1.8a.tar.bz2 85161 BLAKE2B 15b2f3e935115e6b9f2c4ba1c11b1d6ea6f32123bd11c1e13dcab7fd9badac9a4f7d671c0cf04a6dd9564e40fbd6970f26c473c188444db75e0ee6b91a1ed1bc SHA512 a1eba7076a27da56136b8057189c5474a36bf11f8233cbae270c8a0cf9b070332b4dcdbbbecfbfbe1d8c19961ccaf87cee27ebe855c6bc6558d8ccc423553c96
-DIST discount-2.2.2.tar.bz2 89288 BLAKE2B 43950b3000f4d6e30603562694e965518be10107e534f48592f7f2d62959778244193fe5ab788f7f697bb099bb1ac940948ec92dabde1219a69bbe380eb5f66a SHA512 67d882c0a334592230332815c543458b3c916a950bf7983f8a468fbc9f61154b4023d4bf451b76639fcb3a076506b48118f192a8e21f2535b3f49c7f081bbdf3
-DIST discount-2.2.3a.tar.bz2 98325 BLAKE2B b566a6f4d5a1f3481a0a665f7820508784b2ce6ec60d0b4ff833bed46c01a9a6bf6a697fc528bcddd37232246982e861a89733bf6654cedecc95a09def729463 SHA512 cf995a46879f269f3e02f7d480303d229676bb36f71fe045d3a8eab7306fca9cce98496611b9fb9e0a14a9cf46ee66bd239dd9c946dff54ae09277fd66459c1f
DIST discount-2.2.4.tar.bz2 99482 BLAKE2B b04c372cef27d0a4a09a588eb66376dc70494eefe5c8a9e7aedb8075f081a6f32eafbb9671c29deea7d89128f4f30c93d38c17268eccbb1c917db6c1b7d3e040 SHA512 0650e0ce3f6948e3a30fdaa1a810e895f64621c55df46c7a5ed8755e65c1b718b7a1d1a1bfe0a87a3a59fbb13fca8907718f1aa095125a4b6e152602b8e490cf
diff --git a/app-text/discount/discount-2.1.8a-r1.ebuild b/app-text/discount/discount-2.1.8a-r1.ebuild
deleted file mode 100644
index f913f6fad1f..00000000000
--- a/app-text/discount/discount-2.1.8a-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib
-
-DESCRIPTION="An implementation of John Gruber's Markdown text to html language 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"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
-IUSE="minimal"
-
-src_prepare() {
- # 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,-s ,,' \
- -e 's/\(LDCONFIG=\).*/\1:/' \
- -e 's/\(.\)\$FLAGS/& \1$LDFLAGS/' \
- configure.inc || die "sed configure.inc failed"
-
- # Add LDFLAGS and CPPFLAGS hackily.
- sed -i \
- -e 's/^CC[ \t]*=.*/& $(CPPFLAGS)/' \
- -e 's/^LFLAGS[ \t]*=.*/& $(LDFLAGS)/' \
- Makefile.in || die "Cannot fix LDFLAGS and CPPFLAGS"
-}
-
-src_configure() {
- # How econf() handles quoted whitespace. This should go away next
- # release of discount.
- eval "local -a DISCOUNT_EXTRA_CONFIGURE_SH=(${DISCOUNT_EXTRA_CONFIGURE_SH})"
-
- local configure_call=(
- ./configure.sh
- --libdir="${EPREFIX}"usr/"$(get_libdir)"
- --prefix="${EPREFIX}"usr
- --mandir="${EPREFIX}"usr/share/man
- --shared
- $(usex minimal '' --enable-all-features)
- # Because a lot of discount features are exposed through
- # ./configure.sh flags that, in the future, won’t be, I will
- # respect DISCOUNT_EXTRA_CONFIGURE_SH as a workaround pending
- # upstream https://github.com/Orc/discount/issues/124 for bug
- # #554520.
- "${DISCOUNT_EXTRA_CONFIGURE_SH[@]}"
- # Enable deterministic HTML generation behavior. Otherwise, will
- # actually call rand() as parse of its serialization code…
- --debian-glitch
- )
- einfo "Running ${configure_call[@]} || die"
- "${configure_call[@]}" || die
-}
-
-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}-\". Please see"
- elog "https://github.com/Orc/discount/issues/81 for discussion."
- fi
- # This should also go away after 2.1.8a…
- elog "To configure advanced options, use DISCOUNT_EXTRA_CONFIGURE_SH"
- elog "and see https://bugs.gentoo.org/554520."
-}
diff --git a/app-text/discount/discount-2.2.2.ebuild b/app-text/discount/discount-2.2.2.ebuild
deleted file mode 100644
index bb4f809a591..00000000000
--- a/app-text/discount/discount-2.2.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="minimal 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,-s ,,' \
- -e 's/\(LDCONFIG=\).*/\1:/' \
- -e 's/\(.\)\$FLAGS/& \1$LDFLAGS/' \
- configure.inc || die "sed configure.inc failed"
-
- # Add LDFLAGS and CPPFLAGS hackily.
- sed -i \
- -e 's/^CC[ \t]*=.*/& $(CPPFLAGS)/' \
- -e 's/^LFLAGS[ \t]*=.*/& $(LDFLAGS)/' \
- Makefile.in || die "Cannot fix LDFLAGS and CPPFLAGS"
-}
-
-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)" \
- "${configure_call[@]}" || die
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- $(usex minimal install install.everything) \
- SAMPLE_PFX="${PN}-"
-
- insinto /usr/$(get_libdir)/pkgconfig
- doins libmarkdown.pc
-}
-
-pkg_postinst() {
- if ! use minimal; then
- elog 'Sample binaries with overly-generic names have been'
- elog "prefixed with \"${PN}-\"."
- fi
-}
diff --git a/app-text/discount/discount-2.2.3a.ebuild b/app-text/discount/discount-2.2.3a.ebuild
deleted file mode 100644
index 8aa88de24c6..00000000000
--- a/app-text/discount/discount-2.2.3a.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="minimal 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"
-
- # Add LDFLAGS and CPPFLAGS hackily.
- sed -i \
- -e 's/^CC[ \t]*=.*/& $(CPPFLAGS)/' \
- -e 's/^LFLAGS[ \t]*=.*/& $(LDFLAGS)/' \
- Makefile.in || die "Cannot fix LDFLAGS and CPPFLAGS"
-}
-
-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)" \
- "${configure_call[@]}" || die
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- $(usex minimal install install.everything) \
- SAMPLE_PFX="${PN}-"
-
- insinto /usr/$(get_libdir)/pkgconfig
- doins libmarkdown.pc
-}
-
-pkg_postinst() {
- if ! use minimal; then
- elog 'Sample binaries with overly-generic names have been'
- elog "prefixed with \"${PN}-\"."
- fi
-}
next reply other threads:[~2018-10-17 17:20 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-17 17:20 Virgil Dupras [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 18:05 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-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=1539796822.1e8e7ede8accdfc1b0faf0630afab11c9dea201f.vdupras@gentoo \
--to=vdupras@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