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 224E5138334 for ; Tue, 12 Jun 2018 07:33:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC404E08F3; Tue, 12 Jun 2018 07:33:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 82E71E08F2 for ; Tue, 12 Jun 2018 07:33:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A7B0A335C8B for ; Tue, 12 Jun 2018 07:33:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F6E22CF for ; Tue, 12 Jun 2018 07:33:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1528787942.abb5eae64c64f6f8c86644bee7543b302f09994e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/pcmanfm-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/pcmanfm-qt/Manifest x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild X-VCS-Directories: x11-misc/pcmanfm-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: abb5eae64c64f6f8c86644bee7543b302f09994e X-VCS-Branch: master Date: Tue, 12 Jun 2018 07:33:36 +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: 03097f64-9354-4f02-8cb6-48addaa607ec X-Archives-Hash: 4328bb73f1da171ac1502de7be40548d commit: abb5eae64c64f6f8c86644bee7543b302f09994e Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 12 07:19:02 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 12 07:19:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb5eae6 x11-misc/pcmanfm-qt: Drop obsolete ~arch 0.10.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-misc/pcmanfm-qt/Manifest | 1 - x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild | 53 ---------------------------- 2 files changed, 54 deletions(-) diff --git a/x11-misc/pcmanfm-qt/Manifest b/x11-misc/pcmanfm-qt/Manifest index cf164eb4e62..92caf919e47 100644 --- a/x11-misc/pcmanfm-qt/Manifest +++ b/x11-misc/pcmanfm-qt/Manifest @@ -1,2 +1 @@ -DIST pcmanfm-qt-0.10.0.tar.xz 228540 BLAKE2B 08691b9a4851bea0490242bf76919bc3ea064b7ed85dcd3ddd3a0672acd28801ade245a85bc39361da62aaad2fb8c26df27d5e985165ebca9ee30c390f6e0ee3 SHA512 1b4ec2a746767e28a851f702a6a0897327cefe08b06cb25d63a1c9dddaed4aeefdbe25ee7d6431c94266e0071d5d25e3591c588c484ad097b10ce601e9a18201 DIST pcmanfm-qt-0.11.1.tar.xz 92916 BLAKE2B 8f71b5c1845ac4761fe8ba48734905e63011b98a4856b1d7759259b387d897483315dbadc6d68aa588f1ad223c4a3cefd83b00979a04723cc706d75cb26611c4 SHA512 860a0853b6c42e04ba6cdbe617d4c5f61e0033c9ae5483c5b8a457368fe23084af813feab5fa50accecc8d21055a5ef073731b94ea3eb4b3ca6eacb0dbe41450 diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild deleted file mode 100644 index 4ad9ae3b85f..00000000000 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils multilib readme.gentoo - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}" -else - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)" -HOMEPAGE="http://pcmanfm.sourceforge.net/" - -LICENSE="GPL-2 LGPL-2.1+" -SLOT="0" - -CDEPEND=">=dev-libs/glib-2.18:2 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - >=lxde-base/menu-cache-0.4.1 - >=x11-libs/libfm-1.2.0 - x11-libs/libxcb:= -" -RDEPEND="${CDEPEND} - x11-misc/xdg-utils - virtual/eject - virtual/freedesktop-icon-theme" -DEPEND="${CDEPEND} - dev-qt/linguist-tools:5 - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig" - -src_prepare() { - # fix multilib - sed -i -e "/LIBRARY\ DESTINATION/s:lib:$(get_libdir):" \ - libfm-qt/CMakeLists.txt || die - cmake-utils_src_prepare -} - -src_install() { - cmake-utils_src_install - DOC_CONTENTS="Be sure to set an icon theme in Edit > Preferences > User Interface" - readme.gentoo_src_install -}