From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 20BEC1386F1 for ; Mon, 10 Aug 2015 11:54:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0452EE087B; Mon, 10 Aug 2015 11:54:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 420D4E087B for ; Mon, 10 Aug 2015 11:54:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38F0B34092E for ; Mon, 10 Aug 2015 11:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79FC814E for ; Mon, 10 Aug 2015 11:54:36 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1439207388.86ecfd3e6e5caa357f7b7ab63d4b57fb13a614b5.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/ X-VCS-Repository: proj/dotnet X-VCS-Files: net-irc/smuxi/smuxi-0.10.ebuild net-irc/smuxi/smuxi-0.8.11-r1.ebuild net-irc/smuxi/smuxi-0.9.ebuild net-irc/smuxi/smuxi-1.0.ebuild net-irc/smuxi/smuxi-9999.ebuild X-VCS-Directories: net-irc/smuxi/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 86ecfd3e6e5caa357f7b7ab63d4b57fb13a614b5 X-VCS-Branch: master Date: Mon, 10 Aug 2015 11:54:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b9d0a713-a962-4166-9640-0a21d577230e X-Archives-Hash: 0a0d79730fcbe970af33ecb4b3c70fca commit: 86ecfd3e6e5caa357f7b7ab63d4b57fb13a614b5 Author: Heather live ru> AuthorDate: Mon Aug 10 11:49:48 2015 +0000 Commit: Heather Cynede gentoo 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 ) "