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 4655113835A for ; Sat, 26 Sep 2020 19:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50784E082D; Sat, 26 Sep 2020 19:40:36 +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 39696E0829 for ; Sat, 26 Sep 2020 19:40:36 +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 D8BFB340CD2 for ; Sat, 26 Sep 2020 19:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65AD8373 for ; Sat, 26 Sep 2020 19:40:33 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1601149211.3e9f2f5f5b5b14ca80e586c9666362e668c30b24.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/emelfm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild X-VCS-Directories: app-misc/emelfm2/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3e9f2f5f5b5b14ca80e586c9666362e668c30b24 X-VCS-Branch: master Date: Sat, 26 Sep 2020 19:40:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d7519561-eb81-4319-8b8d-98b37249983d X-Archives-Hash: 1244490cffb0174f696986ced3544aba commit: 3e9f2f5f5b5b14ca80e586c9666362e668c30b24 Author: Aaron Bauman gentoo org> AuthorDate: Sat Sep 26 19:10:42 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Sep 26 19:40:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9f2f5f app-misc/emelfm2: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild | 88 -------------------------------- 1 file changed, 88 deletions(-) diff --git a/app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild b/app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild deleted file mode 100644 index 1679c68b7eb..00000000000 --- a/app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils multilib toolchain-funcs - -DESCRIPTION="A file manager that implements the popular two-pane design" -HOMEPAGE="https://github.com/tom2tom/emelfm2" -SRC_URI="http://emelfm2.net/rel/${P}.tar.bz2" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="acl ansi gimp gtk3 kernel_linux nls policykit spell udisks" - -EMELFM2_LINGUAS=( de fr ja pl ru zh_CN ) - -COMMON_DEPEND=" - >=dev-libs/glib-2.26:2 - !gtk3? ( >=x11-libs/gtk+-2.12:2 ) - gtk3? ( x11-libs/gtk+:3 ) - acl? ( sys-apps/acl ) - gimp? ( media-gfx/gimp ) - policykit? ( sys-auth/polkit ) - spell? ( >=app-text/gtkspell-2.0.14:2 ) -" -RDEPEND=" - ${COMMON_DEPEND} - udisks? ( sys-fs/udisks:2 ) -" -DEPEND=" - ${COMMON_DEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" -REQUIRED_USE=" - spell? ( !gtk3 ) -" -RESTRICT="test" - -src_prepare() { - sed -i \ - -e 's:@$(BIN_MSGFMT):$(BIN_MSGFMT):g' \ - -e 's:@$(CC):$(CC):g' \ - -e 's:dbus-glib-1::' \ - Makefile || die - - local lingua - for lingua in ${EMELFM2_LINGUAS[@]}; do - has ${lingua} ${LINGUAS-${lingua}} || mv po/${lingua}.po{,.unwanted} - done -} - -src_configure() { - myemelconf=( - $(usex acl WITH_ACL=1 WITH_ACL=0) - $(usex ansi WITH_OUTPUTSTYLES=1 WITH_OUTPUTSTYLES=0) - $(usex gimp WITH_THUMBS=1 WITH_THUMBS=0) - $(usex gtk3 'GTK3=1 GTK2=0' 'GTK3=0 GTK2=1') - $(usex kernel_linux WITH_KERNELFAM=1 WITH_KERNELFAM=0) - $(usex nls I18N=1 I18N=0) - $(usex policykit WITH_POLKIT=1 WITH_POLKIT=0) - $(usex spell EDITOR_SPELLCHECK=1 EDITOR_SPELLCHECK=0) - $(usex udisks WITH_UDISKS=1 WITH_UDISKS=0) - DOCS_VERSION=1 - STRIP=0 - WITH_TRANSPARENCY=1 - ) -} - -src_compile() { - tc-export CC - emake \ - LIB_DIR="/usr/$(get_libdir)" \ - PREFIX="/usr" \ - ${myemelconf[@]} -} - -src_install() { - emake \ - LIB_DIR="${D}/usr/$(get_libdir)" \ - PREFIX="${D}/usr" \ - XDG_DESKTOP_DIR="${D}/usr/share/applications" \ - ${myemelconf[@]} \ - install $(usex nls install_i18n '') - - newicon icons/${PN}_48.png ${PN}.png -}