summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-03-01 14:42:26 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-03-01 14:42:26 +0000
commite906c693027f5bcf806236da0e9600c74173ae25 (patch)
tree79e497753962365ae66b5768a7458090ccb41b89 /media-gfx/photopc/photopc-3.05.ebuild
parentAdd media-libs/flac dependency to lmp-9999, thanks to 0xd34f00d (diff)
downloadgentoo-2-e906c693027f5bcf806236da0e9600c74173ae25.tar.gz
gentoo-2-e906c693027f5bcf806236da0e9600c74173ae25.tar.bz2
gentoo-2-e906c693027f5bcf806236da0e9600c74173ae25.zip
Remove old.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'media-gfx/photopc/photopc-3.05.ebuild')
-rw-r--r--media-gfx/photopc/photopc-3.05.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-gfx/photopc/photopc-3.05.ebuild b/media-gfx/photopc/photopc-3.05.ebuild
deleted file mode 100644
index d46fbdfb80d8..000000000000
--- a/media-gfx/photopc/photopc-3.05.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 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.14 2013/01/27 12:41:24 ulm Exp $
-
-inherit toolchain-funcs
-
-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="photopc"
-SLOT="0"
-KEYWORDS="ppc x86"
-IUSE=""
-
-src_compile() {
- tc-export CC
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dobin photopc epinfo || die "dobin failed"
- doman photopc.1 epinfo.1
-}