diff --git a/net-im/toot/Manifest b/net-im/toot/Manifest deleted file mode 100644 index ebf6478..0000000 --- a/net-im/toot/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST toot-0.27.0.tar.gz 67199 BLAKE2B d5fc313ab8e4672c4be7bbec8e5fc70d58fb93ec6ee4174d2e357f0657283c71c8a3709f9846ba539e5f4e8ae5347ad3e3a7bea6222355216408477453edb402 SHA512 8016372d5441f0173a134c69fe0e631b92970d8f2e3db8237ebc7fadc07d661d0817d895e06cd375c21f2b647001bf774ca50c5030411c67700b1523a66a9604 diff --git a/net-im/toot/toot-0.27.0-r2.ebuild b/net-im/toot/toot-0.28.0.ebuild similarity index 91% rename from net-im/toot/toot-0.27.0-r2.ebuild rename to net-im/toot/toot-0.28.0.ebuild index dd3c860..155bf55 100644 --- a/net-im/toot/toot-0.27.0-r2.ebuild +++ b/net-im/toot/toot-0.28.0.ebuild @@ -4,14 +4,13 @@ EAPI="8" PYTHON_COMPAT=( python3_{9..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="CLI/TUI mastodon client written in python" HOMEPAGE="https://github.com/ihabunek/toot/ https://pypi.org/project/toot/" -if [ "${PV}" == "9999" ]; then +if [ "${PV}" == *9999 ]; then inherit git-r3 EGIT_REPO_URI="https://github.com/ihabunek/toot" else