diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 02:52:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 02:52:16 +0000 |
commit | 609a263914674bf2467c61bcc5ca9d4ce4fd6a56 (patch) | |
tree | 7dc80a66aaf7a8998789c39afd503eede7e46852 /net-misc/vncsnapshot | |
parent | whitespace (diff) | |
download | gentoo-2-609a263914674bf2467c61bcc5ca9d4ce4fd6a56.tar.gz gentoo-2-609a263914674bf2467c61bcc5ca9d4ce4fd6a56.tar.bz2 gentoo-2-609a263914674bf2467c61bcc5ca9d4ce4fd6a56.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-misc/vncsnapshot')
-rw-r--r-- | net-misc/vncsnapshot/vncsnapshot-1.1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild b/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild index bc02ff64c923..0d67c7d330d7 100644 --- a/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild +++ b/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild,v 1.6 2005/08/07 13:36:53 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vncsnapshot/vncsnapshot-1.1.ebuild,v 1.7 2007/07/12 02:52:15 mr_bones_ Exp $ LICENSE="GPL-2" DESCRIPTION="A command-line tool for taking JPEG snapshots of VNC servers" @@ -19,7 +19,6 @@ src_compile() { make CDEBUGFLAGS="${CFLAGS}" || die "make failed" } - # likewise, no make install (we're real Unix hackers, we are) src_install() { dobin vncsnapshot || die diff --git a/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild b/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild index 510818814307..9ef64a4d6b2e 100644 --- a/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild +++ b/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild,v 1.4 2007/04/06 22:02:28 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vncsnapshot/vncsnapshot-1.2a.ebuild,v 1.5 2007/07/12 02:52:15 mr_bones_ Exp $ LICENSE="GPL-2" DESCRIPTION="A command-line tool for taking JPEG snapshots of VNC servers" @@ -19,7 +19,6 @@ src_compile() { make CDEBUGFLAGS="${CFLAGS}" || die "make failed" } - # likewise, no make install (we're real Unix hackers, we are) src_install() { dobin vncsnapshot || die |