summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-i18n/xsim/ChangeLog9
-rw-r--r--app-i18n/xsim/xsim-0.3.9.4-r2.ebuild6
-rw-r--r--app-i18n/xsim/xsim-0.3.9.4-r3.ebuild69
-rw-r--r--app-i18n/xsim/xsim-0.3.9.4-r4.ebuild6
4 files changed, 13 insertions, 77 deletions
diff --git a/app-i18n/xsim/ChangeLog b/app-i18n/xsim/ChangeLog
index 58600daced44..70d397afe4ed 100644
--- a/app-i18n/xsim/ChangeLog
+++ b/app-i18n/xsim/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/xsim
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/ChangeLog,v 1.15 2007/08/20 16:13:18 matsuu Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/ChangeLog,v 1.16 2008/05/04 15:06:48 matsuu Exp $
+
+ 04 May 2008; MATSUU Takuto <matsuu@gentoo.org> xsim-0.3.9.4-r2.ebuild,
+ -xsim-0.3.9.4-r3.ebuild, xsim-0.3.9.4-r4.ebuild:
+ Use mirror://berlios, bug #218657.
+ Removed old version.
*xsim-0.3.9.4-r4 (20 Aug 2007)
diff --git a/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild b/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild
index 93fe0a32ba87..05bb1599ed56 100644
--- a/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild
+++ b/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild
@@ -1,12 +1,12 @@
-# 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/xsim/xsim-0.3.9.4-r2.ebuild,v 1.10 2007/01/05 16:37:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild,v 1.11 2008/05/04 15:06:48 matsuu Exp $
inherit kde-functions eutils
DESCRIPTION="A simple and fast GB and BIG5 Chinese XIM server"
HOMEPAGE="http://developer.berlios.de/projects/xsim/"
-SRC_URI="http://download.berlios.de/xsim/${P}.tar.gz"
+SRC_URI="mirror://berlios/xsim/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
diff --git a/app-i18n/xsim/xsim-0.3.9.4-r3.ebuild b/app-i18n/xsim/xsim-0.3.9.4-r3.ebuild
deleted file mode 100644
index 088c30294849..000000000000
--- a/app-i18n/xsim/xsim-0.3.9.4-r3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r3.ebuild,v 1.2 2007/01/05 16:37:22 flameeyes Exp $
-
-inherit kde-functions eutils
-
-DESCRIPTION="A simple and fast GB and BIG5 Chinese XIM server"
-HOMEPAGE="http://developer.berlios.de/projects/xsim/"
-SRC_URI="http://download.berlios.de/xsim/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="kde"
-
-DEPEND="virtual/libc
- >=sys-libs/db-3
- >=sys-apps/sed-4
- kde? ( >=kde-base/kdelibs-3 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${FILESDIR}/${P}-compile-fix.patch
- epatch ${FILESDIR}/${P}-gcc-3.4.patch
-
- einfo "Patching ./configure to respect CFLAGS .."
- sed -i -e "s/\(CFLAGS.*\)-O2/\1${CFLAGS} -fPIC -DPIC/" configure || die
-}
-
-src_compile() {
- local myconf
-
- if use kde; then
- set-qtdir 3
- set-kdedir 3
- myconf="${myconf}
- --with-kde3=${KDEDIR} \
- --with-qt3=${QTDIR} \
- --enable-status-kde3"
- fi
-
- econf ${myconf} || die "configure failed"
- emake xsim_etcp=/etc || die "make failed"
-}
-
-src_install() {
- einstall xsim_datp=${D}/usr/lib/xsim/dat \
- xsim_libp=${D}/usr/lib/xsim/plugins \
- xsim_binp=${D}/usr/bin \
- xsim_etcp=${D}/etc \
- install-data install || die "install failed"
-
- sed -i -e "s#DICT_LOCAL\(.*\)/usr/dat#DICT_LOCAL\1/usr/lib/xsim/dat#" \
- -e "s#PLUGIN_LOCAL\(.*\)/usr/plugins#PLUGIN_LOCAL\1/usr/lib/xsim/plugins#" \
- ${D}/etc/xsimrc
-
- dodoc ChangeLog COPYING INSTALL README* TODO
-}
-
-pkg_postinst() {
- elog "XSIM needs write access to /usr/lib/xsim/dat/chardb, so if you"
- elog "not running it as root, you need to do the following:"
- elog
- elog " cp -r /usr/lib/xsim/dat \${HOME}/.xsim"
- elog " sed -i \"s#DICT_LOCAL.*#DICT_LOCAL \${HOME}/.xsim#\" > \${HOME}/.xsim/xsimrc"
- echo
-}
diff --git a/app-i18n/xsim/xsim-0.3.9.4-r4.ebuild b/app-i18n/xsim/xsim-0.3.9.4-r4.ebuild
index 823664a50b18..8b54efd174ae 100644
--- a/app-i18n/xsim/xsim-0.3.9.4-r4.ebuild
+++ b/app-i18n/xsim/xsim-0.3.9.4-r4.ebuild
@@ -1,12 +1,12 @@
-# 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/xsim/xsim-0.3.9.4-r4.ebuild,v 1.1 2007/08/20 16:13:18 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r4.ebuild,v 1.2 2008/05/04 15:06:48 matsuu Exp $
inherit db-use eutils flag-o-matic kde-functions multilib
DESCRIPTION="A simple and fast GB and BIG5 Chinese XIM server"
HOMEPAGE="http://developer.berlios.de/projects/xsim/"
-SRC_URI="http://download.berlios.de/xsim/${P}.tar.gz"
+SRC_URI="mirror://berlios/xsim/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"