diff options
author | Olivier Crête <tester@gentoo.org> | 2008-01-01 01:11:01 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2008-01-01 01:11:01 +0000 |
commit | 0824b64a9fa3d57ed08fc9e55a8b952ed7cff213 (patch) | |
tree | cec3d57cdfe823aa79f64e62c06eefc849cd0562 /net-im/amsn | |
parent | Version bump (diff) | |
download | gentoo-2-0824b64a9fa3d57ed08fc9e55a8b952ed7cff213.tar.gz gentoo-2-0824b64a9fa3d57ed08fc9e55a8b952ed7cff213.tar.bz2 gentoo-2-0824b64a9fa3d57ed08fc9e55a8b952ed7cff213.zip |
Remove old version
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-im/amsn')
-rw-r--r-- | net-im/amsn/amsn-0.95-r3.ebuild | 63 | ||||
-rw-r--r-- | net-im/amsn/amsn-0.95-r4.ebuild | 70 | ||||
-rw-r--r-- | net-im/amsn/files/amsn-0.95-dos.patch | 103 | ||||
-rw-r--r-- | net-im/amsn/files/digest-amsn-0.95-r3 | 3 | ||||
-rw-r--r-- | net-im/amsn/files/digest-amsn-0.95-r4 | 3 |
5 files changed, 0 insertions, 242 deletions
diff --git a/net-im/amsn/amsn-0.95-r3.ebuild b/net-im/amsn/amsn-0.95-r3.ebuild deleted file mode 100644 index 574232da65e2..000000000000 --- a/net-im/amsn/amsn-0.95-r3.ebuild +++ /dev/null @@ -1,63 +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/amsn/amsn-0.95-r3.ebuild,v 1.9 2007/07/12 05:34:48 mr_bones_ Exp $ - -inherit eutils fdo-mime - -MY_P=${P/_rc/RC} -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Alvaro's Messenger client for MSN" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" -HOMEPAGE="http://amsn.sourceforge.net" - -RESTRICT="test" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ppc -sparc x86" -IUSE="" - -DEPEND=">=dev-lang/tcl-8.4 - >=dev-lang/tk-8.4 - >=dev-tcltk/tls-1.4.1" - -RDEPEND="${DEPEND}" - -src_install() { - dodir /usr/share/amsn/ - - sed -i -e 's:Icon=msn.png:Icon=amsn:' "${S}"/amsn.desktop - domenu amsn.desktop - - for res in 32 48 64 96 128; do - insinto /usr/share/icons/hicolor/${res}x${res}/apps - newins ${S}/icons/${res}x${res}/aMSN_${res}.png amsn.png - done - - insinto /usr/share/pixmaps - newins ${S}/icons/32x32/aMSN_32.png amsn.png - - dodoc AGREEMENT TODO README FAQ CREDITS docs/* - - rm -rf GNUGPL AGREEMENT TODO README FAQ CREDITS HELP amsn.desktop icons \ - utils/windows utils/macosx docs lang/LANG-HOWTO debian - - insinto /usr/share/amsn/ - insopts -m644 - doins -r "${S}"/* - - dosym ../share/amsn/amsn /usr/bin/amsn - dosym ../share/amsn/amsn-remote /usr/bin/amsn-remote - dosym ../share/amsn/amsn-remote-CLI /usr/bin/amsn-remote-CLI - chmod +x "${D}"/usr/share/amsn/amsn - chmod +x "${D}"/usr/share/amsn/amsn-remote - chmod +x "${D}"/usr/share/amsn/amsn-remote-CLI - -} - -pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - ewarn "You might have to remove ~/.amsn prior to running as user if amsn hangs on start-up." -} diff --git a/net-im/amsn/amsn-0.95-r4.ebuild b/net-im/amsn/amsn-0.95-r4.ebuild deleted file mode 100644 index a43049013db7..000000000000 --- a/net-im/amsn/amsn-0.95-r4.ebuild +++ /dev/null @@ -1,70 +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/amsn/amsn-0.95-r4.ebuild,v 1.3 2007/04/24 15:05:17 gustavoz Exp $ - -inherit eutils fdo-mime - -MY_P=${P/_rc/RC} -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Alvaro's Messenger client for MSN" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" -HOMEPAGE="http://amsn.sourceforge.net" - -RESTRICT="test" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~hppa ~ppc -sparc ~x86" -IUSE="" - -DEPEND=">=dev-lang/tcl-8.4 - >=dev-lang/tk-8.4 - >=dev-tcltk/tls-1.4.1" - -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${P}-dos.patch -} - -src_install() { - dodir /usr/share/amsn/ - - sed -i -e 's:Icon=msn.png:Icon=amsn:' "${S}"/amsn.desktop - domenu amsn.desktop - - for res in 32 48 64 96 128; do - insinto /usr/share/icons/hicolor/${res}x${res}/apps - newins ${S}/icons/${res}x${res}/aMSN_${res}.png amsn.png - done - - insinto /usr/share/pixmaps - newins ${S}/icons/32x32/aMSN_32.png amsn.png - - dodoc AGREEMENT TODO README FAQ CREDITS docs/* - - rm -rf GNUGPL AGREEMENT TODO README FAQ CREDITS HELP amsn.desktop icons \ - utils/windows utils/macosx docs lang/LANG-HOWTO debian - - insinto /usr/share/amsn/ - insopts -m644 - doins -r "${S}"/* - - dosym ../share/amsn/amsn /usr/bin/amsn - dosym ../share/amsn/amsn-remote /usr/bin/amsn-remote - dosym ../share/amsn/amsn-remote-CLI /usr/bin/amsn-remote-CLI - chmod +x "${D}"/usr/share/amsn/amsn - chmod +x "${D}"/usr/share/amsn/amsn-remote - chmod +x "${D}"/usr/share/amsn/amsn-remote-CLI - -} - -pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - ewarn "You might have to remove ~/.amsn prior to running as user if amsn hangs on start-up." -} diff --git a/net-im/amsn/files/amsn-0.95-dos.patch b/net-im/amsn/files/amsn-0.95-dos.patch deleted file mode 100644 index dfd211e99814..000000000000 --- a/net-im/amsn/files/amsn-0.95-dos.patch +++ /dev/null @@ -1,103 +0,0 @@ -diff -u amsn-0.95_OLD/config.tcl amsn-0.95/config.tcl ---- amsn-0.95_OLD/config.tcl 2005-12-22 03:06:24.000000000 +0100 -+++ amsn-0.95/config.tcl 2007-04-23 19:37:54.000000000 +0200 -@@ -1324,7 +1324,12 @@ - while { $tries < 5 } { - set Port [GetRandomProfilePort] - status_log "LockProfile: Got random port $Port\n" blue -- if { [catch {socket -server lockSvrNew -myaddr localhost $Port} newlockSock] == 0 } { -+ if { [::config::getKey enableremote] == 1} { -+ set cmd "socket -server lockSvrNew $Port" -+ } else { -+ set cmd "socket -myaddr 127.0.0.1 -server lockSvrNew $Port" -+ } -+ if { [catch {eval $cmd} newlockSock] == 0 } { - # Got one - LoginList changelock 0 $email $Port - set lockSock $newlockSock -diff -u amsn-0.95_OLD/remote.tcl amsn-0.95/remote.tcl ---- amsn-0.95_OLD/remote.tcl 2005-12-22 03:06:24.000000000 +0100 -+++ amsn-0.95/remote.tcl 2007-04-23 19:40:41.000000000 +0200 -@@ -9,6 +9,7 @@ - set remote_auth 0 - set remote_sock_lock 0 - set remote_sock 0 -+ set remote_authtimer 0 - } - - proc remote_check_online { } { -@@ -20,6 +21,11 @@ - } - } - -+proc remote_touchauthtimer {} { -+ global remote_authtimer -+ set remote_authtimer 0 -+} -+ - namespace eval ::remote { - - # connect -@@ -235,6 +241,11 @@ - proc read_remote { command sock } { - global remote_auth remote_sock - -+ if { [::config::getKey enableremote] != 1} { -+ close $sock -+ return -+ } -+ - if { "$remote_sock" != "$sock" } { - set remote_temp_sock $remote_sock - init_remote $sock -@@ -247,6 +258,9 @@ - - - if {$command != ""} { -+ #AIM-FIX: Make command a real quoted list, or it will raise -+ #errors when containing braces -+ set command [split $command] - if { $remote_auth == 0 } { - authenticate "$command" "$sock" - } elseif { [catch {eval "::remote::$command" } res] } { -@@ -264,26 +278,27 @@ - } - - proc authenticate { command sock } { -- global remotemd5key remote_auth remote_sock_lock -+ global remotemd5key remote_auth remote_sock_lock remote_authtimer userchatto -+ -+ if {$remote_authtimer} { -+ close $sock -+ return -+ } - - if { $command == "auth" } { - set remotemd5key "[md5keygen]" - write_remote "auth $remotemd5key" - } elseif { [lindex $command 0] == "auth2" && [info exists remotemd5key] } { - if { "[lindex $command 1]" == "[::md5::hmac $remotemd5key [list [::config::getKey remotepassword]]]" } { -- if { [::config::getKey enableremote] == 1 } { -- set remote_auth 1 -- set remote_sock_lock $sock -- write_remote "Authentication successfull" -- } else { -- write_remote "User disabled remote control" -- } -+ set remote_auth 1 -+ set remote_sock_lock $sock -+ catch { unset userchatto } -+ write_remote "Authentication successfull" - } else { -- if { [::config::getKey enableremote] == 1 } { -- write_remote "Authentication failed" -- } else { -- write_remote "User disabled remote control" -- } -+ set remote_authtimer 1 -+ after 3000 [list remote_touchauthtimer] -+ vwait remote_authtimer -+ write_remote "Authentication failed" - } - unset remotemd5key - } else {
\ No newline at end of file diff --git a/net-im/amsn/files/digest-amsn-0.95-r3 b/net-im/amsn/files/digest-amsn-0.95-r3 deleted file mode 100644 index 5c826108199f..000000000000 --- a/net-im/amsn/files/digest-amsn-0.95-r3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d0ea6e858601133c5abbfbbb5c84c8da amsn-0.95.tar.bz2 4460547 -RMD160 7729b10907292eb413d1f5a6488c506f38599173 amsn-0.95.tar.bz2 4460547 -SHA256 3ded8ea3f5e6570f643d9036d3ffdf3104ab4bab2973ee0ccf933e332d8d46ba amsn-0.95.tar.bz2 4460547 diff --git a/net-im/amsn/files/digest-amsn-0.95-r4 b/net-im/amsn/files/digest-amsn-0.95-r4 deleted file mode 100644 index 5c826108199f..000000000000 --- a/net-im/amsn/files/digest-amsn-0.95-r4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d0ea6e858601133c5abbfbbb5c84c8da amsn-0.95.tar.bz2 4460547 -RMD160 7729b10907292eb413d1f5a6488c506f38599173 amsn-0.95.tar.bz2 4460547 -SHA256 3ded8ea3f5e6570f643d9036d3ffdf3104ab4bab2973ee0ccf933e332d8d46ba amsn-0.95.tar.bz2 4460547 |