From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/
Date: Tue, 19 Apr 2016 22:33:09 +0000 (UTC) [thread overview]
Message-ID: <1461104918.ad26c6a4be24c625f55eba89c6be3242dd971acf.mrueg@gentoo> (raw)
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
-}
next reply other threads:[~2016-04-19 22:33 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-19 22:33 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-09-26 23:30 [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/ Manuel Rüger
2019-10-06 21:18 Thomas Deutschmann
2019-10-07 9:47 Agostino Sarubbo
2019-10-07 13:53 Michał Górny
2021-07-26 4:37 Sam James
2021-07-27 3:27 Sam James
2021-07-27 20:35 Sam James
2022-10-17 3:17 Sam James
2022-10-17 3:17 Sam James
2022-10-17 3:17 Sam James
2023-10-08 3:11 Sam James
2023-11-12 8:20 Arthur Zamarin
2023-11-12 12:20 Sam James
2023-11-12 16:50 Arthur Zamarin
2024-05-02 5:19 Sam James
2024-06-25 4:41 Sam James
2024-06-25 6:43 Sam James
2024-06-25 6:43 Sam James
2024-08-16 14:29 Arthur Zamarin
2024-10-05 12:02 Arthur Zamarin
2024-10-05 14:30 Arthur Zamarin
2024-10-08 19:02 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1461104918.ad26c6a4be24c625f55eba89c6be3242dd971acf.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox