summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-03-10 12:38:00 +0100
committerDavid Seifert <soap@gentoo.org>2017-03-10 13:42:58 +0100
commit962798095ddd549459b1a236036e561681a37836 (patch)
treeddef7a16a1bc3edf44dc349977a7700895a0a8d8 /dev-python/cangjie
parentdev-python/cangjie: Port to EAPI 6 (diff)
downloadgentoo-962798095ddd549459b1a236036e561681a37836.tar.gz
gentoo-962798095ddd549459b1a236036e561681a37836.tar.bz2
gentoo-962798095ddd549459b1a236036e561681a37836.zip
dev-python/cangjie: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/cangjie')
-rw-r--r--dev-python/cangjie/Manifest1
-rw-r--r--dev-python/cangjie/cangjie-1.1.ebuild34
-rw-r--r--dev-python/cangjie/cangjie-1.2.ebuild37
3 files changed, 0 insertions, 72 deletions
diff --git a/dev-python/cangjie/Manifest b/dev-python/cangjie/Manifest
index 7960a881f1a8..dcfa4982cd3c 100644
--- a/dev-python/cangjie/Manifest
+++ b/dev-python/cangjie/Manifest
@@ -1,2 +1 @@
-DIST cangjie-1.1.tar.xz 221460 SHA256 97391213ec80f885a5dc8fb9e61f3ab511e8106f3dc924535af41822c0c8ac6f SHA512 ef1acd9fcfb8f3da94fa282c173bd82ed7f827f9b33921689e2a811fc9268dfdc25bec6f53ac448cea85b220790f5816c0ee0e4ed95750afab4312850cc14df2 WHIRLPOOL f28aaef1ae982e9cddb85477c1bbc4d4fad4753fe663d4d25cf593f011c1b3305947795683520152a26e42a60d9aeb09e61cdd71704a4a4af9a716cb1634c771
DIST cangjie-1.2.tar.xz 221524 SHA256 bc9115904f65581a11e43044c83e999e583468d1bb98c04b33ea059205e07c10 SHA512 4cc3e0e4a77b671c93fe39f17c970d458d6d935c1efa33f9d8de0a0311ed6c3a444fd41431d553f70f3e96065f8136801128d8b16c86d0340c78ab560bd9e63f WHIRLPOOL 72f3b532bf149df0740fc9d3fd137416cb29a0db81285fd67cd51d3a47d34fd2a32655302a912d5caf8666ef55550d2f84242021163bfff12d5734b2d820f13c
diff --git a/dev-python/cangjie/cangjie-1.1.ebuild b/dev-python/cangjie/cangjie-1.1.ebuild
deleted file mode 100644
index 40e474db929f..000000000000
--- a/dev-python/cangjie/cangjie-1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_4 )
-
-inherit autotools-utils python-r1
-
-DESCRIPTION="The Python bindings to libcangjie"
-HOMEPAGE="http://cangjians.github.io"
-SRC_URI="http://cangjians.github.io/downloads/pycangjie/cangjie-${PV}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="${PYTHON_DEPS}
- app-i18n/libcangjie
- dev-python/cython
- >=dev-python/cython-0.14"
-RDEPEND="app-i18n/libcangjie
- ${PYTHON_DEPS}"
-
-src_configure() {
- python_foreach_impl autotools-utils_src_configure
-}
-
-src_compile() {
- python_foreach_impl autotools-utils_src_compile
-}
-
-src_install() {
- python_foreach_impl autotools-utils_src_install
-}
diff --git a/dev-python/cangjie/cangjie-1.2.ebuild b/dev-python/cangjie/cangjie-1.2.ebuild
deleted file mode 100644
index 3d7191406a5d..000000000000
--- a/dev-python/cangjie/cangjie-1.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_4 )
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils python-r1
-
-DESCRIPTION="The Python bindings to libcangjie"
-HOMEPAGE="http://cangjians.github.io"
-SRC_URI="https://github.com/Cangjians/pycangjie/releases/download/v${PV}/cangjie-${PV}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="${PYTHON_DEPS}
- app-i18n/libcangjie
- dev-python/cython[${PYTHON_USEDEP}]"
-
-RDEPEND="app-i18n/libcangjie
- ${PYTHON_DEPS}"
-
-PATCHES=( "${FILESDIR}/${P}-cython-022.patch" )
-
-src_configure() {
- python_foreach_impl autotools-utils_src_configure
-}
-
-src_compile() {
- python_foreach_impl autotools-utils_src_compile
-}
-
-src_install() {
- python_foreach_impl autotools-utils_src_install
-}