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 /x11-themes/clearlooks-phenix | |
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 'x11-themes/clearlooks-phenix')
6 files changed, 118 insertions, 0 deletions
diff --git a/x11-themes/clearlooks-phenix/Manifest b/x11-themes/clearlooks-phenix/Manifest new file mode 100644 index 000000000000..d32736b9643a --- /dev/null +++ b/x11-themes/clearlooks-phenix/Manifest @@ -0,0 +1,3 @@ +DIST clearlooks-phenix-3.0.15.zip 354038 SHA256 175d5c4b168f9947e96358e60d417b30075566d9b458b4643c8df4416c3472d2 SHA512 434f0a8179196facdd95dc1f57467df525e16348421c8f2dacc3fd2642bc330671d5da04f3d952363fcf5cdd4896641969de9a2e06f8a46d8bfcf2708413c004 WHIRLPOOL 806a7d64eec968f1f510fa1a8bea26e5af3dc1b4815280b2998a07b011080cba5500c588391a52c993ab396ba31f8eb36f72f6651652f80499df232cee506fdd +DIST clearlooks-phenix-5.0.7.tar.gz 274362 SHA256 13c5e0471f0bf23df2114ab6c15e0746a23b83fe1ca20a7c47fef33feee8f280 SHA512 3a792621d50d482ce2a3f3304ca9b1a0fc82f91128e4e16908b0a62b60f9df0dc4a451e42e4f2dba71c8c612f4491a07ae7327b9b611b8010c37642f8076340f WHIRLPOOL 8675d8833d65f05330296f3be10dc52f6423b345fc7f2928a49c98da1e1e7a358cab769c340b748e815b870302597fd9686a6954e9b384fa13d19d3a121171c3 +DIST clearlooks-phenix-6.0.3.tar.gz 275264 SHA256 663a40368107434b1333e42a630de74704f7b71a864e08d6b4ac1a5a68ccd874 SHA512 902a84974b381dce007986025720ef2563933d8b143ba06aea3a6149f040747385d60bbaaf2dc3eee297c2d69c6e94fd79c4193af6770ae22e229296e664ca66 WHIRLPOOL ead1acbd928402785af3dabe405b71d30dd32deb02bf27c653362b3f7cbca464fa9e39790d31ac7c3c70dbcaac5e247011705e047cfa5e914d113b35119e2a19 diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild new file mode 100644 index 000000000000..790271097e56 --- /dev/null +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2" +HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php" +SRC_URI="http://jpfleury.indefero.net/p/${PN}/source/download/${PV}/ -> ${P}.zip" + +KEYWORDS="amd64 x86" +LICENSE="GPL-3" +SLOT="3.6" +IUSE="" + +SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.4 + !x11-themes/clearlooks-phenix:0" +RDEPEND="${SLOT_BLOCK} + >=x11-libs/gtk+-3.6:3 + x11-themes/gtk-engines" +DEPEND="app-arch/unzip" + +src_install() { + insinto "/usr/share/themes/Clearlooks-Phenix" + doins -r * +} diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild new file mode 100644 index 000000000000..2928904fe599 --- /dev/null +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2" +HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php" +SRC_URI="https://github.com/jpfleury/clearlooks-phenix/archive/${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +RDEPEND=" + >=x11-libs/gtk+-3.10.0:3 + x11-themes/gtk-engines" + +src_install() { + insinto "/usr/share/themes/Clearlooks-Phenix" + doins -r * +} diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-6.0.3.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-6.0.3.ebuild new file mode 100644 index 000000000000..e7259bb6a504 --- /dev/null +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-6.0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2" +HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php" +SRC_URI="https://github.com/jpfleury/clearlooks-phenix/archive/${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +RDEPEND=" + >=x11-libs/gtk+-3.14.0:3 + x11-themes/gtk-engines" + +src_install() { + insinto "/usr/share/themes/Clearlooks-Phenix" + doins -r * +} diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild new file mode 100644 index 000000000000..7ba2b7025018 --- /dev/null +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit git-2 + +DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2" +HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php" +EGIT_REPO_URI="https://github.com/jpfleury/clearlooks-phenix.git" + +KEYWORDS="" +LICENSE="GPL-3" +SLOT="live" +IUSE="" + +RDEPEND="x11-libs/gtk+:3 + x11-themes/gtk-engines" + +src_install() { + insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}" + doins -r * +} + +pkg_postinst() { + elog "The theme is named Clearlooks-Phenix-${SLOT}." +} diff --git a/x11-themes/clearlooks-phenix/metadata.xml b/x11-themes/clearlooks-phenix/metadata.xml new file mode 100644 index 000000000000..e62de96f3bd1 --- /dev/null +++ b/x11-themes/clearlooks-phenix/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>proxy-maintainers</herd> + <maintainer> + <email>idella4@gentoo.org</email> + <name>Ian Delaney</name> + </maintainer> + <maintainer> + <email>geert.braekmans@gmail.com</email> + <name>Geert Braekmans</name> + <description>Proxy maintainer</description> + </maintainer> +</pkgmetadata> + |