diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-01-12 22:41:07 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-01-12 22:41:07 +0000 |
commit | 25f0ab0c16f4015be731e7fe530fd88f1f8cf956 (patch) | |
tree | 38763495236d374a00cc14c9dc0b9fe472411930 /gnustep-apps | |
parent | New packages; gnustep digital camera access framework and app (diff) | |
download | historical-25f0ab0c16f4015be731e7fe530fd88f1f8cf956.tar.gz historical-25f0ab0c16f4015be731e7fe530fd88f1f8cf956.tar.bz2 historical-25f0ab0c16f4015be731e7fe530fd88f1f8cf956.zip |
New packages; gnustep digital camera access framework and app
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/camera/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-apps/camera/Manifest | 4 | ||||
-rw-r--r-- | gnustep-apps/camera/camera-0.8.ebuild | 24 | ||||
-rw-r--r-- | gnustep-apps/camera/files/digest-camera-0.8 | 1 | ||||
-rw-r--r-- | gnustep-apps/camera/metadata.xml | 13 |
5 files changed, 52 insertions, 0 deletions
diff --git a/gnustep-apps/camera/ChangeLog b/gnustep-apps/camera/ChangeLog new file mode 100644 index 000000000000..3d253289fb7a --- /dev/null +++ b/gnustep-apps/camera/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for gnustep-apps/camera +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/camera/ChangeLog,v 1.1 2005/01/12 22:41:07 fafhrd Exp $ + +*camera-0.8 (12 Jan 2005) + + 12 Jan 2005; Armando Di Cianno <fafhrd@gentoo.org> +metadata.xml, + +camera-0.8.ebuild: + Original package import + diff --git a/gnustep-apps/camera/Manifest b/gnustep-apps/camera/Manifest new file mode 100644 index 000000000000..f8a2cffd5b6a --- /dev/null +++ b/gnustep-apps/camera/Manifest @@ -0,0 +1,4 @@ +MD5 f6bd62ba678e31e5c254a260771538c1 camera-0.8.ebuild 625 +MD5 35a2ff58347b937e2f73702aef5f3360 ChangeLog 355 +MD5 46c12e6e09e43385be18ece68b1cc144 metadata.xml 459 +MD5 def9c17e0f6169e124afb88809a04c4e files/digest-camera-0.8 62 diff --git a/gnustep-apps/camera/camera-0.8.ebuild b/gnustep-apps/camera/camera-0.8.ebuild new file mode 100644 index 000000000000..abd7e7098b5a --- /dev/null +++ b/gnustep-apps/camera/camera-0.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/camera/camera-0.8.ebuild,v 1.1 2005/01/12 22:41:07 fafhrd Exp $ + +inherit gnustep + +S=${WORKDIR}/${PN/c/C} + +DESCRIPTION="A simple tool to download photos from a digital camera." +HOMEPAGE="http://home.gna.org/gsimageapps/" +SRC_URI="http://download.gna.org/gsimageapps/${P/c/C}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND} + gnustep-libs/camerakit" +RDEPEND="${GS_RDEPEND} + gnustep-libs/camerakit" + +egnustep_install_domain "System" + diff --git a/gnustep-apps/camera/files/digest-camera-0.8 b/gnustep-apps/camera/files/digest-camera-0.8 new file mode 100644 index 000000000000..f1d5c07e22dc --- /dev/null +++ b/gnustep-apps/camera/files/digest-camera-0.8 @@ -0,0 +1 @@ +MD5 d1bdcabda19091bc846246cd21f22996 Camera-0.8.tar.bz2 27321 diff --git a/gnustep-apps/camera/metadata.xml b/gnustep-apps/camera/metadata.xml new file mode 100644 index 000000000000..bd684f1897c6 --- /dev/null +++ b/gnustep-apps/camera/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnustep</herd> +<maintainer> + <email>fafhrd@gentoo.org</email> +</maintainer> +<longdescription> +Camera is a simple application to download files from a digital +camera. The files can be optionally deleted after download. During +download, a thumbnail of the currently downloaded file is displayed. +</longdescription> +</pkgmetadata> |