From 63af5f7fbfbe7243179c1c60a05d6fef14cb17d0 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 5 Sep 2003 02:10:38 +0000 Subject: whitespace cleanup --- sys-libs/gi-detect/gi-detect-0.1.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sys-libs/gi-detect/gi-detect-0.1.ebuild') diff --git a/sys-libs/gi-detect/gi-detect-0.1.ebuild b/sys-libs/gi-detect/gi-detect-0.1.ebuild index 265075a4e7d8..91621994181e 100644 --- a/sys-libs/gi-detect/gi-detect-0.1.ebuild +++ b/sys-libs/gi-detect/gi-detect-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gi-detect/gi-detect-0.1.ebuild,v 1.4 2003/06/22 05:10:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gi-detect/gi-detect-0.1.ebuild,v 1.5 2003/09/05 02:09:56 msterret Exp $ DESCRIPTION="Python interface to detect." HOMEPAGE="http://sourceforge.net/projects/linbrew/" @@ -9,15 +9,14 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="sys-apps/discover - sys-libs/detect" + sys-libs/detect" S="${WORKDIR}/GI_Detect-0.1" src_compile() { - python setup.py build || die + python setup.py build || die } src_install () { - python setup.py install --root=${D} --prefix=/usr || die - dodoc API INSTALL example.py + python setup.py install --root=${D} --prefix=/usr || die + dodoc API INSTALL example.py } - -- cgit v1.2.3-65-gdbad