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 30B34138247 for ; Wed, 4 Dec 2013 15:02:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A175FE0B62; Wed, 4 Dec 2013 15:02:51 +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 89A10E0B62 for ; Wed, 4 Dec 2013 15:02:50 +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 A41AB33F1C0 for ; Wed, 4 Dec 2013 15:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 78FB1110009 for ; Wed, 4 Dec 2013 15:02:47 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1386169358.eb4855e41900dc8c42686a81aa8f1b7eeab57e51.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/mitlm/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/mitlm/mitlm-0.4.1.ebuild X-VCS-Directories: sci-misc/mitlm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: eb4855e41900dc8c42686a81aa8f1b7eeab57e51 X-VCS-Branch: master Date: Wed, 4 Dec 2013 15:02:47 +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: 3f766e06-4f0f-42ea-aceb-8702d9920ce9 X-Archives-Hash: bd2150967190b05fca4a778427bcf07c commit: eb4855e41900dc8c42686a81aa8f1b7eeab57e51 Author: Pavel Denisov gmail com> AuthorDate: Thu Nov 21 16:43:00 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 4 15:02:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=eb4855e4 ebuild cleanup --- sci-misc/mitlm/mitlm-0.4.1.ebuild | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild index 5b22684..b158a93 100644 --- a/sci-misc/mitlm/mitlm-0.4.1.ebuild +++ b/sci-misc/mitlm/mitlm-0.4.1.ebuild @@ -4,25 +4,13 @@ EAPI="5" -<<<<<<< HEAD -inherit autotools eutils flag-o-matic multilib -======= inherit eutils flag-o-matic multilib ->>>>>>> 1d153dbd7e5d5a6ffb5726973722f2d45510bbbc DESCRIPTION="A set of tools designed for the efficient estimation of statistical n-gram language models" HOMEPAGE="https://code.google.com/p/mitlm/" SRC_URI="https://mitlm.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" -<<<<<<< HEAD -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_prepare() { - echo "m4_ifdef([AM_PROG_AR], [AM_PROG_AR])" >> configure.ac - eautoreconf -======= SLOT="0" @@ -36,5 +24,4 @@ RDEPEND="${DEPEND}" src_configure() { ./autogen.sh econf || die "configure failed" ->>>>>>> 1d153dbd7e5d5a6ffb5726973722f2d45510bbbc }