summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-06-08 13:41:20 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-06-08 13:41:20 +0000
commita153b6d1b800cb51165ed0b32417ff4f511f52ea (patch)
tree72398840c79fa7b6e9028b71b8e76f7152e7a9bd /x11-themes/clearlooks-phenix
parentAlphabetize IUSE (diff)
downloadgentoo-2-a153b6d1b800cb51165ed0b32417ff4f511f52ea.tar.gz
gentoo-2-a153b6d1b800cb51165ed0b32417ff4f511f52ea.tar.bz2
gentoo-2-a153b6d1b800cb51165ed0b32417ff4f511f52ea.zip
version bump wrt #472666, update slot blockers
(Portage version: 2.2.0_alpha178/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-themes/clearlooks-phenix')
-rw-r--r--x11-themes/clearlooks-phenix/ChangeLog8
-rw-r--r--x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild4
-rw-r--r--x11-themes/clearlooks-phenix/clearlooks-phenix-3.ebuild29
-rw-r--r--x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild6
4 files changed, 41 insertions, 6 deletions
diff --git a/x11-themes/clearlooks-phenix/ChangeLog b/x11-themes/clearlooks-phenix/ChangeLog
index 1e16e119f91c..82cf08d3b054 100644
--- a/x11-themes/clearlooks-phenix/ChangeLog
+++ b/x11-themes/clearlooks-phenix/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/clearlooks-phenix
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.4 2013/06/07 16:31:15 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.5 2013/06/08 13:41:20 hasufell Exp $
+
+*clearlooks-phenix-3 (08 Jun 2013)
+
+ 08 Jun 2013; Julian Ospald <hasufell@gentoo.org> clearlooks-phenix-2.ebuild,
+ +clearlooks-phenix-3.ebuild, clearlooks-phenix-9999.ebuild:
+ version bump wrt #472666, update slot blockers
07 Jun 2013; Julian Ospald <hasufell@gentoo.org> -clearlooks-phenix-1.ebuild,
clearlooks-phenix-2.ebuild, clearlooks-phenix-9999.ebuild:
diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild
index 736f7143ddd8..f49f1b88da5b 100644
--- a/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild
+++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild,v 1.4 2013/06/07 16:31:15 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild,v 1.5 2013/06/08 13:41:20 hasufell Exp $
EAPI=5
@@ -14,7 +14,7 @@ LICENSE="GPL-3"
SLOT="3.4"
IUSE=""
-SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.2
+SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.6
!x11-themes/clearlooks-phenix:0"
RDEPEND="${SLOT_BLOCK}
=x11-libs/gtk+-3.4*:3
diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-3.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.ebuild
new file mode 100644
index 000000000000..8bdd68098d41
--- /dev/null
+++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-3.ebuild,v 1.1 2013/06/08 13:41:20 hasufell Exp $
+
+EAPI=5
+
+MY_P=${PN}-v${PV}
+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://dev.gentoo.org/~hasufell/distfiles/${MY_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"
+
+S=${WORKDIR}/${MY_P}
+
+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
index 0e9d2567b4eb..153d7795832e 100644
--- a/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild
+++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild,v 1.2 2013/06/07 16:31:15 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild,v 1.3 2013/06/08 13:41:20 hasufell Exp $
EAPI=5
@@ -15,8 +15,8 @@ LICENSE="GPL-3"
SLOT="0"
IUSE=""
-SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.2
- !x11-themes/clearlooks-phenix:3.4"
+SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.4
+ !x11-themes/clearlooks-phenix:3.6"
RDEPEND="${SLOT_BLOCK}
>=x11-libs/gtk+-3.6:3
x11-themes/gtk-engines"