diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:22:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:22:11 +0000 |
commit | b786253b3768ab2b90023ccb7182394bfab1af1d (patch) | |
tree | 48acfe3c5157424c7de25307c32eef64a7e4e316 /media-gfx/photopc/photopc-3.05.ebuild | |
parent | LICENSE fix (diff) | |
download | historical-b786253b3768ab2b90023ccb7182394bfab1af1d.tar.gz historical-b786253b3768ab2b90023ccb7182394bfab1af1d.tar.bz2 historical-b786253b3768ab2b90023ccb7182394bfab1af1d.zip |
LICENSE fix; tidy
Diffstat (limited to 'media-gfx/photopc/photopc-3.05.ebuild')
-rw-r--r-- | media-gfx/photopc/photopc-3.05.ebuild | 21 |
1 files changed, 6 insertions, 15 deletions
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 } |