* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2017-05-24 12:27 Pacho Ramos
0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2017-05-24 12:27 UTC (permalink / raw
To: gentoo-commits
commit: 138e976bbd8c5166893b5b8b7c6aac15946d82f9
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed May 24 12:22:10 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed May 24 12:27:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138e976b
games-misc/doge: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
games-misc/doge/doge-3.5.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-misc/doge/doge-3.5.0.ebuild b/games-misc/doge/doge-3.5.0.ebuild
index d9fc713bb41..f37990a559f 100644
--- a/games-misc/doge/doge-3.5.0.ebuild
+++ b/games-misc/doge/doge-3.5.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2020-04-26 13:37 Joonas Niilola
0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2020-04-26 13:37 UTC (permalink / raw
To: gentoo-commits
commit: cc694783ab97b91d1f373673ba75740586ac4227
Author: Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
AuthorDate: Thu Apr 23 22:06:27 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 13:36:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc694783
games-misc/doge: remove old version 3.5.0
Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de>
Closes: https://github.com/gentoo/gentoo/pull/15492
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
games-misc/doge/Manifest | 1 -
games-misc/doge/doge-3.5.0.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/games-misc/doge/Manifest b/games-misc/doge/Manifest
index 2310b6e27a4..a2f206631f3 100644
--- a/games-misc/doge/Manifest
+++ b/games-misc/doge/Manifest
@@ -1,2 +1 @@
-DIST doge-3.5.0.tar.gz 16145 BLAKE2B dea9ca7009580a795644413eccc5b0a823b802655bb62464110f8060d35099e91a2b302b62fcfd93cfe0d547031800c9ba1f68aae2dd4933b20bfbb65869de12 SHA512 8e8f27077261626b27d0ce36c827b399345f2e96f157bfdf1b5437c75cf40b285533631ce5ec847b4b99bf87037faf85fb4aa4ab93604f54fbdfba03aa8e5609
DIST doge-3.6.0.tar.gz 19530 BLAKE2B 016b5d90aa6c1a29ded035de2d17db4ff6470235969ade60d85c4b1d91baba14d635025308dbb072acd3a37da990a5713a281f70774226c5dca7fcad95e3d90d SHA512 6c03b32c03f2503476fdc979053a586bc62cc8f82eba4c4f4bf6d7fc4d37526b0d9fe4c0f5cd709ef983b7e3e3885e60f765bc4aafb58243ff24d92851d6a39f
diff --git a/games-misc/doge/doge-3.5.0.ebuild b/games-misc/doge/doge-3.5.0.ebuild
deleted file mode 100644
index 98fd5ce1c71..00000000000
--- a/games-misc/doge/doge-3.5.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="wow very terminal doge"
-HOMEPAGE="https://github.com/thiderman/doge https://pypi.org/project/doge/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- sys-process/procps
-"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2020-04-26 13:37 Joonas Niilola
0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2020-04-26 13:37 UTC (permalink / raw
To: gentoo-commits
commit: 378e30491659972ed88f09e37458e18ce3b198a0
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 13:00:28 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 13:36:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378e3049
games-misc/doge: remove py2.7, clean ebuild
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
games-misc/doge/doge-3.6.0.ebuild | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/games-misc/doge/doge-3.6.0.ebuild b/games-misc/doge/doge-3.6.0.ebuild
index 36625722226..4a1d71bdb52 100644
--- a/games-misc/doge/doge-3.6.0.ebuild
+++ b/games-misc/doge/doge-3.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -15,9 +15,5 @@ SRC_URI="https://github.com/thiderman/doge/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}
- sys-process/procps
-"
+RDEPEND="sys-process/procps"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2021-06-01 10:55 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-06-01 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 1378de7efc7069ce72c1d81cef50507388cd90e4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 10:52:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 10:52:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1378de7e
games-misc/doge: add Python 3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-misc/doge/doge-3.6.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-misc/doge/doge-3.6.0.ebuild b/games-misc/doge/doge-3.6.0.ebuild
index 1d357471369..15f74121337 100644
--- a/games-misc/doge/doge-3.6.0.ebuild
+++ b/games-misc/doge/doge-3.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2022-02-11 23:16 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2022-02-11 23:16 UTC (permalink / raw
To: gentoo-commits
commit: e439fe1fcbb69fd8097d8affd1ecb9e32a7a2ae0
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 18:33:21 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 23:13:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e439fe1f
games-misc/doge: modernize and enable py3.10
Closes: https://bugs.gentoo.org/819114
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-misc/doge/doge-3.6.0-r1.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/games-misc/doge/doge-3.6.0-r1.ebuild b/games-misc/doge/doge-3.6.0-r1.ebuild
new file mode 100644
index 000000000000..29007318d9f8
--- /dev/null
+++ b/games-misc/doge/doge-3.6.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="wow very terminal doge"
+HOMEPAGE="https://pypi.org/project/doge/"
+SRC_URI="https://github.com/thiderman/doge/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-process/procps"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2022-02-12 2:04 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2022-02-12 2:04 UTC (permalink / raw
To: gentoo-commits
commit: dc1603aff7deda91185c9734e83019ea8a9023f9
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 01:01:29 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 01:31:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1603af
games-misc/doge: drop 3.6.0
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-misc/doge/doge-3.6.0.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/games-misc/doge/doge-3.6.0.ebuild b/games-misc/doge/doge-3.6.0.ebuild
deleted file mode 100644
index 15f741213378..000000000000
--- a/games-misc/doge/doge-3.6.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="wow very terminal doge"
-HOMEPAGE="https://github.com/thiderman/doge https://pypi.org/project/doge/"
-SRC_URI="https://github.com/thiderman/doge/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="sys-process/procps"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2022-07-28 15:05 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2022-07-28 15:05 UTC (permalink / raw
To: gentoo-commits
commit: a39208cb1bd5a31bdcd5227b21d806183c97aeff
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 15:03:23 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 15:03:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39208cb
games-misc/doge: such py3.11, wow
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-misc/doge/doge-3.6.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-misc/doge/doge-3.6.0-r1.ebuild b/games-misc/doge/doge-3.6.0-r1.ebuild
index 29007318d9f8..bc623d1bae0c 100644
--- a/games-misc/doge/doge-3.6.0-r1.ebuild
+++ b/games-misc/doge/doge-3.6.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="wow very terminal doge"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2022-08-13 9:10 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2022-08-13 9:10 UTC (permalink / raw
To: gentoo-commits
commit: 6e6ef4154ba0dc7ad14243aacbd66237d85ffe7f
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 08:55:59 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 09:05:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6ef415
games-misc/doge: very PythonGHDistfileSuffix, so fix
revbump not essential but it updates people offline files
and this is a small package
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-misc/doge/Manifest | 2 +-
games-misc/doge/{doge-3.6.0-r1.ebuild => doge-3.6.0-r2.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-misc/doge/Manifest b/games-misc/doge/Manifest
index a2f206631f31..d4c303bc5883 100644
--- a/games-misc/doge/Manifest
+++ b/games-misc/doge/Manifest
@@ -1 +1 @@
-DIST doge-3.6.0.tar.gz 19530 BLAKE2B 016b5d90aa6c1a29ded035de2d17db4ff6470235969ade60d85c4b1d91baba14d635025308dbb072acd3a37da990a5713a281f70774226c5dca7fcad95e3d90d SHA512 6c03b32c03f2503476fdc979053a586bc62cc8f82eba4c4f4bf6d7fc4d37526b0d9fe4c0f5cd709ef983b7e3e3885e60f765bc4aafb58243ff24d92851d6a39f
+DIST doge-3.6.0.gh.tar.gz 19530 BLAKE2B 016b5d90aa6c1a29ded035de2d17db4ff6470235969ade60d85c4b1d91baba14d635025308dbb072acd3a37da990a5713a281f70774226c5dca7fcad95e3d90d SHA512 6c03b32c03f2503476fdc979053a586bc62cc8f82eba4c4f4bf6d7fc4d37526b0d9fe4c0f5cd709ef983b7e3e3885e60f765bc4aafb58243ff24d92851d6a39f
diff --git a/games-misc/doge/doge-3.6.0-r1.ebuild b/games-misc/doge/doge-3.6.0-r2.ebuild
similarity index 95%
rename from games-misc/doge/doge-3.6.0-r1.ebuild
rename to games-misc/doge/doge-3.6.0-r2.ebuild
index bc623d1bae0c..026469f1b4dd 100644
--- a/games-misc/doge/doge-3.6.0-r1.ebuild
+++ b/games-misc/doge/doge-3.6.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION="wow very terminal doge"
HOMEPAGE="https://pypi.org/project/doge/"
-SRC_URI="https://github.com/thiderman/doge/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/thiderman/doge/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2022-08-13 9:10 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2022-08-13 9:10 UTC (permalink / raw
To: gentoo-commits
commit: 6e088aa2e8c3b05f54c7402c8a16bdc29975e375
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 08:53:50 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 09:05:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e088aa2
games-misc/doge: such adoption by games, wow
Can't leave such an important package without a maintainer.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-misc/doge/metadata.xml | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/games-misc/doge/metadata.xml b/games-misc/doge/metadata.xml
index ef8454a54cfb..881370d0b830 100644
--- a/games-misc/doge/metadata.xml
+++ b/games-misc/doge/metadata.xml
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!--maintainer-needed-->
- <longdescription lang="en">
- doge is a simple motd script based on the slightly stupid but very funny doge meme. It prints random grammatically incorrect statements that are sometimes based on things from your computer.
+ <maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games Project</name>
+ </maintainer>
+ <longdescription>
+ doge is a simple motd script based on the slightly stupid
+ but very funny doge meme. It prints random grammatically
+ incorrect statements that are sometimes based on things
+ from your computer.
</longdescription>
<upstream>
<remote-id type="pypi">doge</remote-id>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2024-01-09 10:49 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2024-01-09 10:49 UTC (permalink / raw
To: gentoo-commits
commit: b80d355bc4894b49473f3b4fbc200e414f1f0a06
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 9 10:34:44 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 9 10:47:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80d355b
games-misc/doge: very bump, such 3.7.0
wow
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-misc/doge/Manifest | 1 +
games-misc/doge/doge-3.7.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/games-misc/doge/Manifest b/games-misc/doge/Manifest
index d4c303bc5883..3819fdba6471 100644
--- a/games-misc/doge/Manifest
+++ b/games-misc/doge/Manifest
@@ -1 +1,2 @@
DIST doge-3.6.0.gh.tar.gz 19530 BLAKE2B 016b5d90aa6c1a29ded035de2d17db4ff6470235969ade60d85c4b1d91baba14d635025308dbb072acd3a37da990a5713a281f70774226c5dca7fcad95e3d90d SHA512 6c03b32c03f2503476fdc979053a586bc62cc8f82eba4c4f4bf6d7fc4d37526b0d9fe4c0f5cd709ef983b7e3e3885e60f765bc4aafb58243ff24d92851d6a39f
+DIST doge-3.7.0.tar.gz 23977 BLAKE2B fdec0fd339c639941e91e8f19452303f181e254183cf38f2f341c2d27b4056196150510e5ddf2516e1510cae300d2cc8c73cafc48b1943f525e7af56e8de7cd6 SHA512 c65a150c36ccd200774ede81c4ef7e7d60e700aa75eb9e0d30d459cad1b4343003e972794f0b9f817a17c4651be71dd8c0e87227a32c8ccd4dc895483df93303
diff --git a/games-misc/doge/doge-3.7.0.ebuild b/games-misc/doge/doge-3.7.0.ebuild
new file mode 100644
index 000000000000..4c9ec945f2ec
--- /dev/null
+++ b/games-misc/doge/doge-3.7.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="wow very terminal doge"
+HOMEPAGE="https://github.com/thiderman/doge/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ $(python_gen_cond_dep 'dev-python/python-dateutil[${PYTHON_USEDEP}]')
+ sys-process/procps
+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2024-01-23 9:11 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2024-01-23 9:11 UTC (permalink / raw
To: gentoo-commits
commit: d6a70cc38d3b4da9856d4851f868c01752f5b321
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 08:35:48 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 09:09:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a70cc3
games-misc/doge: drop 3.6.0-r2, wow
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-misc/doge/Manifest | 1 -
games-misc/doge/doge-3.6.0-r2.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/games-misc/doge/Manifest b/games-misc/doge/Manifest
index 3819fdba6471..deeae8acec13 100644
--- a/games-misc/doge/Manifest
+++ b/games-misc/doge/Manifest
@@ -1,2 +1 @@
-DIST doge-3.6.0.gh.tar.gz 19530 BLAKE2B 016b5d90aa6c1a29ded035de2d17db4ff6470235969ade60d85c4b1d91baba14d635025308dbb072acd3a37da990a5713a281f70774226c5dca7fcad95e3d90d SHA512 6c03b32c03f2503476fdc979053a586bc62cc8f82eba4c4f4bf6d7fc4d37526b0d9fe4c0f5cd709ef983b7e3e3885e60f765bc4aafb58243ff24d92851d6a39f
DIST doge-3.7.0.tar.gz 23977 BLAKE2B fdec0fd339c639941e91e8f19452303f181e254183cf38f2f341c2d27b4056196150510e5ddf2516e1510cae300d2cc8c73cafc48b1943f525e7af56e8de7cd6 SHA512 c65a150c36ccd200774ede81c4ef7e7d60e700aa75eb9e0d30d459cad1b4343003e972794f0b9f817a17c4651be71dd8c0e87227a32c8ccd4dc895483df93303
diff --git a/games-misc/doge/doge-3.6.0-r2.ebuild b/games-misc/doge/doge-3.6.0-r2.ebuild
deleted file mode 100644
index d03e68433c41..000000000000
--- a/games-misc/doge/doge-3.6.0-r2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="wow very terminal doge"
-HOMEPAGE="https://pypi.org/project/doge/"
-SRC_URI="https://github.com/thiderman/doge/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="sys-process/procps"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2024-03-21 2:43 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2024-03-21 2:43 UTC (permalink / raw
To: gentoo-commits
commit: 6bd9e5e6d0e9f0bd470584f4030e0fc61615c2c3
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 02:37:10 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 02:42:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd9e5e6
games-misc/doge: very 3.8.0, much bump
...wow
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-misc/doge/Manifest | 1 +
games-misc/doge/doge-3.8.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/games-misc/doge/Manifest b/games-misc/doge/Manifest
index deeae8acec13..2bccb2b9e730 100644
--- a/games-misc/doge/Manifest
+++ b/games-misc/doge/Manifest
@@ -1 +1,2 @@
DIST doge-3.7.0.tar.gz 23977 BLAKE2B fdec0fd339c639941e91e8f19452303f181e254183cf38f2f341c2d27b4056196150510e5ddf2516e1510cae300d2cc8c73cafc48b1943f525e7af56e8de7cd6 SHA512 c65a150c36ccd200774ede81c4ef7e7d60e700aa75eb9e0d30d459cad1b4343003e972794f0b9f817a17c4651be71dd8c0e87227a32c8ccd4dc895483df93303
+DIST doge-3.8.0.tar.gz 29262 BLAKE2B 3daf2efd4b49651b0c240e6d3e996830296c38951fced3b4bb68b9b7d159e53fe9a6de418157742429cda5a0b2a5ec7ad071c35473c40db296b549ca26df0dc9 SHA512 918c384f4256ccf1bb1c4b66f590ecc885d826676a7aba0f76b8b025cc8b3cf4150a5f75db4627b4c8fc2a14fc6dacd5631db8b06be7a7dba619252789d10fb8
diff --git a/games-misc/doge/doge-3.8.0.ebuild b/games-misc/doge/doge-3.8.0.ebuild
new file mode 100644
index 000000000000..4c9ec945f2ec
--- /dev/null
+++ b/games-misc/doge/doge-3.8.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="wow very terminal doge"
+HOMEPAGE="https://github.com/thiderman/doge/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ $(python_gen_cond_dep 'dev-python/python-dateutil[${PYTHON_USEDEP}]')
+ sys-process/procps
+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/
@ 2024-04-27 12:11 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2024-04-27 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 736344a3e55f547c0d5bb93ff20645242d494c79
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 11:36:49 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 12:10:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736344a3
games-misc/doge: much 3.7.0 removal, wow
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-misc/doge/Manifest | 1 -
games-misc/doge/doge-3.7.0.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/games-misc/doge/Manifest b/games-misc/doge/Manifest
index 2bccb2b9e730..e5649d9b1c8d 100644
--- a/games-misc/doge/Manifest
+++ b/games-misc/doge/Manifest
@@ -1,2 +1 @@
-DIST doge-3.7.0.tar.gz 23977 BLAKE2B fdec0fd339c639941e91e8f19452303f181e254183cf38f2f341c2d27b4056196150510e5ddf2516e1510cae300d2cc8c73cafc48b1943f525e7af56e8de7cd6 SHA512 c65a150c36ccd200774ede81c4ef7e7d60e700aa75eb9e0d30d459cad1b4343003e972794f0b9f817a17c4651be71dd8c0e87227a32c8ccd4dc895483df93303
DIST doge-3.8.0.tar.gz 29262 BLAKE2B 3daf2efd4b49651b0c240e6d3e996830296c38951fced3b4bb68b9b7d159e53fe9a6de418157742429cda5a0b2a5ec7ad071c35473c40db296b549ca26df0dc9 SHA512 918c384f4256ccf1bb1c4b66f590ecc885d826676a7aba0f76b8b025cc8b3cf4150a5f75db4627b4c8fc2a14fc6dacd5631db8b06be7a7dba619252789d10fb8
diff --git a/games-misc/doge/doge-3.7.0.ebuild b/games-misc/doge/doge-3.7.0.ebuild
deleted file mode 100644
index 4c9ec945f2ec..000000000000
--- a/games-misc/doge/doge-3.7.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="wow very terminal doge"
-HOMEPAGE="https://github.com/thiderman/doge/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- $(python_gen_cond_dep 'dev-python/python-dateutil[${PYTHON_USEDEP}]')
- sys-process/procps
-"
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-04-27 12:11 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-01 10:55 [gentoo-commits] repo/gentoo:master commit in: games-misc/doge/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-04-27 12:11 Ionen Wolkens
2024-03-21 2:43 Ionen Wolkens
2024-01-23 9:11 Ionen Wolkens
2024-01-09 10:49 Ionen Wolkens
2022-08-13 9:10 Ionen Wolkens
2022-08-13 9:10 Ionen Wolkens
2022-07-28 15:05 Ionen Wolkens
2022-02-12 2:04 Ionen Wolkens
2022-02-11 23:16 Ionen Wolkens
2020-04-26 13:37 Joonas Niilola
2020-04-26 13:37 Joonas Niilola
2017-05-24 12:27 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox