diff options
author | Jonas Frei <freijon@pm.me> | 2023-04-13 20:36:22 +0200 |
---|---|---|
committer | Jonas Frei <freijon@pm.me> | 2023-04-13 20:36:22 +0200 |
commit | a9bf5d143a1022339eb36b3c51921388bc8e71d4 (patch) | |
tree | 975352ad8565e47ef8c3108d791f9da676a1c1b3 /app-arch | |
parent | app-arch/ouch: new package, add 0.4.1 (diff) | |
download | guru-a9bf5d143a1022339eb36b3c51921388bc8e71d4.tar.gz guru-a9bf5d143a1022339eb36b3c51921388bc8e71d4.tar.bz2 guru-a9bf5d143a1022339eb36b3c51921388bc8e71d4.zip |
app-arch/ouch: Removed cargo-ebuild comments
Signed-off-by: Jonas Frei <freijon@pm.me>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/ouch/ouch-0.4.1.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app-arch/ouch/ouch-0.4.1.ebuild b/app-arch/ouch/ouch-0.4.1.ebuild index cb601f967..697425a68 100644 --- a/app-arch/ouch/ouch-0.4.1.ebuild +++ b/app-arch/ouch/ouch-0.4.1.ebuild @@ -139,8 +139,6 @@ CRATES=" inherit cargo shell-completion DESCRIPTION="A cli utility for easily compressing and decompressing files and directories." -# Double check the homepage as the cargo_metadata crate -# does not provide this value so instead repository is used HOMEPAGE="https://github.com/ouch-org/ouch" SRC_URI=" $(cargo_crate_uris ${CRATES}) @@ -161,8 +159,6 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -# rust does not use *FLAGS from make.conf, silence portage warning -# update with proper path to binaries this crate installs, omit leading / QA_FLAGS_IGNORED="usr/bin/${PN}" src_compile() { |