diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2020-05-09 13:58:27 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2020-05-09 13:59:43 +0300 |
commit | 421488dc855171db4ec652792d1f2dacfef5b58e (patch) | |
tree | 696f979bd689938a8e9404c17d46a982cc0ab1c7 /net-news/canto-curses | |
parent | net-news/canto-daemon: version bump, drop old (diff) | |
download | gentoo-421488dc855171db4ec652792d1f2dacfef5b58e.tar.gz gentoo-421488dc855171db4ec652792d1f2dacfef5b58e.tar.bz2 gentoo-421488dc855171db4ec652792d1f2dacfef5b58e.zip |
net-news/canto-curses: version bump, drop old
Reported-by: Christian Buchinger <cb-gentoo@guya.de>
Closes: https://bugs.gentoo.org/668924
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'net-news/canto-curses')
-rw-r--r-- | net-news/canto-curses/Manifest | 2 | ||||
-rw-r--r-- | net-news/canto-curses/canto-curses-0.9.9.ebuild (renamed from net-news/canto-curses/canto-curses-0.9.3.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-news/canto-curses/Manifest b/net-news/canto-curses/Manifest index c1bda7448cb4..119004758198 100644 --- a/net-news/canto-curses/Manifest +++ b/net-news/canto-curses/Manifest @@ -1 +1 @@ -DIST canto-curses-0.9.3.tar.gz 77748 BLAKE2B 7da3e9a3e12ba0216d67fe75ea4ad1e9e528ddc2289d187bfab4a43a09831535c8d5b86fa48f5784f5031b5a8a5783a65a9083a66b3d56658408db7276033466 SHA512 547061439e5d5a7f2bcb1643cc597578161f3c3c284520326fe483f79a60650e9b8b1c7cf5a5e1f165f13510e7cab893b77968b5995c66b572c0bb605b6ebaaa +DIST canto-curses-0.9.9.tar.gz 79963 BLAKE2B c6154dfa71ec88b405fb89feec66a6bb922dfb93523c865c33fe0664ed7ea796d795027ff65a355fd3767342ffd5fa8cb01f48475c262ded4413924df6339509 SHA512 2a88631506c1fda7278bb3ac376c2b67b4f2e5e1f443e49fe3035f542b66ac4b232fa66e7ae1b40e86b0a5cde3c38d11a0953754e5c5c7ed572a0da74656d798 diff --git a/net-news/canto-curses/canto-curses-0.9.3.ebuild b/net-news/canto-curses/canto-curses-0.9.9.ebuild index d125ebcb65ce..aebb0706e41e 100644 --- a/net-news/canto-curses/canto-curses-0.9.3.ebuild +++ b/net-news/canto-curses/canto-curses-0.9.9.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="ncurses(+),threads(+)" inherit distutils-r1 multilib DESCRIPTION="The ncurses client for canto-daemon" HOMEPAGE="https://codezen.org/canto-ng/" -SRC_URI="https://codezen.org/static/${P}.tar.gz" +SRC_URI="https://github.com/themoken/canto-curses/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |