From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61CAB139694 for ; Fri, 12 May 2017 18:47:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C89D9E0BE7; Fri, 12 May 2017 18:47:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99CC5E0BE7 for ; Fri, 12 May 2017 18:47:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94C0B3416F2 for ; Fri, 12 May 2017 18:47:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 012717454 for ; Fri, 12 May 2017 18:47:15 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1494614717.00808eee20717cb5753923093ea93498b21ed3df.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/vym/Manifest x11-misc/vym/vym-2.6.2.ebuild X-VCS-Directories: x11-misc/vym/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 00808eee20717cb5753923093ea93498b21ed3df X-VCS-Branch: master Date: Fri, 12 May 2017 18:47:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d1126846-71d7-434c-8767-404c09ecd2a5 X-Archives-Hash: 1cd174821d078ef7bf75cf392c480f2e commit: 00808eee20717cb5753923093ea93498b21ed3df Author: Jeroen Roovers gentoo org> AuthorDate: Fri May 12 18:45:17 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri May 12 18:45:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00808eee x11-misc/vym: Old. Package-Manager: Portage-2.3.5, Repoman-2.3.2 x11-misc/vym/Manifest | 1 - x11-misc/vym/vym-2.6.2.ebuild | 72 ------------------------------------------- 2 files changed, 73 deletions(-) diff --git a/x11-misc/vym/Manifest b/x11-misc/vym/Manifest index 106c6dd956e..4c2fff0c438 100644 --- a/x11-misc/vym/Manifest +++ b/x11-misc/vym/Manifest @@ -1,2 +1 @@ -DIST vym-2.6.2.tar.bz2 6766867 SHA256 d7c5f92fe9e70156519127d7dc156211ab79e3f2b890835f94e8853e165c1709 SHA512 20a7bd1e373176740304df59dffd8df1a515e8f47f59b37da4b5711668401c93683523e99302770ce537ed66031b0b0c5e6a3bc49d5a4a430a69122a1fd6680a WHIRLPOOL d9512338a62271d20907200cb29e0bd2defb70ff2f39a11227de73692b9ffcdbd97a36fcb34ce6706b6a289e55496854545e9bcfa73800b8bcf5ae50fb244fee DIST vym-2.6.8.tar.bz2 6768801 SHA256 2ec528b2f9783ea12a80471f1cfcbefcb5eeac42bf5f3c5209ef334c6c561aba SHA512 9ade39454bdfe509e82e1acddb5be0b101eec9fe0c96198b29c8e8353125369b8052ddf6d36096cf119ac2e87c8d15298c560d4c579507c65d19d654f8847e0e WHIRLPOOL 6f160675fe1af40668097a612f9d86275d6ff276e4b4bd35f1a6961910f37f1bce9267cbb35aa91a28f62e196e99579cc4e462ddb9a87dce802e91e96ea9f1f2 diff --git a/x11-misc/vym/vym-2.6.2.ebuild b/x11-misc/vym/vym-2.6.2.ebuild deleted file mode 100644 index 025649a3c12..00000000000 --- a/x11-misc/vym/vym-2.6.2.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PLOCALES="cs_CZ de_DE el es fr ia it ja pt_BR ru sv zh_CN zh_TW" - -inherit eutils l10n qmake-utils - -DESCRIPTION="View Your Mind, a mindmap tool" -HOMEPAGE="http://www.insilmaril.de/vym/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus" - -RDEPEND=" - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsvg:5 - dev-qt/qtxml:5 - dbus? ( dev-qt/qtdbus:5 ) -" -DEPEND=" - ${RDEPEND} - dev-qt/linguist-tools:5 -" - -DOCS=( README.md doc/vym.pdf ) - -src_prepare() { - default - - if use linguas_es ; then - DOCS+=( doc/vym_es.pdf ) - fi - if use linguas_fr ; then - DOCS+=( doc/vym_fr.pdf ) - fi - - remove_locale() { - sed -i \ - -e "/TRANSLATIONS += lang\/vym.${1}.ts/d" \ - vym.pro || die - } - - #remove dead en translation - rm lang/vym.en.ts || die - remove_locale en - - l10n_find_plocales_changes lang ${PN}. .ts - l10n_for_each_disabled_locale_do 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.gz - - make_desktop_entry vym vym /usr/share/vym/icons/vym.png Education -}