diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2003-07-03 08:41:01 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2003-07-03 08:41:01 +0000 |
commit | 1e79b3592e159680147622a469edecf1f949efbd (patch) | |
tree | 625706ffdd6068229767a5089320d4f0931a741a /net-irc | |
parent | Put db-4.1 in a separate slot from db-4 (diff) | |
download | gentoo-2-1e79b3592e159680147622a469edecf1f949efbd.tar.gz gentoo-2-1e79b3592e159680147622a469edecf1f949efbd.tar.bz2 gentoo-2-1e79b3592e159680147622a469edecf1f949efbd.zip |
Add INSTALL file to the documentation
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/dircproxy/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/dircproxy/Manifest | 4 | ||||
-rw-r--r-- | net-irc/dircproxy/dircproxy-1.0.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/dircproxy/ChangeLog b/net-irc/dircproxy/ChangeLog index 757f80ad926d..54b63e7d32ec 100644 --- a/net-irc/dircproxy/ChangeLog +++ b/net-irc/dircproxy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/dircproxy # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.6 2003/03/11 15:16:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.7 2003/07/03 08:40:52 pauldv Exp $ + + 03 Jul 2003; Paul de Vrieze <pauldv@gentoo.org> dircproxy-1.0.5.ebuild: + Add the INSTALL file to the documentation as it describes how to configure it *dircproxy-1.0.5 (03 Feb 2003) diff --git a/net-irc/dircproxy/Manifest b/net-irc/dircproxy/Manifest index 971bcb7e6bfc..fd897e3ba0b6 100644 --- a/net-irc/dircproxy/Manifest +++ b/net-irc/dircproxy/Manifest @@ -1,3 +1,3 @@ +MD5 81b81cb0cffed79df1e93399520934e0 ChangeLog 922 +MD5 94b54a325852fd4c44dcd8612e3230ec dircproxy-1.0.5.ebuild 565 MD5 8735716fa2ac751e4b10e7f38cd1bd38 files/digest-dircproxy-1.0.5 67 -MD5 c73278cc30bce9c38f67ab97892759d0 dircproxy-1.0.5.ebuild 557 -MD5 ed7cb9e17d063825ee0d38dfc7a42ab8 ChangeLog 769 diff --git a/net-irc/dircproxy/dircproxy-1.0.5.ebuild b/net-irc/dircproxy/dircproxy-1.0.5.ebuild index 863986970c37..d3342c297f71 100644 --- a/net-irc/dircproxy/dircproxy-1.0.5.ebuild +++ b/net-irc/dircproxy/dircproxy-1.0.5.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/dircproxy/dircproxy-1.0.5.ebuild,v 1.4 2003/06/16 17:35:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.0.5.ebuild,v 1.5 2003/07/03 08:40:52 pauldv Exp $ DESCRIPTION="an IRC proxy server" SRC_URI="http://www.dircproxy.net/download/stable/${P}.tar.gz" @@ -14,5 +14,5 @@ DEPEND="virtual/glibc" src_install() { make DESTDIR=${D} install-strip || die - dodoc AUTHORS ChangeLog FAQ NEWS PROTOCOL README* TODO + dodoc AUTHORS ChangeLog FAQ NEWS PROTOCOL README* TODO INSTALL } |