diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:46:18 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:46:18 +0000 |
commit | f73f70a286e7db54873b972e1e61682f0fd8feda (patch) | |
tree | b192c7045f37372a100e81acadd98b5880d9f292 /net-misc/vnc | |
parent | Masked util-linux-2.11r-r1 (diff) | |
download | historical-f73f70a286e7db54873b972e1e61682f0fd8feda.tar.gz historical-f73f70a286e7db54873b972e1e61682f0fd8feda.tar.bz2 historical-f73f70a286e7db54873b972e1e61682f0fd8feda.zip |
repoman QA issues
Diffstat (limited to 'net-misc/vnc')
-rw-r--r-- | net-misc/vnc/ChangeLog | 17 | ||||
-rw-r--r-- | net-misc/vnc/vnc-3.3.3-r2.ebuild | 8 |
2 files changed, 14 insertions, 11 deletions
diff --git a/net-misc/vnc/ChangeLog b/net-misc/vnc/ChangeLog index 65e5aeaff17c..1b8d4f133194 100644 --- a/net-misc/vnc/ChangeLog +++ b/net-misc/vnc/ChangeLog @@ -1,17 +1,18 @@ # ChangeLog for net-misc/vnc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.2 2002/04/11 17:07:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.3 2002/07/09 11:32:31 phoenix Exp $ - 11 Apr 2002; Seemant Kulleen <seemant@gentoo.org> vnc-3.3.3-r2.ebuild : +*vnc-3.3.3-r2 (1 Feb 2002) - Added X as a dependency since xmkmf is required for compilation, and that is - provided by X (and openmotif, but that is pointless). Also, brought ebuild's - syntax up to date. No revision bump necessary. + 09 Jul 2002; phoen][x <phoenix@gentoo.org> vnc-3.3.3-r2.ebuild : + Added KEYWORDS, LICENSE, SLOT, DESCRIPTION. -*vnc-3.3.3-r2 (1 Feb 2002) + 11 Apr 2002; Seemant Kulleen <seemant@gentoo.org> vnc-3.3.3-r2.ebuild : + Added X as a dependency since xmkmf is required for compilation, and that is + provided by X (and openmotif, but that is pointless). Also, brought ebuild's + syntax up to date. No revision bump necessary. - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about diff --git a/net-misc/vnc/vnc-3.3.3-r2.ebuild b/net-misc/vnc/vnc-3.3.3-r2.ebuild index 010d6761e644..12a6ed82ba18 100644 --- a/net-misc/vnc/vnc-3.3.3-r2.ebuild +++ b/net-misc/vnc/vnc-3.3.3-r2.ebuild @@ -2,14 +2,16 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Grant Goodyear <g2boojum@hotmail.com> # /home/cvsroot/gentoo-x86/skel.build,v 1.2 2001/02/15 18:17:31 achim Exp -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-3.3.3-r2.ebuild,v 1.7 2002/04/27 21:13:04 seemant Exp $ - +# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-3.3.3-r2.ebuild,v 1.8 2002/07/09 11:32:31 phoenix Exp $ MY_P="vnc-3.3.3r2_unixsrc" S=${WORKDIR}/vnc_unixsrc -DESCRIPTION="" +DESCRIPTION="A remote display system which allows you to view a computing 'desktop' environment from anywhere." SRC_URI="http://www.uk.research.att.com/vnc/dist/${MY_P}.tgz" HOMEPAGE="http://www.uk.research.att.com/vnc/index.html" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" DEPEND="virtual/x11" |