* [gentoo-commits] gentoo-x86 commit in app-i18n/scim: scim-1.4.7-r1.ebuild ChangeLog scim-1.4.5-r1.ebuild scim-1.4.6.ebuild scim-1.4.7.ebuild
@ 2008-08-10 16:16 Matsuu Takuto (matsuu)
0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2008-08-10 16:16 UTC (permalink / raw
To: gentoo-commits
matsuu 08/08/10 16:16:52
Modified: scim-1.4.7-r1.ebuild ChangeLog scim-1.4.5-r1.ebuild
Removed: scim-1.4.6.ebuild scim-1.4.7.ebuild
Log:
Removed kde and qt3 USE flag. Removed PDEPEND.
(Portage version: 2.1.4.4)
Revision Changes Path
1.2 app-i18n/scim/scim-1.4.7-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim/scim-1.4.7-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim/scim-1.4.7-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim/scim-1.4.7-r1.ebuild?r1=1.1&r2=1.2
Index: scim-1.4.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scim-1.4.7-r1.ebuild 14 Jun 2008 09:40:12 -0000 1.1
+++ scim-1.4.7-r1.ebuild 10 Aug 2008 16:16:52 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.7-r1.ebuild,v 1.1 2008/06/14 09:40:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.7-r1.ebuild,v 1.2 2008/08/10 16:16:52 matsuu Exp $
inherit eutils flag-o-matic autotools
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="doc gtk kde qt3"
+IUSE="doc gtk"
RDEPEND="x11-libs/libX11
gtk? ( >=x11-libs/gtk+-2
@@ -28,9 +28,6 @@
dev-util/pkgconfig
>=dev-util/intltool-0.33"
-PDEPEND="kde? ( app-i18n/skim )
- qt3? ( || ( app-i18n/scim-qtimm app-i18n/scim-bridge ) )"
-
get_gtk_confdir() {
if use amd64 || ( [ "${CONF_LIBDIR}" == "lib32" ] && use x86 ) ; then
echo "/etc/gtk-2.0/${CHOST}"
1.122 app-i18n/scim/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 14 Jun 2008 09:40:12 -0000 1.121
+++ ChangeLog 10 Aug 2008 16:16:52 -0000 1.122
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/scim
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.121 2008/06/14 09:40:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.122 2008/08/10 16:16:52 matsuu Exp $
+
+ 10 Aug 2008; MATSUU Takuto <matsuu@gentoo.org> scim-1.4.5-r1.ebuild,
+ -scim-1.4.6.ebuild, -scim-1.4.7.ebuild, scim-1.4.7-r1.ebuild:
+ Removed kde and qt3 USE flag. Removed PDEPEND. Removed old versions.
*scim-1.4.7-r1 (14 Jun 2008)
1.11 app-i18n/scim/scim-1.4.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim/scim-1.4.5-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim/scim-1.4.5-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim/scim-1.4.5-r1.ebuild?r1=1.10&r2=1.11
Index: scim-1.4.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.5-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- scim-1.4.5-r1.ebuild 22 Jul 2007 09:20:28 -0000 1.10
+++ scim-1.4.5-r1.ebuild 10 Aug 2008 16:16:52 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.5-r1.ebuild,v 1.10 2007/07/22 09:20:28 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.5-r1.ebuild,v 1.11 2008/08/10 16:16:52 matsuu Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="doc gtk kde qt3"
+IUSE="doc gtk"
RDEPEND="x11-libs/libX11
gtk? ( >=x11-libs/gtk+-2
@@ -30,9 +30,6 @@
dev-util/pkgconfig
>=dev-util/intltool-0.33"
-PDEPEND="!alpha? ( kde? ( app-i18n/skim ) )
- !alpha? ( !hppa? ( !sparc? ( qt3? ( || ( app-i18n/scim-qtimm app-i18n/scim-bridge ) ) ) ) )"
-
get_gtk_confdir() {
if use amd64 || ( [ "${CONF_LIBDIR}" == "lib32" ] && use x86 ) ; then
echo "/etc/gtk-2.0/${CHOST}"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-10 16:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-10 16:16 [gentoo-commits] gentoo-x86 commit in app-i18n/scim: scim-1.4.7-r1.ebuild ChangeLog scim-1.4.5-r1.ebuild scim-1.4.6.ebuild scim-1.4.7.ebuild Matsuu Takuto (matsuu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox