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

Collapse All | Expand All

(-)a/net-im/bitlbee-steam/Manifest (+1 lines)
Line 1 Link Here
1
DIST bitlbee-steam-1.2.0.tar.gz 40277 SHA256 ffcfbaf4aef55e78470fc8102554dc190a43d3a5cf6c055188f26036c8fb3a11 SHA512 706f22193d7a22dcbcaa6a07d2dcd4707b666d9a831a9864949ce9a6f2a1db33d3a07f94b3cde9a8d6042fd53caa07b1f87749f87b146d88793578cca997adee WHIRLPOOL e8b69dbbdcc07a82fc75e270bb431611f4de0b1e96ef0756adff4d20cc0656828b159b8973ea9b1d735ae9a641882e1fcb68a8ce9513cb605be3e26eca22a5da
1
DIST bitlbee-steam-1.2.0.tar.gz 40277 SHA256 ffcfbaf4aef55e78470fc8102554dc190a43d3a5cf6c055188f26036c8fb3a11 SHA512 706f22193d7a22dcbcaa6a07d2dcd4707b666d9a831a9864949ce9a6f2a1db33d3a07f94b3cde9a8d6042fd53caa07b1f87749f87b146d88793578cca997adee WHIRLPOOL e8b69dbbdcc07a82fc75e270bb431611f4de0b1e96ef0756adff4d20cc0656828b159b8973ea9b1d735ae9a641882e1fcb68a8ce9513cb605be3e26eca22a5da
2
DIST bitlbee-steam-1.4.1.tar.gz 374135 SHA256 e5c08581055581a4f82309c74abc5b4ac6fabd5606300bd7500d5dfba556222d SHA512 b2571a7a8eb34f7ba49b8ed69dea3a25acae7db1b844e3bdae56ad8a12be94e04a326e5f344e280b3cda712ad83acf89390277581dcc9540bc5ae20f6f4ac6c5 WHIRLPOOL b038f4f7b170a281ec2c9740f5ddac703b2723fa84e508ddc33f561a99d9f3ca2d45d8dac22379b96fecffa6b832fda5a757b3df104cd790743f74321650bb12
(-)a/net-im/bitlbee-steam/bitlbee-steam-1.4.1.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="Steam protocol plugin for BitlBee"
10
HOMEPAGE="https://github.com/bitlbee/bitlbee-steam"
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/libgcrypt:0
21
	>=net-im/bitlbee-3.4[plugins]"
22
DEPEND="${RDEPEND}
23
	virtual/pkgconfig"
24
25
src_install() {
26
	default
27
	prune_libtool_files
28
}
(-)a/net-im/bitlbee-steam/bitlbee-steam-9999.ebuild (-14 / +9 lines)
Lines 2-37 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
5
EAPI=5
5
EAPI=6
6
6
7
inherit eutils autotools git-2
7
inherit autotools eutils git-r3
8
8
9
DESCRIPTION="Steam protocol plugin for BitlBee"
9
DESCRIPTION="Steam protocol plugin for BitlBee"
10
HOMEPAGE="https://github.com/jgeboski/bitlbee-steam"
10
HOMEPAGE="https://github.com/bitlbee/bitlbee-steam"
11
EGIT_REPO_URI="https://github.com/jgeboski/bitlbee-steam.git"
11
EGIT_REPO_URI="https://github.com/bitlbee/bitlbee-steam.git"
12
12
13
LICENSE="GPL-2 LGPL-2.1 BSD-2"
13
LICENSE="GPL-2+"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS=""
15
KEYWORDS=""
16
IUSE="debug"
16
IUSE=""
17
17
18
RDEPEND="
18
RDEPEND="
19
	dev-libs/glib:2
19
	dev-libs/glib:2
20
	dev-libs/libgpg-error
20
	dev-libs/libgcrypt:0
21
	>=net-im/bitlbee-3.2.1[plugins]"
21
	>=net-im/bitlbee-3.4[plugins]"
22
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
23
	virtual/pkgconfig"
23
	virtual/pkgconfig"
24
24
25
src_prepare() {
25
src_prepare() {
26
	default
26
	eautoreconf
27
	eautoreconf
27
}
28
}
28
29
29
src_configure() {
30
	econf \
31
		$(use_enable debug) \
32
		--enable-minimal-flags
33
}
34
35
src_install() {
30
src_install() {
36
	default
31
	default
37
	prune_libtool_files
32
	prune_libtool_files
(-)a/net-im/bitlbee-steam/metadata.xml (-1 / +8 lines)
Lines 1-6 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
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>
4
	<longdescription lang="en">
12
	<longdescription lang="en">
5
		The Steam protocol plugin for bitlbee. This plugin uses the Steam
13
		The Steam protocol plugin for bitlbee. This plugin uses the Steam
6
		Mobile API allowing it to run alongside the main Steam client.
14
		Mobile API allowing it to run alongside the main Steam client.
7
- 

Return to bug 580786