Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
Date: Fri, 10 Mar 2017 12:43:33
Message-Id: 1489149778.962798095ddd549459b1a236036e561681a37836.soap@gentoo
1 commit: 962798095ddd549459b1a236036e561681a37836
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 10 11:38:00 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 10 12:42:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96279809
7
8 dev-python/cangjie: Remove old
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-python/cangjie/Manifest | 1 -
13 dev-python/cangjie/cangjie-1.1.ebuild | 34 --------------------------------
14 dev-python/cangjie/cangjie-1.2.ebuild | 37 -----------------------------------
15 3 files changed, 72 deletions(-)
16
17 diff --git a/dev-python/cangjie/Manifest b/dev-python/cangjie/Manifest
18 index 7960a881f1a..dcfa4982cd3 100644
19 --- a/dev-python/cangjie/Manifest
20 +++ b/dev-python/cangjie/Manifest
21 @@ -1,2 +1 @@
22 -DIST cangjie-1.1.tar.xz 221460 SHA256 97391213ec80f885a5dc8fb9e61f3ab511e8106f3dc924535af41822c0c8ac6f SHA512 ef1acd9fcfb8f3da94fa282c173bd82ed7f827f9b33921689e2a811fc9268dfdc25bec6f53ac448cea85b220790f5816c0ee0e4ed95750afab4312850cc14df2 WHIRLPOOL f28aaef1ae982e9cddb85477c1bbc4d4fad4753fe663d4d25cf593f011c1b3305947795683520152a26e42a60d9aeb09e61cdd71704a4a4af9a716cb1634c771
23 DIST cangjie-1.2.tar.xz 221524 SHA256 bc9115904f65581a11e43044c83e999e583468d1bb98c04b33ea059205e07c10 SHA512 4cc3e0e4a77b671c93fe39f17c970d458d6d935c1efa33f9d8de0a0311ed6c3a444fd41431d553f70f3e96065f8136801128d8b16c86d0340c78ab560bd9e63f WHIRLPOOL 72f3b532bf149df0740fc9d3fd137416cb29a0db81285fd67cd51d3a47d34fd2a32655302a912d5caf8666ef55550d2f84242021163bfff12d5734b2d820f13c
24
25 diff --git a/dev-python/cangjie/cangjie-1.1.ebuild b/dev-python/cangjie/cangjie-1.1.ebuild
26 deleted file mode 100644
27 index 40e474db929..00000000000
28 --- a/dev-python/cangjie/cangjie-1.1.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -PYTHON_COMPAT=( python3_4 )
36 -
37 -inherit autotools-utils python-r1
38 -
39 -DESCRIPTION="The Python bindings to libcangjie"
40 -HOMEPAGE="http://cangjians.github.io"
41 -SRC_URI="http://cangjians.github.io/downloads/pycangjie/cangjie-${PV}.tar.xz"
42 -
43 -LICENSE="LGPL-3+"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -DEPEND="${PYTHON_DEPS}
48 - app-i18n/libcangjie
49 - dev-python/cython
50 - >=dev-python/cython-0.14"
51 -RDEPEND="app-i18n/libcangjie
52 - ${PYTHON_DEPS}"
53 -
54 -src_configure() {
55 - python_foreach_impl autotools-utils_src_configure
56 -}
57 -
58 -src_compile() {
59 - python_foreach_impl autotools-utils_src_compile
60 -}
61 -
62 -src_install() {
63 - python_foreach_impl autotools-utils_src_install
64 -}
65
66 diff --git a/dev-python/cangjie/cangjie-1.2.ebuild b/dev-python/cangjie/cangjie-1.2.ebuild
67 deleted file mode 100644
68 index 3d7191406a5..00000000000
69 --- a/dev-python/cangjie/cangjie-1.2.ebuild
70 +++ /dev/null
71 @@ -1,37 +0,0 @@
72 -# Copyright 1999-2015 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=5
76 -PYTHON_COMPAT=( python3_4 )
77 -AUTOTOOLS_AUTORECONF=yes
78 -
79 -inherit autotools-utils python-r1
80 -
81 -DESCRIPTION="The Python bindings to libcangjie"
82 -HOMEPAGE="http://cangjians.github.io"
83 -SRC_URI="https://github.com/Cangjians/pycangjie/releases/download/v${PV}/cangjie-${PV}.tar.xz"
84 -
85 -LICENSE="LGPL-3+"
86 -SLOT="0"
87 -KEYWORDS="amd64 x86"
88 -
89 -DEPEND="${PYTHON_DEPS}
90 - app-i18n/libcangjie
91 - dev-python/cython[${PYTHON_USEDEP}]"
92 -
93 -RDEPEND="app-i18n/libcangjie
94 - ${PYTHON_DEPS}"
95 -
96 -PATCHES=( "${FILESDIR}/${P}-cython-022.patch" )
97 -
98 -src_configure() {
99 - python_foreach_impl autotools-utils_src_configure
100 -}
101 -
102 -src_compile() {
103 - python_foreach_impl autotools-utils_src_compile
104 -}
105 -
106 -src_install() {
107 - python_foreach_impl autotools-utils_src_install
108 -}