summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2013-10-23 14:19:58 +0000
committerAkinori Hattori <hattya@gentoo.org>2013-10-23 14:19:58 +0000
commitebef0a5c5b42c1eedf427d9630d4f6cd0fa1a168 (patch)
treef90a2e7e680e6dd29f979bc08fdfacc46c88e280 /app-i18n
parentChange dependency from openssl to nettle (diff)
downloadgentoo-2-ebef0a5c5b42c1eedf427d9630d4f6cd0fa1a168.tar.gz
gentoo-2-ebef0a5c5b42c1eedf427d9630d4f6cd0fa1a168.tar.bz2
gentoo-2-ebef0a5c5b42c1eedf427d9630d4f6cd0fa1a168.zip
remove old ebuilds
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/multiskkserv/ChangeLog9
-rw-r--r--app-i18n/multiskkserv/files/cdb-0.75-errno.diff11
-rw-r--r--app-i18n/multiskkserv/files/multiskkserv-20020201-gcc34.diff11
-rw-r--r--app-i18n/multiskkserv/multiskkserv-20020201.ebuild70
-rw-r--r--app-i18n/multiskkserv/multiskkserv-20051220.ebuild45
-rw-r--r--app-i18n/multiskkserv/multiskkserv-20100128.ebuild7
6 files changed, 10 insertions, 143 deletions
diff --git a/app-i18n/multiskkserv/ChangeLog b/app-i18n/multiskkserv/ChangeLog
index 07f8eb2afc1b..a649156ca038 100644
--- a/app-i18n/multiskkserv/ChangeLog
+++ b/app-i18n/multiskkserv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/multiskkserv
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/multiskkserv/ChangeLog,v 1.20 2012/10/09 12:47:55 blueness Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/multiskkserv/ChangeLog,v 1.21 2013/10/23 14:19:58 hattya Exp $
+
+ 23 Oct 2013; Akinori Hattori <hattya@gentoo.org> -files/cdb-0.75-errno.diff,
+ -files/multiskkserv-20020201-gcc34.diff, -multiskkserv-20020201.ebuild,
+ -multiskkserv-20051220.ebuild, multiskkserv-20100128.ebuild:
+ remove old ebuilds
09 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
multiskkserv-20100128.ebuild:
diff --git a/app-i18n/multiskkserv/files/cdb-0.75-errno.diff b/app-i18n/multiskkserv/files/cdb-0.75-errno.diff
deleted file mode 100644
index 5f6ac20c59c6..000000000000
--- a/app-i18n/multiskkserv/files/cdb-0.75-errno.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- error.h.orig 2003-03-29 04:18:26.000000000 -0800
-+++ error.h 2003-03-29 04:19:00.000000000 -0800
-@@ -1,7 +1,7 @@
- #ifndef ERROR_H
- #define ERROR_H
-
--extern int errno;
-+#include <errno.h>
-
- extern int error_intr;
- extern int error_nomem;
diff --git a/app-i18n/multiskkserv/files/multiskkserv-20020201-gcc34.diff b/app-i18n/multiskkserv/files/multiskkserv-20020201-gcc34.diff
deleted file mode 100644
index 6e7f90c4887e..000000000000
--- a/app-i18n/multiskkserv/files/multiskkserv-20020201-gcc34.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- multiskkserv-ctl.c.orig 2002-01-13 06:10:13.000000000 +0900
-+++ multiskkserv-ctl.c 2004-11-23 18:19:27.670353257 +0900
-@@ -168,7 +168,7 @@
- char rbuf[SKKSERV_REQUEST_SIZE];
-
- if ((sock = socket_connect(remote, &sstr, port, (char *)SKKSERV_SERVICE, family)) < 0) {
-- fprintf(stderr, __FUNCTION__ ": cannot make a connection.\n");
-+ fprintf(stderr, "%s: cannot make a connection.\n", __FUNCTION__);
- return;
- }
-
diff --git a/app-i18n/multiskkserv/multiskkserv-20020201.ebuild b/app-i18n/multiskkserv/multiskkserv-20020201.ebuild
deleted file mode 100644
index 033a9ba6fcc2..000000000000
--- a/app-i18n/multiskkserv/multiskkserv-20020201.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/multiskkserv/multiskkserv-20020201.ebuild,v 1.16 2011/04/13 15:17:32 ulm Exp $
-
-EAPI="2"
-
-inherit eutils fixheadtails
-
-CDB_PV=0.75
-CDB_PN=cdb
-CDB_P=${CDB_PN}-${CDB_PV}
-
-DESCRIPTION="SKK server that handles multiple dictionaries"
-HOMEPAGE="http://www3.big.or.jp/~sian/linux/products/"
-SRC_URI="http://www3.big.or.jp/~sian/linux/products/${P}.tar.bz2
- http://cr.yp.to/cdb/${CDB_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc x86"
-IUSE=""
-
-DEPEND="
- || (
- >=app-i18n/skk-jisyo-200705[cdb]
- app-i18n/skk-jisyo-cdb
- )"
-
-src_prepare() {
- cd "${WORKDIR}/${CDB_P}" || die
- epatch "${FILESDIR}/${CDB_P}-errno.diff"
- ht_fix_all
-
- cd "${S}" || die
- ht_fix_all
-
- cd "${S}/src" || die
- epatch "${FILESDIR}/${P}-gcc34.diff"
-}
-
-src_configure() {
- cd "${WORKDIR}/${CDB_P}"
- emake || die
- cd - || die
-
- cd /usr/share/skk || die
- echo "# Available SKK-JISYO files are:" >> "${S}/multiskkserv.conf"
- for i in *.cdb ; do
- echo "# ${i}" >> "${S}/multiskkserv.conf"
- done
- cd -
-
- econf --with-cdb="${WORKDIR}/${CDB_P}" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- newconfd "${FILESDIR}/multiskkserv.conf" multiskkserv || die
-
- newinitd "${FILESDIR}/multiskkserv.initd" multiskkserv || die
-
- dodoc AUTHORS ChangeLog INSTALL NEWS README* || die
-}
-
-pkg_postinst() {
- elog "By default, multiskkserv will look up only SKK-JISYO.L."
- elog "If you want to use more dictionaries,"
- elog "edit /etc/conf.d/multiskkserv manually."
-}
diff --git a/app-i18n/multiskkserv/multiskkserv-20051220.ebuild b/app-i18n/multiskkserv/multiskkserv-20051220.ebuild
deleted file mode 100644
index 5bb4976a576a..000000000000
--- a/app-i18n/multiskkserv/multiskkserv-20051220.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/multiskkserv/multiskkserv-20051220.ebuild,v 1.5 2011/04/13 15:17:32 ulm Exp $
-
-EAPI="2"
-
-inherit eutils fixheadtails
-
-DESCRIPTION="SKK server that handles multiple dictionaries"
-HOMEPAGE="http://www3.big.or.jp/~sian/linux/products/"
-SRC_URI="http://www3.big.or.jp/~sian/linux/products/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-db/cdb"
-RDEPEND="|| (
- >=app-i18n/skk-jisyo-200705[cdb]
- app-i18n/skk-jisyo-cdb
- )"
-
-src_prepare() {
- ht_fix_all
-}
-
-src_configure() {
- econf --with-cdb=yes || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- newconfd "${FILESDIR}"/multiskkserv.conf multiskkserv || die
- newinitd "${FILESDIR}"/multiskkserv.initd multiskkserv || die
-
- dodoc AUTHORS ChangeLog NEWS README* || die
-}
-
-pkg_postinst() {
- elog "By default, multiskkserv will look up only SKK-JISYO.L.cdb."
- elog "If you want to use more dictionaries,"
- elog "edit /etc/conf.d/multiskkserv manually."
-}
diff --git a/app-i18n/multiskkserv/multiskkserv-20100128.ebuild b/app-i18n/multiskkserv/multiskkserv-20100128.ebuild
index 3e4944cc07a7..1afc00c6377a 100644
--- a/app-i18n/multiskkserv/multiskkserv-20100128.ebuild
+++ b/app-i18n/multiskkserv/multiskkserv-20100128.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/multiskkserv/multiskkserv-20100128.ebuild,v 1.5 2012/10/09 12:47:55 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/multiskkserv/multiskkserv-20100128.ebuild,v 1.6 2013/10/23 14:19:58 hattya Exp $
EAPI="3"
-inherit eutils fixheadtails autotools
+inherit autotools eutils
DESCRIPTION="SKK server that handles multiple dictionaries"
HOMEPAGE="http://www3.big.or.jp/~sian/linux/products/"
@@ -24,7 +24,6 @@ RDEPEND="|| (
)"
src_prepare() {
- ht_fix_all
epatch "${FILESDIR}"/${P}-cdb.patch
eautoreconf
}