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 F1AC0138330 for ; Sun, 27 May 2018 08:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26703E0935; Sun, 27 May 2018 08:44:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6329E0935 for ; Sun, 27 May 2018 08:44:25 +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 7A280335CBE for ; Sun, 27 May 2018 08:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1205127A for ; Sun, 27 May 2018 08:44:23 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1527410648.efa46c0b98968d865f43fc94947eb4c8fe2c7524.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/poedit/Manifest app-i18n/poedit/poedit-1.8.5.ebuild X-VCS-Directories: app-i18n/poedit/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: efa46c0b98968d865f43fc94947eb4c8fe2c7524 X-VCS-Branch: master Date: Sun, 27 May 2018 08:44:23 +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: 246e2a8f-d295-4c7d-9143-8607e25cffb1 X-Archives-Hash: 29fe5925d8b4a1e7acb6f25373155bfe commit: efa46c0b98968d865f43fc94947eb4c8fe2c7524 Author: Mart Raudsepp gentoo org> AuthorDate: Sun May 27 08:28:09 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun May 27 08:44:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa46c0b app-i18n/poedit: remove old Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-i18n/poedit/Manifest | 1 - app-i18n/poedit/poedit-1.8.5.ebuild | 72 ------------------------------------- 2 files changed, 73 deletions(-) diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest index 32d3d47c50b..d72703eb266 100644 --- a/app-i18n/poedit/Manifest +++ b/app-i18n/poedit/Manifest @@ -1,2 +1 @@ -DIST poedit-1.8.5.tar.gz 2404829 BLAKE2B f39a7e2e14dab9c0ed0b761a3feb271c8eb0e3b1fdc09c77c6a3dfaaa499e3419881e0959f5a53b07754810adc1518efd4c56a1bb4fd490c1e2a405a7d44ef1c SHA512 87eae2bcedc07eefb097edf263db10b3947956cfa504eddb259e3c3cfed6215ad0da4517fe5132b61041c39a7fbabd298ca42582570295bacbbd62d5ffc6f6a7 DIST poedit-2.0.6.tar.gz 2511777 BLAKE2B f28e8940310e80ee15fc70f10492e061097f88b62938f8a85194170fd107100c739dbfd1c1cf12516e6fe3d2a9b282986a4368615cf8fcb2ac889075fe64cc6b SHA512 e7beceeb4cd9e4e0269666d634e48622f175a7788219288ba6349a5b15f8360a929018480372e3eecb664d7d2e3093d6788640651696323d6dda0f0780aa5cd2 diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild b/app-i18n/poedit/poedit-1.8.5.ebuild deleted file mode 100644 index 7cce16eeb1c..00000000000 --- a/app-i18n/poedit/poedit-1.8.5.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -WX_GTK_VER=3.0 - -PLOCALES="af am an ar ast az be@latin be bg bn br bs ca ca@valencia ckb co cs da de el en_GB eo es et eu fa fi fr fur fy_NL ga gl he hi hr hu hy id is it ja kab ka kk ko ku ky lt lv mk mn mr ms nb ne nl nn oc pa pl pt_BR pt_PT ro ru sk sl sq sr sv ta tg th tr tt ug uk ur uz vi wa zh_CN zh_TW" - -inherit eutils flag-o-matic gnome2-utils l10n wxwidgets xdg-utils - -DESCRIPTION="GUI editor for gettext translations files" -HOMEPAGE="https://poedit.net" -SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 sparc x86" -IUSE="" - -# db/expat req for legacytm (backwards support for pre 1.6) -# we currently have 1.5.5 in stable so this is enabled -RDEPEND=" - app-text/gtkspell:2 - dev-cpp/lucene++ - dev-libs/boost:=[nls] - dev-libs/expat - dev-libs/icu:= - || ( - =sys-libs/db-5*:*[cxx] - =sys-libs/db-4*:*[cxx] - ) -