summaryrefslogtreecommitdiff
path: root/dev-libs/libdivsufsort
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-19 11:21:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-19 11:21:41 +0100
commit8668c0f6c5fd1d084b8b2bdac1cfa1fcba412f65 (patch)
tree1e043fb597ef29943ab94e70fad8ce9e38929c4f /dev-libs/libdivsufsort
parentfc32d443f6a2e4d05c712c050bb74e8f79f4af1f (diff)
gentoo auto-resync : 19:09:2022 - 11:21:41
Diffstat (limited to 'dev-libs/libdivsufsort')
-rw-r--r--dev-libs/libdivsufsort/Manifest2
-rw-r--r--dev-libs/libdivsufsort/libdivsufsort-2.0.1-r2.ebuild (renamed from dev-libs/libdivsufsort/libdivsufsort-2.0.1-r1.ebuild)7
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-libs/libdivsufsort/Manifest b/dev-libs/libdivsufsort/Manifest
index 6dc585e987d4..248c6ce8b684 100644
--- a/dev-libs/libdivsufsort/Manifest
+++ b/dev-libs/libdivsufsort/Manifest
@@ -1,3 +1,3 @@
DIST libdivsufsort-2.0.1.tar.gz 31290 BLAKE2B cf8d5259adbef828dc1650d57969001f23b65d064658af4333d6bd86ec2ca0618f92d21e50e135eec7102b142ead15c3cc53bdba0d9d336507578db36b92edc4 SHA512 c82299adbd49995145872cd67e03b1c8762de99043acca48964b16c66a39347fb6211b17c9b5f6e12878983ea7cafa65991179f67e3a4cb5e5e14bb57775487e
-EBUILD libdivsufsort-2.0.1-r1.ebuild 838 BLAKE2B 55afe5d8921ada3e026dd421821f2084938b342e7608eedef9645443535d0cf60d4307115c1a56d32ef0cf31e93a462df846b36674f132f6439642a123acebfb SHA512 fc9e0695514488b9959605226514b167896f79a3b8f2f93d7d411c5284807ca81ac874987d2bd0b67cea9d6439fe632d1b67d3dfcfac39db361b24a669ca0557
+EBUILD libdivsufsort-2.0.1-r2.ebuild 840 BLAKE2B 361de6e23dd057ba5792a9e7c40f436ad1da737369633e7578e01c758e0bfb6978a0a9280abdeeeae47d7d585adcbfd6ff50e9cd0a7c8008515a56a4d7a7fb88 SHA512 df0c031d6010a6778c642ad3f1e7590558c9005602b654864d15f94dad6a3b331e8e9cf9e00ff55f403c1b122777d7e1e6cf4d286a22908fc6637ab3edbdde28
MISC metadata.xml 332 BLAKE2B 9e3930f6ead4238c48f23bdd6ee955c1d472d1be41f6345d1990ea97b62ba81924a5ccd607d1c718272c1841f226d5c47cb9896ad6c2029b04068fff973e0b0b SHA512 b0b1e8ef98732d7a7dda4b25f712f36b9b5e1f5a153b62911676833e5a6cd2a41397b41be8738ef25b75ad684282344017dbe60727baf94550c23244613b2e4e
diff --git a/dev-libs/libdivsufsort/libdivsufsort-2.0.1-r1.ebuild b/dev-libs/libdivsufsort/libdivsufsort-2.0.1-r2.ebuild
index 24cae0397e53..700d1a09c135 100644
--- a/dev-libs/libdivsufsort/libdivsufsort-2.0.1-r1.ebuild
+++ b/dev-libs/libdivsufsort/libdivsufsort-2.0.1-r2.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
inherit cmake toolchain-funcs
DESCRIPTION="Suffix-sorting library (for BWT)"
-HOMEPAGE="https://github.com/y-256/libdivsufsort"
+HOMEPAGE="https://github.com/y-256/libdivsufsort/"
SRC_URI="https://github.com/y-256/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"