From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2EEE1382C5 for ; Sun, 21 Jan 2018 17:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BFF8E023C; Sun, 21 Jan 2018 17:09:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC7BBE0855 for ; Sun, 21 Jan 2018 17:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFDFF335C93 for ; Sun, 21 Jan 2018 17:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EEFC1C0 for ; Sun, 21 Jan 2018 17:09:09 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1516554515.875b70c8afa2cd2e9fcf3e98369d058620d97388.sping@gentoo> 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_p20170507.ebuild X-VCS-Directories: media-gfx/cataract/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 875b70c8afa2cd2e9fcf3e98369d058620d97388 X-VCS-Branch: master Date: Sun, 21 Jan 2018 17:09:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dfbe82ef-7d62-4290-801e-dbe6ecde1c47 X-Archives-Hash: ff3753a5e1104d23f6395dd0104036e4 commit: 875b70c8afa2cd2e9fcf3e98369d058620d97388 Author: Sebastian Pipping gentoo org> AuthorDate: Sun Jan 21 17:08:35 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Jan 21 17:08:35 2018 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=875b70c8 media-gfx/cataract: 1.1.0_p20170507 media-gfx/cataract/cataract-1.1.0_p20170507.ebuild | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/media-gfx/cataract/cataract-1.1.0_p20170507.ebuild b/media-gfx/cataract/cataract-1.1.0_p20170507.ebuild new file mode 100644 index 0000000..e3ab019 --- /dev/null +++ b/media-gfx/cataract/cataract-1.1.0_p20170507.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +MY_COMMIT=29381f9e70d122ea4d89d71ea97f42253c528211 +DESCRIPTION="Simple static web photo gallery, designed to be clean and easily usable." +HOMEPAGE="http://cgg.bzatek.net/" +SRC_URI="http://git.bzatek.net/cataract/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.36 + dev-libs/libxml2 + ../../templates|/usr/share/cgg|' \ + -i sample/src/setup.xml || die + insinto /usr/share/cgg/ + doins -r sample || die +}