diff options
author | Olivier Crête <tester@gentoo.org> | 2005-04-23 19:16:03 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2005-04-23 19:16:03 +0000 |
commit | 26d98ddf0a9cc5a43e88233d2248fd3c1dd2e176 (patch) | |
tree | 107c0834d9e8fd3a5c93379062e5bc150cc0d908 /net-im | |
parent | merge with upstream (diff) | |
download | gentoo-2-26d98ddf0a9cc5a43e88233d2248fd3c1dd2e176.tar.gz gentoo-2-26d98ddf0a9cc5a43e88233d2248fd3c1dd2e176.tar.bz2 gentoo-2-26d98ddf0a9cc5a43e88233d2248fd3c1dd2e176.zip |
Cleanup old version
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/amsn/amsn-0.93.ebuild | 93 | ||||
-rw-r--r-- | net-im/amsn/files/digest-amsn-0.93 | 1 |
2 files changed, 0 insertions, 94 deletions
diff --git a/net-im/amsn/amsn-0.93.ebuild b/net-im/amsn/amsn-0.93.ebuild deleted file mode 100644 index 5e573f07c480..000000000000 --- a/net-im/amsn/amsn-0.93.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.93.ebuild,v 1.6 2005/01/25 17:42:28 greg_g Exp $ - -S="${WORKDIR}/${P/./_}" -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" - dodir /usr/share/pixmaps - cp -a ${S}/icons/32x32/* ${D}/usr/share/pixmaps/ - 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/plugins/QuickTimeTcl3.1 - rm -rf ${D}/usr/share/amsn/plugins/applescript - rm -rf ${D}/usr/share/amsn/plugins/tclCarbonNotification - rm -rf ${D}/usr/share/amsn/plugins/tclAE2.0 - 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.93 b/net-im/amsn/files/digest-amsn-0.93 deleted file mode 100644 index 3a0e3b562447..000000000000 --- a/net-im/amsn/files/digest-amsn-0.93 +++ /dev/null @@ -1 +0,0 @@ -MD5 dffc4bbd38f4fa63df481b89f7c89e7d amsn-0_93.tar.gz 2266580 |