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 --- kde-plasma/plasma-workspace-wallpapers/Manifest | 1 + kde-plasma/plasma-workspace-wallpapers/metadata.xml | 5 +++++ .../plasma-workspace-wallpapers-5.3.2.ebuild | 21 +++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 kde-plasma/plasma-workspace-wallpapers/Manifest create mode 100644 kde-plasma/plasma-workspace-wallpapers/metadata.xml create mode 100644 kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.3.2.ebuild (limited to 'kde-plasma/plasma-workspace-wallpapers') diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest new file mode 100644 index 000000000000..cca7d6eb7612 --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -0,0 +1 @@ +DIST plasma-workspace-wallpapers-5.3.2.tar.xz 50572260 SHA256 4a21809c01fe7a7c3e537b37ac6aedbd2cda1a3551ef44cd97de97dd88407cc0 SHA512 4a989ceb71a4f4236133814e0522c9a719a8823ec9ca4147fb21f1ec8d08c21e77ccee1693a4d0d6b95f1d5eb2076648ce1d9322812a43d0a0f5011132547f5e WHIRLPOOL a1424cd99cfab1d239b7eb65091c833fa829d3315199bf192c05931f4b137d3080f41a52c9a62594ed6803d47d4ed036ffd02b4acccf64e3d010b737040d19bb diff --git a/kde-plasma/plasma-workspace-wallpapers/metadata.xml b/kde-plasma/plasma-workspace-wallpapers/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/metadata.xml @@ -0,0 +1,5 @@ + + + + kde + diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.3.2.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.3.2.ebuild new file mode 100644 index 000000000000..6a75300b958b --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.3.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_AUTODEPS="false" +KDE_DEBUG="false" +KDE_SCM="svn" +inherit kde5 + +DESCRIPTION="Additional wallpapers for the Plasma workspace" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + !kde-base/plasma-workspace-wallpapers +" +DEPEND="${RDEPEND} + $(add_frameworks_dep extra-cmake-modules) +" -- cgit v1.2.3-65-gdbad