summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-themes/gnome-colors-themes
downloadgentoo-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 'x11-themes/gnome-colors-themes')
-rw-r--r--x11-themes/gnome-colors-themes/Manifest2
-rw-r--r--x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild48
-rw-r--r--x11-themes/gnome-colors-themes/metadata.xml9
3 files changed, 59 insertions, 0 deletions
diff --git a/x11-themes/gnome-colors-themes/Manifest b/x11-themes/gnome-colors-themes/Manifest
new file mode 100644
index 000000000000..f9c86aebc61c
--- /dev/null
+++ b/x11-themes/gnome-colors-themes/Manifest
@@ -0,0 +1,2 @@
+DIST gnome-colors-5.5.1.tar.gz 4919865 RMD160 abf65e132a73726338cf7468e8274c6382902e03 SHA1 20271942e6ee530288a12f353caa0a132be20ab1 SHA256 1e91d845a753eb38671e7614a786f852ab858a12983111e780da4a47c9debe58
+DIST gnome-gentoo-5.5.1.tar.gz 354390 RMD160 fd49f0f5e658f3308cffaf4fe01936c0bbbe2d44 SHA1 65045336f57d48070fc08de99c4b4c7da6902f43 SHA256 4639db545bcae1648b123cd3997defed86eb2c7195adcfb06037c0f48c3a972e
diff --git a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
new file mode 100644
index 000000000000..6c11061d6811
--- /dev/null
+++ b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=2
+inherit gnome2-utils
+
+DESCRIPTION="Some gnome-colors iconsets including a Gentoo one"
+HOMEPAGE="http://code.google.com/p/gnome-colors/"
+
+SRC_URI="http://gnome-colors.googlecode.com/files/gnome-colors-${PV}.tar.gz
+ http://dev.gentoo.org/~pacho/gnome-gentoo-${PV}.tar.gz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="x11-themes/gnome-colors-common"
+DEPEND=""
+RESTRICT="binchecks strip"
+
+src_compile() {
+ einfo "Nothing to compile"
+}
+
+src_install() {
+ dodir /usr/share/icons
+ insinto /usr/share/icons
+ for i in gnome*; do
+ if [ "$i" != "gnome-colors-common" ]; then
+ doins -r "${i}" || die
+ fi
+ done
+ dodoc AUTHORS ChangeLog README
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
diff --git a/x11-themes/gnome-colors-themes/metadata.xml b/x11-themes/gnome-colors-themes/metadata.xml
new file mode 100644
index 000000000000..c421ccfa9302
--- /dev/null
+++ b/x11-themes/gnome-colors-themes/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>desktop-misc</herd>
+ <maintainer>
+ <email>pacho@gentoo.org</email>
+ <name>Pacho Ramos</name>
+ </maintainer>
+</pkgmetadata> \ No newline at end of file