diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /app-dicts/aspell-it |
reinit the tree, so we can have metadata
Diffstat (limited to 'app-dicts/aspell-it')
-rw-r--r-- | app-dicts/aspell-it/Manifest | 5 | ||||
-rw-r--r-- | app-dicts/aspell-it/aspell-it-2.4.20070901.ebuild | 19 | ||||
-rw-r--r-- | app-dicts/aspell-it/metadata.xml | 8 |
3 files changed, 32 insertions, 0 deletions
diff --git a/app-dicts/aspell-it/Manifest b/app-dicts/aspell-it/Manifest new file mode 100644 index 000000000000..6cf1d9b5a8cc --- /dev/null +++ b/app-dicts/aspell-it/Manifest @@ -0,0 +1,5 @@ +DIST aspell6-it-2.4-20070901-0.tar.bz2 261419 SHA256 16ef0df30158e5d083d6b4f32ccc976614dfd4f5667db5e2cd972e3962bcde34 SHA512 6a5014880e51103e70d57a6b01e2d4bb5d51ae939f72ee9270b46891804203399c817dd73c3a0b91c004744a4e66a1a5b402d19be0a53db952152cdd3c1741e9 WHIRLPOOL 9856e3ccf888f15085ba5edd201b3b65d149b7c0012605496a58c4d8b9d97a14fba6796f01a42555fb431b94965fed724d4573c236189208443df38911f79e1d +EBUILD aspell-it-2.4.20070901.ebuild 470 SHA256 3ceca5be105254bd3f603f134f174959a4e45c60b272e333a0e15ee3d8cc426d SHA512 044ef5c781fcaa46b9896f158cea97d7646853c21b8c1bcaaf289f7e2fc7706cecb4157e8a4d3d04053fdfb7c4400d85dbce8168afee6a5ef8146f49b4b97f45 WHIRLPOOL b06a93c34cffe0fcb2f65a1fa062f6cef1dc32d2ab539e65ab3fb7873e0dd9407d8427386ab6f39de3086689d8b15d9146c4c0222d9904cc1cfb1f4582de544c +MISC ChangeLog 2543 SHA256 ea513242a93bf42541ed002eb90d6a287a4422f7925a4e127e616011444db073 SHA512 50a8657b6fbb235d36b4607b5fdf735bfbd39888721994c3d44c75e12eccbe59ddbbe5883626ff4158e3e9a45e7624eb2ea47185648d75467e407bae01d76bd8 WHIRLPOOL 81ddfda8460b45acec9ef6c97f5f4964643b7432ee2eb145b51e81ef2c7c76cb64c06dd3bf9f02090d7b4f33074768644a39e4bd55345f77e98ea015f3aa8642 +MISC ChangeLog-2015 4227 SHA256 e7b22bdacf435be05d566fca0e20e758eed605ae6635e69b8c6cd50fad2c1d62 SHA512 d59b4c8755f54605719225cda561055e58f0c94ea1a8eb9230bc1ecf415d89b0f33b2cefe6d71389fde0a16f5a6fb7a7ea5ced0f3b6ccb8b2698d8a8e42e734f WHIRLPOOL 89fe250729e31f6cee3a52a4f330f618c0a3048b58ae3229fd565d7d68fe3ad8fc359b68b53919d98a16e8fb213c771b4eb95725a60878c21aff7299cab65353 +MISC metadata.xml 248 SHA256 20bc4247e9f0decfa67aed1c40f84ce5e52a8aa4ea2482e2dabfaf6bb81eb639 SHA512 1d44fa5baaf032845df65374a83f1eb1459100ced59d260a19456fff81ce7dc1c074cd34b1ad37b172af7cdee476fe0de39aa3a280e311816dd8bdd9c98a61ad WHIRLPOOL 469c214cb2f74ad6ea8b06474429c5cd9d2341b3229cb6982f327c52a23c6c7a30bb06d1b79421e002ef501f74f09299a1566a6929e014887d52f525202c6ec2 diff --git a/app-dicts/aspell-it/aspell-it-2.4.20070901.ebuild b/app-dicts/aspell-it/aspell-it-2.4.20070901.ebuild new file mode 100644 index 000000000000..110de34f83ca --- /dev/null +++ b/app-dicts/aspell-it/aspell-it-2.4.20070901.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +ASPELL_LANG="Italian" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +MY_P="aspell${ASPELL_VERSION}-${PN#aspell-}-${PV%.*}-${PV##*.}-0" + +SRC_URI="mirror://sourceforge/linguistico/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +IUSE="" + +S=${WORKDIR}/${MY_P} diff --git a/app-dicts/aspell-it/metadata.xml b/app-dicts/aspell-it/metadata.xml new file mode 100644 index 000000000000..3338c5556542 --- /dev/null +++ b/app-dicts/aspell-it/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> + <upstream> + <remote-id type="sourceforge">linguistico</remote-id> + </upstream> +</pkgmetadata> |