Portage is a package management system used by Gentoo Linux
# ChangeLog for media-gfx/photopc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/ChangeLog,v 1.9 2007/05/15 09:55:15 bangert Exp $
15 May 2007; Thilo Bangert
add
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
19 Jul 2005; David Holm
Added to ~ppc.
09 Nov 2004; Michael Sterrett
LICENSE fix; tidy
01 Jul 2004; Jeremy Huddleston
virtual/glibc -> virtual/libc
*photopc-3.05 (14 June 2002)
27 June 2002; Ryan Phillips
Fixed installation issues. Thanks to Uwe Ohse
14 June 2002; Ryan Phillips
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
DIST photopc-3.05.tar.gz 122059 RMD160 5e636c9f4dc83d5c1b981312d3302f879a5d89b3 SHA1 0eaccf2af0e5d7d1c1060a777e7a7e60b1cbbb6d SHA256 d8b1f6a7e1b497ad77dff83592e791ffa0afc12cd374f2f0856d35eddeac5535
EBUILD photopc-3.05.ebuild 572 RMD160 81bad887b8a14bb002fbe618fb7ca8e1b221418a SHA1 28c02baff3693dec74e3d0d390e4a62daf77dcae SHA256 e9b608ffdb58796a9658bf8a0aa6aef68136c06ee7d3c370ad927abf8f34930c
MISC ChangeLog 1284 RMD160 7bcd4ddd4333e3743a708fe82266de6067fc20b7 SHA1 f3ba4fa485413783ee916d51269b3cbda550853c SHA256 5493ddd506858af57da31f62ae16c3a7e91e3da6b8d3cc8c6c8f32640819a853
MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a
# Copyright 1999-2005 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.11 2005/07/19 11:31:29 dholm Exp $
DESCRIPTION="Utility to control digital cameras based on Sierra Imaging firmware"
HOMEPAGE="http://photopc.sourceforge.net"
SRC_URI="mirror://sourceforge/photopc/${P}.tar.gz"
LICENSE="|| ( BSD as-is )"
SLOT="0"
KEYWORDS="~ppc x86"
IUSE=""
DEPEND="virtual/libc"
src_install() {
dobin photopc epinfo || die "dobin failed"
doman photopc.1 epinfo.1
}