summaryrefslogtreecommitdiff
path: root/app-text/asciidoc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-17 00:25:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-17 00:25:50 +0000
commit48dbe17904ac8ee6f006488d8f21734b0d253db4 (patch)
tree90c7f087cbefd4ac6b893072d309e75dbf019f76 /app-text/asciidoc
parent7972abc05090180dcc09d2b16af4020ce1cd1841 (diff)
gentoo auto-resync : 17:03:2023 - 00:25:50
Diffstat (limited to 'app-text/asciidoc')
-rw-r--r--app-text/asciidoc/Manifest2
-rw-r--r--app-text/asciidoc/asciidoc-10.2.0.ebuild5
2 files changed, 2 insertions, 5 deletions
diff --git a/app-text/asciidoc/Manifest b/app-text/asciidoc/Manifest
index c85b9f783ed2..94e6b377f34b 100644
--- a/app-text/asciidoc/Manifest
+++ b/app-text/asciidoc/Manifest
@@ -1,5 +1,5 @@
DIST asciidoc-10.2.0.tar.gz 216824 BLAKE2B 500038d655f820fe89048bbff683ae029c7044de839ae4f9ec4666b843585511c99bbc1991ec1764262f33c55b08845661fc1e62eb21bb3250d3168e369928ff SHA512 2f83c7f6d1d0a34948035347833ca59841de1271e8d008b4c4a43a7a8273b230148e6f51ee8f6e2dc702460e27c495037fbe2d6d43195b70bf3447ad86390d28
DIST asciidoc-9.1.0.new.tar.gz 1249958 BLAKE2B 0a98f58f7604f84d704092313c38563634bad5d697d60d02760f3be1d2a78a97ee2488dda3a9918b02e0062710175c6513d600f3fbd850fe700bf3fa917a3980 SHA512 c30854a936228fe5bcf2f9305741fbc4b17ef088b2fa637d5f3b19c7803306085634fb71146f0b089c2fad01f986da71a4fae364139f520c0906525317c0c4a6
-EBUILD asciidoc-10.2.0.ebuild 1684 BLAKE2B 52b95e3acebfaf9ba2e1b0225d6b25262b5116b228e0fd53e0479602504ddb31e317d3f8e0f6d371f7d89acec62383fde08fb957303ccfe8b6fef9214dc2b206 SHA512 74272ee636728f37693c6438c76b8b490a8bb8ceae6eb31dc5f1f564568e52b3f8e250608da6a41a55d6d856e84b0220e3950f7a70c0c594c1c37551a9587a47
+EBUILD asciidoc-10.2.0.ebuild 1489 BLAKE2B 0ed417369d79b09e2b721d5865804d7bbf0efbdbc4158effd7b1afc0cc71e39bf2be3708d977f85b0c5956224b2c1fdec55a700c9f575d8537fd6ff08e114cda SHA512 099f1f87deed434bf6619d9dce8830e21cf0859c95a895ecb8c6af67b7a0246e96d58bc70da9ffed24f3fe1646138dff3e64f33124c0b6c11ac7857bcaa3b8fa
EBUILD asciidoc-9.1.0.ebuild 2334 BLAKE2B ac7e6ce8538f0697fb942a6a0c8cfc242d591bee4f3de2e0d7d1aceabfbb4ffaa69cb9f1a6fd697321a8f241bcfd81875b05713089e927e360ae6545616c5476 SHA512 c683409b50e00974eb12a4044e33dfaf655a915773caf223dc11ccafb3ea070a4230ed0183cce38a412b84866a5e714559f7123f0d8bfe26bdb9f15b67078ee6
MISC metadata.xml 389 BLAKE2B 3b83fe10e6041ef28e6c63e08ffd80a2762c5429f3b41ed2a324717b9d9fd8ffd0cbd88ebae46f3a0be47fbf8cd83d268d6b85179a628f6ac5ace8be3a5b4957 SHA512 56182f3887fd1097dbd62ee542318e18699261a303bb0246489b50e15c0a0ef9a23b207d0531e716b9cbe58a15d5232ba01a7fc2dbf7ce676a2389dbe4e3f136
diff --git a/app-text/asciidoc/asciidoc-10.2.0.ebuild b/app-text/asciidoc/asciidoc-10.2.0.ebuild
index 670534a03973..28d44e37b41f 100644
--- a/app-text/asciidoc/asciidoc-10.2.0.ebuild
+++ b/app-text/asciidoc/asciidoc-10.2.0.ebuild
@@ -6,13 +6,10 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1 optfeature readme.gentoo-r1
+inherit distutils-r1 optfeature readme.gentoo-r1 pypi
DESCRIPTION="A plain text human readable/writable document format"
HOMEPAGE="https://asciidoc.org/ https://github.com/asciidoc-py/asciidoc-py/"
-# Could use the github tarball but we need autotools then
-#SRC_URI="https://github.com/asciidoc-py/asciidoc-py/releases/download/${PV}/${P}.tar.gz"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"