summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-08-17 21:23:12 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-08-17 21:23:12 +0000
commit7407ff7fe6c904f488e5b27b4ff4b82f76168f4d (patch)
tree71c89ebd53b603365256a795a0de20e1e6fba2b5
parentKeyworded ~amd64 (bug #184168) (diff)
downloadgentoo-2-7407ff7fe6c904f488e5b27b4ff4b82f76168f4d.tar.gz
gentoo-2-7407ff7fe6c904f488e5b27b4ff4b82f76168f4d.tar.bz2
gentoo-2-7407ff7fe6c904f488e5b27b4ff4b82f76168f4d.zip
Removed dictd-1.8.0. It didn't compile anymore, the ebuild was broken and it was obsoleted by newer versions.
(Portage version: 2.1.3.5)
-rw-r--r--app-text/dictd/ChangeLog8
-rw-r--r--app-text/dictd/dictd-1.8.0.ebuild57
-rw-r--r--app-text/dictd/files/1.8.0/dict.conf6
-rw-r--r--app-text/dictd/files/1.8.0/dictd72
-rw-r--r--app-text/dictd/files/1.8.0/dictd.conf22
-rw-r--r--app-text/dictd/files/1.8.0/dictd.confd7
-rw-r--r--app-text/dictd/files/1.8.0/site.info6
-rw-r--r--app-text/dictd/files/digest-dictd-1.8.03
8 files changed, 7 insertions, 174 deletions
diff --git a/app-text/dictd/ChangeLog b/app-text/dictd/ChangeLog
index 4c7c328d7e6f..6b48ed6ef66b 100644
--- a/app-text/dictd/ChangeLog
+++ b/app-text/dictd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/dictd
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.34 2007/04/28 15:24:55 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.35 2007/08/17 21:23:12 philantrop Exp $
+
+ 17 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org>
+ -files/1.8.0/dict.conf, -files/1.8.0/dictd, -files/1.8.0/dictd.conf,
+ -files/1.8.0/dictd.confd, -files/1.8.0/site.info, -dictd-1.8.0.ebuild:
+ Removed dictd-1.8.0. It didn't compile anymore, the ebuild was broken and it
+ was obsoleted by newer versions.
28 Apr 2007; Torsten Veller <tove@gentoo.org> dictd-1.9.11-r1.ebuild,
dictd-1.9.14.ebuild, dictd-1.10.0.ebuild:
diff --git a/app-text/dictd/dictd-1.8.0.ebuild b/app-text/dictd/dictd-1.8.0.ebuild
deleted file mode 100644
index 7ab09f5c5e50..000000000000
--- a/app-text/dictd/dictd-1.8.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.20 2007/04/28 18:04:36 swegener Exp $
-
-DESCRIPTION="Dictionary Client/Server for the DICT protocol"
-HOMEPAGE="http://www.dict.org/"
-SRC_URI="ftp://ftp.dict.org/pub/dict/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc ~alpha ~hppa ~mips ia64 ppc64"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gcc33-multiline-string-fix.patch
-}
-
-src_compile() {
- econf --with-etcdir=/etc/dict || die
- make || die
-}
-
-src_install() {
- # gotta set up the dirs for it....
- dodir /usr/bin
- dodir /usr/sbin
- dodir /usr/share/man/man1
- dodir /usr/share/man/man8
-
- # Now install it.
- make \
- prefix=${D}/usr \
- man1_prefix=${D}/usr/share/man/man1 \
- man8_prefix=${D}/usr/share/man/man8 \
- conf=${D}/etc/dict \
- install || die
-
- # Install docs
- dodoc README TODO ChangeLog ANNOUNCE
- dodoc doc/dicf.ms doc/rfc.ms doc/rfc.sh doc/rfc2229.txt
- dodoc doc/security.doc doc/toc.ms
-
- # conf files.
- dodir /etc/dict
- insinto /etc/dict
- doins ${FILESDIR}/${PVR}/dict.conf
- doins ${FILESDIR}/${PVR}/dictd.conf
- doins ${FILESDIR}/${PVR}/site.info
-
- # startups for dictd
- newinitd ${FILESDIR}/${PVR}/dictd dictd
- newconfd ${FILESDIR}/${PVR}/dictd.confd dictd
-}
diff --git a/app-text/dictd/files/1.8.0/dict.conf b/app-text/dictd/files/1.8.0/dict.conf
deleted file mode 100644
index e06c3d296ec3..000000000000
--- a/app-text/dictd/files/1.8.0/dict.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-# This is the configuration file for dict.
-# Usually all you will ever need here is the server keywords.
-# Refer to the dict manpage for other options.
-# It will only check the second server if the first fails
-server localhost
-server dict.org
diff --git a/app-text/dictd/files/1.8.0/dictd b/app-text/dictd/files/1.8.0/dictd
deleted file mode 100644
index 0ad790830da6..000000000000
--- a/app-text/dictd/files/1.8.0/dictd
+++ /dev/null
@@ -1,72 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/files/1.8.0/dictd,v 1.4 2004/07/14 21:37:57 agriffis Exp $
-
-# NB: Config is in /etc/conf.d/dictd
-
-
-prepconfig() {
- if [ ! -e ${DICTDCONF} ]
- then
- eerror "dictd not started. Config file not found."
- return 1
- fi
- # if no dictionaries, skip startup.
-
- # The new way of doing this is to scan /usr/lib/dict and tweek the conf
- einfo "Scanning for dictionaries..."
- if [ ! -d "${DLIBDIR}" ]; then
- eerror "${DLIBDIR} doesn't exist, no dictionaries found."
- return 1
- fi
- pushd ${DLIBDIR} >/dev/null
- INDEXFILES=`ls *.index`
- if [ -z "$INDEXFILES" ]; then
- eerror "No dictionaries installed."
- return 1
- fi
-
- cat $DICTDCONF | sed -e '/^#LASTLINE/,$d' > $TMPCONF
- echo "#LASTLINE" >> $TMPCONF
-
- CNT=0
- for i in $INDEXFILES
- do
- DNAME=`echo $i | awk -F . '{print $1;}'`
- #two possible names for a matching dictionary, check which is there.
- if [ -f ${DNAME}.dict.dz ]; then
- DICT=${DNAME}.dict.dz
- elif [ -f ${DNAME}.dict ];then
- DICT=${DNAME}.dict
- else
- einfo "Index $i has no matching dictionaray..."
- fi
-
- #ok, go an index, and a dixtionary, append.
- echo "database $DNAME { data \"${DLIBDIR}/${DICT}\"" >> $TMPCONF
- echo " index \"${DLIBDIR}/$i\" }" >> $TMPCONF
-
- CNT=`expr $CNT + 1`
- done
- popd >/dev/null
- mv ${TMPCONF} ${DICTDCONF}
- einfo "Done, $CNT dictionary indexes found."
-}
-
-depend() {
- need localmount
-}
-
-start() {
- ebegin "Starting dictd"
- prepconfig || return 1
- start-stop-daemon --start --quiet --exec /usr/sbin/dictd -- $EARGS
- eend $?
-}
-
-stop() {
- ebegin "Stopping dictd"
- start-stop-daemon --stop --quiet --exec /usr/sbin/dictd
- eend $?
-}
diff --git a/app-text/dictd/files/1.8.0/dictd.conf b/app-text/dictd/files/1.8.0/dictd.conf
deleted file mode 100644
index 4cded974f973..000000000000
--- a/app-text/dictd/files/1.8.0/dictd.conf
+++ /dev/null
@@ -1,22 +0,0 @@
-# dictd configuration file.
-# whipped up by michael conrad tilstra <michael@gentoo.org>
-
-# Informational message
-site site.info
-
-# who's allowed. You might want to change this.
-access {
- allow *
-}
-
-# Dictionaries are listed below.
-# The initrc script scans /usr/lib/dict and adds all of the dictionaries
-# it finds here.
-#
-# The initrc script will delete everything after the the last line and
-# replace it with what it finds. So add all of your things above.
-#
-# If this is a problem for people, contact me and
-# we can work out a different method.
-#
-#LASTLINE
diff --git a/app-text/dictd/files/1.8.0/dictd.confd b/app-text/dictd/files/1.8.0/dictd.confd
deleted file mode 100644
index 91b9d43884bc..000000000000
--- a/app-text/dictd/files/1.8.0/dictd.confd
+++ /dev/null
@@ -1,7 +0,0 @@
-# Config file for /etc/init.d/dictd
-
-EARGS="-s "
-DICTDCONF=/etc/dict/dictd.conf
-DLIBDIR=/usr/lib/dict
-TMPCONF=/etc/dict/dictd.conf.$$
-
diff --git a/app-text/dictd/files/1.8.0/site.info b/app-text/dictd/files/1.8.0/site.info
deleted file mode 100644
index 23bfdeb61102..000000000000
--- a/app-text/dictd/files/1.8.0/site.info
+++ /dev/null
@@ -1,6 +0,0 @@
-Welcome to your dictionary server dictd!
-
-This is an example site information file. It should contain information
-about any restricted databases and how users can obtain access. If may
-also contain other random data as you see fit.
-
diff --git a/app-text/dictd/files/digest-dictd-1.8.0 b/app-text/dictd/files/digest-dictd-1.8.0
deleted file mode 100644
index 12423dfe1529..000000000000
--- a/app-text/dictd/files/digest-dictd-1.8.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ce54a5ea05429954e2f743ee0fa661b5 dictd-1.8.0.tar.gz 574796
-RMD160 3dc2201a67af4a87c3b6b7bac09fa6b92665bb23 dictd-1.8.0.tar.gz 574796
-SHA256 53fc0e12b9309f1b381830faf8e9384cd22f07fa619adc974e831a843439ddac dictd-1.8.0.tar.gz 574796