summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2007-03-16 12:28:05 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2007-03-16 12:28:05 +0000
commitbcb3d0ab85c9b4c146c6afe12cb84a56636451b0 (patch)
tree87aa3174575ac35bb69e51a76ccfa52e34e099a2 /net-im/msnlib/msnlib-3.5.ebuild
parentversion bump (diff)
downloadgentoo-2-bcb3d0ab85c9b4c146c6afe12cb84a56636451b0.tar.gz
gentoo-2-bcb3d0ab85c9b4c146c6afe12cb84a56636451b0.tar.bz2
gentoo-2-bcb3d0ab85c9b4c146c6afe12cb84a56636451b0.zip
Version bump: added NEED_PYTHON, added ~amd64 keyword, closed bug #101968. Dropped 3.3.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'net-im/msnlib/msnlib-3.5.ebuild')
-rw-r--r--net-im/msnlib/msnlib-3.5.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-im/msnlib/msnlib-3.5.ebuild b/net-im/msnlib/msnlib-3.5.ebuild
new file mode 100644
index 000000000000..e916511afeb3
--- /dev/null
+++ b/net-im/msnlib/msnlib-3.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/msnlib-3.5.ebuild,v 1.1 2007/03/16 12:28:05 lucass Exp $
+
+NEED_PYTHON=2.2.2
+
+inherit distutils
+
+IUSE=""
+DESCRIPTION="A Python MSN messenger protocol library and client"
+HOMEPAGE="http://auriga.wearlab.de/~alb/msnlib"
+SRC_URI="http://auriga.wearlab.de/~alb/msnlib/files/${PV}/${P}.tar.bz2"
+
+LICENSE="OSL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+src_install() {
+ distutils_src_install
+
+ dodoc doc/*
+
+ dobin msn
+ dobin msnsetup
+ dobin utils/msntk
+
+ insinto /usr/share/doc/${PF}
+ doins msnrc.sample
+}