summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2010-01-24 15:29:06 +0000
committerDirkjan Ochtman <djc@gentoo.org>2010-01-24 15:29:06 +0000
commit9606d80edf3bcee9b5a9666537e522a0437e871e (patch)
treef7a8baf81983e327dd52991dbb4ac1bf07cf9624 /net-im
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-9606d80edf3bcee9b5a9666537e522a0437e871e.tar.gz
gentoo-2-9606d80edf3bcee9b5a9666537e522a0437e871e.tar.bz2
gentoo-2-9606d80edf3bcee9b5a9666537e522a0437e871e.zip
Clean out old versions of net-im/msnlib.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/msnlib/ChangeLog6
-rw-r--r--net-im/msnlib/msnlib-3.4.ebuild28
-rw-r--r--net-im/msnlib/msnlib-3.5.ebuild29
3 files changed, 5 insertions, 58 deletions
diff --git a/net-im/msnlib/ChangeLog b/net-im/msnlib/ChangeLog
index 0fdf46fe5e7f..dfd262134928 100644
--- a/net-im/msnlib/ChangeLog
+++ b/net-im/msnlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/msnlib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/ChangeLog,v 1.24 2010/01/24 15:20:54 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/ChangeLog,v 1.25 2010/01/24 15:29:06 djc Exp $
+
+ 24 Jan 2010; Dirkjan Ochtman <djc@gentoo.org> -msnlib-3.4.ebuild,
+ -msnlib-3.5.ebuild:
+ Clean out old versions.
*msnlib-3.7 (24 Jan 2010)
diff --git a/net-im/msnlib/msnlib-3.4.ebuild b/net-im/msnlib/msnlib-3.4.ebuild
deleted file mode 100644
index cd0945c821df..000000000000
--- a/net-im/msnlib/msnlib-3.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/msnlib-3.4.ebuild,v 1.5 2005/08/07 22:22:51 josejx Exp $
-
-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/${P}.tar.bz2"
-
-LICENSE="OSL-1.1"
-SLOT="0"
-KEYWORDS="ppc ~sparc x86"
-DEPEND=">=dev-lang/python-2.2.2"
-
-DOCS="README INSTALL doc/*"
-
-src_install() {
- distutils_src_install
- cd ${S}
- dobin msn
- dobin msnsetup
- dobin utils/msntk
-
- insinto /usr/share/doc/${PF}
- doins msnrc.sample
-}
diff --git a/net-im/msnlib/msnlib-3.5.ebuild b/net-im/msnlib/msnlib-3.5.ebuild
deleted file mode 100644
index d8a472e0b607..000000000000
--- a/net-im/msnlib/msnlib-3.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.2 2007/06/26 02:25:40 mr_bones_ 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
-}