diff --git a/net-news/canto-curses/Manifest b/net-news/canto-curses/Manifest deleted file mode 100644 index 1190047..0000000 --- a/net-news/canto-curses/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST canto-curses-0.9.9.tar.gz 79963 BLAKE2B c6154dfa71ec88b405fb89feec66a6bb922dfb93523c865c33fe0664ed7ea796d795027ff65a355fd3767342ffd5fa8cb01f48475c262ded4413924df6339509 SHA512 2a88631506c1fda7278bb3ac376c2b67b4f2e5e1f443e49fe3035f542b66ac4b232fa66e7ae1b40e86b0a5cde3c38d11a0953754e5c5c7ed572a0da74656d798 diff --git a/net-news/canto-curses/canto-curses-0.9.9-r1.ebuild b/net-news/canto-curses/canto-curses-0.9.9-r1.ebuild deleted file mode 100644 index 1db307b..0000000 --- a/net-news/canto-curses/canto-curses-0.9.9-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -# TODO: -# - tests - -PYTHON_COMPAT=( python3_{8..9} ) -PYTHON_REQ_USE="ncurses(+),threads(+)" -DISTUTILS_USE_SETUPTOOLS=no -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.7[${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/metadata.xml b/net-news/canto-curses/metadata.xml deleted file mode 100644 index 5bba5e3..0000000 --- a/net-news/canto-curses/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - holgersson@posteo.de - Nils Freydank - - - themoken/canto-curses - - diff --git a/net-news/canto-daemon/Manifest b/net-news/canto-daemon/Manifest deleted file mode 100644 index 6ca71f2..0000000 --- a/net-news/canto-daemon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST canto-daemon-0.9.8.tar.gz 53866 BLAKE2B 55b5e9be9980df471e5488b7583be3b06f8f7048ecb3a89a64ecc9aafa806b201272bd16944a25e7a412da914cc83b76d1f19c0813366209c33195442a84586e SHA512 5394a0fea38ecbe28c02bd6f68e1e10e0523cf087bb0f79f17e53bdf8e9df16213beaa1c0a5f5873b3126022faf8d0fd999dbd01aa727c35b3c1a823501787da diff --git a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild deleted file mode 100644 index 3e3480d..0000000 --- a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_{8..9} ) -PYTHON_REQ_USE="xml(+),threads(+)" -DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 multilib - -DESCRIPTION="Daemon part of Canto-NG RSS reader" -HOMEPAGE="https://codezen.org/canto-ng/" -SRC_URI="https://github.com/themoken/canto-next/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/feedparser[${PYTHON_USEDEP}]" - -S="${WORKDIR}/canto-next-${PV}" - -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-daemon/metadata.xml b/net-news/canto-daemon/metadata.xml deleted file mode 100644 index 05f8d20..0000000 --- a/net-news/canto-daemon/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - pinkbyte@gentoo.org - Sergey Popov - - - themoken/canto-next - -