summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2003-10-20 09:52:05 +0000
committerOlivier Crête <tester@gentoo.org>2003-10-20 09:52:05 +0000
commite3738ceda4971fc755a9390f271bb81cebebb595 (patch)
tree657345e3850db6d5d122a18ea69847f5729ee744 /net-im
parentupdated amsn to 0.83 (diff)
downloadgentoo-2-e3738ceda4971fc755a9390f271bb81cebebb595.tar.gz
gentoo-2-e3738ceda4971fc755a9390f271bb81cebebb595.tar.bz2
gentoo-2-e3738ceda4971fc755a9390f271bb81cebebb595.zip
updated amsn to 0.83
Diffstat (limited to 'net-im')
-rw-r--r--net-im/amsn/ChangeLog8
-rw-r--r--net-im/amsn/Manifest6
-rw-r--r--net-im/amsn/amsn-0.83.ebuild (renamed from net-im/amsn/amsn-0.81.ebuild)15
-rw-r--r--net-im/amsn/files/digest-amsn-0.811
-rw-r--r--net-im/amsn/files/digest-amsn-0.831
5 files changed, 20 insertions, 11 deletions
diff --git a/net-im/amsn/ChangeLog b/net-im/amsn/ChangeLog
index 3fb0702a614a..ce086ff19b70 100644
--- a/net-im/amsn/ChangeLog
+++ b/net-im/amsn/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/amsn
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v 1.17 2003/10/08 11:45:46 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v 1.18 2003/10/20 09:52:00 tester Exp $
+
+*amsn-0.83 (20 Oct 2003)
+
+ 20 Oct 2003; Olivier Crete <tester@gentoo.org> amsn-0.83.ebuild:
+ Updated to 0.83, because of the msn protocol change, the older version is no
+ longer working. Putting this one straight into stable
08 Oct 2003; Olivier Crete <tester@gentoo.org> amsn-0.82.ebuild:
Mark 0.82 stable
diff --git a/net-im/amsn/Manifest b/net-im/amsn/Manifest
index 89afadabc6bb..c395689cbf53 100644
--- a/net-im/amsn/Manifest
+++ b/net-im/amsn/Manifest
@@ -1,9 +1,7 @@
-MD5 7bb5571f7354f8afd8240cd703861029 amsn-0.81.ebuild 1670
-MD5 e628c1f816b8c3bd1529ced793f6cc7e ChangeLog 1998
+MD5 3a9341b8bb7ef93ad51d3691b5b1a6d5 ChangeLog 2227
MD5 44ce0c035de27a04849efc79eb485971 metadata.xml 325
-MD5 7cb4b2f610a97dc9209dde564a3de214 amsn-0.83.ebuild 1685
+MD5 ee4c217e6799dd7373ddfb0f29f9229d amsn-0.83.ebuild 1799
MD5 7cb4b2f610a97dc9209dde564a3de214 amsn-0.82.ebuild 1685
-MD5 ea3df95e2bc1dda6cab9f4d32893c019 files/digest-amsn-0.81 61
MD5 08dc1d4334ab105367827eff59766bfc files/digest-amsn-0.82 61
MD5 209f5b66fbad9efa4c87594ee9b24262 files/amsn.desktop 236
MD5 d9affa90b6c667e8cf437621a6750089 files/digest-amsn-0.83 62
diff --git a/net-im/amsn/amsn-0.81.ebuild b/net-im/amsn/amsn-0.83.ebuild
index 4b68296cf203..2aeaf30a4512 100644
--- a/net-im/amsn/amsn-0.81.ebuild
+++ b/net-im/amsn/amsn-0.83.ebuild
@@ -16,6 +16,7 @@ KEYWORDS="x86 amd64"
DEPEND=">=dev-lang/tcl-8.3.3
>=dev-lang/tk-8.3.3
+ dev-tcltk/tls
imlib? ( media-libs/imlib )"
src_compile() {
@@ -23,8 +24,9 @@ src_compile() {
if [ -n "`use imlib`" ]
then
einfo "Compiling the freedesktop notification plugin"
- cd ${S}/plugins/traydock && econf || die
- make
+ cd ${S}/plugins/traydock
+ econf || die
+ make || die
fi
}
@@ -32,6 +34,9 @@ src_install() {
mkdir -p ${D}/usr/share/amsn/
cp -a ${S}/* ${D}/usr/share/amsn/
+ # Remove all CVS crap
+ find ${D} -type d -name CVS -exec rm -rf {} \;
+
if [ -n "`use gnome`" ]
then
dodir /usr/share/applications
@@ -56,10 +61,10 @@ src_install() {
einfo "Installing the freedesktop notification plugin"
dodir /usr/lib/amsn/plugins/traydock
mv ${D}/usr/share/amsn/plugins/traydock/libtray.so ${D}/usr/lib/amsn/plugins/traydock
- rm -rf ${D}/usr/share/amsn/plugins
- ln -s /usr/lib/amsn/plugins ${D}/usr/share/amsn/plugins
+ rm -rf ${D}/usr/share/amsn/plugins/traydock
+ ln -s /usr/lib/amsn/plugins/traydock ${D}/usr/share/amsn/plugins/traydock
else
- rm -rf ${D}/usr/share/amsn/plugins
+ rm -rf ${D}/usr/share/amsn/plugins/traydock
fi
dodir /usr/bin/
diff --git a/net-im/amsn/files/digest-amsn-0.81 b/net-im/amsn/files/digest-amsn-0.81
deleted file mode 100644
index 5d1df09a4019..000000000000
--- a/net-im/amsn/files/digest-amsn-0.81
+++ /dev/null
@@ -1 +0,0 @@
-MD5 37a3278749de1eaad0c7e4edecaf5cb4 amsn-0_81.tar.gz 705321
diff --git a/net-im/amsn/files/digest-amsn-0.83 b/net-im/amsn/files/digest-amsn-0.83
new file mode 100644
index 000000000000..7b6de978a225
--- /dev/null
+++ b/net-im/amsn/files/digest-amsn-0.83
@@ -0,0 +1 @@
+MD5 9c613ca47fe2841551d8f609b622279d amsn-0_83.tar.gz 1131505