diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-01 18:40:09 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-01 18:40:09 +0000 |
commit | 130ad4eef0673899f7599dc43cde447be71d9a55 (patch) | |
tree | ea50833e0f0006844f328f570799a8b5142ed8e0 /net-irc/bobotpp/files | |
parent | 0.3.6 and 0.3.7 stable on x86, amd64. Removed older ebuilds. (diff) | |
download | historical-130ad4eef0673899f7599dc43cde447be71d9a55.tar.gz historical-130ad4eef0673899f7599dc43cde447be71d9a55.tar.bz2 historical-130ad4eef0673899f7599dc43cde447be71d9a55.zip |
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-irc/bobotpp/files')
-rw-r--r-- | net-irc/bobotpp/files/2.1.7-ifdef-scripts-fix.patch | 13 | ||||
-rw-r--r-- | net-irc/bobotpp/files/digest-bobotpp-2.1.7 | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/net-irc/bobotpp/files/2.1.7-ifdef-scripts-fix.patch b/net-irc/bobotpp/files/2.1.7-ifdef-scripts-fix.patch new file mode 100644 index 000000000000..e4ea31cf7998 --- /dev/null +++ b/net-irc/bobotpp/files/2.1.7-ifdef-scripts-fix.patch @@ -0,0 +1,13 @@ +--- bobotpp-2.1.7/source/Bot.C.orig 2005-06-01 18:30:21.118726574 +0000 ++++ bobotpp-2.1.7/source/Bot.C 2005-06-01 18:30:39.549118930 +0000 +@@ -79,8 +79,9 @@ + receivedUserhostID(0), + logFileName(DEFAULT_LOGFILENAME), + logs_dir (DEFAULT_LOGDIR), +- configFileName (filename), ++ configFileName (filename) + #ifdef USESCRIPTS ++ , + scriptLogFileName(DEFAULT_SCRIPTLOGFILENAME), + autoexecFileName(DEFAULT_AUTOEXECFILENAME) + #endif diff --git a/net-irc/bobotpp/files/digest-bobotpp-2.1.7 b/net-irc/bobotpp/files/digest-bobotpp-2.1.7 new file mode 100644 index 000000000000..b5196ce13521 --- /dev/null +++ b/net-irc/bobotpp/files/digest-bobotpp-2.1.7 @@ -0,0 +1 @@ +MD5 b57a4adabb45a149063bc9f0c6010707 bobotpp-2.1.7.tar.gz 268874 |