diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-23 10:22:15 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-23 10:22:15 +0100 |
commit | 8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch) | |
tree | 230f3135ceaace633cf93e9838b185c4a6664c2e /sys-fs/quotatool | |
parent | 9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff) |
gentoo resync : 23.09.2020
Diffstat (limited to 'sys-fs/quotatool')
-rw-r--r-- | sys-fs/quotatool/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/quotatool/files/quotatool-1.4.13-fix-buildsystem.patch (renamed from sys-fs/quotatool/files/quotatool-1.4.13-ldflags.patch) | 16 | ||||
-rw-r--r-- | sys-fs/quotatool/quotatool-1.6.2.ebuild | 14 |
3 files changed, 22 insertions, 12 deletions
diff --git a/sys-fs/quotatool/Manifest b/sys-fs/quotatool/Manifest index 2f8f6faa944d..7614499a837b 100644 --- a/sys-fs/quotatool/Manifest +++ b/sys-fs/quotatool/Manifest @@ -1,4 +1,4 @@ -AUX quotatool-1.4.13-ldflags.patch 553 BLAKE2B c8dbbcbd8a5ac8fb2bbbcb6dd45831bcce4fdd0ee166f0baa4407ac602390b4acd44f4607b8c42697d80b24b2f06d7b248de0d987b8ba893b07b2bd12a1ffddd SHA512 87d1c2cb1e42ed6078e86094b8f3af08e510e24306730dfa8f83de635d46998b3b9ed744fc9efe3f11e238b7bbecabeb010946792940d65e45495f0fa7ebadc8 +AUX quotatool-1.4.13-fix-buildsystem.patch 728 BLAKE2B 00a8b73a04c6bdaffcfe824a245517beba111f7890ead9589e51328aeaadcf9ac6051a4775d238f576577b299a4311b72ed89609822d1454332d2750bebd51b9 SHA512 0120578568ddfe977a89dac48b920388a650debc17174e551b2af0d4d53d2d242f6639fdc57da0a568bca01a38613d0955ef1136da89298369ea1de87e392641 DIST quotatool-1.6.2.tar.gz 147691 BLAKE2B 22eb1f5012b0dd19d52a795a493e7a51e9bab0d6e71b10d632a4f61faf6b54db5b0b6096fdc38b0fdd2879ebc2a4cb44e7279e735e09436a9def5018814b3478 SHA512 882bdc43e49ef69b1b2899da01faf7853524f67585b716bba195ea89a250a90a7796a225b7d141b68bf45c7524d9fe506000998e6e7dc113b559f95e6ed21e2c -EBUILD quotatool-1.6.2.ebuild 497 BLAKE2B 5e1a7f42f074c9e5d210157b061e890a34b5de1238d1288e56f49d94ea314292434d76c5ba8c9cbc5bb0f5ba89c6e086dcb66664ec598f79c9c0095ac4dbd56b SHA512 a8fcdd3f04d12cc13c88931d64b352ccbae7518731b5d70cadec777e65380e3bff87520b8bcf01bd52fa5d4acd3b844432c1b8447dc31fdeb8ac2e45af1c44bf +EBUILD quotatool-1.6.2.ebuild 534 BLAKE2B 200d4373965e0cafc88cd7cb9fb800c37f8da05f40a91462f9e2d0e622831d0668c8e66110c85fa305cbe9dc9b5fcb96d7c5d2a75056b92e232205b79f98fec0 SHA512 994aa548e36621f3ab44f5457ef77d835864680a4eb4c07992b8a96ac4d3e91c8200f15f188971673c20bb72c4bbe9d59a8603e141469606124ca35571139918 MISC metadata.xml 253 BLAKE2B 295e9d6d93aaa12af413972e1590c67087801cc09c9aa6b59d4606c0f4106d1dacf2baa9858559083b4c6d91beeef218d0729e8593a33788958da6d2897e8ce2 SHA512 54a9069aeb4165d2dff3d473c8001bc51613aac9dff3f7f5e9971a9891a737a31511ffa11cbd523febe581ac1d9de2bdf2f40410f0c4239138f2ccca3ef15555 diff --git a/sys-fs/quotatool/files/quotatool-1.4.13-ldflags.patch b/sys-fs/quotatool/files/quotatool-1.4.13-fix-buildsystem.patch index d73f02f8ce81..b65542988080 100644 --- a/sys-fs/quotatool/files/quotatool-1.4.13-ldflags.patch +++ b/sys-fs/quotatool/files/quotatool-1.4.13-fix-buildsystem.patch @@ -1,5 +1,5 @@ ---- quotatool-1.4.13/local.mk.in -+++ quotatool-1.4.13/local.mk.in +--- a/local.mk.in ++++ b/local.mk.in @@ -17,7 +17,8 @@ CC := @CC@ @@ -10,8 +10,8 @@ INSTALL := @INSTALL@ ---- quotatool-1.4.13/Makefile -+++ quotatool-1.4.13/Makefile +--- a/Makefile ++++ b/Makefile @@ -58,7 +58,7 @@ # compile the program (and the objects) all: $(prog) @@ -21,3 +21,11 @@ +--- a/tools/depend.sh ++++ b/tools/depend.sh +@@ -4,4 +4,4 @@ + # Generated automatically from depend.sh.in by configure. + + set -e +-gcc -MM $* | sed 's#\($*\)\.o[ :]*#\1.o $@ : #g' ++${CC:-cc} -MM $* | sed 's#\($*\)\.o[ :]*#\1.o $@ : #g' diff --git a/sys-fs/quotatool/quotatool-1.6.2.ebuild b/sys-fs/quotatool/quotatool-1.6.2.ebuild index c71e452c4d97..1704f4c5ba47 100644 --- a/sys-fs/quotatool/quotatool-1.6.2.ebuild +++ b/sys-fs/quotatool/quotatool-1.6.2.ebuild @@ -1,23 +1,25 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=7 -inherit eutils +inherit toolchain-funcs -DESCRIPTION="command-line utility for filesystem quotas" +DESCRIPTION="Command-line utility for filesystem quotas" HOMEPAGE="http://quotatool.ekenberg.se/" SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc x86" -IUSE="" RDEPEND="sys-fs/quota" -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.4.13-ldflags.patch +PATCHES=( "${FILESDIR}"/${PN}-1.4.13-fix-buildsystem.patch ) + +src_configure() { + tc-export CC + default } src_install() { |