summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/socnetv/Manifest1
-rw-r--r--app-misc/socnetv/files/socnetv-3.1-deps.patch13
-rw-r--r--app-misc/socnetv/socnetv-3.1.ebuild36
3 files changed, 0 insertions, 50 deletions
diff --git a/app-misc/socnetv/Manifest b/app-misc/socnetv/Manifest
index b1b8541fa3b1..ce96dd63148a 100644
--- a/app-misc/socnetv/Manifest
+++ b/app-misc/socnetv/Manifest
@@ -1,2 +1 @@
-DIST socnetv-3.1.tar.gz 808640 BLAKE2B 377b42cb7420b60f1dc0edc4e000f2d5a5cc230170f7fe39f64c7a6a6147ea5f9797e59c57a3b43abbc4fd7e2bddd7338c87a0e954154d20eb87a70dcc5b2141 SHA512 2d18e3262dba71b7bdb4cbe3f453b931923a1b132a98c08046d91b6c535a5f137aedbf581043cb0c8640bbd276aa32801661b443d15fac8e03ab481fbcf9dc5e
DIST socnetv-3.2.tar.gz 806938 BLAKE2B cfd0a27c536e5680278ce8f71a89bf9943adfecadf1644b988674e839a391db1a2258062c9c3ee109d848193f810968f6ba927fd202380f205d446acd76b1b45 SHA512 96441b32beafdb616a4dd98e002d8aa4167092f00f871870a659c80aba83a82338369b60821d6c652a33e3b797132a33697ca24848b309b29784cdea94932b7c
diff --git a/app-misc/socnetv/files/socnetv-3.1-deps.patch b/app-misc/socnetv/files/socnetv-3.1-deps.patch
deleted file mode 100644
index 89c40f5d8a45..000000000000
--- a/app-misc/socnetv/files/socnetv-3.1-deps.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-src/parser.h calls two classes provided by dev-qt/qtbase[-xml] :
-QXmlStreamReader
-QXmlStreamAttributes
---- a/socnetv.pro
-+++ b/socnetv.pro
-@@ -16,7 +16,6 @@
-
- # add Qt module support
- QT += core
--QT += xml
- QT += network
- QT += widgets
- QT += printsupport
diff --git a/app-misc/socnetv/socnetv-3.1.ebuild b/app-misc/socnetv/socnetv-3.1.ebuild
deleted file mode 100644
index bfe30ccb0292..000000000000
--- a/app-misc/socnetv/socnetv-3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils
-
-DESCRIPTION="Qt Social Network Visualizer"
-HOMEPAGE="https://socnetv.org/"
-SRC_URI="https://github.com/socnetv/app/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/app-${PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- dev-qt/qt5compat:6
- dev-qt/qtbase:6[gui,network,opengl,widgets]
- dev-qt/qtcharts:6
- dev-qt/qtsvg:6
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/qttools:6[linguist]"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.1-deps.patch )
-
-src_configure() {
- $(qt6_get_bindir)/lrelease socnetv.pro || die "lrelease failed"
- eqmake6 socnetv.pro
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
-}