diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 12:10:43 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 12:10:43 +0000 |
commit | a913575f3789572a76e98d53c68e9e511b479d7f (patch) | |
tree | 78aa5f0315c08f62fcab0adc3a586ee68dfe2be4 /app-misc/vcp | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.gz gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.bz2 gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.zip |
whitespace cleanup
Diffstat (limited to 'app-misc/vcp')
-rw-r--r-- | app-misc/vcp/Manifest | 3 | ||||
-rw-r--r-- | app-misc/vcp/vcp-1.6.2.ebuild | 12 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-misc/vcp/Manifest b/app-misc/vcp/Manifest new file mode 100644 index 000000000000..c2ded4392597 --- /dev/null +++ b/app-misc/vcp/Manifest @@ -0,0 +1,3 @@ +MD5 55a524491e26e245cc2f1d6b13f21ee0 ChangeLog 358 +MD5 10deef91a1c7d03495a3fadd71034130 vcp-1.6.2.ebuild 746 +MD5 1053d17120c4e56c0e13450af3fa9176 files/digest-vcp-1.6.2 60 diff --git a/app-misc/vcp/vcp-1.6.2.ebuild b/app-misc/vcp/vcp-1.6.2.ebuild index 420961f4f3dd..67ed7463a125 100644 --- a/app-misc/vcp/vcp-1.6.2.ebuild +++ b/app-misc/vcp/vcp-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc., 2003 acid DOT punk AT gmx DOT net # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/vcp/vcp-1.6.2.ebuild,v 1.1 2003/09/02 23:41:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/vcp/vcp-1.6.2.ebuild,v 1.2 2003/09/05 12:10:36 msterret Exp $ inherit flag-o-matic filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE @@ -16,12 +16,12 @@ KEYWORDS="~x86" DEPEND="sys-libs/ncurses" src_compile() { - emake || die "emake failed" + emake || die "emake failed" } src_install() { - dobin vcp - doman vcp.1 - insinto /etc - newins vcp.conf.sample vcp.conf + dobin vcp + doman vcp.1 + insinto /etc + newins vcp.conf.sample vcp.conf } |