summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-02-10 20:57:57 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-02-10 20:57:57 +0000
commit165ae3b55e2962f1c657a83d7cc5e5636e3d008e (patch)
treec6dfd4e486d94eae18a35b3e5441450a2ebf93e9 /app-i18n
parentVersion bumped to 0.8.2 and closing bug #122261. (diff)
downloadgentoo-2-165ae3b55e2962f1c657a83d7cc5e5636e3d008e.tar.gz
gentoo-2-165ae3b55e2962f1c657a83d7cc5e5636e3d008e.tar.bz2
gentoo-2-165ae3b55e2962f1c657a83d7cc5e5636e3d008e.zip
modular-x-ified
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/x-unikey/ChangeLog8
-rw-r--r--app-i18n/x-unikey/x-unikey-0.9.2.ebuild7
-rw-r--r--app-i18n/x-unikey/x-unikey-1.0.2.ebuild7
-rw-r--r--app-i18n/x-unikey/x-unikey-1.0.ebuild7
4 files changed, 18 insertions, 11 deletions
diff --git a/app-i18n/x-unikey/ChangeLog b/app-i18n/x-unikey/ChangeLog
index c67b427842b5..488bb257a222 100644
--- a/app-i18n/x-unikey/ChangeLog
+++ b/app-i18n/x-unikey/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/x-unikey
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.11 2005/08/08 10:45:59 dholm Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.12 2006/02/10 20:57:57 liquidx Exp $
+
+ 10 Feb 2006; Alastair Tse <liquidx@gentoo.org> x-unikey-0.9.2.ebuild,
+ x-unikey-1.0.ebuild, x-unikey-1.0.2.ebuild:
+ modular-x-ified
08 Aug 2005; David Holm <dholm@gentoo.org> x-unikey-1.0.2.ebuild:
Added to ~ppc.
diff --git a/app-i18n/x-unikey/x-unikey-0.9.2.ebuild b/app-i18n/x-unikey/x-unikey-0.9.2.ebuild
index c756d9e0e052..3a063b0f63ab 100644
--- a/app-i18n/x-unikey/x-unikey-0.9.2.ebuild
+++ b/app-i18n/x-unikey/x-unikey-0.9.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-0.9.2.ebuild,v 1.4 2005/07/18 06:49:30 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-0.9.2.ebuild,v 1.5 2006/02/10 20:57:57 liquidx Exp $
inherit eutils
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="x86"
IUSE="nls gtk"
-DEPEND="virtual/x11
+DEPEND="|| ( ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE )
+ virtual/x11 )
nls? ( sys-devel/gettext )
gtk? ( >=x11-libs/gtk+-2.2 )"
diff --git a/app-i18n/x-unikey/x-unikey-1.0.2.ebuild b/app-i18n/x-unikey/x-unikey-1.0.2.ebuild
index 88c038410a36..5ec4291bd73e 100644
--- a/app-i18n/x-unikey/x-unikey-1.0.2.ebuild
+++ b/app-i18n/x-unikey/x-unikey-1.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.2.ebuild,v 1.2 2005/08/08 10:45:59 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.2.ebuild,v 1.3 2006/02/10 20:57:57 liquidx Exp $
inherit eutils
@@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE="nls gtk doc"
-DEPEND="virtual/x11
+DEPEND="|| ( ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE )
+ virtual/x11 )
nls? ( sys-devel/gettext )
gtk? ( >=x11-libs/gtk+-2.2 )"
diff --git a/app-i18n/x-unikey/x-unikey-1.0.ebuild b/app-i18n/x-unikey/x-unikey-1.0.ebuild
index ad6211879000..5c74c9829269 100644
--- a/app-i18n/x-unikey/x-unikey-1.0.ebuild
+++ b/app-i18n/x-unikey/x-unikey-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.ebuild,v 1.1 2005/07/18 06:49:30 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.ebuild,v 1.2 2006/02/10 20:57:57 liquidx Exp $
inherit eutils
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="~x86"
IUSE="nls gtk"
-DEPEND="virtual/x11
+DEPEND="|| ( ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE )
+ virtual/x11 )
nls? ( sys-devel/gettext )
gtk? ( >=x11-libs/gtk+-2.2 )"