Delete old pacakges

This commit is contained in:
Mario Fetka
2022-04-05 11:19:41 +02:00
parent 29d190f59a
commit 07b5b2c0b1
29 changed files with 9 additions and 993 deletions

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8,9} )
inherit distutils-r1
DESCRIPTION="Simple two way ordered dictionary for Python"
HOMEPAGE="https://github.com/MrS0m30n3/twodict"
LICENSE="Unlicense"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/MrS0m30n3/${PN}"
else
SRC_URI="https://github.com/MrS0m30n3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86"
fi
SLOT="0"
DEPEND=""
RDEPEND="${PYTHON_DEPS}"