summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 18:45:21 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 18:45:21 +0000
commit7fc028e1e930b68f61fa252f64c18121beba07f4 (patch)
treea42875f668613e04a6365b02749e5bce20ff9005 /app-accessibility/flite
parentdont install stupid COPYING file (diff)
downloadhistorical-7fc028e1e930b68f61fa252f64c18121beba07f4.tar.gz
historical-7fc028e1e930b68f61fa252f64c18121beba07f4.tar.bz2
historical-7fc028e1e930b68f61fa252f64c18121beba07f4.zip
dont install stupid COPYING file
Diffstat (limited to 'app-accessibility/flite')
-rw-r--r--app-accessibility/flite/flite-1.2-r1.ebuild9
-rw-r--r--app-accessibility/flite/flite-1.2.ebuild9
2 files changed, 8 insertions, 10 deletions
diff --git a/app-accessibility/flite/flite-1.2-r1.ebuild b/app-accessibility/flite/flite-1.2-r1.ebuild
index c96c96aca4ae..d961de5d98e4 100644
--- a/app-accessibility/flite/flite-1.2-r1.ebuild
+++ b/app-accessibility/flite/flite-1.2-r1.ebuild
@@ -1,19 +1,18 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/flite-1.2-r1.ebuild,v 1.1 2004/05/31 16:44:48 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/flite-1.2-r1.ebuild,v 1.2 2004/05/31 18:45:21 vapier Exp $
inherit eutils
-IUSE="static"
-
DESCRIPTION="Flite text to speech engine"
HOMEPAGE="http://www.speech.cs.cmu.edu/flite/index.html"
SRC_URI="http://www.speech.cs.cmu.edu/flite/packed/${P}/${P}-release.tar.bz2
http://www.speech.cs.cmu.edu/flite/packed/${P}/${PN}_lexfix.tar.gz"
-SLOT="0"
LICENSE="BSD as-is"
+SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
+IUSE="static"
RDEPEND="virtual/glibc"
@@ -44,7 +43,7 @@ src_compile() {
src_install () {
dobin bin/*
- dodoc ACKNOWLEDGEMENTS README COPYING
+ dodoc ACKNOWLEDGEMENTS README
if use static; then
dolib.a lib/*.a
diff --git a/app-accessibility/flite/flite-1.2.ebuild b/app-accessibility/flite/flite-1.2.ebuild
index 2dd6607d10d8..e91acb09788e 100644
--- a/app-accessibility/flite/flite-1.2.ebuild
+++ b/app-accessibility/flite/flite-1.2.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/flite-1.2.ebuild,v 1.5 2004/04/22 17:54:06 eradicator Exp $
-
-IUSE="static"
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/flite-1.2.ebuild,v 1.6 2004/05/31 18:45:21 vapier Exp $
DESCRIPTION="Flite text to speech engine"
HOMEPAGE="http://www.speech.cs.cmu.edu/flite/index.html"
SRC_URI="http://www.speech.cs.cmu.edu/flite/packed/${P}/${P}-release.tar.bz2
http://www.speech.cs.cmu.edu/flite/packed/${P}/${PN}_lexfix.tar.gz"
-SLOT="0"
LICENSE="BSD as-is"
+SLOT="0"
KEYWORDS="x86 ~ppc ~amd64"
+IUSE="static"
RDEPEND="virtual/glibc"
@@ -39,7 +38,7 @@ src_compile() {
src_install () {
dobin bin/*
- dodoc ACKNOWLEDGEMENTS README COPYING
+ dodoc ACKNOWLEDGEMENTS README
if use static; then
dolib.a lib/*.a