From 421488dc855171db4ec652792d1f2dacfef5b58e Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Sat, 9 May 2020 13:58:27 +0300 Subject: net-news/canto-curses: version bump, drop old Reported-by: Christian Buchinger Closes: https://bugs.gentoo.org/668924 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergey Popov --- net-news/canto-curses/Manifest | 2 +- net-news/canto-curses/canto-curses-0.9.3.ebuild | 25 ------------------------- net-news/canto-curses/canto-curses-0.9.9.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 net-news/canto-curses/canto-curses-0.9.3.ebuild create mode 100644 net-news/canto-curses/canto-curses-0.9.9.ebuild (limited to 'net-news') 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.3.ebuild deleted file mode 100644 index d125ebcb65ce..000000000000 --- a/net-news/canto-curses/canto-curses-0.9.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python3_6 ) -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=net-news/canto-daemon-0.9.1[${PYTHON_USEDEP}]" - -python_prepare_all() { - # Respect libdir during plugins installation - sed -i -e "s:lib/canto:$(get_libdir)/canto:" setup.py || die - - distutils-r1_python_prepare_all -} diff --git a/net-news/canto-curses/canto-curses-0.9.9.ebuild b/net-news/canto-curses/canto-curses-0.9.9.ebuild new file mode 100644 index 000000000000..aebb0706e41e --- /dev/null +++ b/net-news/canto-curses/canto-curses-0.9.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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://github.com/themoken/canto-curses/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=net-news/canto-daemon-0.9.1[${PYTHON_USEDEP}]" + +python_prepare_all() { + # Respect libdir during plugins installation + sed -i -e "s:lib/canto:$(get_libdir)/canto:" setup.py || die + + distutils-r1_python_prepare_all +} -- cgit v1.2.3-65-gdbad