diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-09-27 09:22:30 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-09-27 09:22:30 +0000 |
commit | bde60430e375b3450abacc5b8cc8fc04b144b675 (patch) | |
tree | 697ffb16e7a2bcee9cd8e30aa5f9311b4131d386 /net-im | |
parent | cleanup (Manifest recommit) (diff) | |
download | gentoo-2-bde60430e375b3450abacc5b8cc8fc04b144b675.tar.gz gentoo-2-bde60430e375b3450abacc5b8cc8fc04b144b675.tar.bz2 gentoo-2-bde60430e375b3450abacc5b8cc8fc04b144b675.zip |
stable bump
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/msnlib/files/digest-msnlib-2.0 | 1 | ||||
-rw-r--r-- | net-im/msnlib/files/digest-msnlib-3.2 | 1 | ||||
-rw-r--r-- | net-im/msnlib/msnlib-2.0.ebuild | 27 | ||||
-rw-r--r-- | net-im/msnlib/msnlib-3.2.ebuild | 27 | ||||
-rw-r--r-- | net-im/msnlib/msnlib-3.4.ebuild | 4 |
5 files changed, 2 insertions, 58 deletions
diff --git a/net-im/msnlib/files/digest-msnlib-2.0 b/net-im/msnlib/files/digest-msnlib-2.0 deleted file mode 100644 index 0c4dc5cf7e09..000000000000 --- a/net-im/msnlib/files/digest-msnlib-2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 b03772f2f14dd4e466798455ad4fa763 msnlib-2.0.tar.bz2 38581 diff --git a/net-im/msnlib/files/digest-msnlib-3.2 b/net-im/msnlib/files/digest-msnlib-3.2 deleted file mode 100644 index 3b3dcc276ff0..000000000000 --- a/net-im/msnlib/files/digest-msnlib-3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8cdb1901432c23e6208ec203a673bfbc msnlib-3.2.tar.bz2 41402 diff --git a/net-im/msnlib/msnlib-2.0.ebuild b/net-im/msnlib/msnlib-2.0.ebuild deleted file mode 100644 index d79541f0b3de..000000000000 --- a/net-im/msnlib/msnlib-2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/msnlib-2.0.ebuild,v 1.6 2004/06/24 22:57:20 agriffis 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="x86 ~sparc" -DEPEND="virtual/python" - -mydoc="README INSTALL doc/*" - -src_install() { - distutils_src_install - cd ${S} - dobin msn - dobin msnsetup - - insinto /usr/share/doc/${PF} - doins msnrc.sample -} diff --git a/net-im/msnlib/msnlib-3.2.ebuild b/net-im/msnlib/msnlib-3.2.ebuild deleted file mode 100644 index 459d7266ca6f..000000000000 --- a/net-im/msnlib/msnlib-3.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/msnlib-3.2.ebuild,v 1.5 2004/06/24 22:57:20 agriffis 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="x86 ~sparc" -DEPEND=">=dev-lang/python-2.2.2" - -DOCS="README INSTALL doc/*" - -src_install() { - distutils_src_install - cd ${S} - dobin msn - dobin msnsetup - - insinto /usr/share/doc/${PF} - doins msnrc.sample -} diff --git a/net-im/msnlib/msnlib-3.4.ebuild b/net-im/msnlib/msnlib-3.4.ebuild index ac9971cca72f..a8d67ec3ed5d 100644 --- a/net-im/msnlib/msnlib-3.4.ebuild +++ b/net-im/msnlib/msnlib-3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3 2004/06/24 22:57:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/msnlib/msnlib-3.4.ebuild,v 1.4 2004/09/27 09:22:30 liquidx Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://auriga.wearlab.de/~alb/msnlib/files/${P}.tar.bz2" LICENSE="OSL-1.1" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" DEPEND=">=dev-lang/python-2.2.2" DOCS="README INSTALL doc/*" |