diff options
author | Andrey Grozin <grozin@gentoo.org> | 2022-12-25 14:57:42 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2022-12-25 14:57:42 +0700 |
commit | cfe30defd0055cf59946b99d52e152de5efc319d (patch) | |
tree | 1ac8466c3aa9eb0d172e157a0c09088a3a7c6c8a /app-text/crwx-ng | |
parent | app-text/crwx-ng: minor improvement (diff) | |
download | gentoo-cfe30defd0055cf59946b99d52e152de5efc319d.tar.gz gentoo-cfe30defd0055cf59946b99d52e152de5efc319d.tar.bz2 gentoo-cfe30defd0055cf59946b99d52e152de5efc319d.zip |
app-text/crwx-ng: remove old
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.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0.ebuild deleted file mode 100644 index 7317e7272011..000000000000 --- a/app-text/crwx-ng/crwx-ng-0.2.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 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/crqt-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}" -BDEPEND="${CDEPEND}" -RDEPEND="${CDEPEND} - || ( media-fonts/liberation-fonts media-fonts/corefonts )" |