public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/oneclickftp/
Date: Mon, 30 May 2016 18:04:59 +0000 (UTC)	[thread overview]
Message-ID: <1464631237.070656e250301bda9295f923a0ee45bbe8820a32.pesa@gentoo> (raw)

commit:     070656e250301bda9295f923a0ee45bbe8820a32
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 18:00:37 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon May 30 18:00:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070656e2

net-ftp/oneclickftp: migrate to EAPI 6

Package-Manager: portage-2.3.0_rc1

 net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild b/net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild
index 893c235..d6c31df 100644
--- a/net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild
+++ b/net-ftp/oneclickftp/oneclickftp-0.5.1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
-inherit eutils qt4-r2
+EAPI=6
+
+inherit eutils qmake-utils
 
 DESCRIPTION="The somehow different FTP client"
 HOMEPAGE="http://oneclickftp.sourceforge.net/"
@@ -15,11 +16,14 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
-	|| ( app-crypt/qca:2 app-crypt/qca:2[qt4] )
-	dev-qt/qtgui:4"
+	app-crypt/qca:2[qt4(+)]
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
+"
+RDEPEND="${DEPEND}"
 
 PATCHES=(
-	"${FILESDIR}"/${P}-qt47.patch
+	"${FILESDIR}/${P}-qt47.patch"
 )
 
 src_configure() {
@@ -27,8 +31,10 @@ src_configure() {
 }
 
 src_install() {
-	emake INSTALL_ROOT="${D}" install || die
+	emake INSTALL_ROOT="${D}" install
+
 	doicon res/icons/${PN}.png
 	make_desktop_entry ${PN} ${PN}
-	dodoc CHANGELOG
+
+	einstalldocs
 }


                 reply	other threads:[~2016-05-30 18:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1464631237.070656e250301bda9295f923a0ee45bbe8820a32.pesa@gentoo \
    --to=pesa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox