diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2020-05-09 13:56:45 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2020-05-09 13:59:41 +0300 |
commit | 5d5edfd085c3072f94de858086272045b19a5cfb (patch) | |
tree | d2623985a73ad058e625d081a58096921c4a6804 /net-news/canto-daemon | |
parent | net-mail/mailman: Version bump (diff) | |
download | gentoo-5d5edfd085c3072f94de858086272045b19a5cfb.tar.gz gentoo-5d5edfd085c3072f94de858086272045b19a5cfb.tar.bz2 gentoo-5d5edfd085c3072f94de858086272045b19a5cfb.zip |
net-news/canto-daemon: version bump, drop old
Reported-by: Christian Buchinger <cb-gentoo@guya.de>
Closes: https://bugs.gentoo.org/668920
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'net-news/canto-daemon')
-rw-r--r-- | net-news/canto-daemon/Manifest | 2 | ||||
-rw-r--r-- | net-news/canto-daemon/canto-daemon-0.9.7.ebuild (renamed from net-news/canto-daemon/canto-daemon-0.9.1.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-news/canto-daemon/Manifest b/net-news/canto-daemon/Manifest index 374426378e56..c41f450f054d 100644 --- a/net-news/canto-daemon/Manifest +++ b/net-news/canto-daemon/Manifest @@ -1 +1 @@ -DIST canto-daemon-0.9.1.tar.gz 49316 BLAKE2B 9e19dfe348b915735f81a74d7eed21a2c442c2f16d7c78c881ed06db6079154921a34e39b5b28fd17ccae7a626ef2f931b169f35bb15a29b091ec3a444acf4e0 SHA512 88e708c92813ddda44a8ea6a5d21722510822f22ebc0a4fb4165e6793ea50d89b139a51a4b1e06f811d7073c6b103590b52e4299c674f904e8b5aae7645484fd +DIST canto-daemon-0.9.7.tar.gz 53833 BLAKE2B 148929d610ccde11d32295b585e7ff01d847e4fbf8e9d0bea63fdf2c38b3474f958ff99a2667624b08ab90e004023659b9f4aa0477a67ed5b6e218eac4b2eedc SHA512 8c8c73cb6bc7455620abd299dfa0350ea5b8ec0e04d7ccdb1dd8ee2a6de51d0a0ba3934d66141dc899d28e49993c87002a936659f9c31b3c416ee294f9b616b9 diff --git a/net-news/canto-daemon/canto-daemon-0.9.1.ebuild b/net-news/canto-daemon/canto-daemon-0.9.7.ebuild index a5006ea04687..b7c139a520be 100644 --- a/net-news/canto-daemon/canto-daemon-0.9.1.ebuild +++ b/net-news/canto-daemon/canto-daemon-0.9.7.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="xml(+),threads(+)" inherit distutils-r1 multilib DESCRIPTION="Daemon part of Canto-NG RSS reader" HOMEPAGE="https://codezen.org/canto-ng/" -SRC_URI="https://codezen.org/static/${P}.tar.gz" +SRC_URI="https://github.com/themoken/canto-next/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |