summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-07 15:14:16 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-07 15:53:18 +0200
commitffafcd8bc5eab28f784d4bfe4d6b9907eb512964 (patch)
tree9115e83e2726780931804b0bab39978b6273146c /sys-fs
parentsys-block/noflushd: Drop old (EAPI=0) (diff)
downloadgentoo-ffafcd8bc5eab28f784d4bfe4d6b9907eb512964.tar.gz
gentoo-ffafcd8bc5eab28f784d4bfe4d6b9907eb512964.tar.bz2
gentoo-ffafcd8bc5eab28f784d4bfe4d6b9907eb512964.zip
sys-fs/quotatool: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/quotatool/Manifest2
-rw-r--r--sys-fs/quotatool/quotatool-1.4.13.ebuild26
-rw-r--r--sys-fs/quotatool/quotatool-1.4.6.ebuild21
3 files changed, 0 insertions, 49 deletions
diff --git a/sys-fs/quotatool/Manifest b/sys-fs/quotatool/Manifest
index 174f1008e94a..dffdf12dfa58 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 99bb15ced465..000000000000
--- 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 15c31a46421c..000000000000
--- 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
-}