commit:     07be1e24d9ab69f74a4b65cab8768cdea06c386f
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  2 04:43:09 2025 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Mar  2 04:43:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07be1e24

app-text/foliate: remove old version

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 app-text/foliate/Manifest             |  1 -
 app-text/foliate/foliate-3.1.0.ebuild | 44 -----------------------------------
 2 files changed, 45 deletions(-)

diff --git a/app-text/foliate/Manifest b/app-text/foliate/Manifest
index 0051970b3a77..b7bb6f3f9179 100644
--- a/app-text/foliate/Manifest
+++ b/app-text/foliate/Manifest
@@ -1,2 +1 @@
-DIST foliate-3.1.0.tar.bz2 7902106 BLAKE2B 
cd804b168529ebde3312954de6e907d4de30ef4342dbcf872757f485d5b5e223c96629c01d6e0e0b3bb7cfcc1e98015b034b053d6a6429138a8aa1ed40b0b0c2
 SHA512 
36dfb6618b04fcfdd3d298133f9fb592e987b898420da08d1e2e1539f162abc4c06cf28e3c9e6ae5f008554fdec9ab36a69333f5c5074b069c345ae729301236
 DIST foliate-3.2.1.tar.bz2 10415300 BLAKE2B 
f101a1dc7c51389defa85bbce2a43092736c868bc0f43bb9c93b56bc68dfc53156ddd6aa3e90f5ddfd8efd53a914c4e97f918c874ba08647f4ecc90c0ff29916
 SHA512 
eeec911288f3d44fb7e89163e08363436cc2b81c7b1474833a4524182c85baefb524f63a06d524b7ae00a76a1ff0a387c2c9d5971c75089404b5d3186ebc2f5f

diff --git a/app-text/foliate/foliate-3.1.0.ebuild 
b/app-text/foliate/foliate-3.1.0.ebuild
deleted file mode 100644
index 87f75f240349..000000000000
--- a/app-text/foliate/foliate-3.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PLOCALES="ar cs de el es eu fa_IR fr he hi hr id ie it ko nb nl nn pt_BR ru sv 
tr uk zh_CN zh_TW"
-inherit meson plocale xdg gnome2-utils
-DESCRIPTION="gtk ebook reader built with gjs"
-HOMEPAGE="https://github.com/johnfactotum/foliate/";
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-BDEPEND="${MESON_DEPEND}"
-RDEPEND=">=dev-libs/gjs-1.76
-       >=gui-libs/gtk-4.12
-       gui-libs/libadwaita
-       net-libs/webkit-gtk:6[introspection]
-       sys-devel/gettext"
-
-src_prepare() {
-       default
-       xdg_environment_reset
-
-       plocale_find_changes "${S}"/po '' '.po'
-
-       rm_po() {
-               rm po/${1}.po
-               sed -e "/^${1}/d" -i po/LINGUAS
-       }
-
-       plocale_for_each_disabled_locale rm_po
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}

Reply via email to