diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-01-22 08:21:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-01-22 08:21:13 +0000 |
commit | 72d45346ae3c0412ad2e864b1302fec59936c63e (patch) | |
tree | 7ca9014d29d02e8590891b99a5dc7fbcbb948f83 /net-misc/vnc | |
parent | fix ChangeLog (diff) | |
download | gentoo-2-72d45346ae3c0412ad2e864b1302fec59936c63e.tar.gz gentoo-2-72d45346ae3c0412ad2e864b1302fec59936c63e.tar.bz2 gentoo-2-72d45346ae3c0412ad2e864b1302fec59936c63e.zip |
Stable for HPPA too. Fixed quoting issues.
(Portage version: 2.1.4)
Diffstat (limited to 'net-misc/vnc')
-rw-r--r-- | net-misc/vnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/vnc/vnc-4.1.2-r4.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-misc/vnc/ChangeLog b/net-misc/vnc/ChangeLog index 575ca19bedad..0808a0d0987c 100644 --- a/net-misc/vnc/ChangeLog +++ b/net-misc/vnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vnc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.99 2008/01/14 20:17:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.100 2008/01/22 08:21:13 jer Exp $ + + 22 Jan 2008; Jeroen Roovers <jer@gentoo.org> vnc-4.1.2-r4.ebuild: + Stable for HPPA too. Fixed quoting issues. 14 Jan 2008; Raúl Porcel <armin76@gentoo.org> vnc-4.1.2-r3.ebuild, vnc-4.1.2-r4.ebuild: diff --git a/net-misc/vnc/vnc-4.1.2-r4.ebuild b/net-misc/vnc/vnc-4.1.2-r4.ebuild index 52046454f3f4..65cee477a199 100644 --- a/net-misc/vnc/vnc-4.1.2-r4.ebuild +++ b/net-misc/vnc/vnc-4.1.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.6 2008/01/14 20:17:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.7 2008/01/22 08:21:13 jer Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -19,7 +19,7 @@ SRC_URI="http://ltsp.mirrors.tds.net/pub/ltsp/tarballs/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="server" RDEPEND="sys-libs/zlib @@ -109,7 +109,7 @@ src_unpack() { fi cd "${S}" - epatch ${FILESDIR}/${P}-freebsd.patch + epatch "${FILESDIR}"/${P}-freebsd.patch } src_compile() { @@ -154,7 +154,7 @@ src_install() { cd .. dodoc README - doicon ${FILESDIR}/vncviewer.png + doicon "${FILESDIR}"/vncviewer.png make_desktop_entry vncviewer vncviewer vncviewer.png Network if use server ; then @@ -181,5 +181,5 @@ src_install() { rm usr/bin/vncconfig fi - rm ${D}/usr/$(get_libdir)/librfb.{a,la,so} + rm "${D}"/usr/$(get_libdir)/librfb.{a,la,so} } |