diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 02:25:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 02:25:35 +0000 |
commit | 8c2a6542207537447578ab218daf3a0ef7f8b426 (patch) | |
tree | d71c1ebfe2eb970f1c5bc3d573bf20a3b0b194b3 /dev-libs/libvc | |
parent | whitespace (diff) | |
download | gentoo-2-8c2a6542207537447578ab218daf3a0ef7f8b426.tar.gz gentoo-2-8c2a6542207537447578ab218daf3a0ef7f8b426.tar.bz2 gentoo-2-8c2a6542207537447578ab218daf3a0ef7f8b426.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-libs/libvc')
-rw-r--r-- | dev-libs/libvc/libvc-003-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libvc/libvc-003.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/libvc/libvc-003-r1.ebuild b/dev-libs/libvc/libvc-003-r1.ebuild index 20e4ff0f9c47..7d160298d279 100644 --- a/dev-libs/libvc/libvc-003-r1.ebuild +++ b/dev-libs/libvc/libvc-003-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003-r1.ebuild,v 1.1 2006/06/26 19:05:10 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003-r1.ebuild,v 1.2 2007/07/12 02:25:34 mr_bones_ Exp $ inherit eutils @@ -23,4 +23,3 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS INSTALL NEWS README THANKS ChangeLog } - diff --git a/dev-libs/libvc/libvc-003.ebuild b/dev-libs/libvc/libvc-003.ebuild index 24ca1e258608..596375564f1b 100644 --- a/dev-libs/libvc/libvc-003.ebuild +++ b/dev-libs/libvc/libvc-003.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/dev-libs/libvc/libvc-003.ebuild,v 1.11 2007/07/02 15:00:44 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003.ebuild,v 1.12 2007/07/12 02:25:34 mr_bones_ Exp $ DESCRIPTION="vCard library (rolo)" HOMEPAGE="http://rolo.sourceforge.net/" @@ -17,4 +17,3 @@ src_install() { dodoc AUTHORS COPYING.LIB INSTALL NEWS README THANKS ChangeLog doc/rfc2426.rfc doman doc/vc.3 } - |