diff options
author | 2011-04-17 09:03:04 +0000 | |
---|---|---|
committer | 2011-04-17 09:03:04 +0000 | |
commit | 45a9f640df1e6cb501386f93b47f28761c082ca8 (patch) | |
tree | 141b28ea97a5dd346aae0f6b70c3145c39e0225e /app-i18n/sunpinyin | |
parent | Added missing pkgconfig dep (diff) | |
download | gentoo-2-45a9f640df1e6cb501386f93b47f28761c082ca8.tar.gz gentoo-2-45a9f640df1e6cb501386f93b47f28761c082ca8.tar.bz2 gentoo-2-45a9f640df1e6cb501386f93b47f28761c082ca8.zip |
Fix bug #363759, remove useless use flags in metadata.xml
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/sunpinyin')
-rw-r--r-- | app-i18n/sunpinyin/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/sunpinyin/metadata.xml | 5 | ||||
-rw-r--r-- | app-i18n/sunpinyin/sunpinyin-2.0.3-r1.ebuild | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/app-i18n/sunpinyin/ChangeLog b/app-i18n/sunpinyin/ChangeLog index 75997074e7cb..2ed57d86b4f1 100644 --- a/app-i18n/sunpinyin/ChangeLog +++ b/app-i18n/sunpinyin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/sunpinyin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/sunpinyin/ChangeLog,v 1.7 2011/02/26 08:09:49 qiaomuf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/sunpinyin/ChangeLog,v 1.8 2011/04/17 09:03:04 qiaomuf Exp $ + + 17 Apr 2011; Mu Qiao <qiaomuf@gentoo.org> sunpinyin-2.0.3-r1.ebuild, + metadata.xml: + Fix bug #363759, remove useless use flags in metadata.xml *sunpinyin-2.0.3-r1 (26 Feb 2011) diff --git a/app-i18n/sunpinyin/metadata.xml b/app-i18n/sunpinyin/metadata.xml index 55b463759d55..2d5852c16c60 100644 --- a/app-i18n/sunpinyin/metadata.xml +++ b/app-i18n/sunpinyin/metadata.xml @@ -2,9 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>cjk</herd> -<use> - <flag name='ibus'>Enable support for <pkg>app-i18n/ibus</pkg> input method - </flag> - <flag name='xim'>Enable support for XIM</flag> -</use> </pkgmetadata> diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.3-r1.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.3-r1.ebuild index 542c37df0f82..ab98a0cd7f30 100644 --- a/app-i18n/sunpinyin/sunpinyin-2.0.3-r1.ebuild +++ b/app-i18n/sunpinyin/sunpinyin-2.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/sunpinyin/sunpinyin-2.0.3-r1.ebuild,v 1.1 2011/02/26 08:09:49 qiaomuf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/sunpinyin/sunpinyin-2.0.3-r1.ebuild,v 1.2 2011/04/17 09:03:04 qiaomuf Exp $ EAPI="1" inherit eutils scons-utils @@ -28,11 +28,11 @@ src_unpack() { } src_compile() { - escons --prefix="/usr" + escons --prefix="/usr" || die } src_install() { - escons --prefix="/usr" --install-sandbox="${D}" install + escons --prefix="/usr" --install-sandbox="${D}" install || die } pkg_postinst() { |