diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-28 23:33:46 +0200 |
---|---|---|
committer | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-28 23:42:02 +0200 |
commit | 1eeafd2a4383d40c0741cfe5059680a7fd193529 (patch) | |
tree | 602cf4743959ea3e045d890e9f4194b3a40aea41 /dev-util/tokei | |
parent | dev-python/undervolt: remove redundant phase functions (diff) | |
download | guru-1eeafd2a4383d40c0741cfe5059680a7fd193529.tar.gz guru-1eeafd2a4383d40c0741cfe5059680a7fd193529.tar.bz2 guru-1eeafd2a4383d40c0741cfe5059680a7fd193529.zip |
dev-util/tokei: update DESCRIPTION to match upstream
Bump copyright
Remove extra new line
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'dev-util/tokei')
-rw-r--r-- | dev-util/tokei/tokei-12.1.1.ebuild | 5 | ||||
-rw-r--r-- | dev-util/tokei/tokei-12.1.2.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-util/tokei/tokei-12.1.1.ebuild b/dev-util/tokei/tokei-12.1.1.ebuild index 9a8b9d0af..4fc85cd4f 100644 --- a/dev-util/tokei/tokei-12.1.1.ebuild +++ b/dev-util/tokei/tokei-12.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2021 Gentoo Authors +# Copyright 2017-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -165,7 +165,7 @@ yaml-rust-0.4.4 inherit cargo -DESCRIPTION="Count code, quickly" +DESCRIPTION="Count your code, quickly" HOMEPAGE="https://tokei.rs" SRC_URI="https://github.com/XAMPPRocky/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" @@ -175,7 +175,6 @@ LICENSE="BSD BSD-2 CC0-1.0 MIT ZLIB || ( Apache-2.0 Boost-1.0 )" SLOT="0" KEYWORDS="~amd64 ~x86" - QA_FLAGS_IGNORED="usr/bin/tokei" src_compile() { diff --git a/dev-util/tokei/tokei-12.1.2.ebuild b/dev-util/tokei/tokei-12.1.2.ebuild index 3e53c30dd..22d88578a 100644 --- a/dev-util/tokei/tokei-12.1.2.ebuild +++ b/dev-util/tokei/tokei-12.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2021 Gentoo Authors +# Copyright 2017-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -161,7 +161,7 @@ yaml-rust-0.4.5 inherit cargo -DESCRIPTION="Count code, quickly" +DESCRIPTION="Count your code, quickly" HOMEPAGE="https://tokei.rs" SRC_URI="https://github.com/XAMPPRocky/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" @@ -171,7 +171,6 @@ LICENSE="BSD BSD-2 CC0-1.0 MIT ZLIB || ( Apache-2.0 Boost-1.0 )" SLOT="0" KEYWORDS="~amd64 ~x86" - QA_FLAGS_IGNORED="usr/bin/tokei" src_compile() { |