summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2023-02-15 09:18:49 -0600
committerBen Kohler <bkohler@gentoo.org>2023-02-16 07:18:59 -0600
commit820112d60b432df16b496e620abc6005815a07b1 (patch)
treee8170b00571b0e67ab55d2e0ea8f0127f83de6ab /app-text
parentsci-mathematics/maxima: add python3_11 (diff)
downloadgentoo-820112d60b432df16b496e620abc6005815a07b1.tar.gz
gentoo-820112d60b432df16b496e620abc6005815a07b1.tar.bz2
gentoo-820112d60b432df16b496e620abc6005815a07b1.zip
app-text/discount: add 3.0.0a, drop 3.0.0a_p20230126
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/discount/Manifest2
-rw-r--r--app-text/discount/discount-3.0.0a.ebuild (renamed from app-text/discount/discount-3.0.0a_p20230126.ebuild)5
2 files changed, 2 insertions, 5 deletions
diff --git a/app-text/discount/Manifest b/app-text/discount/Manifest
index da94eb783643..7d59c8802dcf 100644
--- a/app-text/discount/Manifest
+++ b/app-text/discount/Manifest
@@ -1,2 +1,2 @@
DIST discount-2.2.7b.tar.bz2 102685 BLAKE2B 1af4d47248e4a65ea1517b03d0b1a0b15eb79bdb7d1f00779515e2a1113b2a923f5d9e5d0a93d63cfc6c7257f11d3825d9baa55c7f2252fe3d2513785ab67ae3 SHA512 d68ffb85ae3e6d6ce8a2e506609bd4cb042617e350d113dd632a1ed81adb0b076df75ca4e70e97d43f3a3a2907555a9f28087a3762f41806289c526af3c55806
-DIST discount-3.0.0a_p20230126.tar.gz 140311 BLAKE2B 26858c25506dfd68f20d988ca425c0153887bae9574fa3b90b36bc97d90d78e58a4e43cc08ec4a91382015ec7f9e605eb743e98353a8029adcfad5ffb63c948e SHA512 888fc6fd530d1ae970d9b376243f2628113bce847855cfb595a174f7cb6f1bdb55939f686cc65b3b6e3ed4aa1a9b54db77c2c842e4b045ffb69304eb39a15899
+DIST discount-3.0.0a.tar.gz 140250 BLAKE2B 1e89f9c58c4d90157a9ccd925b89f098538c93191937e86eeefd32810e937feb78b6eeab96aead029fc35e4bf6699a40f67bdceb3c2d70fdc645fcd14091a3e7 SHA512 d86bfc6d3e11131622046418a1f54bd9dfa5f1233e510189cd2c89dc857da31e88ffbe6670cc506ca8b9763e8fb74ed215f1018f83e25767c77acb8a7c296b8a
diff --git a/app-text/discount/discount-3.0.0a_p20230126.ebuild b/app-text/discount/discount-3.0.0a.ebuild
index 511c1685a741..4da7a0c94b27 100644
--- a/app-text/discount/discount-3.0.0a_p20230126.ebuild
+++ b/app-text/discount/discount-3.0.0a.ebuild
@@ -2,13 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-COMMIT=5d13c2828da3567210b370bfd8555fdcf01d70bd
inherit toolchain-funcs
DESCRIPTION="A Markdown-to HTML translator written in C"
HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/"
-SRC_URI="https://github.com/Orc/discount/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/Orc/discount/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0/3.0.0"
@@ -16,8 +15,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="minimal test"
RESTRICT="!test? ( test )"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
src_prepare() {
default