public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2016-04-19 22:33 Manuel Rüger
  0 siblings, 0 replies; 20+ messages in thread
From: Manuel Rüger @ 2016-04-19 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     ad26c6a4be24c625f55eba89c6be3242dd971acf
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 22:28:38 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 22:28:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad26c6a4

sys-fs/quotatool: Remove old

Package-Manager: portage-2.2.28

 sys-fs/quotatool/Manifest                |  2 --
 sys-fs/quotatool/quotatool-1.4.11.ebuild | 33 --------------------------------
 sys-fs/quotatool/quotatool-1.4.12.ebuild | 32 -------------------------------
 3 files changed, 67 deletions(-)

diff --git a/sys-fs/quotatool/Manifest b/sys-fs/quotatool/Manifest
index af8c358..d42a612 100644
--- a/sys-fs/quotatool/Manifest
+++ b/sys-fs/quotatool/Manifest
@@ -1,5 +1,3 @@
-DIST quotatool-1.4.11.tar.gz 113856 SHA256 75d83d2d47e41a5e0d9f3792e94926e2f49d70ed768df83ca521e96c007ab01c SHA512 e52e850ce9fd7c280228b5c7063947dbe98586fb146e8e2c943ee0257cb8ae4760cd7bb49f072518e179955c158237b8c814e693e5bce1a278bcb555658a21d7 WHIRLPOOL 707f8579fd448b8cbedca40d2c31381527050cdc5fe4aebdf6f768f807b3d9cf7472a1ccddb20c827c559370ae5c9a68d6fc49fa1555a552cda4ce34d81b387b
-DIST quotatool-1.4.12.tar.gz 129171 SHA256 8f5fe77b94249bc9a3499a32467e76d9e19b9fb423f2262badf2c6fea857c27e SHA512 a8bcbf345e8b24fabd28b1ca236d8161ede43258e1c87d7252b663a1e7d141628050f06af404690d7983d55db2d3be7eb76ae54202d8dbde5fa934aeb0a6fa2b WHIRLPOOL f21f2cfe5734d9b2323223bc6024885d7750a7f92848ad22033502d720f59d58a04c471b0d6b12bda45309dcd3fdd34a74a7e62c800e8c886e9c081f2d8df8ae
 DIST quotatool-1.4.13.tar.gz 130830 SHA256 a80d368a98efc978a9fa958c122bcee76c27ab8232c2b664c878441db6da83f5 SHA512 9407bee9c71f59f018b93739cc2e319123de036a62240d20e4c9e2e14e07353fc6e7caefc3fbcd02bb110f4dfaa9c58816d2abd4863c13e691f2d8c3341b7c5b WHIRLPOOL efbec7ae54de4fa3a36ef6485bb4feb0a2fb5a1924f4b5e900fb9094ec6f60fb454891e3e823d94f404cc56ffeb9cb2ad71572152fdf6c787686387d494ddc86
 DIST quotatool-1.4.6.tar.gz 114836 SHA256 7aed92f5691cd61b1291417a0eddc39a668426977d297bc4a6f912ede3662758 SHA512 ba764d4348ec0f4f032758d16dbab9170122556a5bcafd5ef226dd1d924fb029b5ecdffb5a8c1018c26350e239a403e353f56833639e44e1fa51eefa43b263e5 WHIRLPOOL 1ce802fbe91e1fa1d535d3dcd5eca6774b205f390d88b8b15e617aa4a2e58a44112fed28020be779fed051e0f18af0f71348f4984ae53d60bbb49fd601132820
 DIST quotatool-1.5.0.tar.gz 131575 SHA256 6dde036e690e5fbc9f2b7df8bb5392761d46cb398543b2a5e690887b91044e2d SHA512 fea55ff6750d5b67d29eecddd94a002f53f5a7d3dd515d2e590743ff5824795cf3ae0c3bf083aa7b728f9c9df719bef55d9535b3c5016177e7f0fb0c34aadca1 WHIRLPOOL 2ced2dc559882e54e83a90c86568e8ba6e922a7c724c0efebef297c30d6dcdc1af539e33488401f4437f4797de9f4e72e60da74071c5f70929dd790d6565d83e

diff --git a/sys-fs/quotatool/quotatool-1.4.11.ebuild b/sys-fs/quotatool/quotatool-1.4.11.ebuild
deleted file mode 100644
index 5d0c041..0000000
--- a/sys-fs/quotatool/quotatool-1.4.11.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit autotools eutils
-
-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"
-DEPEND=""
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-ldflags.patch"
-
-	# rebuild autotools since it uses symlinked copies of support files
-	# that we can't rely on.
-	eautoreconf
-}
-
-src_install () {
-	dobin quotatool || die
-	doman man/quotatool.8 || die
-	dodoc AUTHORS ChangeLog README TODO || die
-}

diff --git a/sys-fs/quotatool/quotatool-1.4.12.ebuild b/sys-fs/quotatool/quotatool-1.4.12.ebuild
deleted file mode 100644
index 6cb5921..0000000
--- a/sys-fs/quotatool/quotatool-1.4.12.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils
-
-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.11-ldflags.patch"
-
-	# rebuild autotools since it uses symlinked copies of support files
-	# that we can't rely on.
-	eautoreconf
-}
-
-src_install () {
-	dobin quotatool
-	doman man/quotatool.8
-	dodoc AUTHORS ChangeLog README TODO
-}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2017-09-26 23:30 Manuel Rüger
  0 siblings, 0 replies; 20+ messages in thread
From: Manuel Rüger @ 2017-09-26 23:30 UTC (permalink / raw
  To: gentoo-commits

commit:     15329f86060c6055f5e0afec2a1409f5a9979fd1
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 23:30:32 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 23:30:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15329f86

sys-fs/quotatool: Remove old

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-fs/quotatool/Manifest               |  3 ---
 sys-fs/quotatool/quotatool-1.5.0.ebuild | 26 --------------------------
 sys-fs/quotatool/quotatool-1.6.0.ebuild | 26 --------------------------
 sys-fs/quotatool/quotatool-1.6.1.ebuild | 26 --------------------------
 4 files changed, 81 deletions(-)

diff --git a/sys-fs/quotatool/Manifest b/sys-fs/quotatool/Manifest
index d42a6126953..b85a337aec3 100644
--- a/sys-fs/quotatool/Manifest
+++ b/sys-fs/quotatool/Manifest
@@ -1,6 +1,3 @@
 DIST quotatool-1.4.13.tar.gz 130830 SHA256 a80d368a98efc978a9fa958c122bcee76c27ab8232c2b664c878441db6da83f5 SHA512 9407bee9c71f59f018b93739cc2e319123de036a62240d20e4c9e2e14e07353fc6e7caefc3fbcd02bb110f4dfaa9c58816d2abd4863c13e691f2d8c3341b7c5b WHIRLPOOL efbec7ae54de4fa3a36ef6485bb4feb0a2fb5a1924f4b5e900fb9094ec6f60fb454891e3e823d94f404cc56ffeb9cb2ad71572152fdf6c787686387d494ddc86
 DIST quotatool-1.4.6.tar.gz 114836 SHA256 7aed92f5691cd61b1291417a0eddc39a668426977d297bc4a6f912ede3662758 SHA512 ba764d4348ec0f4f032758d16dbab9170122556a5bcafd5ef226dd1d924fb029b5ecdffb5a8c1018c26350e239a403e353f56833639e44e1fa51eefa43b263e5 WHIRLPOOL 1ce802fbe91e1fa1d535d3dcd5eca6774b205f390d88b8b15e617aa4a2e58a44112fed28020be779fed051e0f18af0f71348f4984ae53d60bbb49fd601132820
-DIST quotatool-1.5.0.tar.gz 131575 SHA256 6dde036e690e5fbc9f2b7df8bb5392761d46cb398543b2a5e690887b91044e2d SHA512 fea55ff6750d5b67d29eecddd94a002f53f5a7d3dd515d2e590743ff5824795cf3ae0c3bf083aa7b728f9c9df719bef55d9535b3c5016177e7f0fb0c34aadca1 WHIRLPOOL 2ced2dc559882e54e83a90c86568e8ba6e922a7c724c0efebef297c30d6dcdc1af539e33488401f4437f4797de9f4e72e60da74071c5f70929dd790d6565d83e
-DIST quotatool-1.6.0.tar.gz 133912 SHA256 2e455b2dde56936caee8c2df2ed75f782ca60ca2bf1c3fef50ce7b23571379d2 SHA512 7ff01fcf6e70ed0935fb81e4a863489d0d73b4bc2d09d3b891898953a96467d56a557305d4080377e35bc463fd04eca0c990f8ea35954b3dc23359cdbd7a9368 WHIRLPOOL 2bcb53455da3da7bf11cae1b2808a55f1282bb89428de10ed869f311db674fa70b2c313741b6a60967d79489af957403e62436373a41ad9bf53d4099a8bce05d
-DIST quotatool-1.6.1.tar.gz 146842 SHA256 428dac9c791e469e6a96b90de28d1850f0d47e93d67c4072bf0e9688863ec14b SHA512 b2b030c8acdd4c9b7de67e5df1814f9d5cd6c6586503613165f2a19a00f1450f19ac5f06b7691a4104ca5e517f4be9d6bd72145dd222aee2a755516a6ad6e78d WHIRLPOOL 3a606c5265d7c9cdf5f37f79acb33c8ae44aa0ea24c325e36b45e04f7bdc1bd353e7275f06a09b3c5deaef2cd5663d4e9247f77ce47d23b1d9eddb9999ad05b5
 DIST quotatool-1.6.2.tar.gz 147691 SHA256 e53adc480d54ae873d160dc0e88d78095f95d9131e528749fd982245513ea090 SHA512 882bdc43e49ef69b1b2899da01faf7853524f67585b716bba195ea89a250a90a7796a225b7d141b68bf45c7524d9fe506000998e6e7dc113b559f95e6ed21e2c WHIRLPOOL e2b0e5569f269fa969f1844dc54f05da32d6462b5caeac0538aaf1c2667cbd93a8b45152c61181445b80b5aa9775dbfa61515df8c0fe3d13e0dab5631594bc22

diff --git a/sys-fs/quotatool/quotatool-1.5.0.ebuild b/sys-fs/quotatool/quotatool-1.5.0.ebuild
deleted file mode 100644
index 99bb15ced46..00000000000
--- a/sys-fs/quotatool/quotatool-1.5.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils
-
-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
-}
-
-src_install () {
-	dodir /usr/sbin /usr/share/man/man8
-	default
-}

diff --git a/sys-fs/quotatool/quotatool-1.6.0.ebuild b/sys-fs/quotatool/quotatool-1.6.0.ebuild
deleted file mode 100644
index d45e13ef7f4..00000000000
--- a/sys-fs/quotatool/quotatool-1.6.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils
-
-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
-}
-
-src_install () {
-	dodir /usr/sbin /usr/share/man/man8
-	default
-}

diff --git a/sys-fs/quotatool/quotatool-1.6.1.ebuild b/sys-fs/quotatool/quotatool-1.6.1.ebuild
deleted file mode 100644
index d45e13ef7f4..00000000000
--- a/sys-fs/quotatool/quotatool-1.6.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils
-
-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
-}
-
-src_install () {
-	dodir /usr/sbin /usr/share/man/man8
-	default
-}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2019-10-06 21:18 Thomas Deutschmann
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Deutschmann @ 2019-10-06 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c9e33a51b142c5072f82ed09d820bb2c5ac0074b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 21:03:45 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 21:18:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e33a51

sys-fs/quotatool: x86 stable (bug #696368)

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.2.ebuild b/sys-fs/quotatool/quotatool-1.6.2.ebuild
index d45e13ef7f4..705a079bc67 100644
--- a/sys-fs/quotatool/quotatool-1.6.2.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -11,7 +11,7 @@ SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="sys-fs/quota"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2019-10-07  9:47 Agostino Sarubbo
  0 siblings, 0 replies; 20+ messages in thread
From: Agostino Sarubbo @ 2019-10-07  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     bf9d6a69aa64573c9bc5b86c275c8b19f660a1cb
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 09:46:33 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 09:47:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9d6a69

sys-fs/quotatool: ppc stable wrt bug #696368

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.2.ebuild b/sys-fs/quotatool/quotatool-1.6.2.ebuild
index 705a079bc67..47ef0731098 100644
--- a/sys-fs/quotatool/quotatool-1.6.2.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 RDEPEND="sys-fs/quota"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2019-10-07 13:53 Michał Górny
  0 siblings, 0 replies; 20+ messages in thread
From: Michał Górny @ 2019-10-07 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ffafcd8bc5eab28f784d4bfe4d6b9907eb512964
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 13:14:16 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 13:53:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffafcd8b

sys-fs/quotatool: Drop old (EAPI=0)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-fs/quotatool/Manifest                |  2 --
 sys-fs/quotatool/quotatool-1.4.13.ebuild | 26 --------------------------
 sys-fs/quotatool/quotatool-1.4.6.ebuild  | 21 ---------------------
 3 files changed, 49 deletions(-)

diff --git a/sys-fs/quotatool/Manifest b/sys-fs/quotatool/Manifest
index 174f1008e94..dffdf12dfa5 100644
--- a/sys-fs/quotatool/Manifest
+++ b/sys-fs/quotatool/Manifest
@@ -1,3 +1 @@
-DIST quotatool-1.4.13.tar.gz 130830 BLAKE2B ef0270e5787270343309b084f9d15287e7c6c9909bfda77eae722ca992ba3ebdff5564c4fe2d3a682c16e2a6345a27569ac2013f3c79e5e4fd6ad91abf9284f9 SHA512 9407bee9c71f59f018b93739cc2e319123de036a62240d20e4c9e2e14e07353fc6e7caefc3fbcd02bb110f4dfaa9c58816d2abd4863c13e691f2d8c3341b7c5b
-DIST quotatool-1.4.6.tar.gz 114836 BLAKE2B d505453798a44b217d740b4d68364e07eb581928803d49d146ddf96e4bf0c83d19ecd3a0c5b85cc3b44911a50890960c0315ae76c73e4ad2419827f0ce20187a SHA512 ba764d4348ec0f4f032758d16dbab9170122556a5bcafd5ef226dd1d924fb029b5ecdffb5a8c1018c26350e239a403e353f56833639e44e1fa51eefa43b263e5
 DIST quotatool-1.6.2.tar.gz 147691 BLAKE2B 22eb1f5012b0dd19d52a795a493e7a51e9bab0d6e71b10d632a4f61faf6b54db5b0b6096fdc38b0fdd2879ebc2a4cb44e7279e735e09436a9def5018814b3478 SHA512 882bdc43e49ef69b1b2899da01faf7853524f67585b716bba195ea89a250a90a7796a225b7d141b68bf45c7524d9fe506000998e6e7dc113b559f95e6ed21e2c

diff --git a/sys-fs/quotatool/quotatool-1.4.13.ebuild b/sys-fs/quotatool/quotatool-1.4.13.ebuild
deleted file mode 100644
index 99bb15ced46..00000000000
--- a/sys-fs/quotatool/quotatool-1.4.13.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils
-
-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
-}
-
-src_install () {
-	dodir /usr/sbin /usr/share/man/man8
-	default
-}

diff --git a/sys-fs/quotatool/quotatool-1.4.6.ebuild b/sys-fs/quotatool/quotatool-1.4.6.ebuild
deleted file mode 100644
index 15c31a46421..00000000000
--- a/sys-fs/quotatool/quotatool-1.4.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-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="ppc x86"
-IUSE=""
-
-RDEPEND="sys-fs/quota"
-
-src_install () {
-	dobin quotatool || die
-	doman man/quotatool.8
-	dodoc AUTHORS ChangeLog README TODO
-}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2021-07-26  4:37 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-07-26  4:37 UTC (permalink / raw
  To: gentoo-commits

commit:     87694550f017481792c207c9eb7713ca1cd0baf6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 04:36:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 04:36:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87694550

sys-fs/quotatool: Keyword 1.6.2 arm64, #804303

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.2.ebuild b/sys-fs/quotatool/quotatool-1.6.2.ebuild
index 1704f4c5ba4..9b99317ab36 100644
--- a/sys-fs/quotatool/quotatool-1.6.2.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="~amd64 ~arm64 ppc x86"
 
 RDEPEND="sys-fs/quota"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2021-07-27  3:27 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-07-27  3:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3de3438e6240c25b01864091b66606bfa32c59da
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 27 03:26:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 27 03:26:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de3438e

sys-fs/quotatool: Keyword 1.6.2 arm, #804303

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.2.ebuild b/sys-fs/quotatool/quotatool-1.6.2.ebuild
index 9b99317ab36..ce3c5a6fcfb 100644
--- a/sys-fs/quotatool/quotatool-1.6.2.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ppc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc x86"
 
 RDEPEND="sys-fs/quota"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2021-07-27 20:35 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-07-27 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c24f224eadbc6cc0cf7ac8fe4c6882bb8b04c66a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 27 20:34:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 27 20:34:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24f224e

sys-fs/quotatool: Stabilize 1.6.2 amd64, #804300

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.2.ebuild b/sys-fs/quotatool/quotatool-1.6.2.ebuild
index ce3c5a6fcfb..29880c32b90 100644
--- a/sys-fs/quotatool/quotatool-1.6.2.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 
 RDEPEND="sys-fs/quota"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2022-10-17  3:17 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-10-17  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c330df9f2b6831e36027c705dfccf58256a57309
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 03:10:55 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 03:15:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c330df9f

sys-fs/quotatool: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/quotatool/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/sys-fs/quotatool/metadata.xml b/sys-fs/quotatool/metadata.xml
index 73dda144f9ac..fd8d6c15a717 100644
--- a/sys-fs/quotatool/metadata.xml
+++ b/sys-fs/quotatool/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>base-system@gentoo.org</email>
-	<name>Gentoo Base System</name>
-</maintainer>
+	<maintainer type="project">
+		<email>base-system@gentoo.org</email>
+		<name>Gentoo Base System</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">ekenberg/quotatool</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2022-10-17  3:17 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-10-17  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     581117b707f8be3f0f5327479b4e492d62f90baa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 03:15:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 03:15:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581117b7

sys-fs/quotatool: HTTPSify HOMEPAGE

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild b/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild
index 6cee45a2deba..86c0b5fd01b1 100644
--- a/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="Command-line utility for filesystem quotas"
-HOMEPAGE="http://quotatool.ekenberg.se/"
-SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz"
+HOMEPAGE="https://quotatool.ekenberg.se/"
+SRC_URI="https://quotatool.ekenberg.se/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2022-10-17  3:17 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-10-17  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     cad2e90b3ccecb604ff1d1d1400e879ff5ee721a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 03:16:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 03:16:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad2e90b

sys-fs/quotatool: add note re dodir

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild b/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild
index 86c0b5fd01b1..6739b334ab11 100644
--- a/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild
@@ -28,6 +28,7 @@ src_configure() {
 }
 
 src_install() {
+	# TODO: drop on next release (https://github.com/ekenberg/quotatool/commit/5529c8084a06d4d95905f76e47d2621564876081)
 	dodir /usr/sbin /usr/share/man/man8
 	default
 }


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2023-10-08  3:11 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-10-08  3:11 UTC (permalink / raw
  To: gentoo-commits

commit:     916f8ad7636d53c5a648c9b0da10c641355e99a9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 03:09:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 03:09:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916f8ad7

sys-fs/quotatool: add 1.6.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/quotatool/Manifest               |  1 +
 sys-fs/quotatool/quotatool-1.6.3.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/sys-fs/quotatool/Manifest b/sys-fs/quotatool/Manifest
index dffdf12dfa58..bb35f21a5def 100644
--- a/sys-fs/quotatool/Manifest
+++ b/sys-fs/quotatool/Manifest
@@ -1 +1,2 @@
 DIST quotatool-1.6.2.tar.gz 147691 BLAKE2B 22eb1f5012b0dd19d52a795a493e7a51e9bab0d6e71b10d632a4f61faf6b54db5b0b6096fdc38b0fdd2879ebc2a4cb44e7279e735e09436a9def5018814b3478 SHA512 882bdc43e49ef69b1b2899da01faf7853524f67585b716bba195ea89a250a90a7796a225b7d141b68bf45c7524d9fe506000998e6e7dc113b559f95e6ed21e2c
+DIST quotatool-1.6.3.gh.tar.gz 105408 BLAKE2B aad673bab49071122c3ddb64a6f9e3006b2fa2b958e00be35decf13b4cf8fb0d6e2f06278287275a90ae04a31e48e492e2be9f7abbc8522e9c454b86aaaa5271 SHA512 d21f41bf4d45116241885b9ba249ad49cd55043773ca1b6663b0d7ad2ad531d7411bc812338973e82b50c402987bf3910edd455ab83a8fd66c2b369c22297693

diff --git a/sys-fs/quotatool/quotatool-1.6.3.ebuild b/sys-fs/quotatool/quotatool-1.6.3.ebuild
new file mode 100644
index 000000000000..d5327b38b5c1
--- /dev/null
+++ b/sys-fs/quotatool/quotatool-1.6.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Command-line utility for filesystem quotas"
+HOMEPAGE="https://quotatool.ekenberg.se/"
+#SRC_URI="https://quotatool.ekenberg.se/${P}.tar.gz"
+SRC_URI="https://github.com/ekenberg/quotatool/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+RDEPEND="sys-fs/quota"
+
+src_configure() {
+	tc-export CC
+	default
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2023-11-12  8:20 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2023-11-12  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c3a1f4376b3f2644bfd0621f885e47478efa9de0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 08:20:36 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 08:20:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a1f437

sys-fs/quotatool: Stabilize 1.6.3 x86, #917235

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.3.ebuild b/sys-fs/quotatool/quotatool-1.6.3.ebuild
index d5327b38b5c1..c7fd738a8592 100644
--- a/sys-fs/quotatool/quotatool-1.6.3.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ekenberg/quotatool/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
 
 RDEPEND="sys-fs/quota"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2023-11-12 12:20 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-11-12 12:20 UTC (permalink / raw
  To: gentoo-commits

commit:     680edc3603eae699ea2e0507f0ccfa4fda2e52cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 12:20:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 12:20:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680edc36

sys-fs/quotatool: Stabilize 1.6.3 amd64, #917235

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.3.ebuild b/sys-fs/quotatool/quotatool-1.6.3.ebuild
index c7fd738a8592..9e29cd1c4c2f 100644
--- a/sys-fs/quotatool/quotatool-1.6.3.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ekenberg/quotatool/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 
 RDEPEND="sys-fs/quota"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2023-11-12 16:50 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2023-11-12 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     1c775957a6f5c98cfce1b77d7591677a4c1b9d97
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 16:49:55 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 16:49:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c775957

sys-fs/quotatool: Stabilize 1.6.3 ppc, #917235

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.3.ebuild b/sys-fs/quotatool/quotatool-1.6.3.ebuild
index 9e29cd1c4c2f..6f1e6a22bd08 100644
--- a/sys-fs/quotatool/quotatool-1.6.3.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ekenberg/quotatool/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 
 RDEPEND="sys-fs/quota"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2024-05-02  5:19 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-05-02  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7c664a463e5d220bb3bc42ddf6764b2acf572ae8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 04:41:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  2 05:00:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c664a46

sys-fs/quotatool: add 1.6.4

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/quotatool/Manifest               |  1 +
 sys-fs/quotatool/quotatool-1.6.4.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/sys-fs/quotatool/Manifest b/sys-fs/quotatool/Manifest
index bb35f21a5def..13baeb67200d 100644
--- a/sys-fs/quotatool/Manifest
+++ b/sys-fs/quotatool/Manifest
@@ -1,2 +1,3 @@
 DIST quotatool-1.6.2.tar.gz 147691 BLAKE2B 22eb1f5012b0dd19d52a795a493e7a51e9bab0d6e71b10d632a4f61faf6b54db5b0b6096fdc38b0fdd2879ebc2a4cb44e7279e735e09436a9def5018814b3478 SHA512 882bdc43e49ef69b1b2899da01faf7853524f67585b716bba195ea89a250a90a7796a225b7d141b68bf45c7524d9fe506000998e6e7dc113b559f95e6ed21e2c
 DIST quotatool-1.6.3.gh.tar.gz 105408 BLAKE2B aad673bab49071122c3ddb64a6f9e3006b2fa2b958e00be35decf13b4cf8fb0d6e2f06278287275a90ae04a31e48e492e2be9f7abbc8522e9c454b86aaaa5271 SHA512 d21f41bf4d45116241885b9ba249ad49cd55043773ca1b6663b0d7ad2ad531d7411bc812338973e82b50c402987bf3910edd455ab83a8fd66c2b369c22297693
+DIST quotatool-1.6.4.gh.tar.gz 108459 BLAKE2B 78b547e70e94aebcd7355fb88c2d8ddbde539a9f6b8737d27947e88990808b59b8dad0f81eb4de5888a4d10127f9a87bf60dddd9fbeaf9c9acdd864b124434e3 SHA512 ba753085235909a6eb11332eb704cd8b1816f74e9552b77b1b34833432b95ff5f92881ea60c36be3dbe09e6b39446c575993cfe51263ea3b664852e3d023b70a

diff --git a/sys-fs/quotatool/quotatool-1.6.4.ebuild b/sys-fs/quotatool/quotatool-1.6.4.ebuild
new file mode 100644
index 000000000000..aef0f3146b06
--- /dev/null
+++ b/sys-fs/quotatool/quotatool-1.6.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Command-line utility for filesystem quotas"
+HOMEPAGE="https://quotatool.ekenberg.se/"
+#SRC_URI="https://quotatool.ekenberg.se/${P}.tar.gz"
+SRC_URI="https://github.com/ekenberg/quotatool/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+RDEPEND="sys-fs/quota"
+
+src_configure() {
+	tc-export CC
+	default
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2024-06-25  4:41 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-06-25  4:41 UTC (permalink / raw
  To: gentoo-commits

commit:     cb768f8375f3223ff943d08c6688dbb55732fe56
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:39:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:39:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb768f83

sys-fs/quotatool: Stabilize 1.6.4 x86, #934871

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.4.ebuild b/sys-fs/quotatool/quotatool-1.6.4.ebuild
index aef0f3146b06..f1ba114f39f0 100644
--- a/sys-fs/quotatool/quotatool-1.6.4.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ekenberg/quotatool/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
 
 RDEPEND="sys-fs/quota"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2024-06-25  6:43 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-06-25  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     f0748f993f66fe44039c97abafb4a671de2aaeb6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 06:41:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 06:41:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0748f99

sys-fs/quotatool: Stabilize 1.6.4 amd64, #934871

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.4.ebuild b/sys-fs/quotatool/quotatool-1.6.4.ebuild
index f1ba114f39f0..68c8db321ab1 100644
--- a/sys-fs/quotatool/quotatool-1.6.4.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ekenberg/quotatool/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 
 RDEPEND="sys-fs/quota"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2024-06-25  6:43 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-06-25  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ee6682946cae0451d9b781012c41d03e1caca9a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 06:41:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 06:41:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee668294

sys-fs/quotatool: Stabilize 1.6.4 ppc, #934871

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/quotatool/quotatool-1.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.4.ebuild b/sys-fs/quotatool/quotatool-1.6.4.ebuild
index 68c8db321ab1..77e6eb008c1f 100644
--- a/sys-fs/quotatool/quotatool-1.6.4.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ekenberg/quotatool/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 
 RDEPEND="sys-fs/quota"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
@ 2024-08-16 14:29 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-08-16 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ce1b396462a1336a6d92709a79ec836afc9579fc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 14:28:42 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 14:28:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1b3964

sys-fs/quotatool: add 1.6.5

Closes: https://bugs.gentoo.org/931077
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-fs/quotatool/Manifest               |  1 +
 sys-fs/quotatool/quotatool-1.6.5.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/sys-fs/quotatool/Manifest b/sys-fs/quotatool/Manifest
index 13baeb67200d..7b9e0785fca3 100644
--- a/sys-fs/quotatool/Manifest
+++ b/sys-fs/quotatool/Manifest
@@ -1,3 +1,4 @@
 DIST quotatool-1.6.2.tar.gz 147691 BLAKE2B 22eb1f5012b0dd19d52a795a493e7a51e9bab0d6e71b10d632a4f61faf6b54db5b0b6096fdc38b0fdd2879ebc2a4cb44e7279e735e09436a9def5018814b3478 SHA512 882bdc43e49ef69b1b2899da01faf7853524f67585b716bba195ea89a250a90a7796a225b7d141b68bf45c7524d9fe506000998e6e7dc113b559f95e6ed21e2c
 DIST quotatool-1.6.3.gh.tar.gz 105408 BLAKE2B aad673bab49071122c3ddb64a6f9e3006b2fa2b958e00be35decf13b4cf8fb0d6e2f06278287275a90ae04a31e48e492e2be9f7abbc8522e9c454b86aaaa5271 SHA512 d21f41bf4d45116241885b9ba249ad49cd55043773ca1b6663b0d7ad2ad531d7411bc812338973e82b50c402987bf3910edd455ab83a8fd66c2b369c22297693
 DIST quotatool-1.6.4.gh.tar.gz 108459 BLAKE2B 78b547e70e94aebcd7355fb88c2d8ddbde539a9f6b8737d27947e88990808b59b8dad0f81eb4de5888a4d10127f9a87bf60dddd9fbeaf9c9acdd864b124434e3 SHA512 ba753085235909a6eb11332eb704cd8b1816f74e9552b77b1b34833432b95ff5f92881ea60c36be3dbe09e6b39446c575993cfe51263ea3b664852e3d023b70a
+DIST quotatool-1.6.5.gh.tar.gz 108551 BLAKE2B 709d239b3157fd3751305b68374e4fd3ff4196aba268a8e134ef0d7794e2e3b8c9cfc81f44573fded3fac26089aa654023850b34dfa7a7801cdb9a144f19d073 SHA512 b22278445b5c2c0c71277f95a7d79862e96da4b644679efdfd99f18bc74780e88ae732f8e1dba81d50a97f132e6111b0000e34c2e1d1b1a05735654967a56268

diff --git a/sys-fs/quotatool/quotatool-1.6.5.ebuild b/sys-fs/quotatool/quotatool-1.6.5.ebuild
new file mode 100644
index 000000000000..ed451075ad74
--- /dev/null
+++ b/sys-fs/quotatool/quotatool-1.6.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Command-line utility for filesystem quotas"
+HOMEPAGE="https://quotatool.ekenberg.se/"
+#SRC_URI="https://quotatool.ekenberg.se/${P}.tar.gz"
+SRC_URI="https://github.com/ekenberg/quotatool/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+RDEPEND="sys-fs/quota"
+
+src_prepare() {
+	default
+	sed -e 's/gcc/${CC}/' -i tools/depend.sh || die # bug 931077
+}
+
+src_configure() {
+	tc-export CC
+	default
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-08-16 14:29 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-27 20:35 [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-08-16 14:29 Arthur Zamarin
2024-06-25  6:43 Sam James
2024-06-25  6:43 Sam James
2024-06-25  4:41 Sam James
2024-05-02  5:19 Sam James
2023-11-12 16:50 Arthur Zamarin
2023-11-12 12:20 Sam James
2023-11-12  8:20 Arthur Zamarin
2023-10-08  3:11 Sam James
2022-10-17  3:17 Sam James
2022-10-17  3:17 Sam James
2022-10-17  3:17 Sam James
2021-07-27  3:27 Sam James
2021-07-26  4:37 Sam James
2019-10-07 13:53 Michał Górny
2019-10-07  9:47 Agostino Sarubbo
2019-10-06 21:18 Thomas Deutschmann
2017-09-26 23:30 Manuel Rüger
2016-04-19 22:33 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox