diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 18:45:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 18:45:21 +0000 |
commit | 150fed66f37ce417fb32c718ba238105d02fa4bd (patch) | |
tree | 6a9b3ef0a69f125498ce644bbf3ff56e8bc85f25 /app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild | |
parent | dont install stupid COPYING file (diff) | |
download | gentoo-2-150fed66f37ce417fb32c718ba238105d02fa4bd.tar.gz gentoo-2-150fed66f37ce417fb32c718ba238105d02fa4bd.tar.bz2 gentoo-2-150fed66f37ce417fb32c718ba238105d02fa4bd.zip |
dont install stupid COPYING file
Diffstat (limited to 'app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild')
-rw-r--r-- | app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild b/app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild index 77a61a723714..bf482c82caf7 100644 --- a/app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild +++ b/app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild @@ -1,20 +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/gnopernicus/gnopernicus-0.8.4.ebuild,v 1.3 2004/05/30 22:23:15 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild,v 1.4 2004/05/31 18:45:21 vapier Exp $ inherit eutils gnome2 -IUSE="ipv6 brltty" - DESCRIPTION="Software tools for blind and visually impaired in Gnome 2" HOMEPAGE="http://www.baum.ro/gnopernicus.html" -SLOT="1" -KEYWORDS="x86 ~sparc ~hppa ~alpha ~ia64 ~ppc ~amd64" LICENSE="LGPL-2" +SLOT="1" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" +IUSE="ipv6 brltty" # libgail-gnome is only required during runtime - RDEPEND=">=gnome-base/gconf-1.1.5 >=dev-libs/popt-1.5 >=gnome-base/libgnome-1.102 @@ -29,7 +27,6 @@ RDEPEND=">=gnome-base/gconf-1.1.5 >=gnome-extra/libgail-gnome-1.0 virtual/x11 brltty? ( app-accessibility/brltty )" - DEPEND="${RDEPEND} >=dev-util/intltool-0.29 dev-util/pkgconfig @@ -38,12 +35,11 @@ DEPEND="${RDEPEND} G2CONF="${G2CONF} --with-default-fonts-path=${D}/usr/share/fonts/default/Type1" G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable brltty)" -DOCS="AUTHORS ChangeLog COPYING NEWS README" +DOCS="AUTHORS ChangeLog NEWS README" src_unpack() { unpack ${A} cd ${S} - # Patch to make it work with any version of brltty. epatch ${FILESDIR}/${P}-brltty_fix.patch } |