Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/e4u/
Date: Mon, 29 Oct 2018 23:15:29
Message-Id: 1540854899.9bb468901d7720743777c1624dc2581ca58f8700.monsieurp@gentoo
1 commit: 9bb468901d7720743777c1624dc2581ca58f8700
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sun Oct 28 17:08:23 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 23:14:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb46890
7
8 dev-python/e4u: drop old version.
9
10 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 dev-python/e4u/e4u-0.1_rc5.ebuild | 42 ---------------------------------------
15 1 file changed, 42 deletions(-)
16
17 diff --git a/dev-python/e4u/e4u-0.1_rc5.ebuild b/dev-python/e4u/e4u-0.1_rc5.ebuild
18 deleted file mode 100644
19 index 018777c32b7..00000000000
20 --- a/dev-python/e4u/e4u-0.1_rc5.ebuild
21 +++ /dev/null
22 @@ -1,42 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -PYTHON_COMPAT=( python2_7 )
29 -
30 -inherit distutils-r1
31 -
32 -MY_PV="${PV/_/}"
33 -
34 -DESCRIPTION="A library for handling unicode emoji and carrier's emoji"
35 -HOMEPAGE="https://github.com/lambdalisue/e4u"
36 -SRC_URI="https://github.com/lambdalisue/e4u/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz"
37 -
38 -KEYWORDS="~amd64 ~x86"
39 -LICENSE="BSD"
40 -SLOT="0"
41 -IUSE="test"
42 -
43 -RDEPEND="dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
44 - dev-python/setuptools[${PYTHON_USEDEP}]"
45 -
46 -DEPEND="${DEPEND}"
47 -
48 -S="${WORKDIR}/${PN}-${MY_PV}"
49 -
50 -PATCHES=(
51 - "${FILESDIR}"/change-emoji4unicode-url.patch
52 - "${FILESDIR}"/initialize-e4u-tests.patch
53 -)
54 -
55 -python_test() {
56 - esetup.py test
57 -}
58 -
59 -python_install_all() {
60 - insinto /usr/share/e4u
61 - doins e4u/data/emoji4unicode.xml
62 -
63 - distutils-r1_python_install_all
64 -}