summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2014-04-08 00:21:30 +0000
committerNaohiro Aota <naota@gentoo.org>2014-04-08 00:21:30 +0000
commit3711b6db8d6c163b46b4d6c725d7250fa8102b4a (patch)
treed7b6363496345aaf4c812ad628133b92db394e45 /app-i18n/libcangjie/libcangjie-1.1.ebuild
parentNew ebuild app-i18n/libcangjie written by Brendan Horan. #506720 (diff)
downloadhistorical-3711b6db8d6c163b46b4d6c725d7250fa8102b4a.tar.gz
historical-3711b6db8d6c163b46b4d6c725d7250fa8102b4a.tar.bz2
historical-3711b6db8d6c163b46b4d6c725d7250fa8102b4a.zip
New ebuild app-i18n/libcangjie written by Brendan Horan. #506720
Package-Manager: portage-2.2.10/cvs/Linux x86_64 Manifest-Sign-Key: 0xF8551514
Diffstat (limited to 'app-i18n/libcangjie/libcangjie-1.1.ebuild')
-rw-r--r--app-i18n/libcangjie/libcangjie-1.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-i18n/libcangjie/libcangjie-1.1.ebuild b/app-i18n/libcangjie/libcangjie-1.1.ebuild
new file mode 100644
index 000000000000..74addd74a4cf
--- /dev/null
+++ b/app-i18n/libcangjie/libcangjie-1.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libcangjie/libcangjie-1.1.ebuild,v 1.1 2014/04/08 00:21:15 naota Exp $
+
+EAPI=5
+
+DESCRIPTION="The library implementing the Cangjie input method"
+HOMEPAGE="http://cangjians.github.io"
+SRC_URI="http://cangjians.github.io/downloads/libcangjie/libcangjie-${PV}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-db/sqlite"
+
+RDEPEND="dev-db/sqlite"