diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /sys-fs/quotatool | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'sys-fs/quotatool')
| -rw-r--r-- | sys-fs/quotatool/Manifest | 1 | ||||
| -rw-r--r-- | sys-fs/quotatool/metadata.xml | 9 | ||||
| -rw-r--r-- | sys-fs/quotatool/quotatool-1.6.5.ebuild | 27 |
3 files changed, 0 insertions, 37 deletions
diff --git a/sys-fs/quotatool/Manifest b/sys-fs/quotatool/Manifest deleted file mode 100644 index 7c57c1a771d2..000000000000 --- a/sys-fs/quotatool/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST quotatool-1.6.5.gh.tar.gz 108551 BLAKE2B 709d239b3157fd3751305b68374e4fd3ff4196aba268a8e134ef0d7794e2e3b8c9cfc81f44573fded3fac26089aa654023850b34dfa7a7801cdb9a144f19d073 SHA512 b22278445b5c2c0c71277f95a7d79862e96da4b644679efdfd99f18bc74780e88ae732f8e1dba81d50a97f132e6111b0000e34c2e1d1b1a05735654967a56268 diff --git a/sys-fs/quotatool/metadata.xml b/sys-fs/quotatool/metadata.xml deleted file mode 100644 index f308c62eb267..000000000000 --- a/sys-fs/quotatool/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>base-system@gentoo.org</email> - <name>Gentoo Base System</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/sys-fs/quotatool/quotatool-1.6.5.ebuild b/sys-fs/quotatool/quotatool-1.6.5.ebuild deleted file mode 100644 index 667fdde6d922..000000000000 --- a/sys-fs/quotatool/quotatool-1.6.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 -} |
