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 123E51381F3 for ; Sat, 12 Oct 2013 15:28:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8372E077B; Sat, 12 Oct 2013 15:28:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F537E077B for ; Sat, 12 Oct 2013 15:28:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 417D033EEF4 for ; Sat, 12 Oct 2013 15:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E6572E5308 for ; Sat, 12 Oct 2013 15:28:35 +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: <1381591517.62bde6676bb9dfceea8663746836b30b94e3a2eb.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/ X-VCS-Repository: proj/dotnet X-VCS-Files: net-irc/smuxi/metadata.xml 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: 62bde6676bb9dfceea8663746836b30b94e3a2eb X-VCS-Branch: master Date: Sat, 12 Oct 2013 15:28:35 +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: 5a70fd2a-7f61-4a56-8fdb-2a62a69782ae X-Archives-Hash: 64b29859e3d823d20d470a4fb153f59c commit: 62bde6676bb9dfceea8663746836b30b94e3a2eb Author: Heather cynede net> AuthorDate: Sat Oct 12 15:25:17 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Oct 12 15:25:17 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=62bde667 smuxi live ebuild update --- net-irc/smuxi/metadata.xml | 3 --- net-irc/smuxi/smuxi-9999.ebuild | 9 ++++----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/net-irc/smuxi/metadata.xml b/net-irc/smuxi/metadata.xml index 0cf4a99..e01adbb 100644 --- a/net-irc/smuxi/metadata.xml +++ b/net-irc/smuxi/metadata.xml @@ -2,7 +2,4 @@ dotnet - - fork - diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild index a8077d9..2553ddf 100644 --- a/net-irc/smuxi/smuxi-9999.ebuild +++ b/net-irc/smuxi/smuxi-9999.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://www.smuxi.org/main/" SLOT="0" KEYWORDS="" -IUSE="dbus debug gtk libnotify spell +heather" +IUSE="dbus debug gtk libnotify spell -gtk3" LICENSE="|| ( GPL-2 GPL-3 )" RDEPEND=" @@ -30,11 +30,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -if use heather; then - EGIT_REPO_URI="git://github.com/Heather/smuxi.git" - EGIT_MASTER="heather" +EGIT_REPO_URI="git://github.com/Heather/smuxi.git" +if use gtk3; then + EGIT_MASTER="gtk3" else - EGIT_REPO_URI="git://github.com/meebey/smuxi.git" EGIT_MASTER="master" fi EGIT_HAS_SUBMODULES=1