From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QNChC-0002hW-GX for garchives@archives.gentoo.org; Thu, 19 May 2011 23:31:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C64131C076; Thu, 19 May 2011 23:31:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 965041C076 for ; Thu, 19 May 2011 23:31:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 203341B400D for ; Thu, 19 May 2011 23:31:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 705668001D for ; Thu, 19 May 2011 23:31:49 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: Subject: [gentoo-commits] proj/betagarden:master commit in: media-gfx/cataract/ X-VCS-Repository: proj/betagarden X-VCS-Files: media-gfx/cataract/cataract-1.1.0.ebuild X-VCS-Directories: media-gfx/cataract/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: c4b96509153c97962ea34d8dce5499cb85c0e4e2 Date: Thu, 19 May 2011 23:31:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1e78ea81fbe7aa3a52f06890d6baadcc commit: c4b96509153c97962ea34d8dce5499cb85c0e4e2 Author: Sebastian Pipping pipping org> AuthorDate: Thu May 19 23:31:32 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu May 19 23:31:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3Dc4b96509 media-gfx/cataract: 1.1.0 --- media-gfx/cataract/cataract-1.1.0.ebuild | 30 ++++++++++++++++++++++++= ++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/media-gfx/cataract/cataract-1.1.0.ebuild b/media-gfx/catarac= t/cataract-1.1.0.ebuild new file mode 100644 index 0000000..f70ce51 --- /dev/null +++ b/media-gfx/cataract/cataract-1.1.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"2" + +DESCRIPTION=3D"Simple static web photo gallery, designed to be clean and= easily usable." +HOMEPAGE=3D"http://cgg.bzatek.net/" +SRC_URI=3D"http://cgg.bzatek.net/files/${P}.tar.bz2" + +LICENSE=3D"|| ( GPL-2 GPL-3 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +RDEPEND=3D"dev-libs/glib + dev-libs/libxml2 + media-gfx/imagemagick + media-gfx/exiv2" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR=3D"${D}" install || die + dodoc NEWS README AUTHORS || die + + insinto /usr/share/${PF}/ + doins -r sample || die + rm "${D}"/usr/share/${PF}/sample/src.tar.gz || die +}