summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2024-02-14 21:45:29 +0700
committerAndrey Grozin <grozin@gentoo.org>2024-02-14 21:45:29 +0700
commit1b1e3ec4d0ab3aaebd390c55156e9fe8b593a956 (patch)
tree392d32c66130ef532547f466e62eda7419bc7f65
parentapp-text/crwx-ng: add missing setup-wxwidgets (diff)
downloadgentoo-1b1e3ec4d0ab3aaebd390c55156e9fe8b593a956.tar.gz
gentoo-1b1e3ec4d0ab3aaebd390c55156e9fe8b593a956.tar.bz2
gentoo-1b1e3ec4d0ab3aaebd390c55156e9fe8b593a956.zip
app-text/crwx-ng: remove old versions
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
-rw-r--r--app-text/crwx-ng/Manifest1
-rw-r--r--app-text/crwx-ng/crwx-ng-0.2.0-r3.ebuild23
-rw-r--r--app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild23
-rw-r--r--app-text/crwx-ng/crwx-ng-0.3.1.ebuild21
4 files changed, 0 insertions, 68 deletions
diff --git a/app-text/crwx-ng/Manifest b/app-text/crwx-ng/Manifest
index 945d1e30f34a..14942f26777b 100644
--- a/app-text/crwx-ng/Manifest
+++ b/app-text/crwx-ng/Manifest
@@ -1,2 +1 @@
-DIST crwx-ng-0.2.0.tar.bz2 364917 BLAKE2B f8d541fa479fe3102d495ba43ce51d256f55b9724844d26b89db8396f2cbf90680dd312ecc0c816ee50fb498c8b69ba69d0db73f9ee5dcefc9991e8077754171 SHA512 0890a6066fca7178b483749e946659a6e4304f13694601024fe500e9b79351f7170403b136407a831abe7a040f775dd34c02d9411814c136da68ee6b69e00a99
DIST crwx-ng-0.3.1.tar.bz2 363898 BLAKE2B f44434014ec773c603f2497fd78236897e7988b46dc7697b2aaad7da6eb0a6334723bf6fd73b95960d835b762562fb809bc3aee6aa5ee06557b9fb442ef7aa07 SHA512 7f4c5de17ed32dc18aa7ef58f56090753c6fd4e87d3be6072ecb225f3339f1dacde8b54ec5b79bf031e3082067a00eb66008842248a819fe8c6af9eb6d080662
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0-r3.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0-r3.ebuild
deleted file mode 100644
index 64cec1b653a4..000000000000
--- a/app-text/crwx-ng/crwx-ng-0.2.0-r3.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.7:0=[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 )
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild
deleted file mode 100644
index 1042a5a774a0..000000000000
--- a/app-text/crwx-ng/crwx-ng-0.2.0-r4.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.2-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.7:0=[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 )
diff --git a/app-text/crwx-ng/crwx-ng-0.3.1.ebuild b/app-text/crwx-ng/crwx-ng-0.3.1.ebuild
deleted file mode 100644
index 9e0780ab87c9..000000000000
--- a/app-text/crwx-ng/crwx-ng-0.3.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-WX_GTK_VER="3.2-gtk3"
-inherit cmake wxwidgets xdg
-
-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.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
- x11-libs/wxGTK:${WX_GTK_VER}[X]"
-BDEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
- virtual/ttf-fonts"