logo

overlay

My (experimental) gentoo overlay
commit: 84a62c873ba32ba30d5a7798a24808a04ca2db9f
parent: 693c19ede88bf5951c7a1ac63adc2b36fab51623
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 24 Apr 2018 04:44:26 +0200

app-text/grammalecte: Bump to 0.6.4

Diffstat:

Mapp-text/grammalecte/Manifest1+
Aapp-text/grammalecte/grammalecte-0.6.4.ebuild23+++++++++++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/app-text/grammalecte/Manifest b/app-text/grammalecte/Manifest @@ -1 +1,2 @@ DIST Grammalecte-fr-v0.6.2.zip 1452308 BLAKE2B 60b72fdfa79cb7e290ae6df138ac1f01e6739806851e6da24e37a012a6db1b97d2cec28b823c7bfadcdba6329cf3e627a02bbebf8bb3c8b7a2a8d32eb66b463e SHA512 2dcc4db94b71eeed533819f21c39135c06f312e44e7e0dd93ad339896bf252fec49b74f296cd4025cdf0a4cb3f5ade944f22473404c356893cfdaa2bdf34e0a5 +DIST Grammalecte-fr-v0.6.4.zip 1460886 BLAKE2B ad5d0b78973847ca87c706aef23c2b8258eae9c915d7af8153071824b37286c60bdf7aefe8738e7d1e5b985265b1fe5fbc29334eecd3a84b30f108a5f1e13050 SHA512 232dcbbc5858ae93df044610d04ac89c6046eb717fd798ac602aa5b7091efdb1fde403deb4cc827ec5d73a111726a0466a91cd6d8a7e0bc5f345801e2f60be40 diff --git a/app-text/grammalecte/grammalecte-0.6.4.ebuild b/app-text/grammalecte/grammalecte-0.6.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Grammatical corrector for the French language" +HOMEPAGE="https://dicollecte.org/" +SRC_URI="https://www.dicollecte.org/grammalecte/zip/Grammalecte-fr-v${PV}.zip" +RESTRICT="mirror" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="" + +S="${WORKDIR}"