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/at-poke | |
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/at-poke')
-rw-r--r-- | app-accessibility/at-poke/at-poke-0.2.1.ebuild | 9 | ||||
-rw-r--r-- | app-accessibility/at-poke/at-poke-0.2.2.ebuild | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/app-accessibility/at-poke/at-poke-0.2.1.ebuild b/app-accessibility/at-poke/at-poke-0.2.1.ebuild index d2472f58035a..37f09b053990 100644 --- a/app-accessibility/at-poke/at-poke-0.2.1.ebuild +++ b/app-accessibility/at-poke/at-poke-0.2.1.ebuild @@ -1,16 +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/at-poke/at-poke-0.2.1.ebuild,v 1.1 2004/03/18 00:06:56 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-poke/at-poke-0.2.1.ebuild,v 1.2 2004/05/31 18:45:21 vapier Exp $ inherit gnome2 DESCRIPTION="the accessibility poking tool" HOMEPAGE="http://www.gnome.org/" -IUSE="" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="x86 sparc" SLOT="0" +KEYWORDS="x86 sparc" +IUSE="" RDEPEND=">=gnome-extra/at-spi-1.1.5 >=gnome-base/libglade-2 @@ -18,10 +18,9 @@ RDEPEND=">=gnome-extra/at-spi-1.1.5 >=gnome-base/libgnomeui-2 >=gnome-extra/libgail-gnome-0.5.0 >=dev-libs/popt-1.5" - DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" G2CONF="${G2CONF} --enable-platform-gnome-2" -DOCS="AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README TODO" +DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO" diff --git a/app-accessibility/at-poke/at-poke-0.2.2.ebuild b/app-accessibility/at-poke/at-poke-0.2.2.ebuild index 329bc8f1cc9a..7779c2635ab6 100644 --- a/app-accessibility/at-poke/at-poke-0.2.2.ebuild +++ b/app-accessibility/at-poke/at-poke-0.2.2.ebuild @@ -1,16 +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/at-poke/at-poke-0.2.2.ebuild,v 1.3 2004/04/28 21:36:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-poke/at-poke-0.2.2.ebuild,v 1.4 2004/05/31 18:45:21 vapier Exp $ inherit gnome2 DESCRIPTION="The accessibility poking tool" HOMEPAGE="http://www.gnome.org/" -IUSE="" LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 sparc" SLOT="0" +KEYWORDS="x86 sparc" +IUSE="" RDEPEND=">=gnome-extra/at-spi-1.3.12 >=gnome-base/libglade-2 @@ -18,10 +18,9 @@ RDEPEND=">=gnome-extra/at-spi-1.3.12 >=gnome-base/libgnomeui-2 gnome-extra/libgail-gnome >=dev-libs/popt-1.5" - DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" G2CONF="${G2CONF} --enable-platform-gnome-2" -DOCS="AUTHORS ChangeLog COPYING* NEWS README TODO" +DOCS="AUTHORS ChangeLog NEWS README TODO" |