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 270F5138247 for ; Sat, 16 Nov 2013 16:55:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C3B9E0A60; Sat, 16 Nov 2013 16:55:01 +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 32EEFE0A60 for ; Sat, 16 Nov 2013 16:55:01 +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 2C84B33F1BD for ; Sat, 16 Nov 2013 16:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C2196E530A for ; Sat, 16 Nov 2013 16:54:58 +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: <1384620694.98fefa1a4ab1562125876e5b2afec9af2da91f65.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-9999.ebuild X-VCS-Directories: net-irc/smuxi/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 98fefa1a4ab1562125876e5b2afec9af2da91f65 X-VCS-Branch: master Date: Sat, 16 Nov 2013 16:54:58 +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: 35738dd4-3469-47e8-800b-3650dbb29ad8 X-Archives-Hash: af2bea59d6640e10f85b3067f3f5166d commit: 98fefa1a4ab1562125876e5b2afec9af2da91f65 Author: Heather cynede net> AuthorDate: Sat Nov 16 16:51:34 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Nov 16 16:51:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=98fefa1a smuxi 9999: README -> README.md + don't install TODO --- net-irc/smuxi/smuxi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild index a52ab50..9d68229 100644 --- a/net-irc/smuxi/smuxi-9999.ebuild +++ b/net-irc/smuxi/smuxi-9999.ebuild @@ -34,7 +34,7 @@ EGIT_REPO_URI="git://github.com/meebey/smuxi.git" EGIT_MASTER="master" EGIT_HAS_SUBMODULES=1 -DOCS=( FEATURES TODO README ) +DOCS=( FEATURES README.md ) AUTOTOOLS_IN_SOURCE_BUILD=1 src_prepare() {