commit:     86ecfd3e6e5caa357f7b7ab63d4b57fb13a614b5
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Mon Aug 10 11:49:48 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 11:49:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=86ecfd3e

smuxi clean up

 net-irc/smuxi/smuxi-0.10.ebuild      | 58 ------------------------------------
 net-irc/smuxi/smuxi-0.8.11-r1.ebuild | 50 -------------------------------
 net-irc/smuxi/smuxi-0.9.ebuild       | 58 ------------------------------------
 net-irc/smuxi/smuxi-1.0.ebuild       |  2 +-
 net-irc/smuxi/smuxi-9999.ebuild      |  6 ++--
 5 files changed, 4 insertions(+), 170 deletions(-)

diff --git a/net-irc/smuxi/smuxi-0.10.ebuild b/net-irc/smuxi/smuxi-0.10.ebuild
deleted file mode 100644
index 47e7245..0000000
--- a/net-irc/smuxi/smuxi-0.10.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-inherit eutils mono-env
-
-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="dbus debug gtk libnotify spell"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-RDEPEND="
-       >=dev-lang/mono-3.0
-       >=dev-dotnet/smartirc4net-0.4.5.1
-       >=dev-dotnet/nini-1.1.0-r2
-       =dev-dotnet/log4net-1.2.10
-       dbus? ( dev-dotnet/ndesk-dbus
-               dev-dotnet/ndesk-dbus-glib )
-       gtk? ( >=dev-dotnet/gtk-sharp-2.12 )
-       libnotify? ( dev-dotnet/notify-sharp )
-       spell? ( >=app-text/gtkspell-2.0.9:2 )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/intltool-0.25
-       >=sys-devel/gettext-0.17
-       virtual/pkgconfig
-"
-
-DOCS=( FEATURES TODO )
-
-src_configure() {
-       # Our dev-dotnet/db4o is completely unmaintained
-       # We don't have ubuntu stuff
-       econf \
-               --enable-engine-irc             \
-               --without-indicate              \
-               --with-vendor-package-version="Gentoo ${PV}" \
-               --with-db4o=included \
-               --with-messaging-menu=no \
-               --with-indicate=no \
-               --disable-engine-jabbr \
-               $(use_enable debug)             \
-               $(use_enable gtk frontend-gnome) \
-               $(use_with libnotify notify) \
-               $(use_with spell gtkspell)
-}
-
-src_install() {
-       default
-       #runner scripts fix
-       sed -i -e 's@mono --debug@mono --runtime=v4.0@g' 
"${ED}"/usr/bin/smuxi-frontend-gnome || die
-       sed -i -e 's@mono --debug@mono --runtime=v4.0@g' 
"${ED}"/usr/bin/smuxi-server || die
-}

diff --git a/net-irc/smuxi/smuxi-0.8.11-r1.ebuild 
b/net-irc/smuxi/smuxi-0.8.11-r1.ebuild
deleted file mode 100644
index ca84293..0000000
--- a/net-irc/smuxi/smuxi-0.8.11-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-inherit eutils mono-env
-
-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="dbus debug gtk libnotify spell"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-RDEPEND="
-       >=dev-lang/mono-3.0
-       >=dev-dotnet/smartirc4net-0.4.5.1
-       >=dev-dotnet/nini-1.1.0-r2
-       >=dev-dotnet/log4net-1.2.10-r2
-       dbus? ( dev-dotnet/ndesk-dbus
-               dev-dotnet/ndesk-dbus-glib )
-       gtk? ( >=dev-dotnet/gtk-sharp-2.12 )
-       libnotify? ( dev-dotnet/notify-sharp )
-       spell? ( >=app-text/gtkspell-2.0.9:2 )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/intltool-0.25
-       >=sys-devel/gettext-0.17
-       virtual/pkgconfig
-"
-
-DOCS=( FEATURES TODO README )
-
-src_configure() {
-       # Our dev-dotnet/db4o is completely unmaintained
-       # We don't have ubuntu stuff
-       econf \
-               --enable-engine-irc             \
-               --without-indicate              \
-               --with-vendor-package-version="Gentoo ${PV}" \
-               --with-db4o=included \
-               --with-messaging-menu=no \
-               --with-indicate=no \
-               $(use_enable debug)             \
-               $(use_enable gtk frontend-gnome) \
-               $(use_with libnotify notify) \
-               $(use_with spell gtkspell)
-}

diff --git a/net-irc/smuxi/smuxi-0.9.ebuild b/net-irc/smuxi/smuxi-0.9.ebuild
deleted file mode 100644
index 9e6ecd9..0000000
--- a/net-irc/smuxi/smuxi-0.9.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-inherit eutils mono-env
-
-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="dbus debug gtk libnotify spell"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-RDEPEND="
-       >=dev-lang/mono-3.0
-       >=dev-dotnet/smartirc4net-0.4.5.1
-       >=dev-dotnet/nini-1.1.0-r2
-       =dev-dotnet/log4net-1.2.10
-       dbus? ( dev-dotnet/ndesk-dbus
-               dev-dotnet/ndesk-dbus-glib )
-       gtk? ( >=dev-dotnet/gtk-sharp-2.12 )
-       libnotify? ( dev-dotnet/notify-sharp )
-       spell? ( >=app-text/gtkspell-2.0.9:2 )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/intltool-0.25
-       >=sys-devel/gettext-0.17
-       virtual/pkgconfig
-"
-
-DOCS=( FEATURES TODO README )
-
-src_configure() {
-       # Our dev-dotnet/db4o is completely unmaintained
-       # We don't have ubuntu stuff
-       econf \
-               --enable-engine-irc             \
-               --without-indicate              \
-               --with-vendor-package-version="Gentoo ${PV}" \
-               --with-db4o=included \
-               --with-messaging-menu=no \
-               --with-indicate=no \
-               --disable-engine-jabbr \
-               $(use_enable debug)             \
-               $(use_enable gtk frontend-gnome) \
-               $(use_with libnotify notify) \
-               $(use_with spell gtkspell)
-}
-
-src_install() {
-       default
-       #runner scripts fix
-       sed -i -e 's@mono --debug@mono --runtime=v4.0@g' 
"${ED}"/usr/bin/smuxi-frontend-gnome || die
-       sed -i -e 's@mono --debug@mono --runtime=v4.0@g' 
"${ED}"/usr/bin/smuxi-server || die
-}

diff --git a/net-irc/smuxi/smuxi-1.0.ebuild b/net-irc/smuxi/smuxi-1.0.ebuild
index 19f262a..b160b90 100644
--- a/net-irc/smuxi/smuxi-1.0.ebuild
+++ b/net-irc/smuxi/smuxi-1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="5"
+EAPI=5
 inherit eutils mono-env
 
 DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome 
Desktop"

diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
index 4d36a56..7ed933f 100644
--- a/net-irc/smuxi/smuxi-9999.ebuild
+++ b/net-irc/smuxi/smuxi-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="5"
+EAPI=5
 inherit eutils mono-env git-2 autotools-utils
 
 DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome 
Desktop"
@@ -20,7 +20,7 @@ RDEPEND="
        >=dev-dotnet/log4net-1.2.10
        dbus? ( dev-dotnet/ndesk-dbus
                dev-dotnet/ndesk-dbus-glib )
-       gtk? ( >=dev-dotnet/gtk-sharp-2.12 )
+       gtk? ( >=dev-dotnet/gtk-sharp-2.12:2 )
        libnotify? ( dev-dotnet/notify-sharp )
        spell? ( >=app-text/gtkspell-2.0.9:2 )
 "

Reply via email to