public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/lowdown/
Date: Sun, 21 Mar 2021 20:46:32 +0000 (UTC)	[thread overview]
Message-ID: <1616359577.ddd47421f01ccb9ab960731bd9dfc98acbd81985.andrewammerlaan@gentoo> (raw)

commit:     ddd47421f01ccb9ab960731bd9dfc98acbd81985
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 21 20:46:17 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 21 20:46:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddd47421

app-text/lowdown: add proper keywords

repoman doesn't like having ~* in the keywords
(and I myself don't think it is a good idea either)
If this really works on everything, then just add all
keywords supported by Gentoo manually.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-text/lowdown/lowdown-0.8.3.ebuild | 7 +------
 app-text/lowdown/lowdown-9999.ebuild  | 7 +------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/app-text/lowdown/lowdown-0.8.3.ebuild b/app-text/lowdown/lowdown-0.8.3.ebuild
index 8f104fb8..361710af 100644
--- a/app-text/lowdown/lowdown-0.8.3.ebuild
+++ b/app-text/lowdown/lowdown-0.8.3.ebuild
@@ -11,18 +11,13 @@ HOMEPAGE="https://kristaps.bsd.lv/lowdown/"
 if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/kristapsdz/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz"
-	KEYWORDS="~*"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="ISC"
 SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
 
 src_prepare() {
 	default

diff --git a/app-text/lowdown/lowdown-9999.ebuild b/app-text/lowdown/lowdown-9999.ebuild
index 8f104fb8..361710af 100644
--- a/app-text/lowdown/lowdown-9999.ebuild
+++ b/app-text/lowdown/lowdown-9999.ebuild
@@ -11,18 +11,13 @@ HOMEPAGE="https://kristaps.bsd.lv/lowdown/"
 if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/kristapsdz/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz"
-	KEYWORDS="~*"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="ISC"
 SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
 
 src_prepare() {
 	default


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/lowdown/
Date: Sun, 21 Mar 2021 20:46:36 +0000 (UTC)	[thread overview]
Message-ID: <1616359577.ddd47421f01ccb9ab960731bd9dfc98acbd81985.andrewammerlaan@gentoo> (raw)
Message-ID: <20210321204636.3hQGy5_Bzcs6DHSWm01FUL1emepoW1vanAX4qOZHK4E@z> (raw)

commit:     ddd47421f01ccb9ab960731bd9dfc98acbd81985
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 21 20:46:17 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 21 20:46:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddd47421

app-text/lowdown: add proper keywords

repoman doesn't like having ~* in the keywords
(and I myself don't think it is a good idea either)
If this really works on everything, then just add all
keywords supported by Gentoo manually.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-text/lowdown/lowdown-0.8.3.ebuild | 7 +------
 app-text/lowdown/lowdown-9999.ebuild  | 7 +------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/app-text/lowdown/lowdown-0.8.3.ebuild b/app-text/lowdown/lowdown-0.8.3.ebuild
index 8f104fb8..361710af 100644
--- a/app-text/lowdown/lowdown-0.8.3.ebuild
+++ b/app-text/lowdown/lowdown-0.8.3.ebuild
@@ -11,18 +11,13 @@ HOMEPAGE="https://kristaps.bsd.lv/lowdown/"
 if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/kristapsdz/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz"
-	KEYWORDS="~*"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="ISC"
 SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
 
 src_prepare() {
 	default

diff --git a/app-text/lowdown/lowdown-9999.ebuild b/app-text/lowdown/lowdown-9999.ebuild
index 8f104fb8..361710af 100644
--- a/app-text/lowdown/lowdown-9999.ebuild
+++ b/app-text/lowdown/lowdown-9999.ebuild
@@ -11,18 +11,13 @@ HOMEPAGE="https://kristaps.bsd.lv/lowdown/"
 if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/kristapsdz/${PN}.git"
-	KEYWORDS=""
 else
 	SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz"
-	KEYWORDS="~*"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="ISC"
 SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
 
 src_prepare() {
 	default


             reply	other threads:[~2021-03-21 20:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21 20:46 Andrew Ammerlaan [this message]
2021-03-21 20:46 ` [gentoo-commits] repo/proj/guru:master commit in: app-text/lowdown/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-04-17  2:31 [gentoo-commits] repo/proj/guru:dev " Theo Anderson
2021-04-08  7:11 Anna Vyalkova
2021-03-21 20:18 Anna Vyalkova

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=1616359577.ddd47421f01ccb9ab960731bd9dfc98acbd81985.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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