diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vino/vino-2.8.0.1.ebuild | 16 | ||||
-rw-r--r-- | net-misc/vino/vino-2.8.1.ebuild | 14 |
2 files changed, 15 insertions, 15 deletions
diff --git a/net-misc/vino/vino-2.8.0.1.ebuild b/net-misc/vino/vino-2.8.0.1.ebuild index cd96e7b42b0a..cb5b71c3ff4f 100644 --- a/net-misc/vino/vino-2.8.0.1.ebuild +++ b/net-misc/vino/vino-2.8.0.1.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.8.0.1.ebuild,v 1.11 2005/01/08 23:31:36 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.8.0.1.ebuild,v 1.12 2005/01/22 06:56:28 vapier Exp $ inherit gnome2 DESCRIPTION="VNC server" HOMEPAGE="http://www.gnome.org" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc amd64 sparc ~mips hppa ~ia64 alpha ~ppc64" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86" #IUSE="jpeg zlib gnutls crypt" IUSE="jpeg gnutls crypt" @@ -33,9 +33,9 @@ USE_DESTDIR="1" G2CONF="${G2CONF} \ --with-zlib \ - `use_with jpeg` \ - `use_enable gnutls` \ - `use_enable crypt gcrypt`" -# `use_with zlib` \ + $(use_with jpeg) \ + $(use_enable gnutls) \ + $(use_enable crypt gcrypt)" +# $(use_with zlib) \ -DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" +DOCS="AUTHORS ChangeLog INSTALL NEWS README" diff --git a/net-misc/vino/vino-2.8.1.ebuild b/net-misc/vino/vino-2.8.1.ebuild index 325d22124202..53ba97f14376 100644 --- a/net-misc/vino/vino-2.8.1.ebuild +++ b/net-misc/vino/vino-2.8.1.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.8.1.ebuild,v 1.2 2005/01/08 23:31:36 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.8.1.ebuild,v 1.3 2005/01/22 06:56:28 vapier Exp $ inherit gnome2 DESCRIPTION="VNC server" HOMEPAGE="http://www.gnome.org" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~mips ~hppa ~ia64 ~alpha ~ppc64" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" #IUSE="jpeg zlib gnutls crypt" IUSE="jpeg gnutls crypt" @@ -33,9 +33,9 @@ USE_DESTDIR="1" G2CONF="${G2CONF} \ --with-zlib \ - `use_with jpeg` \ - `use_enable gnutls` \ - `use_enable crypt gcrypt`" -# `use_with zlib` \ + $(use_with jpeg) \ + $(use_enable gnutls) \ + $(use_enable crypt gcrypt)" +# $(use_with zlib) \ DOCS="AUTHORS ChangeLog NEWS README" |