public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/
Date: Tue, 17 Jul 2018 09:00:28 +0000 (UTC)	[thread overview]
Message-ID: <1531818025.56382f3de98199ce0c4498c75da52af353192814.johu@gentoo> (raw)

commit:     56382f3de98199ce0c4498c75da52af353192814
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 09:00:07 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 09:00:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56382f3d

app-misc/screenfetch: EAPI 7

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild | 20 ++++++++++----------
 app-misc/screenfetch/screenfetch-9999.ebuild     | 20 ++++++++++----------
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild b/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild
index 673c98a4a09..f2c6bb16d7d 100644
--- a/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild
+++ b/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild
@@ -1,13 +1,22 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 MY_PN="${PN/f/F}"
 
 DESCRIPTION="Bash Screenshot Information Tool"
 HOMEPAGE="https://github.com/KittyKatt/screenFetch"
 
+if [[ ${PV} == *9999 ]] ; then
+	EGIT_REPO_URI="${HOMEPAGE}.git"
+	inherit git-r3
+else
+	KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+	SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
 LICENSE="GPL-3"
 SLOT="0"
 IUSE="curl X"
@@ -20,15 +29,6 @@ RDEPEND="
 		x11-apps/xdpyinfo
 	)"
 
-if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git"
-	inherit git-r3
-else
-	KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
-	SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
 src_install() {
 	newbin ${PN}-dev ${PN}
 	einstalldocs

diff --git a/app-misc/screenfetch/screenfetch-9999.ebuild b/app-misc/screenfetch/screenfetch-9999.ebuild
index 0c17327b86a..f2c6bb16d7d 100644
--- a/app-misc/screenfetch/screenfetch-9999.ebuild
+++ b/app-misc/screenfetch/screenfetch-9999.ebuild
@@ -1,13 +1,22 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 MY_PN="${PN/f/F}"
 
 DESCRIPTION="Bash Screenshot Information Tool"
 HOMEPAGE="https://github.com/KittyKatt/screenFetch"
 
+if [[ ${PV} == *9999 ]] ; then
+	EGIT_REPO_URI="${HOMEPAGE}.git"
+	inherit git-r3
+else
+	KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+	SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
 LICENSE="GPL-3"
 SLOT="0"
 IUSE="curl X"
@@ -20,15 +29,6 @@ RDEPEND="
 		x11-apps/xdpyinfo
 	)"
 
-if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git"
-	inherit git-r3
-else
-	KEYWORDS="~amd64 ~x86 ~x64-macos"
-	SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
 src_install() {
 	newbin ${PN}-dev ${PN}
 	einstalldocs


             reply	other threads:[~2018-07-17  9:00 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-17  9:00 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-05 10:06 [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/ WANG Xuerui
2022-05-05 10:06 WANG Xuerui
2021-12-12 14:23 Yixun Lan
2021-10-10  7:47 Patrice Clement
2021-05-27 11:59 Joonas Niilola
2021-05-27 11:59 Joonas Niilola
2020-02-18 16:58 Johannes Huber
2020-02-17 12:13 Agostino Sarubbo
2020-02-16 21:14 Thomas Deutschmann
2020-01-12 10:54 Johannes Huber
2020-01-04 23:54 Johannes Huber
2020-01-04 23:54 Johannes Huber
2019-10-27  8:59 Johannes Huber
2019-08-29 11:39 David Seifert
2018-10-07 20:24 Johannes Huber
2018-10-07 12:04 Mikle Kolyada
2018-07-15  8:01 Patrice Clement
2018-05-06 19:25 Johannes Huber
2018-05-06 19:25 Johannes Huber
2018-04-18 13:32 Mikle Kolyada
2018-04-06 11:05 Fabian Groffen
2018-02-25 15:17 Pacho Ramos
2017-07-30  8:47 Michał Górny
2017-03-23 20:46 David Seifert
2016-12-27  9:12 Aaron Bauman
2016-01-18  8:44 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=1531818025.56382f3de98199ce0c4498c75da52af353192814.johu@gentoo \
    --to=johu@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