Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libcangjie/
Date: Tue, 04 Sep 2018 12:26:57
Message-Id: 1536063997.53bf47910737807e439b50901ce4c36ac17a415b.hattya@gentoo
1 commit: 53bf47910737807e439b50901ce4c36ac17a415b
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 4 12:23:51 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 4 12:26:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53bf4791
7
8 app-i18n/libcangjie: drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-i18n/libcangjie/Manifest | 1 -
13 app-i18n/libcangjie/libcangjie-1.1.ebuild | 16 ----------------
14 2 files changed, 17 deletions(-)
15
16 diff --git a/app-i18n/libcangjie/Manifest b/app-i18n/libcangjie/Manifest
17 index 68f57b674d6..bfc76d0e46f 100644
18 --- a/app-i18n/libcangjie/Manifest
19 +++ b/app-i18n/libcangjie/Manifest
20 @@ -1,2 +1 @@
21 -DIST libcangjie-1.1.tar.xz 573924 BLAKE2B d8d8543e2ab8717deb732a60668a8c66b0769177f4f954572d936b18d13c16cdc6355f82c7ee3bf1b7674fe1ff93f822a6ada381b6942fa15a47ff7b64f0bf78 SHA512 99c2dd055830bbaf6e2ef26cc285dd3edec780561af0799b450cc2fa44c8590217bbf38cd3d087c01cca1b467c7fff722c548b83fcb7c9177cd7c681a22f2901
22 DIST libcangjie-1.3.tar.xz 575240 BLAKE2B c7e3129a6dd9690223e46f20a7bf06148ed279880461faf031a6542a09e0b21f6740767a8e6fd43acb79175deef437c385df3448e672ebfb0b9f72701afb66a3 SHA512 216ad965cb265d700cc94e6b7892dd9a7d814eba364b7700870b7e704d17d8dc75be4c7af0a7a7fc0088a32e389e62822a05d089f1df714c5ffd347ece8b9f35
23
24 diff --git a/app-i18n/libcangjie/libcangjie-1.1.ebuild b/app-i18n/libcangjie/libcangjie-1.1.ebuild
25 deleted file mode 100644
26 index 22b48cbbb88..00000000000
27 --- a/app-i18n/libcangjie/libcangjie-1.1.ebuild
28 +++ /dev/null
29 @@ -1,16 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -DESCRIPTION="The library implementing the Cangjie input method"
36 -HOMEPAGE="http://cangjians.github.io"
37 -SRC_URI="http://cangjians.github.io/downloads/libcangjie/libcangjie-${PV}.tar.xz"
38 -
39 -LICENSE="LGPL-3+"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~x86"
42 -
43 -DEPEND="dev-db/sqlite:3="
44 -
45 -RDEPEND="${DEPEND}"