summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-03-06 15:02:24 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-03-06 15:02:24 +0000
commite0a150bb55d92dbea9047ee4f77dd4df1c43f40f (patch)
tree84cecb341f136bece566dce2520dc1ad855177b0 /app-text/dictd
parentminor doc fixes (Manifest recommit) (diff)
downloadgentoo-2-e0a150bb55d92dbea9047ee4f77dd4df1c43f40f.tar.gz
gentoo-2-e0a150bb55d92dbea9047ee4f77dd4df1c43f40f.tar.bz2
gentoo-2-e0a150bb55d92dbea9047ee4f77dd4df1c43f40f.zip
bump 1.9.11 to stable (#43075) and cleanups
Diffstat (limited to 'app-text/dictd')
-rw-r--r--app-text/dictd/dictd-1.9.11-r1.ebuild4
-rw-r--r--app-text/dictd/dictd-1.9.11.ebuild49
-rw-r--r--app-text/dictd/dictd-1.9.7.ebuild61
-rw-r--r--app-text/dictd/files/digest-dictd-1.9.111
-rw-r--r--app-text/dictd/files/digest-dictd-1.9.71
5 files changed, 2 insertions, 114 deletions
diff --git a/app-text/dictd/dictd-1.9.11-r1.ebuild b/app-text/dictd/dictd-1.9.11-r1.ebuild
index 2e32ae4fc593..891e891bd7a4 100644
--- a/app-text/dictd/dictd-1.9.11-r1.ebuild
+++ b/app-text/dictd/dictd-1.9.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.11-r1.ebuild,v 1.2 2004/02/21 00:41:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.11-r1.ebuild,v 1.3 2004/03/06 15:02:24 liquidx Exp $
inherit gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/dict/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips amd64 ~ia64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips amd64 ~ia64 ~ppc64"
DEPEND="virtual/glibc"
diff --git a/app-text/dictd/dictd-1.9.11.ebuild b/app-text/dictd/dictd-1.9.11.ebuild
deleted file mode 100644
index 92aa1e38f635..000000000000
--- a/app-text/dictd/dictd-1.9.11.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.11.ebuild,v 1.2 2004/02/21 00:41:53 mr_bones_ Exp $
-
-inherit gnuconfig
-
-DESCRIPTION="Dictionary Client/Server for the DICT protocol"
-HOMEPAGE="http://www.dict.org/"
-SRC_URI="mirror://sourceforge/dict/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
-
- # Update config.sub and config.guess so dictd understands the sparc architecture
- gnuconfig_update
-
- econf \
- --with-cflags="${CFLAGS}" \
- --sysconfdir=/etc/dict || die
- make || die
-}
-
-src_install() {
- # Now install it.
- make DESTDIR=${D} install || die "install failed"
-
- # Install docs
- dodoc README TODO COPYING 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
- exeinto /etc/init.d
- newexe ${FILESDIR}/${PVR}/dictd dictd
- insinto /etc/conf.d
- newins ${FILESDIR}/${PVR}/dictd.confd dictd
-}
diff --git a/app-text/dictd/dictd-1.9.7.ebuild b/app-text/dictd/dictd-1.9.7.ebuild
deleted file mode 100644
index d8e39159b31a..000000000000
--- a/app-text/dictd/dictd-1.9.7.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.7.ebuild,v 1.3 2004/02/21 00:41:53 mr_bones_ Exp $
-
-inherit gnuconfig
-
-DESCRIPTION="Dictionary Client/Server for the DICT protocol"
-HOMEPAGE="http://www.dict.org/"
-SRC_URI="ftp://ftp.dict.org/pub/dict/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
-
- # Update config.sub and config.guess so dictd understands the sparc architecture
- gnuconfig_update
-
- econf \
- --with-cflags="${CFLAGS}" \
- --sysconfdir=/etc/dict \
- --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 COPYING 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
- exeinto /etc/init.d
- newexe ${FILESDIR}/${PVR}/dictd dictd
- insinto /etc/conf.d
- newins ${FILESDIR}/${PVR}/dictd.confd dictd
-}
diff --git a/app-text/dictd/files/digest-dictd-1.9.11 b/app-text/dictd/files/digest-dictd-1.9.11
deleted file mode 100644
index 30694fec3ece..000000000000
--- a/app-text/dictd/files/digest-dictd-1.9.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4d06aabf573c862fd29e409984f71a67 dictd-1.9.11.tar.gz 695037
diff --git a/app-text/dictd/files/digest-dictd-1.9.7 b/app-text/dictd/files/digest-dictd-1.9.7
deleted file mode 100644
index 1c393208ea39..000000000000
--- a/app-text/dictd/files/digest-dictd-1.9.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 baa8f18dd0373e7053658be99d40d5db dictd-1.9.7.tar.gz 665250