summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-06-16 12:09:15 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-06-16 12:09:15 +0000
commit600d6e18696629dbe93aacafab4a0b3bbf31a0f5 (patch)
treeb0c65f589cdec5413f6e2ce2f614f32e87314265 /net-irc
parentRemove old as requested by Pacho Ramos, <pacho@gentoo.org> (diff)
downloadgentoo-2-600d6e18696629dbe93aacafab4a0b3bbf31a0f5.tar.gz
gentoo-2-600d6e18696629dbe93aacafab4a0b3bbf31a0f5.tar.bz2
gentoo-2-600d6e18696629dbe93aacafab4a0b3bbf31a0f5.zip
Remove old as requested by Pacho Ramos, <pacho@gentoo.org>
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/smuxi/ChangeLog5
-rw-r--r--net-irc/smuxi/smuxi-0.8.ebuild50
2 files changed, 4 insertions, 51 deletions
diff --git a/net-irc/smuxi/ChangeLog b/net-irc/smuxi/ChangeLog
index f63e70f8b483..c91d209b83d5 100644
--- a/net-irc/smuxi/ChangeLog
+++ b/net-irc/smuxi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/smuxi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.19 2012/05/22 12:22:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.20 2012/06/16 12:09:14 ago Exp $
+
+ 16 Jun 2012; Agostino Sarubbo <ago@gentoo.org> -smuxi-0.8.ebuild:
+ Remove old as requested by Pacho Ramos, <pacho@gentoo.org>
22 May 2012; Agostino Sarubbo <ago@gentoo.org> smuxi-0.8.9.1.ebuild:
Stable for amd64, wrt bug #407701
diff --git a/net-irc/smuxi/smuxi-0.8.ebuild b/net-irc/smuxi/smuxi-0.8.ebuild
deleted file mode 100644
index 4709409fffbb..000000000000
--- a/net-irc/smuxi/smuxi-0.8.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.8.ebuild,v 1.5 2012/05/03 06:27:14 jdhore Exp $
-
-EAPI=4
-inherit base mono eutils
-
-DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop."
-HOMEPAGE="http://www.smuxi.org/main/"
-SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug gnome libnotify"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-RDEPEND=">=dev-lang/mono-2.0
- >=dev-dotnet/smartirc4net-0.4.5.1
- >=dev-dotnet/nini-1.1.0-r2
- >=dev-dotnet/log4net-1.2.10-r2
- gnome? ( >=dev-dotnet/gtk-sharp-2.12
- >=dev-dotnet/gconf-sharp-2.12
- >=dev-dotnet/glade-sharp-2.12
- >=dev-dotnet/glib-sharp-2.12 )
- libnotify? ( dev-dotnet/notify-sharp )"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.25
- >=sys-devel/gettext-0.17
- virtual/pkgconfig"
-
-DOCS="FEATURES TODO README"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-visibility.patch \
- "${FILESDIR}"/${P}-release-build.patch
-}
-
-src_configure() {
- econf --disable-dependency-tracking \
- --enable-engine-irc \
- --without-indicate \
- $(use_enable debug) \
- $(use_enable gnome frontend-gnome) \
- $(use_with libnotify notify)
-}
-
-src_compile() {
- # This is not parallel build safe, see upstream bug #515
- emake -j1
-}