public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/
@ 2016-09-20  7:44 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2016-09-20  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d1f8da2986458c34cdb9b8c3bbbc1026a90803da
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 07:44:30 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 07:44:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f8da29

www-apps/blohg: clean up old.

Package-Manager: portage-2.2.28

 www-apps/blohg/blohg-0.13-r1.ebuild |  2 +-
 www-apps/blohg/blohg-0.13.ebuild    | 83 -------------------------------------
 2 files changed, 1 insertion(+), 84 deletions(-)

diff --git a/www-apps/blohg/blohg-0.13-r1.ebuild b/www-apps/blohg/blohg-0.13-r1.ebuild
index fadd4d5..40f58f7 100644
--- a/www-apps/blohg/blohg-0.13-r1.ebuild
+++ b/www-apps/blohg/blohg-0.13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/www-apps/blohg/blohg-0.13.ebuild b/www-apps/blohg/blohg-0.13.ebuild
deleted file mode 100644
index d3a1c82..00000000
--- a/www-apps/blohg/blohg-0.13.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-GIT_ECLASS=""
-if [[ ${PV} = *9999* ]]; then
-	GIT_ECLASS="git-r3"
-	EGIT_REPO_URI="git://github.com/rafaelmartins/blohg.git
-		https://github.com/rafaelmartins/blohg"
-fi
-
-inherit distutils-r1 ${GIT_ECLASS}
-
-DESCRIPTION="A Mercurial (or Git) based blogging engine"
-HOMEPAGE="http://blohg.org/ https://pypi.python.org/pypi/blohg"
-
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-if [[ ${PV} = *9999* ]]; then
-	SRC_URI=""
-	KEYWORDS=""
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc git +mercurial test"
-
-REQUIRED_USE="|| ( git mercurial )
-	test? ( git mercurial )"
-
-RDEPEND="
-	=dev-python/click-2.0
-	=dev-python/docutils-0.11*
-	>=dev-python/flask-0.10.1
-	>=dev-python/flask-babel-0.7
-	>=dev-python/frozen-flask-0.7
-	>=dev-python/jinja-2.5.2
-	dev-python/pyyaml
-	dev-python/setuptools
-	dev-python/pygments
-	git? ( =dev-python/pygit2-0.20* )
-	mercurial? ( >=dev-vcs/mercurial-1.6 )"
-
-DEPEND="${RDEPEND}
-	doc? ( dev-python/sphinx )
-	test? ( dev-python/mock )"
-
-python_prepare_all() {
-	if ! use git; then
-		rm -rf blohg/vcs_backends/git || die 'rm failed'
-	fi
-
-	if ! use mercurial; then
-		rm -rf blohg/vcs_backends/hg || die 'rm failed'
-	fi
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_install_all() {
-	use doc && HTML_DOCS=( docs/_build/html/. )
-	distutils-r1_python_install_all
-}
-
-python_test() {
-	esetup.py test
-}
-
-pkg_postinst() {
-	local ver="${PV}"
-	[[ ${PV} = *9999* ]] && ver="latest"
-
-	elog "You may want to check the upgrade notes:"
-	elog "http://docs.blohg.org/en/${ver}/upgrade/"
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/
@ 2016-09-20  7:44 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2016-09-20  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6292c9185db8836a69be682b87836b203a7f03d0
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 07:43:50 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 07:44:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6292c918

www-apps/blohg: remove hard dependency on click-2.0.

Package-Manager: portage-2.2.28
RepoMan-Options: --force

 www-apps/blohg/blohg-0.13-r1.ebuild | 83 +++++++++++++++++++++++++++++++++++++
 1 file changed, 83 insertions(+)

diff --git a/www-apps/blohg/blohg-0.13-r1.ebuild b/www-apps/blohg/blohg-0.13-r1.ebuild
new file mode 100644
index 00000000..fadd4d5
--- /dev/null
+++ b/www-apps/blohg/blohg-0.13-r1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+GIT_ECLASS=""
+if [[ ${PV} = *9999* ]]; then
+	GIT_ECLASS="git-r3"
+	EGIT_REPO_URI="git://github.com/rafaelmartins/blohg.git
+		https://github.com/rafaelmartins/blohg"
+fi
+
+inherit distutils-r1 ${GIT_ECLASS}
+
+DESCRIPTION="A Mercurial (or Git) based blogging engine"
+HOMEPAGE="http://blohg.org/ https://pypi.python.org/pypi/blohg"
+
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+if [[ ${PV} = *9999* ]]; then
+	SRC_URI=""
+	KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="doc git +mercurial test"
+
+REQUIRED_USE="|| ( git mercurial )
+	test? ( git mercurial )"
+
+RDEPEND="
+	>=dev-python/click-2.0
+	=dev-python/docutils-0.11*
+	>=dev-python/flask-0.10.1
+	>=dev-python/flask-babel-0.7
+	>=dev-python/frozen-flask-0.7
+	>=dev-python/jinja-2.5.2
+	dev-python/pyyaml
+	dev-python/setuptools
+	dev-python/pygments
+	git? ( =dev-python/pygit2-0.20* )
+	mercurial? ( >=dev-vcs/mercurial-1.6 )"
+
+DEPEND="${RDEPEND}
+	doc? ( dev-python/sphinx )
+	test? ( dev-python/mock )"
+
+python_prepare_all() {
+	if ! use git; then
+		rm -rf blohg/vcs_backends/git || die 'rm failed'
+	fi
+
+	if ! use mercurial; then
+		rm -rf blohg/vcs_backends/hg || die 'rm failed'
+	fi
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	use doc && emake -C docs html
+}
+
+python_install_all() {
+	use doc && HTML_DOCS=( docs/_build/html/. )
+	distutils-r1_python_install_all
+}
+
+python_test() {
+	esetup.py test
+}
+
+pkg_postinst() {
+	local ver="${PV}"
+	[[ ${PV} = *9999* ]] && ver="latest"
+
+	elog "You may want to check the upgrade notes:"
+	elog "http://docs.blohg.org/en/${ver}/upgrade/"
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/
@ 2016-11-06 23:12 Rafael Martins
  0 siblings, 0 replies; 10+ messages in thread
From: Rafael Martins @ 2016-11-06 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     63eae40cbf27596efc7d1b8b096279d8468bd335
Author:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 23:12:10 2016 +0000
Commit:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 23:12:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63eae40c

www-apps/blohg: update libgit2 dependency for live ebuild

Package-Manager: portage-2.2.28

 www-apps/blohg/blohg-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/blohg/blohg-9999.ebuild b/www-apps/blohg/blohg-9999.ebuild
index b47db97..a535a65 100644
--- a/www-apps/blohg/blohg-9999.ebuild
+++ b/www-apps/blohg/blohg-9999.ebuild
@@ -42,7 +42,7 @@ RDEPEND="
 	dev-python/pyyaml
 	dev-python/setuptools
 	dev-python/pygments
-	git? ( =dev-python/pygit2-0.21* )
+	git? ( >=dev-python/pygit2-0.21.3 )
 	mercurial? ( >=dev-vcs/mercurial-1.6 )"
 
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/
@ 2017-07-30  9:23 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2017-07-30  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0695daf0bb5a5b5511d34443e8a2c4c008c8f862
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 15:01:52 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:22:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0695daf0

www-apps/blohg: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-apps/blohg/blohg-0.13-r2.ebuild | 5 ++---
 www-apps/blohg/blohg-9999.ebuild    | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/www-apps/blohg/blohg-0.13-r2.ebuild b/www-apps/blohg/blohg-0.13-r2.ebuild
index 8119bd49897..f75ca8fc1b1 100644
--- a/www-apps/blohg/blohg-0.13-r2.ebuild
+++ b/www-apps/blohg/blohg-0.13-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 GIT_ECLASS=""
 if [[ ${PV} = *9999* ]]; then
 	GIT_ECLASS="git-r3"
-	EGIT_REPO_URI="git://github.com/rafaelmartins/blohg.git
-		https://github.com/rafaelmartins/blohg"
+	EGIT_REPO_URI="https://github.com/rafaelmartins/blohg"
 fi
 
 inherit distutils-r1 ${GIT_ECLASS}

diff --git a/www-apps/blohg/blohg-9999.ebuild b/www-apps/blohg/blohg-9999.ebuild
index b049df4015c..5eb61884b79 100644
--- a/www-apps/blohg/blohg-9999.ebuild
+++ b/www-apps/blohg/blohg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 GIT_ECLASS=""
 if [[ ${PV} = *9999* ]]; then
 	GIT_ECLASS="git-r3"
-	EGIT_REPO_URI="git://github.com/rafaelmartins/blohg.git
-		https://github.com/rafaelmartins/blohg"
+	EGIT_REPO_URI="https://github.com/rafaelmartins/blohg"
 fi
 
 inherit distutils-r1 ${GIT_ECLASS}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/
@ 2017-08-06 22:31 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-08-06 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     5f70c25a00390911c7f99c935fe3769747abd74c
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Aug  6 10:47:21 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 22:31:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f70c25a

www-apps/blohg: fix HOMEPAGE.

Closes: https://github.com/gentoo/gentoo/pull/5314

 www-apps/blohg/blohg-0.13-r2.ebuild | 2 +-
 www-apps/blohg/blohg-9999.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/blohg/blohg-0.13-r2.ebuild b/www-apps/blohg/blohg-0.13-r2.ebuild
index f75ca8fc1b1..f28eb4067fe 100644
--- a/www-apps/blohg/blohg-0.13-r2.ebuild
+++ b/www-apps/blohg/blohg-0.13-r2.ebuild
@@ -14,7 +14,7 @@ fi
 inherit distutils-r1 ${GIT_ECLASS}
 
 DESCRIPTION="A Mercurial (or Git) based blogging engine"
-HOMEPAGE="http://blohg.org/ https://pypi.python.org/pypi/blohg"
+HOMEPAGE="https://github.com/rafaelmartins/blohg"
 
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 KEYWORDS="~amd64 ~x86"

diff --git a/www-apps/blohg/blohg-9999.ebuild b/www-apps/blohg/blohg-9999.ebuild
index 5eb61884b79..f27bdfa76f2 100644
--- a/www-apps/blohg/blohg-9999.ebuild
+++ b/www-apps/blohg/blohg-9999.ebuild
@@ -14,7 +14,7 @@ fi
 inherit distutils-r1 ${GIT_ECLASS}
 
 DESCRIPTION="A Mercurial (or Git) based blogging engine"
-HOMEPAGE="http://blohg.org/ https://pypi.python.org/pypi/blohg"
+HOMEPAGE="https://github.com/rafaelmartins/blohg"
 
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/
@ 2018-01-16 20:25 Rafael Martins
  0 siblings, 0 replies; 10+ messages in thread
From: Rafael Martins @ 2018-01-16 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     410c02ed606ae2189a6696a63b1ea6e6af61df2f
Author:     Rafael G. Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 20:25:29 2018 +0000
Commit:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 20:25:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410c02ed

www-apps/blohg: removed docutils version lock (bug #643234)

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 www-apps/blohg/{blohg-0.13-r2.ebuild => blohg-0.13-r3.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/blohg/blohg-0.13-r2.ebuild b/www-apps/blohg/blohg-0.13-r3.ebuild
similarity index 96%
rename from www-apps/blohg/blohg-0.13-r2.ebuild
rename to www-apps/blohg/blohg-0.13-r3.ebuild
index f28eb4067fe..f9a9daaf2eb 100644
--- a/www-apps/blohg/blohg-0.13-r2.ebuild
+++ b/www-apps/blohg/blohg-0.13-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,7 +32,7 @@ REQUIRED_USE="|| ( git mercurial )
 
 RDEPEND="
 	>=dev-python/click-2.0
-	=dev-python/docutils-0.11*
+	>=dev-python/docutils-0.11
 	>=dev-python/flask-0.10.1
 	>=dev-python/flask-babel-0.7
 	>=dev-python/frozen-flask-0.7


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/
@ 2020-05-06 20:16 Rafael Martins
  0 siblings, 0 replies; 10+ messages in thread
From: Rafael Martins @ 2020-05-06 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a33eaca145234c68b9a46ef2887b051aefd6b177
Author:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 20:15:44 2020 +0000
Commit:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
CommitDate: Wed May  6 20:16:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33eaca1

www-apps/blohg: Add python3_{7,8}

Closes: https://bugs.gentoo.org/718538
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rafael Martins <rafaelmartins <AT> gentoo.org>

 www-apps/blohg/blohg-0.13-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/blohg/blohg-0.13-r4.ebuild b/www-apps/blohg/blohg-0.13-r4.ebuild
index 6a4abc9a54f..fcd783f4f39 100644
--- a/www-apps/blohg/blohg-0.13-r4.ebuild
+++ b/www-apps/blohg/blohg-0.13-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 GIT_ECLASS=""
 if [[ ${PV} = *9999* ]]; then


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/
@ 2020-08-30  3:22 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2020-08-30  3:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0d71d2d5cebf37d495bba7068eb1df492645ef87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 03:22:25 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 03:22:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d71d2d5

www-apps/blohg: add Python 3.7, 3.8 to 9999

Closes: https://bugs.gentoo.org/718538
Acked-by: Rafael Martins <rafaelmartins <AT> gentoo.org>
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/blohg/blohg-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/blohg/blohg-9999.ebuild b/www-apps/blohg/blohg-9999.ebuild
index 6a4abc9a54f..fcd783f4f39 100644
--- a/www-apps/blohg/blohg-9999.ebuild
+++ b/www-apps/blohg/blohg-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 GIT_ECLASS=""
 if [[ ${PV} = *9999* ]]; then


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/
@ 2021-01-10 22:27 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-01-10 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b4a33f62e9515f5a12f6f8c82ea710f99087ecd9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 22:04:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 22:27:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a33f62

www-apps/blohg: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/blohg/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-apps/blohg/metadata.xml b/www-apps/blohg/metadata.xml
index c7137f08c10..64fa391cd8e 100644
--- a/www-apps/blohg/metadata.xml
+++ b/www-apps/blohg/metadata.xml
@@ -2,6 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!-- maintainer-needed -->
+	<stabilize-allarches/>
 	<longdescription lang="en">
 		blohg is a Mercurial (or Git) based blogging engine written in Python,
 		built with the Flask micro-framework and some of his available extensions.


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/
@ 2021-02-15  0:32 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-02-15  0:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d1f2227a1bb81f91bc28691f9718d06ea739c71a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 23:29:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 00:32:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f2227a

www-apps/blohg: fix double KEYWORDS

Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.

See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/blohg/blohg-0.13-r4.ebuild | 6 +++---
 www-apps/blohg/blohg-9999.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www-apps/blohg/blohg-0.13-r4.ebuild b/www-apps/blohg/blohg-0.13-r4.ebuild
index f0260ed804d..57732d82f2d 100644
--- a/www-apps/blohg/blohg-0.13-r4.ebuild
+++ b/www-apps/blohg/blohg-0.13-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,10 +18,10 @@ HOMEPAGE="https://github.com/rafaelmartins/blohg"
 
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 	https://dev.gentoo.org/~rafaelmartins/distfiles/${PN}-patches-${PVR}.tar.xz"
-KEYWORDS="~amd64 ~x86"
 if [[ ${PV} = *9999* ]]; then
 	SRC_URI=""
-	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-2"

diff --git a/www-apps/blohg/blohg-9999.ebuild b/www-apps/blohg/blohg-9999.ebuild
index f0260ed804d..57732d82f2d 100644
--- a/www-apps/blohg/blohg-9999.ebuild
+++ b/www-apps/blohg/blohg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,10 +18,10 @@ HOMEPAGE="https://github.com/rafaelmartins/blohg"
 
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 	https://dev.gentoo.org/~rafaelmartins/distfiles/${PN}-patches-${PVR}.tar.xz"
-KEYWORDS="~amd64 ~x86"
 if [[ ${PV} = *9999* ]]; then
 	SRC_URI=""
-	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-02-15  0:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-06 20:16 [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/ Rafael Martins
  -- strict thread matches above, loose matches on Subject: below --
2021-02-15  0:32 Sam James
2021-01-10 22:27 Sam James
2020-08-30  3:22 Sam James
2018-01-16 20:25 Rafael Martins
2017-08-06 22:31 Patrice Clement
2017-07-30  9:23 Michał Górny
2016-11-06 23:12 Rafael Martins
2016-09-20  7:44 Patrice Clement
2016-09-20  7:44 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox