summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-03-12 22:41:22 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-03-12 23:27:34 +0100
commitf0356bd5c58502add67b2690da03fb0036621338 (patch)
treeaf1b09c9da42f9d5b9069b4f0659417c49c327ed /app-dicts/aspell-pt-br/aspell-pt-br-20090702.0.ebuild
parentapp-dicts/aspell-pt: bump to version 20190329.1.0 (diff)
downloadgentoo-f0356bd5c58502add67b2690da03fb0036621338.tar.gz
gentoo-f0356bd5c58502add67b2690da03fb0036621338.tar.bz2
gentoo-f0356bd5c58502add67b2690da03fb0036621338.zip
app-dicts/aspell-pt-br: rename version
Renamed version to match upstream version and be able to bump. Also taking ownership. Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-pt-br/aspell-pt-br-20090702.0.ebuild')
-rw-r--r--app-dicts/aspell-pt-br/aspell-pt-br-20090702.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-dicts/aspell-pt-br/aspell-pt-br-20090702.0.ebuild b/app-dicts/aspell-pt-br/aspell-pt-br-20090702.0.ebuild
new file mode 100644
index 000000000000..0b69c25e6c3a
--- /dev/null
+++ b/app-dicts/aspell-pt-br/aspell-pt-br-20090702.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ASPELL_LANG="Brazilian Portuguese"
+ASPELL_VERSION=6
+inherit aspell-dict-r1
+
+MY_P="aspell6-pt_BR-20090702-0"
+SRC_URI="mirror://gnu/aspell/dict/pt_BR/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="LGPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
+
+# Contains a conflict
+RDEPEND="!<app-dicts/aspell-pt-0.50.2-r1"