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 3B76613823A for ; Fri, 6 May 2016 22:47:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 238F4E07FE; Fri, 6 May 2016 22:47:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6CBDE07FE for ; Fri, 6 May 2016 22:47:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6ED3B340139 for ; Fri, 6 May 2016 22:47:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44FFE86E for ; Fri, 6 May 2016 22:47:10 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1462574388.61f80334f5b218e797f55287661d527f64d8e47d.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/epos/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/epos/epos-2.5.37-r1.ebuild X-VCS-Directories: app-accessibility/epos/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 61f80334f5b218e797f55287661d527f64d8e47d X-VCS-Branch: master Date: Fri, 6 May 2016 22:47:10 +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: 01418310-f00a-42e9-a798-9d8458ad7645 X-Archives-Hash: adbb3bf05ffbf3d3196fc65002b49174 commit: 61f80334f5b218e797f55287661d527f64d8e47d Author: William Hubbs gentoo org> AuthorDate: Fri May 6 22:39:48 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri May 6 22:39:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f80334 app-accessibility/epos: remove old version Package-Manager: portage-2.2.26 app-accessibility/epos/epos-2.5.37-r1.ebuild | 43 ---------------------------- 1 file changed, 43 deletions(-) diff --git a/app-accessibility/epos/epos-2.5.37-r1.ebuild b/app-accessibility/epos/epos-2.5.37-r1.ebuild deleted file mode 100644 index 4cd66ac..0000000 --- a/app-accessibility/epos/epos-2.5.37-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit eutils autotools - -DESCRIPTION="language independent text-to-speech system" -HOMEPAGE="http://epos.ure.cas.cz/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 x86" -IUSE="" - -DEPEND=">=app-text/sgmltools-lite-3.0.3-r9" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc43.patch \ - "${FILESDIR}"/${P}-gcc45.patch \ - "${FILESDIR}"/${P}-gcc47.patch \ - "${FILESDIR}"/${P}-disable-tests.patch - - sed -i -e "s/CCC/#CCC/" configure.ac || die - - eautoreconf -} - -src_configure() { - econf \ - --enable-charsets \ - --disable-portaudio -} - -src_install() { - default - - doinitd "${FILESDIR}/eposd" - dodoc WELCOME THANKS Changes "${FILESDIR}/README.gentoo" -}