diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-13 21:11:36 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-13 21:13:28 +0100 |
commit | a243ec90f0310282a219743397f7292d64efa033 (patch) | |
tree | 712fdff95c71e5c6eae80b8373b8fa3957f08cc4 /app-dicts | |
parent | sys-cluster/kube-scheduler: remove 1.18.15 (diff) | |
download | gentoo-a243ec90f0310282a219743397f7292d64efa033.tar.gz gentoo-a243ec90f0310282a219743397f7292d64efa033.tar.bz2 gentoo-a243ec90f0310282a219743397f7292d64efa033.zip |
app-dicts/aspell-tl: bump to version 0.4.0
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-tl/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-dicts/aspell-tl/Manifest b/app-dicts/aspell-tl/Manifest index 11591dc4d9c0..9d0782ede4b6 100644 --- a/app-dicts/aspell-tl/Manifest +++ b/app-dicts/aspell-tl/Manifest @@ -1 +1,2 @@ DIST aspell5-tl-0.02-1.tar.bz2 40642 BLAKE2B 0ddcf383cfe9351edbb129f930041902f0b7fe1ecf635e85c62d4adc7f6aa869afca27c8cb0d5680184fc32d72b874185394c2ae45a88a785ef9120a9e1cbb79 SHA512 2bff0f0191104312b8674ef65ee77a8e80225bc9bb6afe651aeb94a03db8781e8545b5b09f0143f557092c868f0873c17c55055b8cdd66f18a648ba2c805a6f0 +DIST aspell6-tl-0.4-0.tar.bz2 42335 BLAKE2B 381fe2094c2411e50ee151da895109a352b1f7e8d6dd2ede372d81bba07f9bf45b9f6156d27e957287c9e8ad55b2a29db1fb3e4c1ba4f6ae47e3c94a7c2e3a9a SHA512 e9ad3e7e619ed19ffde923a07553c4930c60292a0e5592a68cf0e09d6f6d3b3b7ff74adb8f53e9255528c319c12ef442eff4e3b2ce169156d1664b5d565a7f5a diff --git a/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild b/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild new file mode 100644 index 000000000000..133fae1724de --- /dev/null +++ b/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Tagalog" +ASPELL_VERSION=6 +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV%.*}-${PV##*.}" + +inherit aspell-dict-r1 + +SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/tagalog-wordlist/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |