summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-03-09 01:35:25 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-03-09 01:35:25 +0000
commit184b16e51edb96fd3cd44192b363f5d49ec3215f (patch)
treeb317bec4ecb6adedddf7d370d079e810b4a3f8ba /net-im
parentCleanup old. (diff)
downloadgentoo-2-184b16e51edb96fd3cd44192b363f5d49ec3215f.tar.gz
gentoo-2-184b16e51edb96fd3cd44192b363f5d49ec3215f.tar.bz2
gentoo-2-184b16e51edb96fd3cd44192b363f5d49ec3215f.zip
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-im')
-rw-r--r--net-im/amsn/ChangeLog7
-rw-r--r--net-im/amsn/amsn-0.98.4-r1.ebuild94
2 files changed, 5 insertions, 96 deletions
diff --git a/net-im/amsn/ChangeLog b/net-im/amsn/ChangeLog
index 51dcc78d5ed8..8e4f2eee99b6 100644
--- a/net-im/amsn/ChangeLog
+++ b/net-im/amsn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/amsn
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v 1.121 2012/07/08 22:04:36 xmw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v 1.122 2014/03/09 01:35:24 mrueg Exp $
+
+ 09 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -amsn-0.98.4-r1.ebuild:
+ Cleanup old.
08 Jul 2012; Michael Weber <xmw@gentoo.org> amsn-0.98.9.ebuild:
ppc stable (bug 415861)
diff --git a/net-im/amsn/amsn-0.98.4-r1.ebuild b/net-im/amsn/amsn-0.98.4-r1.ebuild
deleted file mode 100644
index e3a25516a9b6..000000000000
--- a/net-im/amsn/amsn-0.98.4-r1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.98.4-r1.ebuild,v 1.10 2011/10/23 16:05:20 armin76 Exp $
-
-EAPI=4
-inherit autotools eutils fdo-mime gnome2-utils toolchain-funcs
-
-MY_P=${P/_rc/RC}
-
-DESCRIPTION="aMSN Messenger client"
-SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${MY_P}-src.tar.bz2"
-HOMEPAGE="http://www.amsn-project.net"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc -sparc x86"
-IUSE="debug"
-
-DEPEND=">=dev-lang/tcl-8.4
- >=dev-lang/tk-8.4
- virtual/jpeg
- media-libs/libpng
- >=dev-tcltk/snack-2.2.10
- >=net-libs/gupnp-igd-0.1.3
- media-libs/libv4l
- media-libs/imlib"
-# >=net-libs/farsight2-0.0.14
-# >=media-libs/gstreamer-0.10.23
-# >=media-libs/gst-plugins-base-0.10.23
-
-RDEPEND="${DEPEND}
- >=dev-tcltk/tls-1.5
- virtual/ffmpeg[encode]"
-# >=media-libs/gst-plugins-good-0.10.15
-# >=media-libs/gst-plugins-bad-0.10.13
-# >=media-plugins/gst-plugins-ffmpeg-0.10.7
-
-# The tests are interactive
-RESTRICT="test"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( AGREEMENT TODO README FAQ CREDITS )
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-0.98-noautoupdate.patch \
- "${FILESDIR}"/${PN}-0.98.4-v4l2.patch \
- "${FILESDIR}"/${PN}-0.98.4-amsnplus-ldflags.patch
-
- # The NetBSD patch kills backwards compability, see http://bugs.gentoo.org/376407
- has_version '>=media-libs/libpng-1.5:0' && epatch "${FILESDIR}"/${PN}-0.98.4-libpng15.patch
-
- # only portage should strip files, bug 285682
- sed -i -e "s/LDFLAGS += -s/LDFLAGS += /" Makefile.in || die "sed failed"
- # Ships with a 32-bit binary, we want to rebuild it
- rm -f plugins/amsnplus/snapshot || die
- eautoreconf
-}
-
-src_configure() {
- tc-export CC
- econf $(use_enable debug)
-}
-
-src_install() {
- emake -C plugins/amsnplus
- default
-
- domenu amsn.desktop
- sed -i -e s:.png:: "${D}"/usr/share/applications/amsn.desktop || die
-
- pushd desktop-icons
- local res
- for res in 22 32 48 64 72 96 128; do
- insinto /usr/share/icons/hicolor/${res}x${res}/apps
- doins ${res}x${res}/apps/amsn.png
- done
- popd
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
-}