diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-08-15 12:56:57 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-08-15 12:56:57 +0000 |
commit | 53b37fd62acdf5562fd351d2caa777ae9a1084f8 (patch) | |
tree | d61bb875e2393b262820c04178689a5dfd20f697 /app-i18n/qimhangul | |
parent | USE deps instead of built_with_use (diff) | |
download | gentoo-2-53b37fd62acdf5562fd351d2caa777ae9a1084f8.tar.gz gentoo-2-53b37fd62acdf5562fd351d2caa777ae9a1084f8.tar.bz2 gentoo-2-53b37fd62acdf5562fd351d2caa777ae9a1084f8.zip |
Remove ebuild using built_with_use. Bug #261562.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-i18n/qimhangul')
-rw-r--r-- | app-i18n/qimhangul/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/qimhangul/qimhangul-0.1.2.ebuild | 53 |
2 files changed, 6 insertions, 55 deletions
diff --git a/app-i18n/qimhangul/ChangeLog b/app-i18n/qimhangul/ChangeLog index 91c09d0b860e..84fc06067152 100644 --- a/app-i18n/qimhangul/ChangeLog +++ b/app-i18n/qimhangul/ChangeLog @@ -1,6 +1,10 @@ # 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.10 2008/11/02 09:57:36 matsuu Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/ChangeLog,v 1.11 2009/08/15 12:56:57 betelgeuse Exp $ + + 15 Aug 2009; Petteri Räty <betelgeuse@gentoo.org> + -qimhangul-0.1.2.ebuild: + Remove ebuild using built_with_use. Bug #261562. *qimhangul-0.1.2-r1 (02 Nov 2008) diff --git a/app-i18n/qimhangul/qimhangul-0.1.2.ebuild b/app-i18n/qimhangul/qimhangul-0.1.2.ebuild deleted file mode 100644 index 53667f929422..000000000000 --- a/app-i18n/qimhangul/qimhangul-0.1.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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.1.2.ebuild,v 1.1 2008/09/24 15:31:20 matsuu Exp $ - -EAPI=1 - -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/4620/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/qt:3 - app-i18n/libhangul" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -pkg_setup() { - 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() { - "${QTDIR}"/bin/qmake -makefile || die "qmake failed" - emake || die "make failed." -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die - - dodoc AUTHORS ChangeLog* README -} - -pkg_postinst() { - elog - elog "After you emerged ${PN}, use right click to switch immodules for Qt." - elog "If you would like to use qimhangul as default instead of XIM," - elog " set QT_IM_MODULE to hangul2." - elog "e.g.)" - elog " % export QT_IM_MODULE=hangul2" - elog - ewarn - ewarn "qtconfig is no longer used for selecting input methods." - ewarn -} |