commit:     ed4c66a2aa540626dc7f0f85c80018cf5f98e331
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 20:34:39 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 20:39:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4c66a2

net-im/psi: Drop 1.4

Closes: https://bugs.gentoo.org/740648
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-im/psi/Manifest       |   2 -
 net-im/psi/psi-1.4.ebuild | 118 ----------------------------------------------
 2 files changed, 120 deletions(-)

diff --git a/net-im/psi/Manifest b/net-im/psi/Manifest
index 2a7bb547a72..b3710868303 100644
--- a/net-im/psi/Manifest
+++ b/net-im/psi/Manifest
@@ -1,4 +1,2 @@
-DIST psi-1.4.tar.xz 2119840 BLAKE2B 
28298f526f23a4bcbb5452ca593163efd50c990a6bc9a2ed54d2136e0b34cf34ad2f1d4a81bd529a013b8aa351e8531f4bf9ea7faf3958085869dd75817828f8
 SHA512 
9bb8da58809270e5387e024f5ea031e28441e66cde53cde219beebe7b46bfa5c41d0a86110d1936d0ac2e15483ffb947f8998cbeeb415f72553cb78b67c57ed1
 DIST psi-1.5.tar.xz 2125104 BLAKE2B 
ee4114749b5958c61dccc45c2562d868f30a2f4765229c904c32d54d5730e2eaa9ab03e966fa5b83aba7e31d37fafb2b194c74a72f2404f3b51815bc525c5080
 SHA512 
c2e17dad346b5f7e8c97dc8959d99eaf4c30c1ba11c2d04b562af7b30482d5dbdc3a86508c4c29881ea0fc72db5a9d5fb4017768732cafee6a1d3025a39d8520
-DIST psi-l10n-1.4.tar.gz 3037957 BLAKE2B 
2f61c60ee5bc323323ae98ab2eee7d2afec9462850f038fe72816810ef572e4a71a3647f83e09bf948485f56dfbc8dd3bea0a24f6258b13f08867319ca65deea
 SHA512 
ef87a12dd992adcfe5fdc4e88c1d33d6fcd77b2554963e1563cee7ba650d096c3b074795a1a9e650945b1dc46a4936f9520ecd864559b1531cb31763399c258d
 DIST psi-l10n-1.5.tar.gz 3037979 BLAKE2B 
a1baef1b3c86c1b0a528d4395bd6aabf99e1ec4c077d5d0358d4fd9566fcc2d929f46688c3bb2f56ad1de840fa1699f33c211fa4c7597b66ba0842cccbfbc19c
 SHA512 
d5ed8244fbaa9fdd9a40a14ef3660085c8c9c5a18352900fa8d947fad01aea5894c23d83dc16e8ebf9fe007905ecbb8eca7dfaa4e1cf0fa160af341967886cae

diff --git a/net-im/psi/psi-1.4.ebuild b/net-im/psi/psi-1.4.ebuild
deleted file mode 100644
index 9db7e130e00..00000000000
--- a/net-im/psi/psi-1.4.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="be bg ca cs de en eo es et fa fi fr he hu it ja kk mk nl pl pt pt_BR 
ru sk sl sr@latin sv sw uk ur_PK vi zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit l10n qmake-utils xdg
-
-DESCRIPTION="Qt XMPP client"
-HOMEPAGE="https://psi-im.org";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
-       https://github.com/psi-im/psi-l10n/archive/${PV}.tar.gz -> 
psi-l10n-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="aspell crypt dbus debug doc enchant +hunspell webengine webkit 
whiteboarding xscreensaver"
-
-REQUIRED_USE="
-       ?? ( aspell enchant hunspell )
-       webengine? ( !webkit )
-"
-
-RDEPEND="
-       app-crypt/qca:2[ssl]
-       dev-qt/qtconcurrent:5
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtmultimedia:5
-       dev-qt/qtnetwork:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       dev-qt/qtxml:5
-       net-dns/libidn:0
-       sys-libs/zlib[minizip]
-       x11-libs/libX11
-       x11-libs/libxcb
-       aspell? ( app-text/aspell )
-       dbus? ( dev-qt/qtdbus:5 )
-       enchant? ( >=app-text/enchant-1.3.0:0 )
-       hunspell? ( app-text/hunspell:= )
-       webengine? (
-               dev-qt/qtwebchannel:5
-               dev-qt/qtwebengine:5[widgets]
-       )
-       webkit? ( dev-qt/qtwebkit:5 )
-       whiteboarding? ( dev-qt/qtsvg:5 )
-       xscreensaver? ( x11-libs/libXScrnSaver )
-"
-DEPEND="${RDEPEND}
-       dev-qt/linguist-tools:5
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )
-"
-
-RESTRICT="test"
-
-src_configure() {
-       CONF=(
-               --prefix="${EPREFIX}"/usr
-               --libdir="${EPREFIX}"/usr/$(get_libdir)
-               --no-separate-debug-info
-               --qtdir="$(qt5_get_bindir)/.."
-               $(use_enable aspell)
-               $(use_enable dbus qdbus)
-               $(use_enable enchant)
-               $(use_enable hunspell)
-               $(use_enable xscreensaver xss)
-               $(use_enable whiteboarding)
-       )
-
-       use debug && CONF+=("--debug")
-       use webengine && CONF+=("--enable-webkit" "--with-webkit=qtwebengine")
-       use webkit && CONF+=("--enable-webkit" "--with-webkit=qtwebkit")
-
-       # This may generate warnings if passed option already matches with 
default.
-       # Just ignore them. It's how qconf-based configure works and will be 
fixed in
-       # future qconf versions.
-       ./configure "${CONF[@]}" || die "configure failed"
-
-       eqmake5 psi.pro
-}
-
-src_compile() {
-       emake
-       use doc && emake -C doc api_public
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-
-       # this way the docs will be installed in the standard gentoo dir
-       rm "${ED}"/usr/share/psi/{COPYING,README} || die "Installed file set 
seems to be changed by upstream"
-       newdoc iconsets/roster/README README.roster
-       newdoc iconsets/system/README README.system
-       newdoc certs/README README.certs
-       dodoc README
-
-       use doc && HTML_DOCS=( doc/api/. )
-       einstalldocs
-
-       # install translations
-       local mylrelease="$(qt5_get_bindir)"/lrelease
-       cd "${WORKDIR}/psi-l10n-${PV}" || die
-       insinto /usr/share/psi
-       install_locale() {
-               "${mylrelease}" "translations/${PN}_${1}.ts" || die "lrelease 
${1} failed"
-               doins "translations/${PN}_${1}.qm"
-       }
-       l10n_for_each_locale_do install_locale
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       einfo "For GPG support make sure app-crypt/qca is compiled with gpg USE 
flag."
-}

Reply via email to