Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 550184 | Differences between
and this patch

Collapse All | Expand All

(-)a/net-im/bitlbee-facebook/Manifest (+2 lines)
Line 0 Link Here
1
DIST bitlbee-facebook-1.0.0.tar.gz 394236 SHA256 ab3407c3b2f2d5cf90ef2a8b6f9da1ab5833cbad58cdde26a8a8847a48afd795 SHA512 14cf6263c12636465a73f6fa442083af2c2f7bddc101fca84a8a6cec4b8c58cd0d5e0aea3901c25bd27ea7f2eb5b5fb65543a1501db948066cc780f52339a94e WHIRLPOOL e50b137833ab9fc178cef533df12180ef535c35c6f7e835418adb9e3b6c8c2c8f1bcb72ea7e1918524eb35da0f4bce1d491a6758b9802d44bc922bb974eade35
2
EBUILD bitlbee-facebook-1.0.0.ebuild 557 SHA256 e925098a4162effffb989f8b228b4ee2db9ed9def31cd1873b4a11079df9f6cd SHA512 b5292dc35d016c6d09aef404ee57f4f6989e6bdbebdfad9cfd14678184c1efc60411335d4010bb9ac01b99d6899190aef89ba3e2b3ce520c4c1140fe78eb6c1a WHIRLPOOL 74adef31d7828095a30d11cbedf7a8e3cc8937091b164809bde36dc339eb2f5c4cacc09a5c530ee848f53cc3bf4bc6a918b7e9b078c1d822abc73f801e53ed47
(-)a/net-im/bitlbee-facebook/bitlbee-facebook-1.0.0.ebuild (+28 lines)
Line 0 Link Here
1
# Copyright 1999-2015 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
4
5
EAPI=6
6
7
inherit eutils
8
9
DESCRIPTION="Facebook protocol plugin for BitlBee"
10
HOMEPAGE="https://github.com/bitlbee/bitlbee-facebook"
11
SRC_URI="https://github.com/bitlbee/${PN}/releases/download/v${PV}/${P}.tar.gz"
12
13
LICENSE="GPL-2+"
14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
16
IUSE=""
17
18
RDEPEND="
19
	dev-libs/glib:2
20
	dev-libs/json-glib
21
	>=net-im/bitlbee-3.4[plugins]"
22
DEPEND="${RDEPEND}
23
	virtual/pkgconfig"
24
25
src_install() {
26
	default
27
	prune_libtool_files --all
28
}
(-)a/net-im/bitlbee-facebook/metadata.xml (-1 / +24 lines)
Line 0 Link Here
0
- 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
4
	<maintainer type="person">
5
		<email>alex_y_xu@yahoo.ca</email>
6
		<name>Alex Xu</name>
7
	</maintainer>
8
	<maintainer type="project">
9
		<email>proxy-maint@gentoo.org</email>
10
		<name>Proxy Maintainers</name>
11
	</maintainer>
12
	<longdescription lang="en">
13
		The Facebook protocol plugin for bitlbee. This plugin uses the Facebook
14
		Mobile API.
15
	</longdescription>
16
	<upstream>
17
		<maintainer status="active">
18
			<email>jgeboski@gmail.com</email>
19
			<name>James Geboski</name>
20
		</maintainer>
21
		<bugs-to>https://github.com/bitlbee/bitlbee-steam/issues</bugs-to>
22
		<remote-id type="github">bitlbee/bitlbee-steam</remote-id>
23
	</upstream>
24
</pkgmetadata>

Return to bug 550184