diff options
Diffstat (limited to 'app-dicts/aspell-pt')
-rw-r--r-- | app-dicts/aspell-pt/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/aspell-pt/metadata.xml | 1 |
3 files changed, 7 insertions, 9 deletions
diff --git a/app-dicts/aspell-pt/Manifest b/app-dicts/aspell-pt/Manifest index 1f2b4b83d3bb..e30f0cbf2af5 100644 --- a/app-dicts/aspell-pt/Manifest +++ b/app-dicts/aspell-pt/Manifest @@ -1,3 +1,3 @@ DIST aspell-pt-0.50-2.tar.bz2 201341 BLAKE2B ad924c197e7e72ea5be7a8f779fd7b144ac23e69ab6f089c338485c9fc4f5624a814b0f0f85d030647fe22e9390f03b873a05bd1cb26997986c30b5af0b10ef4 SHA512 21f115eae4507ca6e8c726476ba40910886e2ed17161cddbe493b2fe1c55a30703f033f8062eb0b9543d85541aa15e9ecab508cb3bb7403881315ecdb0bc55cd -EBUILD aspell-pt-0.50.2-r1.ebuild 451 BLAKE2B ae10f78043c910c098201a9be03702bfec4467c34c9f4f4c19545c5fcd2c19527296bbe387a60a661e49e8976781af089765d917644839470042ead2d4985e05 SHA512 3640b579fef5059badfa2e2cc3cf288ca2fbc349150bbb87e2cc3466ecebf26b780847795bd8a08290be62339ebfb2e8069b3e4272caacb6c7d09361d5911276 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 +EBUILD aspell-pt-0.50.2-r1.ebuild 437 BLAKE2B f3d061036a42ce086d0482047a3590af9ed45f740b9d345e33dd8942a683c958abd12624ba3b261e5b8990719881f32dccdf21c660c275949941d77cd147342d SHA512 d1439320869508e3981a0d7ff59d58c8687ef3808e1df00e0f2d896692729890341e491fc9feaad8f737c9de542ce23fb4b225cfc65d39903d9a23f4d2397ff8 +MISC metadata.xml 190 BLAKE2B 13f967fa4846571025dce39eabf9e0edf83077a00263bf1d0858c1440fb569714ab4ac83f5292ab20680f15620c94a6d20ce9134314d1a3093f7c4cea86342b2 SHA512 60d247fc066287ff37b6e8f1a4c54f0fd37f01648f80a4c20a3e727b5a9022e328dbfca70657d0bed0324848cf9a4fd8d78b56e6418dbd912e4d52673cb2a5b7 diff --git a/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild b/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild index b9fbe92de62f..6a8ce3f12076 100644 --- a/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild +++ b/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild @@ -1,20 +1,17 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 ASPELL_LANG="Portuguese" - inherit aspell-dict-r1 LICENSE="GPL-2" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" -IUSE="" src_install() { aspell-dict-r1_src_install - rm "${ED%/}"/usr/$(get_libdir)/aspell-0.60/pt_BR* || die - rm "${ED%/}"/usr/$(get_libdir)/aspell-0.60/brazilian.alias || die + rm "${ED}"/usr/$(get_libdir)/aspell-0.60/pt_BR* || die + rm "${ED}"/usr/$(get_libdir)/aspell-0.60/brazilian.alias || die } diff --git a/app-dicts/aspell-pt/metadata.xml b/app-dicts/aspell-pt/metadata.xml index 6f49eba8f496..9c1b627475c9 100644 --- a/app-dicts/aspell-pt/metadata.xml +++ b/app-dicts/aspell-pt/metadata.xml @@ -2,4 +2,5 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> + <stabilize-allarches/> </pkgmetadata> |