diff options
author | Daniel Goller <morfic@gentoo.org> | 2004-09-26 21:15:25 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2004-09-26 21:15:25 +0000 |
commit | 2bddd83a4ce9920e9225e3290b3179a383a68fad (patch) | |
tree | 3d9008b2dcf3a8774dec2ee9a2d4e8287bd66049 /net-misc/tightvnc | |
parent | initial release, #46958. (Manifest recommit) (diff) | |
download | gentoo-2-2bddd83a4ce9920e9225e3290b3179a383a68fad.tar.gz gentoo-2-2bddd83a4ce9920e9225e3290b3179a383a68fad.tar.bz2 gentoo-2-2bddd83a4ce9920e9225e3290b3179a383a68fad.zip |
Some QA and simplifications
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild | 11 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index 2b6a8bb391fe..4bdc21b3369b 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tightvnc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.38 2004/09/21 23:30:14 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.39 2004/09/26 21:15:25 morfic Exp $ + + 26 Sep 2004; Daniel Goller <morfic@gentoo.org> tightvnc-1.3_alpha5.ebuild: + Some QA and simplifications 21 Sep 2004; Daniel Goller <morfic@gentoo.org> tightvnc-1.3_alpha5.ebuild: dont apply gcc3.4 patch unconditionally diff --git a/net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild b/net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild index d67d41671845..d5daccd3e1ea 100644 --- a/net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild +++ b/net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild @@ -1,16 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild,v 1.7 2004/09/21 23:30:14 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild,v 1.8 2004/09/26 21:15:25 morfic Exp $ inherit eutils gcc IUSE="java tcpd" -DLFILE="`echo ${P} | sed s:_alpha:dev:`" - S="${WORKDIR}/vnc_unixsrc" DESCRIPTION="A great client/server software package allowing remote network access to graphical desktops." -SRC_URI="mirror://sourceforge/vnc-tight/${DLFILE}_unixsrc.tar.bz2" +SRC_URI="mirror://sourceforge/vnc-tight/${P/_alpha/dev}_unixsrc.tar.bz2" HOMEPAGE="http://www.tightvnc.com/" #can't test on anything but x86 @@ -35,10 +33,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-imake-tmpdir.patch epatch ${FILESDIR}/x86.patch - if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ] - then - epatch ${FILESDIR}/${P}-gcc34.patch - fi + [ "$(gcc-version)" == "3.4" ] && epatch ${FILESDIR}/${P}-gcc34.patch } src_compile() { |