commit: aabc2c2389354f0264f718fa8cf338432af853fc
parent 73fbfca95dda125361170e1f49d49d927929a4ca
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 23 Nov 2025 16:04:35 +0100
app-text/grammalecte: treeclean
Diffstat:
2 files changed, 0 insertions(+), 29 deletions(-)
diff --git a/app-text/grammalecte/Manifest b/app-text/grammalecte/Manifest
@@ -1 +0,0 @@
-DIST Grammalecte-fr-v2.1.1.zip 4393120 BLAKE2B d1a5172548d95e6ce1befc02907b5595329391b4ccf789a1aa3e49106123b2f5a494be0f8908898a4ae264564189129227e1fd998f99b94b45007c232b854d57 SHA512 40cd63f2e6ad29ea563ad73129fbc65179b8cac97a3c5eaceb126ce7cab389c38622649ebc2bcc0a4aa1546c42a6bedbfffae0b0e3155c53de9c169e87f244ef
diff --git a/app-text/grammalecte/grammalecte-2.1.1.ebuild b/app-text/grammalecte/grammalecte-2.1.1.ebuild
@@ -1,28 +0,0 @@
-# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..12} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Correcteur grammatical et typographique open source dédié à la langue française"
-HOMEPAGE="https://grammalecte.net/"
-SRC_URI="https://grammalecte.net/zip/Grammalecte-fr-v${PV}.zip"
-S="${WORKDIR}/"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="$(python_gen_cond_dep 'dev-python/bottle[${PYTHON_USEDEP}]')"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- rm grammalecte/bottle.py || die
- sed -i -e 's;grammalecte.bottle;bottle;' grammalecte-server.py || die
-
- default
-}