public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/memethesis-cli/
@ 2020-07-22 15:50 Matthias Coppens
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Coppens @ 2020-07-22 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     3a29af0c81077c526b8b0ab5d29d9218257840c7
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Wed Jul 22 15:50:00 2020 +0000
Commit:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Wed Jul 22 15:50:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a29af0c

media-gfx/memethesis-cli: Added dependency

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

 media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild | 3 ++-
 media-gfx/memethesis-cli/memethesis-cli-9999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild b/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
index b232bbc..c40702c 100644
--- a/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
+++ b/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
@@ -32,6 +32,7 @@ RDEPEND="
 		dev-python/pyyaml[${PYTHON_USEDEP}]
 		dev-python/pillow[truetype,${PYTHON_USEDEP}]
 		>dev-python/pyinquirer-1.0.3[${PYTHON_USEDEP}]
-		dev-python/colored[${PYTHON_USEDEP}]')
+		dev-python/colored[${PYTHON_USEDEP}]
+		dev-python/ascim[${PYTHON_USEDEP}]')
 	>=media-gfx/imagemagick-7"
 BDEPEND="${RDEPEND}"

diff --git a/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild b/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild
index 53700b7..23c892f 100644
--- a/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild
+++ b/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
 		dev-python/pyyaml[${PYTHON_USEDEP}]
 		dev-python/pillow[truetype,${PYTHON_USEDEP}]
 		>dev-python/pyinquirer-1.0.3[${PYTHON_USEDEP}]
-		dev-python/colored[${PYTHON_USEDEP}]')
+		dev-python/colored[${PYTHON_USEDEP}]
+		dev-python/ascim[${PYTHON_USEDEP}]')
 	>=media-gfx/imagemagick-7"
 BDEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/memethesis-cli/
@ 2021-01-05 15:37 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-01-05 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     178caa3d36386faccd73da76ef5b0f8b1a491cd1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan  5 15:34:33 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan  5 15:34:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=178caa3d

media-gfx/memethesis-cli: add keywords

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

 media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild b/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
index 6b6fa0d2..99b0204d 100644
--- a/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
+++ b/media-gfx/memethesis-cli/memethesis-cli-3.2.1.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
@@ -12,7 +12,7 @@ case "${PV}" in
 		SRC_URI="${EGIT_REPO_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 		# pyinquirer's latest version is outdated, so memethesis depends
 		# on a live ebuild for pyinquirer at the moment
-		KEYWORDS=""
+		KEYWORDS="~amd64"
 esac
 
 DISTUTILS_USE_SETUPTOOLS=rdepend


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/memethesis-cli/
@ 2021-03-28 10:17 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     854c2e1a882c46f6ef0d36d0bc06780c764f9945
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:13:29 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:17:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=854c2e1a

media-gfx/memethesis-cli: fix ReferenceInMetadataVar

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

 media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild | 13 +++++++------
 media-gfx/memethesis-cli/memethesis-cli-9999.ebuild  | 15 ++++++++-------
 2 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild b/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
index 99b0204d2..743347ea6 100644
--- a/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
+++ b/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
@@ -3,7 +3,13 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python3_{7,8} )
+inherit distutils-r1
+
 EGIT_REPO_URI="https://github.com/fakefred/${PN}"
+
 case "${PV}" in
 	9999)
 		inherit git-r3
@@ -15,13 +21,8 @@ case "${PV}" in
 		KEYWORDS="~amd64"
 esac
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{7,8} )
-inherit distutils-r1
-
 DESCRIPTION="Create memes from the terminal"
-HOMEPAGE="${EGIT_REPO_URI}"
+HOMEPAGE="https://github.com/fakefred/memethesis-cli"
 LICENSE="GPL-3"
 SLOT="0"
 

diff --git a/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild b/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild
index 46bab3cff..5e2ef4df6 100644
--- a/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild
+++ b/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild
@@ -1,9 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python3_{7,8} )
+inherit distutils-r1
+
 EGIT_REPO_URI="https://github.com/fakefred/${PN}"
+
 case "${PV}" in
 	9999)
 		inherit git-r3
@@ -13,13 +19,8 @@ case "${PV}" in
 		KEYWORDS="~amd64"
 esac
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{7,8} )
-inherit distutils-r1
-
 DESCRIPTION="Create memes from the terminal"
-HOMEPAGE="${EGIT_REPO_URI}"
+HOMEPAGE="https://github.com/fakefred/memethesis-cli"
 LICENSE="GPL-3"
 SLOT="0"
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/memethesis-cli/
@ 2022-12-21 22:50 Julien Roy
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2022-12-21 22:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e477019d628048d951d065e402b574c79de23056
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed Dec 21 22:36:57 2022 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Dec 21 22:50:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e477019d

media-gfx/memethesis-cli: unkeyword 3.2.1 for ~amd64

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild b/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
index 0727eb14f..0b25674b3 100644
--- a/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
+++ b/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,6 @@ case "${PV}" in
 		SRC_URI="${EGIT_REPO_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 		# pyinquirer's latest version is outdated, so memethesis depends
 		# on a live ebuild for pyinquirer at the moment
-		KEYWORDS="~amd64"
 esac
 
 DESCRIPTION="Create memes from the terminal"


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

end of thread, other threads:[~2022-12-21 22:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-28 10:17 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/memethesis-cli/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-12-21 22:50 Julien Roy
2021-01-05 15:37 Andrew Ammerlaan
2020-07-22 15:50 Matthias Coppens

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