public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Oliver Freyermuth" <o.freyermuth@googlemail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afc/
Date: Fri, 26 Aug 2022 14:28:14 +0000 (UTC)	[thread overview]
Message-ID: <1661524035.9d7d7550f7ddad09faaa0f8c00a8ddd6771794a8.freyermuth@gentoo> (raw)

commit:     9d7d7550f7ddad09faaa0f8c00a8ddd6771794a8
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Fri Aug 26 14:27:15 2022 +0000
Commit:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Fri Aug 26 14:27:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d7d7550

app-misc/afc: Reduce superfluous ebuild complexity.

Thanks @thesamesam for the helpful comments!

Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 app-misc/afc/afc-1.1.ebuild  | 4 +---
 app-misc/afc/afc-9999.ebuild | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/app-misc/afc/afc-1.1.ebuild b/app-misc/afc/afc-1.1.ebuild
index 8dd4cc7ce..24d89f614 100644
--- a/app-misc/afc/afc-1.1.ebuild
+++ b/app-misc/afc/afc-1.1.ebuild
@@ -12,13 +12,11 @@ if [[ ${PV} == *9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/olifre/${PN}.git"
 else
-	SRC_URI="https://github.com/olifre/${PN}/archive/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
+	SRC_URI="https://github.com/olifre/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/${PN}-${PV}"
 fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 DEPEND="sys-libs/zlib"

diff --git a/app-misc/afc/afc-9999.ebuild b/app-misc/afc/afc-9999.ebuild
index 8dd4cc7ce..24d89f614 100644
--- a/app-misc/afc/afc-9999.ebuild
+++ b/app-misc/afc/afc-9999.ebuild
@@ -12,13 +12,11 @@ if [[ ${PV} == *9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/olifre/${PN}.git"
 else
-	SRC_URI="https://github.com/olifre/${PN}/archive/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
+	SRC_URI="https://github.com/olifre/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/${PN}-${PV}"
 fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 DEPEND="sys-libs/zlib"


             reply	other threads:[~2022-08-26 14:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-26 14:28 Oliver Freyermuth [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-27  1:58 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afc/ Oliver Freyermuth
2022-08-26 14:32 Oliver Freyermuth
2022-08-25  8:59 Oliver Freyermuth
2022-08-24 18:46 Oliver Freyermuth
2022-08-24 18:39 Oliver Freyermuth

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=1661524035.9d7d7550f7ddad09faaa0f8c00a8ddd6771794a8.freyermuth@gentoo \
    --to=o.freyermuth@googlemail.com \
    --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