Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/clearlooks-phenix: ChangeLog clearlooks-phenix-9999.ebuild clearlooks-phenix-5.0.7.ebuild
Date: Wed, 29 Oct 2014 13:47:47
Message-Id: 20141029134742.B6C67900F@oystercatcher.gentoo.org
1 hasufell 14/10/29 13:47:42
2
3 Modified: ChangeLog clearlooks-phenix-9999.ebuild
4 Added: clearlooks-phenix-5.0.7.ebuild
5 Log:
6 version bump, update live ebuild
7
8 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
9
10 Revision Changes Path
11 1.10 x11-themes/clearlooks-phenix/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 19 Mar 2014 00:13:35 -0000 1.9
24 +++ ChangeLog 29 Oct 2014 13:47:42 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-themes/clearlooks-phenix
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.9 2014/03/19 00:13:35 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.10 2014/10/29 13:47:42 hasufell Exp $
30 +
31 +*clearlooks-phenix-5.0.7 (29 Oct 2014)
32 +
33 + 29 Oct 2014; Julian Ospald <hasufell@g.o>
34 + +clearlooks-phenix-5.0.7.ebuild, clearlooks-phenix-9999.ebuild:
35 + version bump, update live ebuild
36
37 19 Mar 2014; Julian Ospald <hasufell@g.o> -clearlooks-phenix-2.ebuild,
38 -clearlooks-phenix-3.ebuild:
39
40
41
42 1.5 x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild?rev=1.5&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild?rev=1.5&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild?r1=1.4&r2=1.5
47
48 Index: clearlooks-phenix-9999.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild,v
51 retrieving revision 1.4
52 retrieving revision 1.5
53 diff -u -r1.4 -r1.5
54 --- clearlooks-phenix-9999.ebuild 28 Oct 2013 22:51:40 -0000 1.4
55 +++ clearlooks-phenix-9999.ebuild 29 Oct 2014 13:47:42 -0000 1.5
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2013 Gentoo Foundation
58 +# Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild,v 1.4 2013/10/28 22:51:40 hasufell Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild,v 1.5 2014/10/29 13:47:42 hasufell Exp $
62
63 EAPI=5
64
65 @@ -8,17 +8,21 @@
66
67 DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
68 HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php"
69 -EGIT_REPO_URI="git://jpfleury.indefero.net/jpfleury/${PN}.git"
70 +EGIT_REPO_URI="https://github.com/jpfleury/clearlooks-phenix.git"
71
72 KEYWORDS=""
73 LICENSE="GPL-3"
74 -SLOT="0"
75 +SLOT="live"
76 IUSE=""
77
78 -RDEPEND=">=x11-libs/gtk+-3.6:3
79 +RDEPEND="x11-libs/gtk+:3
80 x11-themes/gtk-engines"
81
82 src_install() {
83 insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}"
84 doins -r *
85 }
86 +
87 +pkg_postinst() {
88 + elog "The theme is named Clearlooks-Phenix-${SLOT}."
89 +}
90
91
92
93 1.1 x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild?rev=1.1&content-type=text/plain
97
98 Index: clearlooks-phenix-5.0.7.ebuild
99 ===================================================================
100 # Copyright 1999-2014 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild,v 1.1 2014/10/29 13:47:42 hasufell Exp $
103
104 EAPI=5
105
106 DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
107 HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php"
108 SRC_URI="https://github.com/jpfleury/clearlooks-phenix/archive/${PV}.tar.gz -> ${P}.tar.gz"
109
110 KEYWORDS="~amd64 ~x86"
111 LICENSE="GPL-3"
112 SLOT="3.10-3.12"
113 IUSE=""
114
115 RDEPEND="
116 >=x11-libs/gtk+-3.10.0:3
117 x11-themes/gtk-engines
118 "
119
120 src_install() {
121 insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}"
122 doins -r *
123 }
124
125 pkg_postinst() {
126 elog "The theme is named Clearlooks-Phenix-${SLOT}."
127 }