summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-12-01 13:28:21 +0000
committerTilman Klar <phoenix@gentoo.org>2002-12-01 13:28:21 +0000
commit61a8c9b835893c62e658c8818ba5e59c93d94504 (patch)
treea2f230f711b5c95c69743b75745ef11dc880521f /net-irc
parentBumped to new version. (diff)
downloadgentoo-2-61a8c9b835893c62e658c8818ba5e59c93d94504.tar.gz
gentoo-2-61a8c9b835893c62e658c8818ba5e59c93d94504.tar.bz2
gentoo-2-61a8c9b835893c62e658c8818ba5e59c93d94504.zip
Added a "dodoc".
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/lostirc/lostirc-0.2.2.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-irc/lostirc/lostirc-0.2.2.ebuild b/net-irc/lostirc/lostirc-0.2.2.ebuild
index d6bf5a7e9108..21817ba556e6 100644
--- a/net-irc/lostirc/lostirc-0.2.2.ebuild
+++ b/net-irc/lostirc/lostirc-0.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.2.ebuild,v 1.1 2002/12/01 13:25:44 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.2.ebuild,v 1.2 2002/12/01 13:28:21 phoenix Exp $
inherit base
@@ -14,3 +14,8 @@ KEYWORDS="~x86"
S=${WORKDIR}/${P}
DEPEND="=x11-libs/gtkmm-2.0*
=dev-libs/libsigc++-1.2*"
+
+src_install() {
+ base_src_install
+ dodoc AUTHORS ChangeLog COPYING INSTALL README TODO
+}