diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-03-13 01:56:39 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-03-13 01:56:39 +0000 |
| commit | 987deaca2d55f6633ddfb2af06278c335c9a9842 (patch) | |
| tree | af31351b25e11f537e5b1b3a7f1da89564f43fe4 /app-dicts/aspell-pl | |
| parent | 6b005025deb21c21d53eed0a9ae3560830080f03 (diff) | |
| download | baldeagleos-repo-987deaca2d55f6633ddfb2af06278c335c9a9842.tar.gz baldeagleos-repo-987deaca2d55f6633ddfb2af06278c335c9a9842.tar.xz baldeagleos-repo-987deaca2d55f6633ddfb2af06278c335c9a9842.zip | |
Adding metadata
Diffstat (limited to 'app-dicts/aspell-pl')
| -rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild | 11 | ||||
| -rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild | 10 | ||||
| -rw-r--r-- | app-dicts/aspell-pl/metadata.xml | 5 |
3 files changed, 15 insertions, 11 deletions
diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild index 2950599c97ba..ae159ba248b6 100644 --- a/app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 ASPELL_LANG="Polish" ASPELL_VERSION=6 - -inherit versionator aspell-dict-r1 - -MY_P="${PN/aspell/aspell6}-$(replace_version_separator 2 _ $(replace_version_separator 3 -))" +inherit aspell-dict-r1 HOMEPAGE="https://sjp.pl/slownik/en/" -SRC_URI="http://www.sjp.pl/slownik/ort/sjp-${MY_P}.tar.bz2" + +MY_P="${PN/aspell/aspell6}-$(ver_rs 2 _ 3 -)" +SRC_URI="https://sjp.pl/slownik/ort/sjp-${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild index 118c025e32a5..349c0555486d 100644 --- a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 ASPELL_LANG="Polish" ASPELL_VERSION=6 -inherit aspell-dict-r1 eapi7-ver - -MY_P="sjp-${PN/aspell/aspell6}-$(ver_rs 2 _ $(ver_rs 3 -))" +inherit aspell-dict-r1 HOMEPAGE="https://sjp.pl/slownik/en/" -SRC_URI="https://www.sjp.pl/slownik/ort/${MY_P}.tar.bz2" + +MY_P="sjp-${PN/aspell/aspell6}-$(ver_rs 2 _ 3 -)" +SRC_URI="https://sjp.pl/slownik/ort/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P/sjp-/}" LICENSE="Apache-2.0 CC-BY-4.0 GPL-2 LGPL-2.1 MPL-1.1 " diff --git a/app-dicts/aspell-pl/metadata.xml b/app-dicts/aspell-pl/metadata.xml index 83d00b14c8d4..45afaa47424c 100644 --- a/app-dicts/aspell-pl/metadata.xml +++ b/app-dicts/aspell-pl/metadata.xml @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> <origin>gentoo-staging</origin> + <stabilize-allarches/> </pkgmetadata>
\ No newline at end of file |
