Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-facebookchat: metadata.xml Manifest pidgin-facebookchat-1.35.ebuild ChangeLog
Date: Thu, 11 Sep 2008 08:44:59
Message-Id: E1KdhnM-0005L9-0Q@stork.gentoo.org
1 voyageur 08/09/11 08:44:56
2
3 Added: metadata.xml Manifest
4 pidgin-facebookchat-1.35.ebuild ChangeLog
5 Log:
6 Initial import. Closes bug #234625
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)
8
9 Revision Changes Path
10 1.1 x11-plugins/pidgin-facebookchat/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>net-im</herd>
21 <maintainer>
22 <email>voyageur@g.o</email>
23 <name>Bernard Cafarelli</name>
24 </maintainer>
25 <longdescription>Facebook chat plugin for Pidgin and libpurple messengers. It connects to the new Facebook Chat IM service without the need for an API key</longdescription>
26 </pkgmetadata>
27
28
29
30 1.1 x11-plugins/pidgin-facebookchat/Manifest
31
32 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/Manifest?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/Manifest?rev=1.1&content-type=text/plain
34
35 Index: Manifest
36 ===================================================================
37 DIST pidgin-facebookchat-source-1.35.tar.bz2 33697 RMD160 4eee9b5312436cbe9355201a97ee04d3cfcb9d0a SHA1 4cfe2c464158b6418889d22e2035a0f8ad15b527 SHA256 2ded6c5777b47c26dc79203cf25db0e58aa3d43f95cad159ce80feb8e1df954f
38 EBUILD pidgin-facebookchat-1.35.ebuild 903 RMD160 c202f3e3257474c87dbad299ff4929869032ebfb SHA1 cbbe543ed5274368ea1b167ca46d9eaee73d7335 SHA256 4f13fe969253f2178dce085682fab9459422fc1b3dd2eb1057ae53a0ef567e44
39 MISC ChangeLog 317 RMD160 3578b79956591bbf051d52267c8339de4ffb24d7 SHA1 38e0788ac9f0653bb072cf6d70fb9005c8dd241d SHA256 9196b6883ee14a2e1dfb8eb837945032a351246e26d758fd8d943d95faca324f
40 MISC metadata.xml 433 RMD160 074a4478b9de2144f8e1e09d56df5a61421aaae6 SHA1 a5971c1f6365ed5612612db3d5d79753d096cddb SHA256 27383995b7c16a20ec0f468e1a36921adb752da56981dc67181411da151a9e31
41
42
43
44 1.1 x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.35.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.35.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.35.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pidgin-facebookchat-1.35.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.35.ebuild,v 1.1 2008/09/11 08:44:55 voyageur Exp $
54
55 inherit toolchain-funcs multilib
56
57 DESCRIPTION="Facebook chat plugin for libpurple"
58 HOMEPAGE="http://code.google.com/p/pidgin-facebookchat/"
59
60 SRC_URI="http://pidgin-facebookchat.googlecode.com/files/${PN}-source-${PV}.tar.bz2"
61 LICENSE="GPL-3"
62
63 SLOT="0"
64
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND="net-im/pidgin"
69 DEPEND="dev-util/pkgconfig
70 ${RDEPEND}"
71
72 S=${WORKDIR}
73
74 src_compile() {
75 $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} `pkg-config --cflags purple` \
76 -DPURPLE_PLUGINS -DENABLE_NLS -shared -fPIC -DPIC \
77 libfacebook.c -o libfacebook.so || die "compilation failed"
78 }
79
80 src_install() {
81 exeinto /usr/$(get_libdir)/purple-2
82 doexe libfacebook.so
83 for size in 16 22 48; do
84 insinto /usr/share/pixmaps/pidgin/protocols/${size}
85 newins facebook${size}.png facebook.png
86 done
87 }
88
89
90
91 1.1 x11-plugins/pidgin-facebookchat/ChangeLog
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog?rev=1.1&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog?rev=1.1&content-type=text/plain
95
96 Index: ChangeLog
97 ===================================================================
98 # ChangeLog for x11-plugins/pidgin-facebookchat
99 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
100 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.1 2008/09/11 08:44:55 voyageur Exp $
101
102 *pidgin-facebookchat-1.35 (11 Sep 2008)
103
104 11 Sep 2008; Bernard Cafarelli <voyageur@g.o> +metadata.xml,
105 +pidgin-facebookchat-1.35.ebuild:
106 Initial import. Closes bug #234625