summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2021-08-18 11:09:25 +0200
committerFlorian Schmaus <flow@gentoo.org>2021-08-18 11:10:08 +0200
commit69077b6b20bc6fb72f56d32510580b568e187960 (patch)
tree3618fd93e13c180e1bc915254431d110ec62fb4c /dev-util/include-what-you-use
parentnet-fs/cifs-utils: Bump to version 6.13 (diff)
downloadgentoo-69077b6b20bc6fb72f56d32510580b568e187960.tar.gz
gentoo-69077b6b20bc6fb72f56d32510580b568e187960.tar.bz2
gentoo-69077b6b20bc6fb72f56d32510580b568e187960.zip
dev-util/include-what-you-use: sync verion names with upstream
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-util/include-what-you-use')
-rw-r--r--dev-util/include-what-you-use/Manifest4
-rw-r--r--dev-util/include-what-you-use/include-what-you-use-0.15.ebuild (renamed from dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild)9
-rw-r--r--dev-util/include-what-you-use/include-what-you-use-0.16.ebuild (renamed from dev-util/include-what-you-use/include-what-you-use-12.0.ebuild)9
3 files changed, 6 insertions, 16 deletions
diff --git a/dev-util/include-what-you-use/Manifest b/dev-util/include-what-you-use/Manifest
index 76cb95843f4e..b259f287159f 100644
--- a/dev-util/include-what-you-use/Manifest
+++ b/dev-util/include-what-you-use/Manifest
@@ -1,2 +1,2 @@
-DIST include-what-you-use-11.0.tar.gz 603435 BLAKE2B 7bfa37349cc4bf5d07033c28d9d3851f0ce2093f1703a0392ac633ab2761dfdfb7cd923099177747e3389d2d41330351242c6f936399acf73119c201d8776978 SHA512 db15efa9b92015322e9a188be6cf16a5c6fd71271c94fde45245676f2a8f6ffe4c7837e3b0bb5f9be6cbe78aab245129816a3b046c44c261a2b7ab5c3a9ea7b9
-DIST include-what-you-use-12.0.tar.gz 742573 BLAKE2B b8cd90db490d13f140126df8955d0968a9248480da09ca29b82fe1178c779ca75e6f29239bc6fb1556200c7d7c498f2340839e8500455ecaed9e6199fd3d55f7 SHA512 2923e18c40ddc5c03458b896d991adde03d489c6645ecc3cc4f69a508e323534afdef3233943e99533ffc21c64a10a8a5c635dc4797a61edf09d0a7a918a3cd5
+DIST include-what-you-use-0.15.tar.gz 603435 BLAKE2B 7bfa37349cc4bf5d07033c28d9d3851f0ce2093f1703a0392ac633ab2761dfdfb7cd923099177747e3389d2d41330351242c6f936399acf73119c201d8776978 SHA512 db15efa9b92015322e9a188be6cf16a5c6fd71271c94fde45245676f2a8f6ffe4c7837e3b0bb5f9be6cbe78aab245129816a3b046c44c261a2b7ab5c3a9ea7b9
+DIST include-what-you-use-0.16.tar.gz 742573 BLAKE2B b8cd90db490d13f140126df8955d0968a9248480da09ca29b82fe1178c779ca75e6f29239bc6fb1556200c7d7c498f2340839e8500455ecaed9e6199fd3d55f7 SHA512 2923e18c40ddc5c03458b896d991adde03d489c6645ecc3cc4f69a508e323534afdef3233943e99533ffc21c64a10a8a5c635dc4797a61edf09d0a7a918a3cd5
diff --git a/dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild b/dev-util/include-what-you-use/include-what-you-use-0.15.ebuild
index 6530c55be19b..a67e1c16ad8f 100644
--- a/dev-util/include-what-you-use/include-what-you-use-11.0-r1.ebuild
+++ b/dev-util/include-what-you-use/include-what-you-use-0.15.ebuild
@@ -3,16 +3,13 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit cmake flag-o-matic llvm python-single-r1
-# Sometimes the tag is clang_9, sometimes it's IWYU-0.13
-UPSTREAM_PV=0.15
-
DESCRIPTION="Find unused include directives in C/C++ programs"
HOMEPAGE="https://include-what-you-use.org/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${UPSTREAM_PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -28,8 +25,6 @@ DEPEND="${RDEPEND}"
REQUIRED_USE=${PYTHON_REQUIRED_USE}
-S=${WORKDIR}/${PN}-${UPSTREAM_PV}
-
llvm_check_deps() {
has_version "sys-devel/clang:${LLVM_SLOT}"
}
diff --git a/dev-util/include-what-you-use/include-what-you-use-12.0.ebuild b/dev-util/include-what-you-use/include-what-you-use-0.16.ebuild
index ecd93d6af5f9..c9ef8a6565d6 100644
--- a/dev-util/include-what-you-use/include-what-you-use-12.0.ebuild
+++ b/dev-util/include-what-you-use/include-what-you-use-0.16.ebuild
@@ -3,16 +3,13 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit cmake flag-o-matic llvm python-single-r1
-# Sometimes the tag is clang_9, sometimes it's IWYU-0.13
-UPSTREAM_PV=0.16
-
DESCRIPTION="Find unused include directives in C/C++ programs"
HOMEPAGE="https://include-what-you-use.org/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${UPSTREAM_PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -28,8 +25,6 @@ DEPEND="${RDEPEND}"
REQUIRED_USE=${PYTHON_REQUIRED_USE}
-S=${WORKDIR}/${PN}-${UPSTREAM_PV}
-
llvm_check_deps() {
has_version "sys-devel/clang:${LLVM_SLOT}"
}