diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 06:57:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 06:57:16 +0000 |
commit | 9a425856df80869c1792f74aa64a6e215ddc3a83 (patch) | |
tree | d87d2569179ce9ec391a23b06c71b6a644a96a4e /net-misc | |
parent | hppa/ia64 stable (diff) | |
download | gentoo-2-9a425856df80869c1792f74aa64a6e215ddc3a83.tar.gz gentoo-2-9a425856df80869c1792f74aa64a6e215ddc3a83.tar.bz2 gentoo-2-9a425856df80869c1792f74aa64a6e215ddc3a83.zip |
ia64 stable
(Portage version: 2.0.51-r14)
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" |