summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-08-14 08:20:31 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-08-14 08:20:31 +0000
commit401d153ab395f044c5199b39eee68604c0db7c23 (patch)
tree113f554f2ea89fda68679ecef2606fe09f0e9126 /net-im
parentAdded ppc keyword (diff)
downloadgentoo-2-401d153ab395f044c5199b39eee68604c0db7c23.tar.gz
gentoo-2-401d153ab395f044c5199b39eee68604c0db7c23.tar.bz2
gentoo-2-401d153ab395f044c5199b39eee68604c0db7c23.zip
Added installation of docs and manpage.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ysm/ChangeLog5
-rw-r--r--net-im/ysm/ysm-2.7.1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/net-im/ysm/ChangeLog b/net-im/ysm/ChangeLog
index bfa7283b4a02..1328715caca3 100644
--- a/net-im/ysm/ChangeLog
+++ b/net-im/ysm/ChangeLog
@@ -1,8 +1,11 @@
# ChangeLog for net-im/ysm
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ChangeLog,v 1.1 2002/08/14 07:56:29 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ChangeLog,v 1.2 2002/08/14 08:20:31 aliz Exp $
*ysm-2.7.1 (14 Aug 2002)
14 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> ysm-2.7.1.ebuild:
+ Added installation of man page and docs.
+
+ 14 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> ysm-2.7.1.ebuild:
Initial import. Ebuild submitted by Filipe Almeida <filipe@rnl.ist.utl.pt>.
diff --git a/net-im/ysm/ysm-2.7.1.ebuild b/net-im/ysm/ysm-2.7.1.ebuild
index 8d95181163c4..4e928b454bd2 100644
--- a/net-im/ysm/ysm-2.7.1.ebuild
+++ b/net-im/ysm/ysm-2.7.1.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-im/ysm/ysm-2.7.1.ebuild,v 1.1 2002/08/14 07:56:29 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ysm-2.7.1.ebuild,v 1.2 2002/08/14 08:20:31 aliz Exp $
MY_PV=${PV//./_}
DESCRIPTION="A console ICQ client supporting versions 7/8"
@@ -24,5 +24,7 @@ src_compile() {
src_install () {
dobin ysm
+ doman docs/ysm.1
+ dodoc docs/README docs/AUTHORS docs/COMMANDS docs/INSTALL
}