summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2004-05-31 00:14:15 +0000
committerOlivier Crête <tester@gentoo.org>2004-05-31 00:14:15 +0000
commitc06c1f7c0c88d8e6f81a28df3271d0dc6b2aa9a7 (patch)
tree99e271f40c1844db1e257d420b7db8f9bfb32ee3 /net-im/amsn
parentKeyword modification, see changelog for details (diff)
downloadhistorical-c06c1f7c0c88d8e6f81a28df3271d0dc6b2aa9a7.tar.gz
historical-c06c1f7c0c88d8e6f81a28df3271d0dc6b2aa9a7.tar.bz2
historical-c06c1f7c0c88d8e6f81a28df3271d0dc6b2aa9a7.zip
bumped net-im/amsn to 0.92
Diffstat (limited to 'net-im/amsn')
-rw-r--r--net-im/amsn/ChangeLog7
-rw-r--r--net-im/amsn/Manifest6
-rw-r--r--net-im/amsn/amsn-0.91.ebuild6
-rw-r--r--net-im/amsn/amsn-0.92.ebuild89
-rw-r--r--net-im/amsn/files/digest-amsn-0.921
5 files changed, 103 insertions, 6 deletions
diff --git a/net-im/amsn/ChangeLog b/net-im/amsn/ChangeLog
index 84b0c4ef0cc1..6ee6dd2a33fc 100644
--- a/net-im/amsn/ChangeLog
+++ b/net-im/amsn/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/amsn
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v 1.30 2004/04/30 22:40:40 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v 1.31 2004/05/31 00:14:14 tester Exp $
+
+*amsn-0.92 (31 May 2004)
+
+ 31 May 2004; <tester@gentoo.org> amsn-0.92.ebuild, amsn-0.91.ebuild:
+ Version bump, removed imagemagick useflag, it doesnt work well without it
01 May 2004; <tester@gentoo.org> amsn-0.91.ebuild:
Changed dep to tcltk >=8.4 because of a bug in tk <=8.4. Fixed installation
diff --git a/net-im/amsn/Manifest b/net-im/amsn/Manifest
index 45081f083918..c8e3165cf92b 100644
--- a/net-im/amsn/Manifest
+++ b/net-im/amsn/Manifest
@@ -1,8 +1,10 @@
-MD5 92196f2f4470648ea4b7084989bdae70 ChangeLog 3692
+MD5 7d61ff2e41c543010e78dad812c8d9b0 amsn-0.92.ebuild 2212
+MD5 cd7569db9b92217653b1fb5a92229d4c ChangeLog 3866
MD5 44ce0c035de27a04849efc79eb485971 metadata.xml 325
MD5 dec963494977a4548b656dcf6c91f476 amsn-0.83.ebuild 1809
-MD5 659bd405ab43e05f16eb616e01ceed72 amsn-0.91.ebuild 2265
+MD5 0287939c322a1ff16b3422a1b50b9162 amsn-0.91.ebuild 2236
MD5 348ed38018e216d9a4c2ca31867333f8 amsn-0.90.ebuild 2260
+MD5 249a656c8d46348d0bc25e70b86ea115 files/digest-amsn-0.92 62
MD5 70919744c42f27e436339d14c678f731 files/amsn.desktop 273
MD5 d9affa90b6c667e8cf437621a6750089 files/digest-amsn-0.83 62
MD5 01860d85395002b293bbdb265bb4a6f6 files/digest-amsn-0.90 62
diff --git a/net-im/amsn/amsn-0.91.ebuild b/net-im/amsn/amsn-0.91.ebuild
index ef30036d649d..ce597922212a 100644
--- a/net-im/amsn/amsn-0.91.ebuild
+++ b/net-im/amsn/amsn-0.91.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.91.ebuild,v 1.2 2004/04/30 22:40:40 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.91.ebuild,v 1.3 2004/05/31 00:14:14 tester Exp $
S="${WORKDIR}/msn"
DESCRIPTION="Alvaro's Messenger client for MSN"
SRC_URI="mirror://sourceforge/${PN}/${P/./_}.tar.gz"
HOMEPAGE="http://amsn.sourceforge.net"
-IUSE="gnome kde imlib imagemagick xmms"
+IUSE="gnome kde imlib xmms"
SLOT="0"
LICENSE="GPL-2"
@@ -20,7 +20,7 @@ DEPEND=">=dev-lang/tcl-8.4
RDEPEND="${DEPEND}
dev-tcltk/tls
- imagemagick? ( media-gfx/imagemagick )
+ media-gfx/imagemagick
xmms? ( media-plugins/xmms-infopipe )"
src_compile() {
diff --git a/net-im/amsn/amsn-0.92.ebuild b/net-im/amsn/amsn-0.92.ebuild
new file mode 100644
index 000000000000..59656a48e862
--- /dev/null
+++ b/net-im/amsn/amsn-0.92.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.92.ebuild,v 1.1 2004/05/31 00:14:14 tester Exp $
+
+S="${WORKDIR}/msn"
+DESCRIPTION="Alvaro's Messenger client for MSN"
+SRC_URI="mirror://sourceforge/${PN}/${P/./_}.tar.gz"
+HOMEPAGE="http://amsn.sourceforge.net"
+
+IUSE="gnome kde imlib xmms"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~alpha ~sparc ~ppc ~hppa ~amd64"
+
+
+DEPEND=">=dev-lang/tcl-8.3
+ >=dev-lang/tk-8.3
+ imlib? ( media-libs/imlib )"
+
+RDEPEND="${DEPEND}
+ dev-tcltk/tls
+ media-gfx/imagemagick
+ xmms? ( media-plugins/xmms-infopipe )"
+
+src_compile() {
+
+ if use imlib
+ then
+ einfo "Compiling the freedesktop notification plugin"
+ cd ${S}/plugins/traydock
+ econf || die
+ make || die
+ fi
+}
+
+src_install() {
+ dodir /usr/share/amsn/
+ cp -a ${S}/* ${D}/usr/share/amsn/
+
+ # Remove all CVS extra stuff
+ # not here in this version
+ # find ${D} -type d -name CVS -exec rm -rf {} \;
+
+ if use gnome
+ then
+ dodir /usr/share/applications
+ cp ${D}/usr/share/amsn/amsn.desktop ${D}/usr/share/applications
+ einfo "Installing GNOME Icons in /usr/share/pixmaps"
+ dodir /usr/share/pixmaps
+ cp -a ${S}/icons/32x32/* ${D}/usr/share/pixmaps/
+ fi
+
+
+ if use kde
+ then
+ dodir /usr/share/applnk/Internet
+ cp ${D}/usr/share/amsn/amsn.desktop ${D}/usr/share/applnk/Internet/
+ einfo "Installing KDE Icons in default theme"
+ dodir ${KDEDIR}/share/icons/default.kde
+ cp -a ${S}/icons/* ${D}/${KDEDIR}/share/icons/default.kde
+ fi
+
+ if use imlib
+ then
+ 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
+ ln -s /usr/lib/amsn/plugins/traydock ${D}/usr/share/amsn/plugins/traydock
+ else
+ rm -rf ${D}/usr/share/amsn/plugins/traydock
+ fi
+
+ rm -rf ${D}/usr/share/amsn/plugins/winflash
+ rm -rf ${D}/usr/share/amsn/utils/
+
+ dodir /usr/bin/
+ ln -s /usr/share/amsn/amsn ${D}/usr/bin/amsn
+
+ cd ${D}/usr/share/amsn
+ dodoc TODO README FAQ CREDITS HELP
+ rm -f TODO
+}
+pkg_postinst() {
+ if use xmms
+ then
+ einfo "For XMMS use in amsn, make sure the xmms-infopipe plugin is enabled."
+ fi
+}
diff --git a/net-im/amsn/files/digest-amsn-0.92 b/net-im/amsn/files/digest-amsn-0.92
new file mode 100644
index 000000000000..304f9feee0f9
--- /dev/null
+++ b/net-im/amsn/files/digest-amsn-0.92
@@ -0,0 +1 @@
+MD5 1a4861b08e469cd86dda8bd19afcde7e amsn-0_92.tar.gz 2039934