Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435026 - =net-im/msnlib-3.8-r1 : stable request
Summary: =net-im/msnlib-3.8-r1 : stable request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2012-09-14 13:55 UTC by Agostino Sarubbo
Modified: 2012-09-14 14:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2012-09-14 13:55:20 UTC
Minor cleanup:

--- msnlib-3.8.ebuild	2012-05-20 00:31:21.000000000 +0200
+++ msnlib-3.8-r1.ebuild	2012-09-14 15:24:36.784698410 +0200
@@ -12,8 +12,8 @@
 inherit multilib distutils
 
 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"
+HOMEPAGE="http://blitiri.com.ar/p/msnlib/"
+SRC_URI="http://blitiri.com.ar/p/${PN}/files/${PV}/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
@@ -34,10 +34,9 @@
 	distutils_src_install
 
 	dodoc doc/* || die "dodoc failed"
-	dobin msn
-	dobin msnsetup
-	use tk && dobin utils/msntk
+	dobin {msn,msnsetup} || die
+	use tk && { dobin utils/msntk || die; }
 
 	insinto /usr/share/doc/${PF}
-	doins msnrc.sample
+	doins msnrc.sample || die
 }


Arches, please test and mark stable (acked by dev-zero):                                                                                                                                                
=net-im/msnlib-3.8-r1                                                                                                                                                               
Target KEYWORDS : "amd64 ppc x86"
Comment 1 Agostino Sarubbo gentoo-dev 2012-09-14 13:57:07 UTC
amd64 stable

x86 stable
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2012-09-14 14:16:06 UTC
Fixed in cvs.