From 1e455bd3f72e942efa7172c4b40cb02acdccfa1d Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Thu, 7 Aug 2003 03:53:32 +0000
Subject: fix license/repoman

---
 media-libs/compface/compface-1.4.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

(limited to 'media-libs/compface')

diff --git a/media-libs/compface/compface-1.4.ebuild b/media-libs/compface/compface-1.4.ebuild
index a1ba8fa009ba..7be76e24b1a4 100644
--- a/media-libs/compface/compface-1.4.ebuild
+++ b/media-libs/compface/compface-1.4.ebuild
@@ -1,28 +1,26 @@
 # Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2 
-# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.4.ebuild,v 1.13 2003/07/06 10:47:35 gmsoft Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.4.ebuild,v 1.14 2003/08/07 03:49:35 vapier Exp $
 
 inherit eutils
 
-S=${WORKDIR}/${P}
 DESCRIPTION="Utilities and library to convert to/from X-Face format"
-SRC_URI="http://www.ibiblio.org/pub/Linux/apps/graphics/convert/${P}.tar.gz"
 HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/graphics/convert/"
+SRC_URI="http://www.ibiblio.org/pub/Linux/apps/graphics/convert/${P}.tar.gz"
 
-SLOT="0"
 LICENSE="MIT"
+SLOT="0"
 KEYWORDS="x86 ppc sparc alpha hppa"
 
 DEPEND="virtual/glibc"
 
 src_unpack() {
-
 	unpack ${A}
 	cd ${S}
 	epatch ${FILESDIR}/${P}-errno.diff
 }
 
-src_install () {
+src_install() {
 	dodir /usr/share/man/man{1,3} /usr/{bin,include,lib}
 	make \
 		prefix=${D}/usr \
-- 
cgit v1.2.3-65-gdbad