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 BC4FA1385B3 for ; Sat, 22 Aug 2015 16:46:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FE75141AD; Sat, 22 Aug 2015 16:46:49 +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 4555D141A1 for ; Sat, 22 Aug 2015 16:46:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BDC73407D0 for ; Sat, 22 Aug 2015 16:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A284166 for ; Sat, 22 Aug 2015 16:46:45 +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: <1440248691.aa345efdc6513ebc15936df6be9d8ff1690577fc.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: www-servers/xsp/ X-VCS-Repository: proj/dotnet X-VCS-Files: www-servers/xsp/xsp-2014.12-r2014120900.ebuild X-VCS-Directories: www-servers/xsp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: aa345efdc6513ebc15936df6be9d8ff1690577fc X-VCS-Branch: master Date: Sat, 22 Aug 2015 16:46:45 +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: 6b1a134a-b6f8-4691-a093-055de5c4e6ad X-Archives-Hash: 1919d4b119e04a6f2230eea4f6c56f46 commit: aa345efdc6513ebc15936df6be9d8ff1690577fc Author: ArsenShnurkov gmail com> AuthorDate: Sat Aug 22 13:04:51 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Aug 22 13:04:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=aa345efd unnecessary variable removed www-servers/xsp/xsp-2014.12-r2014120900.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/www-servers/xsp/xsp-2014.12-r2014120900.ebuild b/www-servers/xsp/xsp-2014.12-r2014120900.ebuild index 4f119c7..b98cc8f 100644 --- a/www-servers/xsp/xsp-2014.12-r2014120900.ebuild +++ b/www-servers/xsp/xsp-2014.12-r2014120900.ebuild @@ -53,8 +53,6 @@ src_configure() { ./configure || die } -METAFILETOBUILD=xsp.sln - src_compile() { exbuild xsp.sln }