diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-05-04 15:06:48 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-05-04 15:06:48 +0000 |
commit | 4ba1cfb78d904d109d03fb47b9c514d1bca808ce (patch) | |
tree | bff73847f1da55eb2f78dcaede8cc4f2403da35a /app-i18n/xsim | |
parent | Stable on ppc wrt bug 213995 (diff) | |
download | gentoo-2-4ba1cfb78d904d109d03fb47b9c514d1bca808ce.tar.gz gentoo-2-4ba1cfb78d904d109d03fb47b9c514d1bca808ce.tar.bz2 gentoo-2-4ba1cfb78d904d109d03fb47b9c514d1bca808ce.zip |
Use mirror://berlios, bug #218657.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'app-i18n/xsim')
-rw-r--r-- | app-i18n/xsim/ChangeLog | 9 | ||||
-rw-r--r-- | app-i18n/xsim/xsim-0.3.9.4-r2.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/xsim/xsim-0.3.9.4-r3.ebuild | 69 | ||||
-rw-r--r-- | app-i18n/xsim/xsim-0.3.9.4-r4.ebuild | 6 |
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" |