diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-10 21:14:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-10 21:14:08 +0000 |
commit | cece4b6d71d73fcae7ea01d82a77c1f795054782 (patch) | |
tree | ecb54eed1efe17e8512c29858ef1e27241d47c97 /app-i18n/xsim | |
parent | added -r1 that can use init.d script (diff) | |
download | gentoo-2-cece4b6d71d73fcae7ea01d82a77c1f795054782.tar.gz gentoo-2-cece4b6d71d73fcae7ea01d82a77c1f795054782.tar.bz2 gentoo-2-cece4b6d71d73fcae7ea01d82a77c1f795054782.zip |
prune old ebuilds
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-i18n/xsim')
-rw-r--r-- | app-i18n/xsim/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/xsim/files/digest-xsim-0.3.9.4 | 1 | ||||
-rw-r--r-- | app-i18n/xsim/files/digest-xsim-0.3.9.4-r1 | 1 | ||||
-rw-r--r-- | app-i18n/xsim/xsim-0.3.9.4-r1.ebuild | 65 | ||||
-rw-r--r-- | app-i18n/xsim/xsim-0.3.9.4.ebuild | 48 |
5 files changed, 5 insertions, 116 deletions
diff --git a/app-i18n/xsim/ChangeLog b/app-i18n/xsim/ChangeLog index d40fcb7355b0..3d72b8a56e62 100644 --- a/app-i18n/xsim/ChangeLog +++ b/app-i18n/xsim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/xsim # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/ChangeLog,v 1.10 2005/01/28 18:31:17 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/ChangeLog,v 1.11 2005/02/10 21:14:08 mr_bones_ Exp $ + + 10 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> + -xsim-0.3.9.4-r1.ebuild, -xsim-0.3.9.4.ebuild: + prune old ebuilds 28 Jan 2005; Gregorio Guidi <greg_g@gentoo.org> +files/xsim-0.3.9.4-compile-fix.patch, xsim-0.3.9.4-r2.ebuild: diff --git a/app-i18n/xsim/files/digest-xsim-0.3.9.4 b/app-i18n/xsim/files/digest-xsim-0.3.9.4 deleted file mode 100644 index 828534bc83f4..000000000000 --- a/app-i18n/xsim/files/digest-xsim-0.3.9.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 645d68ee8c565c04782068c4546504d9 xsim-0.3.9.4.tar.gz 1025640 diff --git a/app-i18n/xsim/files/digest-xsim-0.3.9.4-r1 b/app-i18n/xsim/files/digest-xsim-0.3.9.4-r1 deleted file mode 100644 index 828534bc83f4..000000000000 --- a/app-i18n/xsim/files/digest-xsim-0.3.9.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 645d68ee8c565c04782068c4546504d9 xsim-0.3.9.4.tar.gz 1025640 diff --git a/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild b/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild deleted file mode 100644 index acaaf0745643..000000000000 --- a/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2005 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-r1.ebuild,v 1.9 2005/01/01 14:43:56 eradicator Exp $ - -inherit eutils -use kde && inherit kde - -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="x86" -IUSE="kde" - -DEPEND="virtual/libc - =sys-libs/db-3* - >=sys-apps/sed-4 - kde? ( >=kde-base/kdelibs-3 )" - -src_unpack() { - unpack ${A} - - epatch ${FILESDIR}/${P}-db3.patch - - cd ${S} - einfo "Patching ./configure to respect CFLAGS .." - sed -i -e "s/\(CFLAGS.*\)-O2/\1${CFLAGS}/" configure -} - -src_compile() { - local myconf - - myconf="${myconf} --with-bdb-includes=/usr/include/db3 --with-bdb-libs=/usr/lib" - - use kde \ - && myconf="${myconf} --with-kde3=${KDEDIR} --with-qt3=${QTDIR} --enable-status-kde3" - - 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() { - einfo "XSIM needs write access to /usr/lib/xsim/dat/chardb, so if you" - einfo "not running it as root, you need to do the following:" - echo - einfo " cp -r /usr/lib/xsim/dat \${HOME}/.xsim" - einfo " sed -i \"s#DICT_LOCAL.*#DICT_LOCAL \${HOME}/.xsim#\" > \${HOME}/.xsim/xsimrc" - echo -} diff --git a/app-i18n/xsim/xsim-0.3.9.4.ebuild b/app-i18n/xsim/xsim-0.3.9.4.ebuild deleted file mode 100644 index 1fc1cf0837e5..000000000000 --- a/app-i18n/xsim/xsim-0.3.9.4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2005 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.ebuild,v 1.9 2005/01/01 14:43:56 eradicator Exp $ - -DESCRIPTION="A simple and fast GBK 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="x86" -IUSE="" - -DEPEND="virtual/libc - >=sys-libs/db-3.0.0" - -src_compile() { - cd ${S} - for file in `find . -iname Makefile.in` - do - sed -e "s/xsim_\(.*\)@prefix@/xsim_\1\$(DESTDIR)\/@prefix@/g" ${file} >Makefile.in.tmp - mv Makefile.in.tmp ${file} - done - - ./configure \ - --prefix=/usr/lib/xsim \ - --mandir=/usr/share/man \ - || die - - for file in `find . -iname Makefile` - do - echo CFLAGS=${CFLAGS} > Makefile.tmp - echo CXXFLAGS=${CXXFLAGS} -Wno-deprecated >> Makefile.tmp - sed -e "s/CFLAGS =/CFLAGS+=/" -e "s/CXXFLAGS\t/CXXFLAGS+/" ${file} >> Makefile.tmp - mv Makefile.tmp ${file} - done - - make || die -} - -src_install() { - make DESTDIR=${D} install || die - make DESTDIR=${D} install-data || die - dodir /usr/bin - dosym /usr/lib/xsim/bin/xsim /usr/bin/xsim - # install docs - dodoc ChangeLog COPYING INSTALL README* TODO -} |