dev-python/qtawesome: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 09:16:30 +0000 (10:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 13:38:51 +0000 (14:38 +0100)
dev-python/qtawesome/Manifest
dev-python/qtawesome/qtawesome-0.3.3.ebuild [deleted file]

index a2479d65fd4ae69d3020e182edd2976d73a9a1d2..f1c3e3e27ea2be71024fdbfe3c93359b5a65e57e 100644 (file)
@@ -1,2 +1 @@
-DIST QtAwesome-0.3.3.tar.gz 150081 BLAKE2B 27675af275a7e6a1731652a54394f4afadea3f8ae1fb2b16ca5dc1377c9af9b4f6429d9ea290ef1422c4c115bf135ac4a88069933bef1871578570b81764830b SHA512 2b89a0c2119ff98a5aa1ecd6a60dabc36feafbb8029a39a578376307bdcff7f0a4bed2395dd6aa13b8540671b9deb1dd14b6ef9144a3bfb3640ae78288a6d7eb
 DIST QtAwesome-0.4.4.tar.gz 159621 BLAKE2B 468f927b537eeada0926fc989498e6b1e2a5fc05a67f9f2286063c1feb0479798e95f07a05d8afaf51b07fb25b9717116cf4819b7830c0daa6e5807afdd6e756 SHA512 9dc8659993b8d61757865a1ec76f76e76db1232c6801f8216688c0578f612897fe189313c27107be264ac61c6ee2a866056acae51241be73a4fc5e9e5825008c
diff --git a/dev-python/qtawesome/qtawesome-0.3.3.ebuild b/dev-python/qtawesome/qtawesome-0.3.3.ebuild
deleted file mode 100644 (file)
index 7327684..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit eutils distutils-r1
-
-DESCRIPTION="Enables iconic fonts such as Font Awesome in PyQt"
-HOMEPAGE="https://github.com/spyder-ide/qtawesome/ https://pypi.python.org/pypi/QtAwesome/"
-MY_PN="QtAwesome"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-fonts/fontawesome"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"