From b35e7178fb00c564743cf258a84ec729a553e48f Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 14 May 2023 15:33:49 +0200 Subject: Add IUSE and other cosmetical changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- .../stardict-dictd-devils/stardict-dictd-devils-2.4.2-r1.ebuild | 8 +++----- .../stardict-freedict-eng-deu-2.4.2-r1.ebuild | 9 ++++----- .../stardict-freedict-eng-rus-2.4.2-r1.ebuild | 8 +++----- sys-kernel/cfcfg/cfcfg-0.ebuild | 1 + 4 files changed, 11 insertions(+), 15 deletions(-) diff --git a/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2-r1.ebuild b/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2-r1.ebuild index ebffb0cf..fc6b89f0 100644 --- a/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2-r1.ebuild +++ b/app-dicts/stardict-dictd-devils/stardict-dictd-devils-2.4.2-r1.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 2010-2023 Gentoo Authors and Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=8 - +RESTRICT="fetch" DICT_PREFIX="dictd_www.dict.org_" - inherit stardict - DESCRIPTION="Stardict Dictionary for Dictd.org's Devil's Dictionary" HOMEPAGE="http://download.huzheng.org/dict.org/" - KEYWORDS="~amd64 ppc ~riscv sparc x86" +IUSE="" diff --git a/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.4.2-r1.ebuild b/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.4.2-r1.ebuild index 573085c4..88a9b3f3 100644 --- a/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.4.2-r1.ebuild +++ b/app-dicts/stardict-freedict-eng-deu/stardict-freedict-eng-deu-2.4.2-r1.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors and Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=8 - +RESTRICT="fetch" FROM_LANG="English" TO_LANG="German" DICT_PREFIX="dictd_www.freedict.de_" - +DESCRIPTION="" inherit stardict - HOMEPAGE="http://download.huzheng.org/freedict.de/" - KEYWORDS="amd64 ppc ~riscv sparc x86" +IUSE="" diff --git a/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.4.2-r1.ebuild b/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.4.2-r1.ebuild index 20e5b0d2..7e16265b 100644 --- a/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.4.2-r1.ebuild +++ b/app-dicts/stardict-freedict-eng-rus/stardict-freedict-eng-rus-2.4.2-r1.ebuild @@ -1,14 +1,12 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors and Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=8 - FROM_LANG="English" TO_LANG="Russian" DICT_PREFIX="dictd_www.freedict.de_" - +DESCRIPTION="" inherit stardict - HOMEPAGE="http://download.huzheng.org/freedict.de/" - KEYWORDS="amd64 ppc ~riscv sparc x86" +IUSE="" diff --git a/sys-kernel/cfcfg/cfcfg-0.ebuild b/sys-kernel/cfcfg/cfcfg-0.ebuild index c5661e92..c8f4f6ba 100644 --- a/sys-kernel/cfcfg/cfcfg-0.ebuild +++ b/sys-kernel/cfcfg/cfcfg-0.ebuild @@ -12,6 +12,7 @@ S="${WORKDIR}/cfcfg.git" LICENSE="GPL-3+" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" SLOT="0" +IUSE="" src_prepare() { mv cfcfg.1.man cfcfg.1 -- cgit v1.2.3-65-gdbad