public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/rarfs/
Date: Thu, 24 Nov 2016 09:00:20 +0000 (UTC)	[thread overview]
Message-ID: <1479978014.390b20810a61c3a1019325f4bb6abcf495fa768e.pinkbyte@gentoo> (raw)

commit:     390b20810a61c3a1019325f4bb6abcf495fa768e
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 08:57:45 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 09:00:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390b2081

sys-fs/rarfs: revision bump

EAPI 6, port to python-r1 eclass. Drop old revision

Gentoo-Bug: 599828

Package-Manager: portage-2.3.2

 .../{rarfs-0.1.1.ebuild => rarfs-0.1.1-r1.ebuild}  | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

diff --git a/sys-fs/rarfs/rarfs-0.1.1.ebuild b/sys-fs/rarfs/rarfs-0.1.1-r1.ebuild
similarity index 51%
rename from sys-fs/rarfs/rarfs-0.1.1.ebuild
rename to sys-fs/rarfs/rarfs-0.1.1-r1.ebuild
index ae4b9c4..79d0d7c 100644
--- a/sys-fs/rarfs/rarfs-0.1.1.ebuild
+++ b/sys-fs/rarfs/rarfs-0.1.1-r1.ebuild
@@ -1,14 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit python
+PYTHON_COMPAT=( python2_7 )
+inherit python-r1
 
 DESCRIPTION="Fuse module to mount uncompressed RAR archives"
 HOMEPAGE="https://sourceforge.net/projects/rarfs/"
@@ -17,7 +14,6 @@ SRC_URI="mirror://sourceforge/rarfs/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="sys-fs/fuse"
 DEPEND="${RDEPEND}
@@ -26,13 +22,9 @@ DEPEND="${RDEPEND}
 DOCS=( README )
 
 src_install() {
-	install_prarfs() {
-		python_convert_shebangs -q ${PYTHON_ABI} scripts/prarfs
-		newbin scripts/prarfs prarfs-${PYTHON_ABI}
-	}
-	python_execute_function -q install_prarfs
-	python_generate_wrapper_scripts "${ED}/usr/bin/prarfs"
+	dobin scripts/prarfs
+	python_replicate_script "${ED}/usr/bin/prarfs"
 
 	dobin src/rarfs
-	dodoc ${DOCS[@]}
+	einstalldocs
 }


             reply	other threads:[~2016-11-24  9:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-24  9:00 Sergey Popov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-05-26 22:54 [gentoo-commits] repo/gentoo:master commit in: sys-fs/rarfs/ David Seifert
2019-02-04 13:21 Sergey Popov
2020-08-31 11:54 Sergey Popov

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=1479978014.390b20810a61c3a1019325f4bb6abcf495fa768e.pinkbyte@gentoo \
    --to=pinkbyte@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