From 93a93e9a3b53c1a73142a305ea1f8136846942ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 22 Dec 2021 14:08:05 +0000 Subject: gentoo resync : 22.12.2021 --- app-dicts/aspell-be/Manifest | 2 +- app-dicts/aspell-be/aspell-be-0.01-r1.ebuild | 23 ----------------------- app-dicts/aspell-be/aspell-be-0.01-r2.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 app-dicts/aspell-be/aspell-be-0.01-r1.ebuild create mode 100644 app-dicts/aspell-be/aspell-be-0.01-r2.ebuild (limited to 'app-dicts/aspell-be') diff --git a/app-dicts/aspell-be/Manifest b/app-dicts/aspell-be/Manifest index 3348da8162fe..0e7d80a32bb1 100644 --- a/app-dicts/aspell-be/Manifest +++ b/app-dicts/aspell-be/Manifest @@ -1,4 +1,4 @@ AUX aspell5-be-0.01-official.patch 296 BLAKE2B f8d182a49512fd5d1331bed4e5eb57ff6f2fd6bda87daeef11dea1acd4cbde636014a754cb82c5920f159ed11b508a58a84779c3e2bb674fe4753f177ad716fc SHA512 d96f5250409589c1463f4c361024abc290f818476f291f1a044969d47c71798158275b5d8070cd134d3b2cd20a3509a1e15ef3d08a4074971d1af417be348970 DIST aspell5-be-0.01.tar.bz2 653405 BLAKE2B 7a7acadf75a754fd389b1bda94c5a437ba04db01beaaeea8a2cb2a3eba276150f680983e8292d5b80f3d5134501bfefad8538d96d2a459eeb698f0cd5f2a77a0 SHA512 320334c9944c44c9a61d24798ecd7603c4dc9fee99035d48d19759ecf2c1ac8ae21a0afde050d6527566e2404c1df4f75e313cec598b7faa93506142ea3c1022 -EBUILD aspell-be-0.01-r1.ebuild 555 BLAKE2B 93b7ad8591d14f567f46a0a3a735b3e7853fc03300d47d5ad64aaea2edfdc71f162961ad30c297937c334bc145ef9622f8a43bdc62eacbed998ba62f4e87ed51 SHA512 2e9046eaad9986d92c8459b28b70686e1bf592220bc3ddc1322522cb2c93f76aae2419406506109b3c5b036d9c73945b3df6012ac959b8dd7807738599df188c +EBUILD aspell-be-0.01-r2.ebuild 555 BLAKE2B bf808d1ec1f7f0e725acfc4ba34ae0ed2ccc1fc453d20c0453c447e0a584de4780f0dc880437e56ac67b33db7bb7c345a0bb9d9a09d1f470765b6fb858912271 SHA512 43e440b15548d3be9ba1de982cdfabd4798cfea96986b967526e913b08290560f48c65591026dbbd7215239910d789ce537baf0768c5e420d455fe4e18dafa06 MISC metadata.xml 356 BLAKE2B c174ec68b5c9df36ea740ff7a5513757420e866fdf7e1de3eae321d99aa43f3f81ff589e67150c1541d478e7baad61303fd052aa9782860fa3f7f6a2b53166cc SHA512 de552847531eb4d7f318b2bcc84ec790289ff82ff3c8d1786804b71d91eb629306aefaccdce782ef0a01abaf695aeabd571ef193306198816a54f0e384dd2aeb diff --git a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild b/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild deleted file mode 100644 index 8f0a7b14d104..000000000000 --- a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ASPELL_LANG="Belarusian" -ASPELL_VERSION=5 -MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}" - -inherit aspell-dict-r1 - -SRC_URI="mirror://gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="classic" - -src_prepare() { - ! use classic && local PATCHES=( "${FILESDIR}"/aspell5-be-${PV}-official.patch ) - - default -} diff --git a/app-dicts/aspell-be/aspell-be-0.01-r2.ebuild b/app-dicts/aspell-be/aspell-be-0.01-r2.ebuild new file mode 100644 index 000000000000..b2ec769036cb --- /dev/null +++ b/app-dicts/aspell-be/aspell-be-0.01-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ASPELL_LANG="Belarusian" +ASPELL_VERSION=5 +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}" + +inherit aspell-dict-r1 + +SRC_URI="mirror://gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +IUSE="classic" + +src_prepare() { + ! use classic && local PATCHES=( "${FILESDIR}"/aspell5-be-${PV}-official.patch ) + + default +} -- cgit v1.2.3