summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Solano Gómez <gentoo@sattvik.com>2020-05-09 09:15:21 -0500
committerDaniel Solano Gómez <gentoo@sattvik.com>2020-05-09 09:15:21 -0500
commiteb875f2146928fed48623f53812892bb66c1d044 (patch)
treea8a8dc21a6f2f9b375ac650540a6e899571bb190 /media-radio/tqsl
parentBump to duplicy-0.8.12.1612-r1 (diff)
downloadsattvik-eb875f2146928fed48623f53812892bb66c1d044.tar.gz
sattvik-eb875f2146928fed48623f53812892bb66c1d044.tar.bz2
sattvik-eb875f2146928fed48623f53812892bb66c1d044.zip
Remove obsolete packages
Signed-off-by: Daniel Solano <gentoo@sattvik.com>
Diffstat (limited to 'media-radio/tqsl')
-rw-r--r--media-radio/tqsl/Manifest3
-rw-r--r--media-radio/tqsl/metadata.xml10
-rw-r--r--media-radio/tqsl/tqsl-2.4.7.ebuild32
3 files changed, 0 insertions, 45 deletions
diff --git a/media-radio/tqsl/Manifest b/media-radio/tqsl/Manifest
deleted file mode 100644
index 185faf2..0000000
--- a/media-radio/tqsl/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST tqsl-2.4.7.tar.gz 3332542 BLAKE2B 0daa08ca394fd4b34696758377cb00e6c21ed334eb783faa44b9bc0541b6580b873eb4d0c6f42d3a5acfa8070aa1986745911d72f7f1972e39f862728f7b81a4 SHA512 957a88accd5d87434cdcc85cfdd9ced3ad1484816738a04d09056c29b7675ba768605a072ea834169d33c82895c52a333a0fca6ad358ec985332581e36f1882b
-EBUILD tqsl-2.4.7.ebuild 615 BLAKE2B b2a5559b4bd192c772b1b269529408576d8b9060bfdf546c3936589fff3ffb7491430f471a4aa5015d4b9e498cd861a46d028e15957b609e68475d94b6ed4444 SHA512 890fedbaf04f44c1ee8bc3efcdb811a92363f1609cce60f45ccd69e44f619eb35b205eb8e59850f49021b4fd3bd5075cae8fe96e04a677f0591dbecf1db5323e
-MISC metadata.xml 290 BLAKE2B f7cef55d87602daf43b81563c336871a73782896b4114ef472be770bf6fa28af5672cd6eb846e8a00fd486878d39912f3599fe8b0699683ffd0970727cdbf517 SHA512 77d017e74467e30678cdda40874f4905e78c3589f51d5e0e90952227c10a070ba4132b028d18825134e7bf9a36c98ed7f7b2a19e22324202261c1098db42f7c1
diff --git a/media-radio/tqsl/metadata.xml b/media-radio/tqsl/metadata.xml
deleted file mode 100644
index d9141ed..0000000
--- a/media-radio/tqsl/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>rich0@gentoo.org</email>
-</maintainer>
-<upstream>
- <remote-id type="sourceforge">trustedqsl</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/media-radio/tqsl/tqsl-2.4.7.ebuild b/media-radio/tqsl/tqsl-2.4.7.ebuild
deleted file mode 100644
index d0dcfc1..0000000
--- a/media-radio/tqsl/tqsl-2.4.7.ebuild
+++ /dev/null
@@ -1,32 +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="http://www.arrl.org/files/file/LoTW%20Instructions/${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
-
-pkg_setup() {
- setup-wxwidgets
-}