diff options
Diffstat (limited to 'app-i18n/qimhangul/qimhangul-0.2.0.ebuild')
-rw-r--r-- | app-i18n/qimhangul/qimhangul-0.2.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-i18n/qimhangul/qimhangul-0.2.0.ebuild b/app-i18n/qimhangul/qimhangul-0.2.0.ebuild new file mode 100644 index 000000000000..b5b0eee8ac2c --- /dev/null +++ b/app-i18n/qimhangul/qimhangul-0.2.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="a qt-based imhangul" +HOMEPAGE="https://code.google.com/p/qimhangul/" +SRC_URI="https://qimhangul.googlecode.com/files/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND=">=app-i18n/libhangul-0.0.12 + dev-qt/qtgui:4" +RDEPEND="${DEPEND}" |