summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2023-02-16 17:59:00 +0700
committerAndrey Grozin <grozin@gentoo.org>2023-02-16 17:59:00 +0700
commitddc7c43cd6e2cc0e64b919dc5b226de7e8aea957 (patch)
tree3385f5b45a5d6f525e036b73dea37003112a5605 /app-text
parentapp-text/foliate: add python3_11 (diff)
downloadgentoo-ddc7c43cd6e2cc0e64b919dc5b226de7e8aea957.tar.gz
gentoo-ddc7c43cd6e2cc0e64b919dc5b226de7e8aea957.tar.bz2
gentoo-ddc7c43cd6e2cc0e64b919dc5b226de7e8aea957.zip
app-text/foliate: remove old revision
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/foliate/foliate-2.6.4-r1.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/app-text/foliate/foliate-2.6.4-r1.ebuild b/app-text/foliate/foliate-2.6.4-r1.ebuild
deleted file mode 100644
index c312e1cf5ca6..000000000000
--- a/app-text/foliate/foliate-2.6.4-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PLOCALES="cs de es eu fr id ie it ko nb nl nn pt_BR ru sv tr uk zh_CN zh_TW"
-PYTHON_COMPAT=( python3_{9..10} )
-inherit meson python-any-r1 plocale xdg gnome2-utils
-SRC_URI="https://github.com/johnfactotum/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="gtk ebook reader built with gjs"
-HOMEPAGE="https://github.com/johnfactotum/foliate/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="handy spell"
-
-BDEPEND="${MESON_DEPEND}
- ${PYTHON_DEPS}
- sys-devel/gettext"
-RDEPEND="dev-libs/gjs
- x11-libs/gtk+:3[introspection]
- x11-libs/pango[introspection]
- x11-libs/gdk-pixbuf:2[introspection]
- net-libs/webkit-gtk:4[introspection]
- sys-devel/gettext
- handy? ( gui-libs/libhandy:=[introspection] )
- spell? ( app-text/gspell[introspection] )"
-
-src_prepare() {
- default
- python_fix_shebang build-aux/meson
- 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
-}