From b786253b3768ab2b90023ccb7182394bfab1af1d Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 9 Nov 2004 22:22:11 +0000 Subject: LICENSE fix; tidy --- media-gfx/photopc/photopc-3.05.ebuild | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'media-gfx/photopc/photopc-3.05.ebuild') diff --git a/media-gfx/photopc/photopc-3.05.ebuild b/media-gfx/photopc/photopc-3.05.ebuild index 24d6453fd964..c96e49856cee 100644 --- a/media-gfx/photopc/photopc-3.05.ebuild +++ b/media-gfx/photopc/photopc-3.05.ebuild @@ -1,28 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.05.ebuild,v 1.9 2004/07/14 17:49:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.05.ebuild,v 1.10 2004/11/09 22:22:11 mr_bones_ Exp $ DESCRIPTION="Utility to control digital cameras based on Sierra Imaging firmware" -SRC_URI="mirror://sourceforge/photopc/${P}.tar.gz" HOMEPAGE="http://photopc.sourceforge.net" +SRC_URI="mirror://sourceforge/photopc/${P}.tar.gz" +LICENSE="|| ( BSD as-is )" SLOT="0" -LICENSE="BSD | as-is" KEYWORDS="x86" IUSE="" DEPEND="virtual/libc" -src_unpack () -{ - unpack ${A} - cd ${S} -} - -src_install () -{ - dobin photopc - dobin epinfo - doman photopc.1 - doman epinfo.1 +src_install() { + dobin photopc epinfo || die "dobin failed" + doman photopc.1 epinfo.1 } -- cgit v1.2.3-65-gdbad