public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Raul Porcel (armin76)" <armin76@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-0.0.90_p3751.ebuild
Date: Tue, 14 Apr 2009 16:40:42 +0000	[thread overview]
Message-ID: <E1Ltlgg-0005g1-Te@stork.gentoo.org> (raw)

armin76     09/04/14 16:40:42

  Modified:             ChangeLog tigervnc-0.0.90_p3751.ebuild
  Log:
  Remove some useless code, and remove the man entries if server is not built
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.6                  net-misc/tigervnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	14 Apr 2009 15:51:34 -0000	1.5
+++ ChangeLog	14 Apr 2009 16:40:42 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.5 2009/04/14 15:51:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.6 2009/04/14 16:40:42 armin76 Exp $
+
+  14 Apr 2009; Raúl Porcel <armin76@gentoo.org>
+  tigervnc-0.0.90_p3751.ebuild:
+  Remove some useless code, and remove the man entries if server is not
+  built
 
   14 Apr 2009; Raúl Porcel <armin76@gentoo.org>
   tigervnc-0.0.90_p3751.ebuild:



1.3                  net-misc/tigervnc/tigervnc-0.0.90_p3751.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-0.0.90_p3751.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-0.0.90_p3751.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-0.0.90_p3751.ebuild?r1=1.2&r2=1.3

Index: tigervnc-0.0.90_p3751.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-0.0.90_p3751.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tigervnc-0.0.90_p3751.ebuild	14 Apr 2009 15:51:34 -0000	1.2
+++ tigervnc-0.0.90_p3751.ebuild	14 Apr 2009 16:40:42 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-0.0.90_p3751.ebuild,v 1.2 2009/04/14 15:51:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-0.0.90_p3751.ebuild,v 1.3 2009/04/14 16:40:42 armin76 Exp $
 
 EAPI="1"
 
@@ -13,9 +13,7 @@
 DESCRIPTION="Remote desktop viewer display system"
 HOMEPAGE="http://www.tigervnc.org"
 SRC_URI="mirror://gentoo/${P}.tar.bz2
-	http://dev.gentoo.org/~armin76/dist/${P}.tar.bz2
 	mirror://gentoo/${PATCH}.tar.bz2
-	http://dev.gentoo.org/~armin76/dist/${PATCH}.tar.bz2
 	server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.bz2	)"
 
 LICENSE="GPL-2"
@@ -155,27 +153,20 @@
 	make_desktop_entry vncviewer vncviewer vncviewer Network
 
 	if use server ; then
-		dobin vncserver || die "dobin failed"
-		for f in vncviewer/vncviewer vncpasswd/vncpasswd \
-			vncconfig/vncconfig vncserver x0vncserver/x0vncserver; do
-			mv $f.man $f.1
-			doman $f.1
-		done
 		cd xserver/hw/vnc
 		emake DESTDIR="${D}" install || die "emake install failed"
 		! use xorgmodule && rm -rf "${D}"/usr/$(get_libdir)/xorg
 
-		newman Xvnc.man Xvnc.1
 		newconfd "${FILESDIR}"/${PN}.confd ${PN}
 		newinitd "${FILESDIR}"/${PN}.initd ${PN}
 
 		rm "${D}"/usr/$(get_libdir)/xorg/modules/extensions/libvnc.la
 	else
 		cd "${D}"
-		rm usr/bin/vncconfig
-		rm usr/bin/vncpasswd
-		rm usr/bin/vncserver
-		rm usr/bin/x0vncserver
+		for f in vncserver vncpasswd x0vncserver vncconfig; do
+			rm usr/bin/$f
+			rm usr/share/man/man1/$f.1
+		done
 	fi
 }
 






             reply	other threads:[~2009-04-14 16:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-14 16:40 Raul Porcel (armin76) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-04-29 19:55 [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-0.0.90_p3751.ebuild Markus Meier (maekke)
2009-04-26 12:19 Gysbert Wassenaar (nixnut)
2009-04-22 18:32 Raul Porcel (armin76)
2009-04-18 13:49 Brent Baude (ranger)
2009-04-17 17:31 Raul Porcel (armin76)
2009-04-16 19:02 Jeroen Roovers (jer)
2009-04-14 15:51 Raul Porcel (armin76)
2009-04-14 15:43 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Ltlgg-0005g1-Te@stork.gentoo.org \
    --to=armin76@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox