summaryrefslogtreecommitdiff
path: root/media-radio/tqsl/tqsl-2.3.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /media-radio/tqsl/tqsl-2.3.1.ebuild
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'media-radio/tqsl/tqsl-2.3.1.ebuild')
-rw-r--r--media-radio/tqsl/tqsl-2.3.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/media-radio/tqsl/tqsl-2.3.1.ebuild b/media-radio/tqsl/tqsl-2.3.1.ebuild
deleted file mode 100644
index 8f5d89ecf238..000000000000
--- a/media-radio/tqsl/tqsl-2.3.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils cmake-utils wxwidgets
-
-DESCRIPTION="ARRL Logbook of the World"
-HOMEPAGE="http://www.arrl.org/tqsl-download"
-SRC_URI="mirror://sourceforge/trustedqsl/${P}.tar.gz"
-
-LICENSE="LOTW"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/expat:=
- dev-libs/openssl:0=
- net-misc/curl:=
- sys-libs/db:=
- sys-libs/zlib:=
- x11-libs/wxGTK:3.0="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS.txt INSTALL README )
-HTML_DOCS=( html )
-
-WX_GTK_VER=3.0
-
-PATCHES="${FILESDIR}/${PV}-suffix.patch"
-
-pkg_setup() {
- setup-wxwidgets
-}