From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QJTWU-0005fi-2q for garchives@archives.gentoo.org; Mon, 09 May 2011 16:41:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2B351C034; Mon, 9 May 2011 16:41:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 799B21C034 for ; Mon, 9 May 2011 16:41:22 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE4D91BC00A for ; Mon, 9 May 2011 16:41:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D268A80504 for ; Mon, 9 May 2011 16:41:20 +0000 (UTC) From: "Flammie Pirinen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Flammie Pirinen" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/openfst/openfst-1.1.ebuild sci-misc/openfst/openfst-1.2.ebuild X-VCS-Directories: sci-misc/openfst/ X-VCS-Committer: flammie X-VCS-Committer-Name: Flammie Pirinen X-VCS-Revision: d2bdb45c4e9ce7dd3c5dc2b64931a04392432c91 Date: Mon, 9 May 2011 16:41:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cd4d6fdb0a184d1df936f91c33916de4 commit: d2bdb45c4e9ce7dd3c5dc2b64931a04392432c91 Author: Flammie Pirinen gentoo org> AuthorDate: Mon May 9 16:38:14 2011 +0000 Commit: Flammie Pirinen gentoo org> CommitDate: Mon May 9 16:38:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dd2bdb45c Remove old ebuilds since the sources have disappeared --- sci-misc/openfst/openfst-1.1.ebuild | 30 -----------------------------= - sci-misc/openfst/openfst-1.2.ebuild | 30 -----------------------------= - 2 files changed, 0 insertions(+), 60 deletions(-) diff --git a/sci-misc/openfst/openfst-1.1.ebuild b/sci-misc/openfst/openf= st-1.1.ebuild deleted file mode 100644 index 1fb4eb4..0000000 --- a/sci-misc/openfst/openfst-1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils multilib - -DESCRIPTION=3D"Finite State Transducer tools by Google et al." -HOMEPAGE=3D"http://www.openfst.org" -SRC_URI=3D"http://mohri-lt.cs.nyu.edu/twiki/pub/FST/FstDownload/${P}.tar= .gz" - -LICENSE=3D"Apache-2.0" - -SLOT=3D"0" - -KEYWORDS=3D"~x86" - -IUSE=3D"" - -DEPEND=3D"" -RDEPEND=3D"${DEPEND}" - -src_install() { - emake DESTDIR=3D"${D}" install || die "install failed" - dodoc AUTHORS NEWS README || die "docs missing" -} - -src_test() { - einfo "make test can take a few hours on moderately modern systems" - make test || die "check failed" -} diff --git a/sci-misc/openfst/openfst-1.2.ebuild b/sci-misc/openfst/openf= st-1.2.ebuild deleted file mode 100644 index 1fb4eb4..0000000 --- a/sci-misc/openfst/openfst-1.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils multilib - -DESCRIPTION=3D"Finite State Transducer tools by Google et al." -HOMEPAGE=3D"http://www.openfst.org" -SRC_URI=3D"http://mohri-lt.cs.nyu.edu/twiki/pub/FST/FstDownload/${P}.tar= .gz" - -LICENSE=3D"Apache-2.0" - -SLOT=3D"0" - -KEYWORDS=3D"~x86" - -IUSE=3D"" - -DEPEND=3D"" -RDEPEND=3D"${DEPEND}" - -src_install() { - emake DESTDIR=3D"${D}" install || die "install failed" - dodoc AUTHORS NEWS README || die "docs missing" -} - -src_test() { - einfo "make test can take a few hours on moderately modern systems" - make test || die "check failed" -}