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-ru/Manifest | 2 +- app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild | 24 ------------------------ app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild create mode 100644 app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild (limited to 'app-dicts/aspell-ru') diff --git a/app-dicts/aspell-ru/Manifest b/app-dicts/aspell-ru/Manifest index 68fe35ade0de..cf84322dae84 100644 --- a/app-dicts/aspell-ru/Manifest +++ b/app-dicts/aspell-ru/Manifest @@ -1,3 +1,3 @@ DIST aspell6-ru-0.99f7-1.tar.bz2 427312 BLAKE2B e039744dff54dbad3dacafd63f5e4874b119b01da57929f403d535958b80b33e90a5429fdcfcc3d2fff2beb0e97e67fa0bd8af03c6a1ca2980d7c7718843c0e6 SHA512 789fe15f5502b54008a41f2afb5635dcb7bb0a36e61b300ee48b2429c339793f5c4808d6063f13f1f8455ce251912433890e7d01ca59d8b0924ecd2987ceb430 -EBUILD aspell-ru-0.99.1-r1.ebuild 574 BLAKE2B 7cbf44d102b81ff65dc879069d08bddb54c011f93f93083dd8a6d0e34e2a7d24f5cf6f025d56aa0e8e527327ac970b91b4e532ba7ba106963045d0966d7cc6aa SHA512 0fc4c71cc079d3d4d946d87d1429127faa251f47f0e1505d09c0b06e97ed83861fe9a5f994d4192b9a4538f30601ec67ae13ed90dedf47a24db7c855c54ea93d +EBUILD aspell-ru-0.99.1-r2.ebuild 574 BLAKE2B ee0a08bbe6acf937457d0a437006fc4332d66d47d919928b37562ae8ca6dca9fa278834709a77fe96e7a38cd65a9fd345b9a945469027ee21bf6ee02ec6ba34a SHA512 afa5de85b2f96ff46f4e6bc8b602a999968f3f3cec915f29fc163f401bfa1a16a5558f77a29f213f325978b27b8ffb4703db76bcf3e2459f2a5eeadd6bfd19ba MISC metadata.xml 275 BLAKE2B 5ea4d40b14cc5ef65beaed8b1e6fba240963d79a9295621e0ec49d8e2a5577dc44770ebdea263723703611df01545780051e8cba4f2c4b6394c44db2abce3cde SHA512 c3dba23dbeb92f784a10f132881fd91e83a7bdc6a313ad5dff7da6e91ad72975a1b6fb5a85f3adef4abb746dd7f0fe7af81b8176ebf9ca495259ec04a29cbd8a diff --git a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild deleted file mode 100644 index 47f9bc126826..000000000000 --- a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ASPELL_LANG="Russian" -ASPELL_VERSION=6 -MY_PV="$(ver_cut 1-2)f7-$(ver_cut 3)" -MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${MY_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" - -src_prepare() { - default - - # Setting default dictionary to ru-yeyo - cp -v ru-yeyo.multi ru.multi || die -} diff --git a/app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild b/app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild new file mode 100644 index 000000000000..012c39f22db5 --- /dev/null +++ b/app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ASPELL_LANG="Russian" +ASPELL_VERSION=6 +MY_PV="$(ver_cut 1-2)f7-$(ver_cut 3)" +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${MY_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" + +src_prepare() { + default + + # Setting default dictionary to ru-yeyo + cp -v ru-yeyo.multi ru.multi || die +} -- cgit v1.2.3