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-gfx/kuickshow/Manifest | 1 + media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild | 32 +++++++++++++++++++++++++++ media-gfx/kuickshow/metadata.xml | 5 +++++ 3 files changed, 38 insertions(+) create mode 100644 media-gfx/kuickshow/Manifest create mode 100644 media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild create mode 100644 media-gfx/kuickshow/metadata.xml (limited to 'media-gfx/kuickshow') diff --git a/media-gfx/kuickshow/Manifest b/media-gfx/kuickshow/Manifest new file mode 100644 index 000000000000..ce449bb66362 --- /dev/null +++ b/media-gfx/kuickshow/Manifest @@ -0,0 +1 @@ +DIST kuickshow-0.9.1-kde4.4.0.tar.bz2 915108 SHA256 fa849380e8c5b628551510f6bf3d6c59e7d68bf437f80d0414ef2b73c826a40e SHA512 394b95c6b7c3b655a96729559271cd837ff5995aefc7e229f3bc7905f7e64f3fb05d34a67c9a9ba584c1cdbc459b7349d0e134a16afe9e0505b5a494e85ab87e WHIRLPOOL 3b2766833d86acd861d424054e73124287d3c2ceddeff0c9b5165d2aacae9cccb2e9c51d9092bf70bc4f3c979855ae3ee34c1e38e0928dc364b37045c59d773f diff --git a/media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild b/media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild new file mode 100644 index 000000000000..11c6d95abb83 --- /dev/null +++ b/media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_LINGUAS="af ar be bg bn br ca ca@valencia cs cy da de el en_GB eo es et eu +fa fi fr ga gl he hi hne hr hu is it ja km lt lv mai mk ms nb nds ne nl nn oc +pa pl pt pt_BR ro ru se sk sl sv ta tg th tr uk uz uz@cyrillic vi xh zh_CN +zh_TW" +KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" +inherit kde4-base + +KDE_VERSION=4.4.0 +MY_P=${P}-kde${KDE_VERSION} + +DESCRIPTION="KDE program to view images" +HOMEPAGE="http://userbase.kde.org/KuickShow" +SRC_URI="mirror://kde/stable/${KDE_VERSION}/src/extragear/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="amd64 ~ppc x86" +IUSE="debug +handbook" + +DEPEND="media-libs/imlib + !${CATEGORY}/${PN}:0" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS BUGS ChangeLog README TODO ) + +S=${WORKDIR}/${MY_P} diff --git a/media-gfx/kuickshow/metadata.xml b/media-gfx/kuickshow/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/media-gfx/kuickshow/metadata.xml @@ -0,0 +1,5 @@ + + + +kde + -- cgit v1.2.3-65-gdbad