summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 22:02:59 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 22:02:59 +0000
commitf04fab693608b48b1793d947dc25cfa1c603630b (patch)
tree195fc0588cc5352d48a0a66a6ccae4201da2d155 /net-irc/cyclone
parentAdding a bunch of xkb patches and other things. PATCH_VER is 2.1.11. (diff)
downloadgentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.tar.gz
gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.tar.bz2
gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.zip
repoman: trim trailing whitespace
Diffstat (limited to 'net-irc/cyclone')
-rw-r--r--net-irc/cyclone/Manifest4
-rw-r--r--net-irc/cyclone/cyclone-0.3.1.1.ebuild10
2 files changed, 7 insertions, 7 deletions
diff --git a/net-irc/cyclone/Manifest b/net-irc/cyclone/Manifest
index 3bb65c57f964..fd4362b8f852 100644
--- a/net-irc/cyclone/Manifest
+++ b/net-irc/cyclone/Manifest
@@ -1,5 +1,5 @@
MD5 1b8ee44093982934ef2d64ca8824e85f ChangeLog 557
+MD5 ffa2f415423df61ae710bc08b60f00e8 cyclone-0.3.1.1.ebuild 3804
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
-MD5 c13dab62a0c76c92de3e59b5fa0c37fa cyclone-0.3.1.1.ebuild 3804
-MD5 1e39d487d36b4205327d85f126b9831c files/res_init.c 6485
MD5 0bd50ab68ee1e3e2d0135f402bece427 files/digest-cyclone-0.3.1.1 67
+MD5 1e39d487d36b4205327d85f126b9831c files/res_init.c 6485
diff --git a/net-irc/cyclone/cyclone-0.3.1.1.ebuild b/net-irc/cyclone/cyclone-0.3.1.1.ebuild
index 7ec2c3e40788..2be09404ec03 100644
--- a/net-irc/cyclone/cyclone-0.3.1.1.ebuild
+++ b/net-irc/cyclone/cyclone-0.3.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/cyclone-0.3.1.1.ebuild,v 1.9 2003/07/13 12:54:50 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/cyclone-0.3.1.1.ebuild,v 1.10 2003/09/06 22:02:56 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="IRC daemon with hostname cloaking, SOCKS proxy checking and other advanced features"
@@ -14,7 +14,7 @@ DEPEND="virtual/glibc"
src_unpack() {
unpack ${P}.tar.gz
- cp ${FILESDIR}/res_init.c ${S}/src
+ cp ${FILESDIR}/res_init.c ${S}/src
}
@@ -25,15 +25,15 @@ src_compile() {
# merging of this package a config file is created in /etc/cyclone
# which is reused whenever this package is upgraded.
- # If you wish to modify this configuration in the future, you can
- # either edit this ebuild or edit the created /etc/cyclone/config and
+ # If you wish to modify this configuration in the future, you can
+ # either edit this ebuild or edit the created /etc/cyclone/config and
# remerge this ebuild.
if [ -f /etc/cyclone/config ]
then
einfo Reusing compile time configuration stored in /etc/cyclone/config...
einfo To reset the configuration delete the config file and remerge.
-
+
cp /etc/cyclone/config ${S}/.config
else
einfo No previous configuration found... using defaults defined in ebuild...