public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/
Date: Fri, 21 Mar 2025 22:43:13 +0000 (UTC)	[thread overview]
Message-ID: <1742596965.90cba23bd1a5ca2cef47733404236290e66b1023.asturm@gentoo> (raw)

commit:     90cba23bd1a5ca2cef47733404236290e66b1023
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 14:25:20 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 21 22:42:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cba23b

x11-misc/vym: drop 2.7.1

Closes: https://bugs.gentoo.org/922310
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/vym/Manifest         |  1 -
 x11-misc/vym/vym-2.7.1.ebuild | 79 -------------------------------------------
 2 files changed, 80 deletions(-)

diff --git a/x11-misc/vym/Manifest b/x11-misc/vym/Manifest
index c8331886bae9..f889b4b6dea0 100644
--- a/x11-misc/vym/Manifest
+++ b/x11-misc/vym/Manifest
@@ -1,2 +1 @@
-DIST vym-2.7.1.tar.bz2 6718924 BLAKE2B d7be8f2d40cedabb1bfaa3b89aac64de5e579f56ebfd757c22d4393ee712c4c4f5bf4747037683e4c6640ab0556ce4ef34bac5b27ecb747a15e58443d57f229f SHA512 985dbf18f743c36b484050ae24e4392eeae701c6c72fca6bd3dc5b70b38a283211946e279804c66253b5a394a642683ca4e3a66a7288400a9193fbcbfd8c9582
 DIST vym-2.9.568.tar.gz 9256922 BLAKE2B d63440888ef04f8d0437819fb5db84531c5bbf0ed61e1f1d12b5b81cf3f381c58716dbabeb52022af59aa1f9eb663a36631dfd313d182d94740822044b35b5d0 SHA512 8d788c0d3dcdb0be0f61f290e74daa7c5af5d654d5f07e3e950d96f795a19148c627b3e9bf28795552031f0cf38d94e8325ac0fc65c7f6c189e54908423d5c81

diff --git a/x11-misc/vym/vym-2.7.1.ebuild b/x11-misc/vym/vym-2.7.1.ebuild
deleted file mode 100644
index 30535620fac7..000000000000
--- a/x11-misc/vym/vym-2.7.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PLOCALES="cs_CZ de_DE el es fr hr_HR ia it ja pt_BR ru sv zh_CN zh_TW"
-inherit desktop plocale qmake-utils
-
-DESCRIPTION="View Your Mind, a mindmap tool"
-HOMEPAGE="https://www.insilmaril.de/vym/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtscript:5
-	dev-qt/qtsvg:5
-	dev-qt/qtxml:5
-	dbus? ( dev-qt/qtdbus:5 )
-"
-DEPEND="
-	${RDEPEND}
-"
-BDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/linguist-tools:5
-"
-DOCS=( README.md doc/vym.pdf )
-
-src_prepare() {
-	default
-
-	if has es ${LINGUAS-es} ; then
-		DOCS+=( doc/vym_es.pdf )
-	fi
-	if has fr ${LINGUAS-fr} ; then
-		DOCS+=( doc/vym_fr.pdf )
-	fi
-
-	remove_locale() {
-		sed -i \
-			-e "/TRANSLATIONS += lang\/vym.${1}.ts/d" \
-			vym.pro || die
-	}
-
-	gunzip doc/vym.1.gz || die
-
-	#remove dead en translation
-	rm lang/vym.en.ts || die
-	remove_locale en
-
-	plocale_find_changes lang ${PN}. .ts
-	plocale_for_each_disabled_locale remove_locale
-
-	"$(qt5_get_bindir)"/lrelease vym.pro || die
-}
-
-src_configure() {
-	eqmake5 vym.pro \
-		PREFIX="${EPREFIX}"/usr \
-		DATADIR="${EPREFIX}"/usr/share \
-		$(usex dbus "" NO_DBUS=1 )
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-
-	einstalldocs
-
-	doman doc/vym.1
-
-	make_desktop_entry vym vym /usr/share/vym/icons/vym.png Education
-}


             reply	other threads:[~2025-03-21 22:43 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-21 22:43 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15  9:35 [gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/ Florian Schmaus
2025-03-10  3:56 Sam James
2025-03-04 23:09 Andreas Sturmlechner
2021-07-04 14:03 Ulrich Müller
2020-10-08 10:50 Jeroen Roovers
2020-10-08 10:50 Jeroen Roovers
2019-12-30 23:01 Sergei Trofimovich
2019-08-26  6:20 Jeroen Roovers
2019-08-26  6:20 Jeroen Roovers
2019-05-16  6:56 Jeroen Roovers
2019-04-17 10:49 Jeroen Roovers
2019-04-17 10:49 Jeroen Roovers
2018-01-05 19:21 Ulrich Müller
2017-11-18 11:42 Jeroen Roovers
2017-05-30  7:53 Jeroen Roovers
2017-05-12 18:47 Jeroen Roovers
2017-05-12 18:47 Jeroen Roovers
2017-03-23  6:45 Jeroen Roovers
2017-03-23  6:45 Jeroen Roovers
2017-03-11  6:10 Jeroen Roovers
2017-03-11  6:10 Jeroen Roovers
2017-03-09 20:50 David Seifert
2015-10-31  4:27 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1742596965.90cba23bd1a5ca2cef47733404236290e66b1023.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox