Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: x11-themes/bespin/
Date: Tue, 25 Feb 2014 17:52:29
Message-Id: 1393350653.0f1b15c95fa4d0fbe77c819166e39f52c9566275.kensington@gentoo
1 commit: 0f1b15c95fa4d0fbe77c819166e39f52c9566275
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 25 17:50:53 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 25 17:50:53 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0f1b15c9
7
8 [x11-themes/bespin] Update to latest revision and add dependency to unpack it.
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 x11-themes/bespin/bespin-9999.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-themes/bespin/bespin-9999.ebuild b/x11-themes/bespin/bespin-9999.ebuild
17 index 954e554..4f7d577 100644
18 --- a/x11-themes/bespin/bespin-9999.ebuild
19 +++ b/x11-themes/bespin/bespin-9999.ebuild
20 @@ -9,7 +9,7 @@ KDE_SCM="svn"
21 inherit kde4-base qmake-utils
22
23 if [[ $PV != *9999 ]]; then
24 - REV="1669"
25 + REV="1712"
26 S="${WORKDIR}/cloudcity-code-${REV}"
27 SRC_URI="http://sourceforge.net/code-snapshots/svn/c/cl/cloudcity/code/cloudcity-code-${REV}.zip"
28 KEYWORDS="~amd64 ~x86"
29 @@ -30,7 +30,7 @@ REQUIRED_USE="
30 plasma? ( kde )
31 "
32
33 -DEPEND="
34 +RDEPEND="
35 dev-qt/qt3support:4
36 dev-qt/qtcore:4
37 dev-qt/qtdbus:4
38 @@ -39,7 +39,9 @@ DEPEND="
39 x11-libs/libXrender
40 windeco? ( $(add_kdebase_dep kwin) )
41 "
42 -RDEPEND="${DEPEND}"
43 +DEPEND="${RDEPEND}
44 + app-arch/unzip
45 +"
46
47 src_configure() {
48 if use kde ; then