summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/scite/ChangeLog6
-rw-r--r--app-editors/scite/scite-1.5.6.ebuild8
-rw-r--r--app-editors/scite/scite-1.5.7.ebuild8
-rw-r--r--app-i18n/kinput2/ChangeLog8
-rw-r--r--app-i18n/kinput2/kinput2-3.1-r1.ebuild7
-rw-r--r--app-i18n/kinput2/kinput2-3.1.ebuild7
6 files changed, 25 insertions, 19 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog
index 8503900ede17..945f1dbdea67 100644
--- a/app-editors/scite/ChangeLog
+++ b/app-editors/scite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/scite
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.17 2004/02/23 14:10:58 bazik Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.18 2004/03/25 07:31:05 mr_bones_ Exp $
+
+ 24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> scite-1.5.6.ebuild,
+ scite-1.5.7.ebuild:
+ don't use deprecated ? : use syntax
23 Feb 2004; Sven Blumenstein <bazik@gentoo.org> scite-1.5.8.ebuild:
Stable on sparc.
diff --git a/app-editors/scite/scite-1.5.6.ebuild b/app-editors/scite/scite-1.5.6.ebuild
index c88eb570a48a..c0696f157d86 100644
--- a/app-editors/scite/scite-1.5.6.ebuild
+++ b/app-editors/scite/scite-1.5.6.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.6.ebuild,v 1.2 2004/01/09 01:52:08 liquidx Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.6.ebuild,v 1.3 2004/03/25 07:31:05 mr_bones_ Exp $
MY_PV=$(echo ${PV} | sed 's:\.::g')
@@ -9,7 +8,8 @@ DESCRIPTION="A very powerful editor for programmers"
SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
HOMEPAGE="http://www.scintilla.org"
-DEPEND="gtk2? ( >=x11-libs/gtk+-2 ) : ( =x11-libs/gtk+-1.2* )
+DEPEND="gtk2? ( >=x11-libs/gtk+-2 )
+ !gtk2? ( =x11-libs/gtk+-1.2* )
>=sys-apps/sed-4"
S=${WORKDIR}/${PN}/gtk
@@ -63,6 +63,4 @@ src_install () {
doman ../doc/scite.1
dodoc ../License.txt ../README
-
}
-
diff --git a/app-editors/scite/scite-1.5.7.ebuild b/app-editors/scite/scite-1.5.7.ebuild
index c302234d7fba..3549197e2eff 100644
--- a/app-editors/scite/scite-1.5.7.ebuild
+++ b/app-editors/scite/scite-1.5.7.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.7.ebuild,v 1.2 2004/01/09 01:52:08 liquidx Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.7.ebuild,v 1.3 2004/03/25 07:31:05 mr_bones_ Exp $
MY_PV=$(echo ${PV} | sed 's:\.::g')
@@ -9,7 +8,8 @@ DESCRIPTION="A very powerful editor for programmers"
SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
HOMEPAGE="http://www.scintilla.org"
-DEPEND="gtk2? ( >=x11-libs/gtk+-2 ) : ( =x11-libs/gtk+-1.2* )
+DEPEND="gtk2? ( >=x11-libs/gtk+-2 )
+ !gtk2? ( =x11-libs/gtk+-1.2* )
>=sys-apps/sed-4"
S=${WORKDIR}/${PN}/gtk
@@ -69,6 +69,4 @@ src_install () {
doman ../doc/scite.1
dodoc ../License.txt ../README
-
}
-
diff --git a/app-i18n/kinput2/ChangeLog b/app-i18n/kinput2/ChangeLog
index 639b950fdb1f..07adefaf7e7b 100644
--- a/app-i18n/kinput2/ChangeLog
+++ b/app-i18n/kinput2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/kinput2
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/ChangeLog,v 1.13 2003/11/18 15:05:10 matsuu Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/ChangeLog,v 1.14 2004/03/25 07:28:27 mr_bones_ Exp $
+
+ 24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> kinput2-3.1-r1.ebuild,
+ kinput2-3.1.ebuild:
+ don't use deprecated ? : use syntax
19 Nov 2003; MATSUU Takuto <matsuu@gentoo.org> kinput2-3.1-r1.ebuild:
Marked ~amd64.
diff --git a/app-i18n/kinput2/kinput2-3.1-r1.ebuild b/app-i18n/kinput2/kinput2-3.1-r1.ebuild
index dad2c7408cff..cede9c1d79d5 100644
--- a/app-i18n/kinput2/kinput2-3.1-r1.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/kinput2-3.1-r1.ebuild,v 1.4 2003/11/18 15:05:10 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/kinput2-3.1-r1.ebuild,v 1.5 2004/03/25 07:28:27 mr_bones_ Exp $
MY_P="${PN}-v${PV}"
DESCRIPTION="A Japanese input server which supports the XIM protocol"
@@ -14,7 +14,8 @@ IUSE="canna freewnn"
DEPEND="virtual/glibc
canna? >=app-i18n/canna-3.5_beta2-r1
- freewnn? >=app-i18n/freewnn-1.1.1_alpha19 : >=app-i18n/canna-3.5_beta2-r1"
+ freewnn? ( >=app-i18n/freewnn-1.1.1_alpha19 )
+ !freewnn? ( >=app-i18n/canna-3.5_beta2-r1 )"
S="${WORKDIR}/${MY_P}"
diff --git a/app-i18n/kinput2/kinput2-3.1.ebuild b/app-i18n/kinput2/kinput2-3.1.ebuild
index 40020dce21ea..93b9b03012d7 100644
--- a/app-i18n/kinput2/kinput2-3.1.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/kinput2-3.1.ebuild,v 1.5 2003/09/08 00:55:12 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/kinput2-3.1.ebuild,v 1.6 2004/03/25 07:28:27 mr_bones_ Exp $
MY_P="${PN}-v${PV}"
DESCRIPTION="A Japanese input server which supports the XIM protocol"
@@ -14,7 +14,8 @@ IUSE="canna freewnn"
DEPEND="virtual/glibc
canna? >=app-i18n/canna-3.5_beta2-r1
- freewnn? >=app-i18n/freewnn-1.1.1_alpha19 : >=app-i18n/canna-3.5_beta2-r1"
+ freewnn? ( >=app-i18n/freewnn-1.1.1_alpha19 )
+ !freewnn? ( >=app-i18n/canna-3.5_beta2-r1 )"
S="${WORKDIR}/${MY_P}"
src_unpack() {