diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:37:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:37:27 +0000 |
commit | 235c12eb61e7ea0773a7da494815aabea6de447b (patch) | |
tree | fcbb6dd43d436da6f03d530a95774df55869142e /app-text/dictd | |
parent | digest (diff) | |
download | historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.gz historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.bz2 historical-235c12eb61e7ea0773a7da494815aabea6de447b.zip |
whitespace cleanup
Diffstat (limited to 'app-text/dictd')
-rw-r--r-- | app-text/dictd/Manifest | 8 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.5.5-r2.ebuild | 72 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.5.5-r3.ebuild | 67 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.5.5-r6.ebuild | 65 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.8.0.ebuild | 60 |
5 files changed, 135 insertions, 137 deletions
diff --git a/app-text/dictd/Manifest b/app-text/dictd/Manifest index cae6e6f46555..0fadbe24669d 100644 --- a/app-text/dictd/Manifest +++ b/app-text/dictd/Manifest @@ -1,8 +1,8 @@ MD5 48ff4d50987d953ef88065fe34416596 ChangeLog 1297 -MD5 2a800817d28343f28815c00710577804 dictd-1.5.5-r2.ebuild 1816 -MD5 2d626db99d6a82caa62bddf60a77700f dictd-1.5.5-r3.ebuild 1631 -MD5 6c197f7726a51488f5fdf9408619fcd1 dictd-1.5.5-r6.ebuild 1535 -MD5 d643522037df8bef6d988fcb2e3e6fc8 dictd-1.8.0.ebuild 1455 +MD5 9a4f8172bf2115b4f9624e8c8cf7696e dictd-1.5.5-r2.ebuild 1716 +MD5 09d38451371b1550bdf8f60cdb54918e dictd-1.5.5-r3.ebuild 1535 +MD5 e69639a3a90378bb1e7cdb341a16b6a0 dictd-1.5.5-r6.ebuild 1443 +MD5 c25eb62bd5af9ce5f636c3997b5571ac dictd-1.8.0.ebuild 1373 MD5 9aac19f201e5a765d5ff77a0a5ffedd3 files/digest-dictd-1.5.5-r2 63 MD5 9aac19f201e5a765d5ff77a0a5ffedd3 files/digest-dictd-1.5.5-r3 63 MD5 9aac19f201e5a765d5ff77a0a5ffedd3 files/digest-dictd-1.5.5-r6 63 diff --git a/app-text/dictd/dictd-1.5.5-r2.ebuild b/app-text/dictd/dictd-1.5.5-r2.ebuild index 9fa88e198455..a19b0f4746aa 100644 --- a/app-text/dictd/dictd-1.5.5-r2.ebuild +++ b/app-text/dictd/dictd-1.5.5-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r2.ebuild,v 1.9 2003/02/13 09:33:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r2.ebuild,v 1.10 2003/09/05 22:37:21 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dictionary Client/Server for the DICT protocol" @@ -15,48 +15,48 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc " src_compile() { - - try ./configure --prefix=/usr --mandir=/usr/share/man \ - --with-etcdir=/etc/dict --host=${CHOST} - try make + + try ./configure --prefix=/usr --mandir=/usr/share/man \ + --with-etcdir=/etc/dict --host=${CHOST} + try make } 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. - try make prefix=${D}/usr man1_prefix=${D}/usr/share/man/man1 \ - man8_prefix=${D}/usr/share/man/man8 conf=${D}/etc/dict install - - #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/rc.d/init.d - newexe ${FILESDIR}/${PVR}/svc-dictd svc-dictd - exeinto /var/lib/supervise/services/dictd - newexe ${FILESDIR}/${PVR}/dictd-run run + # 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. + try make prefix=${D}/usr man1_prefix=${D}/usr/share/man/man1 \ + man8_prefix=${D}/usr/share/man/man8 conf=${D}/etc/dict install + + #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/rc.d/init.d + newexe ${FILESDIR}/${PVR}/svc-dictd svc-dictd + exeinto /var/lib/supervise/services/dictd + newexe ${FILESDIR}/${PVR}/dictd-run run } # DO NOT RUN THIS STUFF FROM pkg_postinst() leave it up to the user by # doing it this way pkg_config() { - # gotta start it at boot. - . ${ROOT}/etc/rc.d/config/functions - einfo ">>> Generating symlinks" - ${ROOT}/usr/sbin/rc-update add svc-dictd + # gotta start it at boot. + . ${ROOT}/etc/rc.d/config/functions + einfo ">>> Generating symlinks" + ${ROOT}/usr/sbin/rc-update add svc-dictd } # vim: ai et sw=4 ts=4 diff --git a/app-text/dictd/dictd-1.5.5-r3.ebuild b/app-text/dictd/dictd-1.5.5-r3.ebuild index f1d13d84908d..651ee0148fd8 100644 --- a/app-text/dictd/dictd-1.5.5-r3.ebuild +++ b/app-text/dictd/dictd-1.5.5-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r3.ebuild,v 1.8 2003/02/13 09:33:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r3.ebuild,v 1.9 2003/09/05 22:37:21 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dictionary Client/Server for the DICT protocol" @@ -15,45 +15,44 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc " src_compile() { - - try ./configure --prefix=/usr --mandir=/usr/share/man \ - --with-etcdir=/etc/dict --host=${CHOST} - try make + try ./configure --prefix=/usr --mandir=/usr/share/man \ + --with-etcdir=/etc/dict --host=${CHOST} + try make } 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. - try make prefix=${D}/usr man1_prefix=${D}/usr/share/man/man1 \ - man8_prefix=${D}/usr/share/man/man8 conf=${D}/etc/dict install - - #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/rc.d/init.d - newexe ${FILESDIR}/${PVR}/rc.dictd dictd + # 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. + try make prefix=${D}/usr man1_prefix=${D}/usr/share/man/man1 \ + man8_prefix=${D}/usr/share/man/man8 conf=${D}/etc/dict install + + #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/rc.d/init.d + newexe ${FILESDIR}/${PVR}/rc.dictd dictd } pkg_config() { - # gotta start it at boot. - . ${ROOT}/etc/rc.d/config/functions - einfo ">>> Generating symlinks" - ${ROOT}/usr/sbin/rc-update add svc-dictd + # gotta start it at boot. + . ${ROOT}/etc/rc.d/config/functions + einfo ">>> Generating symlinks" + ${ROOT}/usr/sbin/rc-update add svc-dictd } # vim: ai et sw=4 ts=4 diff --git a/app-text/dictd/dictd-1.5.5-r6.ebuild b/app-text/dictd/dictd-1.5.5-r6.ebuild index 309ff077f1ae..6b20f98b2a8a 100644 --- a/app-text/dictd/dictd-1.5.5-r6.ebuild +++ b/app-text/dictd/dictd-1.5.5-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r6.ebuild,v 1.10 2003/07/16 13:28:40 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r6.ebuild,v 1.11 2003/09/05 22:37:21 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dictionary Client/Server for the DICT protocol" @@ -15,39 +15,38 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc ppc" src_compile() { - - ./configure --prefix=/usr --mandir=/usr/share/man \ - --with-etcdir=/etc/dict --host=${CHOST} || die - make || die + + ./configure --prefix=/usr --mandir=/usr/share/man \ + --with-etcdir=/etc/dict --host=${CHOST} || 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.rc6 dictd - insinto /etc/conf.d - newins ${FILESDIR}/${PVR}/dictd.confd dictd + # 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.rc6 dictd + insinto /etc/conf.d + newins ${FILESDIR}/${PVR}/dictd.confd dictd } - diff --git a/app-text/dictd/dictd-1.8.0.ebuild b/app-text/dictd/dictd-1.8.0.ebuild index 071daa4db47c..190abe94220b 100644 --- a/app-text/dictd/dictd-1.8.0.ebuild +++ b/app-text/dictd/dictd-1.8.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.5 2003/07/16 13:28:40 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.6 2003/09/05 22:37:21 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dictionary Client/Server for the DICT protocol" @@ -15,42 +15,42 @@ KEYWORDS="x86 ppc ~sparc" DEPEND="virtual/glibc" src_compile() { - - econf \ - --with-etcdir=/etc/dict - make || die + + econf \ + --with-etcdir=/etc/dict + 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 \ + # 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 + # 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 } |