diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /kde-apps/kdeartwork-iconthemes | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'kde-apps/kdeartwork-iconthemes')
-rw-r--r-- | kde-apps/kdeartwork-iconthemes/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kdeartwork-iconthemes/kdeartwork-iconthemes-4.14.3.ebuild | 19 | ||||
-rw-r--r-- | kde-apps/kdeartwork-iconthemes/metadata.xml | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/kdeartwork-iconthemes/Manifest b/kde-apps/kdeartwork-iconthemes/Manifest new file mode 100644 index 000000000000..172293cadd3a --- /dev/null +++ b/kde-apps/kdeartwork-iconthemes/Manifest @@ -0,0 +1 @@ +DIST kdeartwork-4.14.3.tar.xz 140848704 SHA256 93dce7cbde334b31f07d7ebfcc00b3431695f685f8ccd9c8ef8f94d883f80ef4 SHA512 5b5b403adc9aca2258fd85d7577fdb960bba35dcf22340f79f2ebf26abdea908e35da767be8b20bf3fde4c62afa9f8a05b6df07661b750cc36054480850474fd WHIRLPOOL dac467bb7ca728efab21fb18ef5241f9cd382f8ae32156fb8e2946f1dff0d9d48a6e8a6b64bd8c1e2508cf10a3c89d986a30cc38612a4458763c42714c4d59a6 diff --git a/kde-apps/kdeartwork-iconthemes/kdeartwork-iconthemes-4.14.3.ebuild b/kde-apps/kdeartwork-iconthemes/kdeartwork-iconthemes-4.14.3.ebuild new file mode 100644 index 000000000000..671f95ba0c04 --- /dev/null +++ b/kde-apps/kdeartwork-iconthemes/kdeartwork-iconthemes-4.14.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kdeartwork" +KMMODULE="IconThemes" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="Icon themes for kde" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="" + +# Provides nuvola icon theme +RDEPEND=" + !x11-themes/nuvola +" diff --git a/kde-apps/kdeartwork-iconthemes/metadata.xml b/kde-apps/kdeartwork-iconthemes/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/kde-apps/kdeartwork-iconthemes/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> |