From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/
Date: Fri, 10 Mar 2017 12:43:28 +0000 (UTC) [thread overview]
Message-ID: <1489149778.962798095ddd549459b1a236036e561681a37836.soap@gentoo> (raw)
commit: 962798095ddd549459b1a236036e561681a37836
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 11:38:00 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 12:42:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96279809
dev-python/cangjie: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/cangjie/Manifest | 1 -
dev-python/cangjie/cangjie-1.1.ebuild | 34 --------------------------------
dev-python/cangjie/cangjie-1.2.ebuild | 37 -----------------------------------
3 files changed, 72 deletions(-)
diff --git a/dev-python/cangjie/Manifest b/dev-python/cangjie/Manifest
index 7960a881f1a..dcfa4982cd3 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 40e474db929..00000000000
--- 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 3d7191406a5..00000000000
--- 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
-}
next reply other threads:[~2017-03-10 12:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-10 12:43 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-26 0:51 [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/ Sam James
2021-09-13 7:49 Arthur Zamarin
2021-06-01 11:44 Sam James
2020-08-01 12:23 Akinori Hattori
2020-08-01 12:23 Akinori Hattori
2020-06-04 6:23 Agostino Sarubbo
2020-04-22 18:40 Michał Górny
2018-09-04 12:33 Akinori Hattori
2018-09-04 12:33 Akinori Hattori
2018-04-15 18:48 Patrice Clement
2017-03-10 12:43 David Seifert
2015-11-06 9:14 Agostino Sarubbo
2015-10-19 9:27 Agostino Sarubbo
2015-08-09 5:57 Mike Gilbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1489149778.962798095ddd549459b1a236036e561681a37836.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox