Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-opensteamworks: pidgin-opensteamworks-1.4.ebuild ChangeLog
Date: Wed, 29 Jan 2014 02:55:03
Message-Id: 20140129025459.3470E2004E@flycatcher.gentoo.org
1 mrueg 14/01/29 02:54:59
2
3 Modified: ChangeLog
4 Added: pidgin-opensteamworks-1.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.25 x11-plugins/pidgin-opensteamworks/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-opensteamworks/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-opensteamworks/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-opensteamworks/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 14 Jan 2014 16:56:37 -0000 1.24
24 +++ ChangeLog 29 Jan 2014 02:54:58 -0000 1.25
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-plugins/pidgin-opensteamworks
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/ChangeLog,v 1.24 2014/01/14 16:56:37 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/ChangeLog,v 1.25 2014/01/29 02:54:58 mrueg Exp $
30 +
31 +*pidgin-opensteamworks-1.4 (29 Jan 2014)
32 +
33 + 29 Jan 2014; Manuel Rüger <mrueg@g.o>
34 + +pidgin-opensteamworks-1.4.ebuild:
35 + Version bump.
36
37 14 Jan 2014; Manuel Rüger <mrueg@g.o>
38 -files/pidgin-opensteamworks-1.0_p32-Makefile,
39
40
41
42 1.1 x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pidgin-opensteamworks-1.4.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.4.ebuild,v 1.1 2014/01/29 02:54:58 mrueg Exp $
52
53 EAPI=5
54
55 inherit toolchain-funcs
56
57 DESCRIPTION="Steam protocol plugin for pidgin"
58 HOMEPAGE="http://code.google.com/p/pidgin-opensteamworks/"
59 SRC_URI="http://pidgin-opensteamworks.googlecode.com/files/steam-mobile-${PV}.tar.bz2
60 http://pidgin-opensteamworks.googlecode.com/files/icons.zip
61 -> ${PN}-icons.zip"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE=""
67
68 RDEPEND="dev-libs/glib:2
69 dev-libs/json-glib
70 dev-libs/nss
71 gnome-base/libgnome-keyring
72 net-im/pidgin"
73 DEPEND="${RDEPEND}
74 app-arch/unzip
75 virtual/pkgconfig"
76
77 S=${WORKDIR}
78
79 pkg_setup() {
80 if [[ ${MERGE_TYPE} != binary ]]; then
81 tc-export CC PKG_CONFIG
82 fi
83 }
84
85 src_prepare() {
86 # see http://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31
87 cp "${FILESDIR}"/${PN}-1.3-Makefile "${S}"/Makefile || die
88 }
89
90 src_install() {
91 default
92 insinto /usr/share/pixmaps/pidgin/protocols
93 doins -r "${WORKDIR}"/{16,48}
94 }