summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-07-18 09:49:45 +0000
committerMamoru Komachi <usata@gentoo.org>2003-07-18 09:49:45 +0000
commit2e24952ae658dc57a56ebd767a8d5ec01543e047 (patch)
treec664854c24e0866ac3adca404917d5726027cd85 /media-gfx/zphoto
parentInitial import (diff)
downloadhistorical-2e24952ae658dc57a56ebd767a8d5ec01543e047.tar.gz
historical-2e24952ae658dc57a56ebd767a8d5ec01543e047.tar.bz2
historical-2e24952ae658dc57a56ebd767a8d5ec01543e047.zip
Initial import
Diffstat (limited to 'media-gfx/zphoto')
-rw-r--r--media-gfx/zphoto/Manifest3
-rw-r--r--media-gfx/zphoto/files/digest-zphoto-0.61
-rw-r--r--media-gfx/zphoto/zphoto-0.6.ebuild25
3 files changed, 28 insertions, 1 deletions
diff --git a/media-gfx/zphoto/Manifest b/media-gfx/zphoto/Manifest
index 37fd7f082cce..b3e2eba56995 100644
--- a/media-gfx/zphoto/Manifest
+++ b/media-gfx/zphoto/Manifest
@@ -1,2 +1,3 @@
-MD5 6328faa31c7c4012fa2e6c1b8a6fa1db zphoto-0.6.ebuild 558
+MD5 0f1d300e38340e1e8d3638b6b3ceb019 zphoto-0.6.ebuild 654
+MD5 6e90d2ae20f47e6abbf46ede17128989 ChangeLog 390
MD5 5d667eff255326f09226873397d63c3b files/digest-zphoto-0.6 62
diff --git a/media-gfx/zphoto/files/digest-zphoto-0.6 b/media-gfx/zphoto/files/digest-zphoto-0.6
new file mode 100644
index 000000000000..5053d8e82fb9
--- /dev/null
+++ b/media-gfx/zphoto/files/digest-zphoto-0.6
@@ -0,0 +1 @@
+MD5 a3246c0ed9c072fe39f926d08dae45f5 zphoto-0.6.tar.gz 138399
diff --git a/media-gfx/zphoto/zphoto-0.6.ebuild b/media-gfx/zphoto/zphoto-0.6.ebuild
new file mode 100644
index 000000000000..311ccf8e33bf
--- /dev/null
+++ b/media-gfx/zphoto/zphoto-0.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/zphoto/zphoto-0.6.ebuild,v 1.1 2003/07/18 09:49:37 usata Exp $
+
+IUSE=""
+
+DESCRIPTION="A zooming photo album generator in Flash"
+SRC_URI="http://namazu.org/~satoru/zphoto/${P}.tar.gz"
+HOMEPAGE="http://namazu.org/~satoru/zphoto/"
+
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="LGPL-2.1"
+
+DEPEND=">=media-libs/ming-0.2a
+ >=media-libs/imlib2-1.0.6-r1
+ >=media-video/avifile-0.7.34
+ app-arch/zip
+ >=dev-libs/popt-1.6.3"
+
+src_install() {
+ einstall || die
+
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+}