public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/flaggie/
Date: Sat,  4 Jan 2020 20:12:47 +0000 (UTC)	[thread overview]
Message-ID: <1578168763.361ee9df2fcac49714d358ad83b6e6c5c4291f92.mgorny@gentoo> (raw)

commit:     361ee9df2fcac49714d358ad83b6e6c5c4291f92
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 20:06:37 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 20:12:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361ee9df

app-portage/flaggie: EAPI 7, newer impls

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/flaggie/flaggie-0.2.1-r1.ebuild | 19 ++++++++++---------
 app-portage/flaggie/flaggie-9999.ebuild     |  8 +++++---
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/app-portage/flaggie/flaggie-0.2.1-r1.ebuild b/app-portage/flaggie/flaggie-0.2.1-r1.ebuild
index d16a34cf3a3..2257dbe98c4 100644
--- a/app-portage/flaggie/flaggie-0.2.1-r1.ebuild
+++ b/app-portage/flaggie/flaggie-0.2.1-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 inherit bash-completion-r1 distutils-r1
 
@@ -24,13 +25,13 @@ python_install_all() {
 }
 
 pkg_postinst() {
-	ewarn "Please denote that flaggie creates backups of your package.* files"
+	ewarn "Please note that flaggie creates backups of your package.* files"
 	ewarn "before performing each change through appending a single '~'."
 	ewarn "If you'd like to keep your own backup of them, please use another"
 	ewarn "naming scheme (or even better some VCS)."
-	elog
-	elog "bash-completion support requires:"
-	elog "	app-shells/gentoo-bashcomp"
-	has_version app-shells/gentoo-bashcomp && \
-		elog "(installed already)"
+	if ! has_version app-shells/gentoo-bashcomp; then
+		elog
+		elog "If you want to use bash-completion, you need to install:"
+		elog "	app-shells/gentoo-bashcomp"
+	fi
 }

diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
index d979063b48d..4a0285406c3 100644
--- a/app-portage/flaggie/flaggie-9999.ebuild
+++ b/app-portage/flaggie/flaggie-9999.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 EGIT_REPO_URI="https://github.com/mgorny/flaggie.git"
 inherit bash-completion-r1 distutils-r1 git-r3


             reply	other threads:[~2020-01-04 20:12 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-04 20:12 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09 14:50 [gentoo-commits] repo/gentoo:master commit in: app-portage/flaggie/ Michał Górny
2023-10-06 15:08 Michał Górny
2023-10-06 14:30 Arthur Zamarin
2023-09-22 15:23 Michał Górny
2023-09-15 12:13 Michał Górny
2023-08-20  9:22 Michał Górny
2023-08-20  8:29 Sam James
2023-07-27 15:00 Michał Górny
2023-07-17  9:45 Michał Górny
2023-06-11 16:15 Michał Górny
2023-05-30  0:27 Sam James
2023-05-30  0:27 Sam James
2023-04-26 13:37 Michał Górny
2023-04-19  9:43 Sam James
2023-02-15 16:52 Michał Górny
2023-01-31 12:18 Jakov Smolić
2023-01-30 20:33 Michał Górny
2023-01-30 20:33 Michał Górny
2023-01-20 19:11 Michał Górny
2023-01-19 18:18 Michał Górny
2023-01-18 17:26 Michał Górny
2022-08-10 14:20 Michał Górny
2022-08-10 14:20 Michał Górny
2022-06-06 23:32 Sam James
2022-06-06  7:02 Jakov Smolić
2022-06-06  6:31 Jakov Smolić
2022-06-06  6:28 Jakov Smolić
2022-06-06  6:28 Jakov Smolić
2022-05-18  7:36 Michał Górny
2022-05-18  7:36 Michał Górny
2022-05-18  7:36 Michał Górny
2022-05-18  7:36 Michał Górny
2021-07-21  2:22 Yixun Lan
2021-05-22 11:26 Michał Górny
2020-09-27 16:29 Sam James
2020-02-11 11:38 Michał Górny
2019-05-18 10:02 Michał Górny
2017-11-25 19:55 David Seifert
2017-04-22  9:56 Pacho Ramos
2016-11-06 18:26 Michał Górny
2016-11-06 16:29 Michał Górny
2015-12-05 11:23 Justin Lecher
2015-12-05  9:57 Justin Lecher

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=1578168763.361ee9df2fcac49714d358ad83b6e6c5c4291f92.mgorny@gentoo \
    --to=mgorny@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