summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-09-24 15:31:21 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-09-24 15:31:21 +0000
commitf56849f6e0bc6b48b4f502d8534433886bcbb8cf (patch)
tree2b27df835f559a8f609074632ce4035b4ed06f37 /app-i18n
parentVersion bump (diff)
downloadgentoo-2-f56849f6e0bc6b48b4f502d8534433886bcbb8cf.tar.gz
gentoo-2-f56849f6e0bc6b48b4f502d8534433886bcbb8cf.tar.bz2
gentoo-2-f56849f6e0bc6b48b4f502d8534433886bcbb8cf.zip
Version bumped. Clean up ebuild.
(Portage version: 2.2_rc9/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/qimhangul/ChangeLog9
-rw-r--r--app-i18n/qimhangul/files/qimhangul-0.0.2-gentoo.patch23
-rw-r--r--app-i18n/qimhangul/qimhangul-0.1.2.ebuild (renamed from app-i18n/qimhangul/qimhangul-0.0.2.ebuild)29
3 files changed, 22 insertions, 39 deletions
diff --git a/app-i18n/qimhangul/ChangeLog b/app-i18n/qimhangul/ChangeLog
index 7781cec291d6..2492d3eab10b 100644
--- a/app-i18n/qimhangul/ChangeLog
+++ b/app-i18n/qimhangul/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-i18n/qimhangul
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/ChangeLog,v 1.8 2008/07/27 19:48:20 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/ChangeLog,v 1.9 2008/09/24 15:31:20 matsuu Exp $
+
+*qimhangul-0.1.2 (24 Sep 2008)
+
+ 24 Sep 2008; MATSUU Takuto <matsuu@gentoo.org>
+ -files/qimhangul-0.0.2-gentoo.patch, -qimhangul-0.0.2.ebuild,
+ +qimhangul-0.1.2.ebuild:
+ Version bumped. Clean up ebuild. Removed old version.
27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qimhangul-0.0.2.ebuild,
qimhangul-0.0.3.ebuild:
diff --git a/app-i18n/qimhangul/files/qimhangul-0.0.2-gentoo.patch b/app-i18n/qimhangul/files/qimhangul-0.0.2-gentoo.patch
deleted file mode 100644
index 2f0443871c9f..000000000000
--- a/app-i18n/qimhangul/files/qimhangul-0.0.2-gentoo.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- qimhangul-0.0.2.ebuild.orig 2005-08-24 01:04:09.000000000 +0900
-+++ qimhangul-0.0.2.ebuild 2005-08-24 01:08:27.000000000 +0900
-@@ -2,7 +2,7 @@
- # Distributed under the terms of the GNU General Public License v2
- # $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/files/qimhangul-0.0.2-gentoo.patch,v 1.1 2005/12/04 03:40:31 usata Exp $
-
--inherit qt3
-+inherit eutils qt3
-
- DESCRIPTION="Korean input method plugin for Qt immodules"
- HOMEPAGE="http://kldp.net/projects/qimhangul/"
-@@ -21,6 +21,11 @@
- fi
- }
-
-+src_unpack() {
-+ unpack ${A}
-+ epatch ${FILESDIR}/qimhangul-0.0.2.patch
-+}
-+
- src_compile() {
- ${QTDIR}/bin/qmake -makefile || die "qmake failed"
- emake -j1 || die "make failed."
diff --git a/app-i18n/qimhangul/qimhangul-0.0.2.ebuild b/app-i18n/qimhangul/qimhangul-0.1.2.ebuild
index a95607069959..53667f929422 100644
--- a/app-i18n/qimhangul/qimhangul-0.0.2.ebuild
+++ b/app-i18n/qimhangul/qimhangul-0.1.2.ebuild
@@ -1,43 +1,42 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.0.2.ebuild,v 1.4 2008/07/27 19:48:20 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.1.2.ebuild,v 1.1 2008/09/24 15:31:20 matsuu Exp $
EAPI=1
-inherit qt3 eutils
+inherit eutils qt3
DESCRIPTION="Korean input method plugin for Qt immodules"
HOMEPAGE="http://kldp.net/projects/qimhangul/"
-SRC_URI="http://kldp.net/frs/download.php/1800/${P}.tar.gz"
+SRC_URI="http://kldp.net/frs/download.php/4620/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="x11-libs/qt:3"
+RDEPEND="x11-libs/qt:3
+ app-i18n/libhangul"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
pkg_setup() {
- if [ ! -e "${QTDIR}"/plugins/inputmethods/libqimsw-none.so ] ; then
+ if use qt3 && ! built_with_use =x11-libs/qt-3* immqt-bc && ! built_with_use =x11-libs/qt-3* immqt; then
+ eerror "To support qt3 in this package is required to have"
+ eerror "=x11-libs/qt-3* compiled with immqt-bc(recommended) or immqt USE flag."
die "You need to rebuild >=x11-libs/qt-3.3.3-r1 with immqt-bc or immqt USE flag enabled."
fi
}
src_compile() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_compile() {
"${QTDIR}"/bin/qmake -makefile || die "qmake failed"
- emake -j1 || die "make failed."
+ emake || die "make failed."
}
src_install() {
- make INSTALL_ROOT="${D}" install || die
+ emake INSTALL_ROOT="${D}" install || die
- dodoc ChangeLog
+ dodoc AUTHORS ChangeLog* README
}
pkg_postinst() {