summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-24 00:21:14 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-24 00:21:14 +0000
commitabcdf64c23c5ddcc651602fd76c61954d2b55921 (patch)
tree616928a86adf66be76ddfc8f4a3b3786da8ed9e3 /net-im/msnlib
parentdigest madness? (diff)
downloadhistorical-abcdf64c23c5ddcc651602fd76c61954d2b55921.tar.gz
historical-abcdf64c23c5ddcc651602fd76c61954d2b55921.tar.bz2
historical-abcdf64c23c5ddcc651602fd76c61954d2b55921.zip
various fixes
Diffstat (limited to 'net-im/msnlib')
-rw-r--r--net-im/msnlib/ChangeLog5
-rw-r--r--net-im/msnlib/Manifest4
-rw-r--r--net-im/msnlib/msnlib-4.ebuild10
3 files changed, 14 insertions, 5 deletions
diff --git a/net-im/msnlib/ChangeLog b/net-im/msnlib/ChangeLog
index d422b7c4c320..8df8f2da376e 100644
--- a/net-im/msnlib/ChangeLog
+++ b/net-im/msnlib/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-im/msnlib
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/ChangeLog,v 1.1 2003/04/19 14:00:45 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/ChangeLog,v 1.2 2003/04/24 00:21:06 liquidx Exp $
*msnlib-4 (19 Apr 2003)
+ 24 Apr 2003; Alastair Tse <liquidx@gentoo.org> msnlib-4.ebuild:
+ fix doc and dependencies at the request of the author.
+
19 Apr 2003; Alastair Tse <liquidx@gentoo.org> Manifest, msnlib-4.ebuild:
initial ebuild
diff --git a/net-im/msnlib/Manifest b/net-im/msnlib/Manifest
index afec7eeaf72f..19bb70fb0928 100644
--- a/net-im/msnlib/Manifest
+++ b/net-im/msnlib/Manifest
@@ -1,3 +1,3 @@
-MD5 70ef972431d5d8f439dc5456a27ddad6 msnlib-4.ebuild 601
-MD5 ce2b40bfd591360499239a59ccc1ab83 ChangeLog 328
+MD5 fbae95ff0b986e53804d37fd726bbd6e msnlib-4.ebuild 677
+MD5 0ede396f70092e797f33faa8efc4d970 ChangeLog 452
MD5 4955e9338a884eaaac1f40edf9a5377a files/digest-msnlib-4 60
diff --git a/net-im/msnlib/msnlib-4.ebuild b/net-im/msnlib/msnlib-4.ebuild
index 18757a8c209d..60256ad95d5c 100644
--- a/net-im/msnlib/msnlib-4.ebuild
+++ b/net-im/msnlib/msnlib-4.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-im/msnlib/msnlib-4.ebuild,v 1.1 2003/04/19 14:00:45 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/msnlib-4.ebuild,v 1.2 2003/04/24 00:21:06 liquidx Exp $
inherit distutils
@@ -8,15 +8,21 @@ IUSE=""
DESCRIPTION="A Python MSN messenger protocol library and client"
HOMEPAGE="http://auriga.wearlab.de/~alb/"
SRC_URI="http://auriga.wearlab.de/~alb/files/${PN}-d${PV}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-DEPEND=">=dev-lang/python-2.2"
+DEPEND="virtual/python"
S=${WORKDIR}/${PN}-d${PV}
+mydoc="README INSTALL doc/*"
+
src_install() {
distutils_src_install
cd ${S}
dobin msn
dobin msnsetup
+
+ insinto /usr/share/doc/${PF}
+ doins msnrc.sample
}