commit:     ba8e2873d502507660aeecd8fcd0c4893d063774
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  7 14:42:34 2025 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Sep  7 14:42:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8e2873

app-text/foliate: remove old revision

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

 app-text/foliate/foliate-3.3.0.ebuild | 51 -----------------------------------
 1 file changed, 51 deletions(-)

diff --git a/app-text/foliate/foliate-3.3.0.ebuild 
b/app-text/foliate/foliate-3.3.0.ebuild
deleted file mode 100644
index 92c319cbcd4a..000000000000
--- a/app-text/foliate/foliate-3.3.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2025 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 gl he hi hr hu id ie it ja ko nb nl nn oc 
pt_BR ru sr 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/";
-FOLIATE_JS_VERSION="052123beafed921a9a2a45ef6330c235289a634e"
-SRC_URI="https://github.com/johnfactotum/foliate/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz
-       
https://github.com/johnfactotum/${PN}-js/archive/${FOLIATE_JS_VERSION}.tar.gz 
-> ${PN}-js-${PV}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="${MESON_DEPEND}"
-RDEPEND="dev-libs/gjs
-       gui-libs/gtk
-       >=gui-libs/libadwaita-1.7.0
-       net-libs/webkit-gtk:6[introspection]
-       sys-devel/gettext"
-
-src_unpack() {
-       default
-       mv ${PN}-js-${FOLIATE_JS_VERSION}/* ${P}/src/${PN}-js/ || die "move 
foliate-js failed"
-}
-
-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