From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- media-video/kamerka/Manifest | 1 + media-video/kamerka/kamerka-0.10.ebuild | 25 +++++++++++++++++++++++++ media-video/kamerka/metadata.xml | 5 +++++ 3 files changed, 31 insertions(+) create mode 100644 media-video/kamerka/Manifest create mode 100644 media-video/kamerka/kamerka-0.10.ebuild create mode 100644 media-video/kamerka/metadata.xml (limited to 'media-video/kamerka') diff --git a/media-video/kamerka/Manifest b/media-video/kamerka/Manifest new file mode 100644 index 000000000000..df0b18f87abe --- /dev/null +++ b/media-video/kamerka/Manifest @@ -0,0 +1 @@ +DIST kamerka-0.10.tar.gz 138234 SHA256 8331021ab5420362f32803bae7329449a756f4839993305a1271390de3ef4df8 SHA512 786f7fcce3dccbe1500a36b9a35ee9cef4c099e8b08a35bfe04fcfc05cf68d9def973a66f5d5e44c6cc2b0e0b9534023d67b753cb3c8587d9785f387bd3bda2b WHIRLPOOL 5c3397b91e41e6a2f5464134c839a90c37212821146ae8392e4a72855692d0194e4d1e666bd82e7036fc8ea75c965aaf0ae2c4aef898ca8d389684a1fe697b12 diff --git a/media-video/kamerka/kamerka-0.10.ebuild b/media-video/kamerka/kamerka-0.10.ebuild new file mode 100644 index 000000000000..794a4817fde7 --- /dev/null +++ b/media-video/kamerka/kamerka-0.10.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_LINGUAS="cs de es nl pl pt ru sr sr@ijekavian sr@ijekavianlatin sr@Latn uk zh_CN zh_TW" +inherit kde4-base + +SRC_URI="http://dosowisko.net/${PN}/downloads/${P}.tar.gz" +DESCRIPTION="Simple photo taking application with fancy animated interface" +HOMEPAGE="http://dos1.github.io/kamerka/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=" + dev-qt/qtdeclarative:4 + media-libs/libv4l + media-libs/phonon[qt4] + media-libs/qimageblitz +" +DEPEND="${RDEPEND}" diff --git a/media-video/kamerka/metadata.xml b/media-video/kamerka/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/media-video/kamerka/metadata.xml @@ -0,0 +1,5 @@ + + + + kde + -- cgit v1.2.3-65-gdbad