summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2023-04-20 16:44:28 +0700
committerAndrey Grozin <grozin@gentoo.org>2023-04-20 16:44:28 +0700
commitfea8a4aeaa5668edd09571938d577033860d39d3 (patch)
tree58ad65dea2af77eb95eb8fdaa3babb219908effd /app-text/crwx-ng
parentapp-text/crwx-ng: DEPEND on crengine-ng:0/<subslot> (diff)
downloadgentoo-fea8a4aeaa5668edd09571938d577033860d39d3.tar.gz
gentoo-fea8a4aeaa5668edd09571938d577033860d39d3.tar.bz2
gentoo-fea8a4aeaa5668edd09571938d577033860d39d3.zip
app-text/crwx-ng: remove old revision
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'app-text/crwx-ng')
-rw-r--r--app-text/crwx-ng/crwx-ng-0.2.0-r2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0-r2.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0-r2.ebuild
deleted file mode 100644
index c362c9d43f6d..000000000000
--- a/app-text/crwx-ng/crwx-ng-0.2.0-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-WX_GTK_VER="3.0-gtk3"
-inherit cmake wxwidgets
-
-DESCRIPTION="Cross-platform e-book reader"
-HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-ng"
-SRC_URI="https://gitlab.com/coolreader-ng/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gif +svg +chm +harfbuzz +libunibreak +fribidi +zstd +libutf8proc"
-
-CDEPEND=">=app-text/crengine-ng-0.9.3[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
- x11-libs/wxGTK:${WX_GTK_VER}[X]"
-BDEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
- virtual/ttf-fonts"
-
-PATCHES=( "${FILESDIR}"/${P}.patch )