Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-opensteamworks/
Date: Sat, 23 Feb 2019 09:44:02
Message-Id: 1550914164.b7d31b5ba7ddd32badda1987f846364190a98496.pacho@gentoo
1 commit: b7d31b5ba7ddd32badda1987f846364190a98496
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 09:29:24 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 09:29:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d31b5b
7
8 x11-plugins/pidgin-opensteamworks: Drop old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 x11-plugins/pidgin-opensteamworks/Manifest | 2 -
14 .../pidgin-opensteamworks-1.4.ebuild | 45 ----------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/x11-plugins/pidgin-opensteamworks/Manifest b/x11-plugins/pidgin-opensteamworks/Manifest
18 index 5007a5e7355..0c229d041ed 100644
19 --- a/x11-plugins/pidgin-opensteamworks/Manifest
20 +++ b/x11-plugins/pidgin-opensteamworks/Manifest
21 @@ -1,3 +1 @@
22 DIST pidgin-opensteamworks-1.6.1.tar.gz 750495 BLAKE2B 890e1765eda10c31e927be320a8bf8af0da4c9e01b8cea31810c0ff7a0c27d1a8f54b213b323132a6c1087dd853937a0b5cce93eeef308412a505cd1696eb5f4 SHA512 9f025538460dda01d769501326cf7ac597e069bdef3437eea89f392bede7e620e854a8c0b0659315a0834c8f2f60a38680f1f1bdccdb65d3b13f64f7981ee55b
23 -DIST pidgin-opensteamworks-icons.zip 3252 BLAKE2B 5973d60c3b38659e77bdb0d01af0da710a2456956c816e616e88e148b4336db5363ca9fc7c629513f2f8117a13f437e2cbc33400ce8a6080a038885d7957cae8 SHA512 823f400bb4df9c6ddb65d8a01ec182fbbadeb955bc3e9590e88773b092b0cf79e50fc6c20d9b72def7fe9f8d6e1ac7cc087fbdb3f6ed4b76c343a29f18e6ea06
24 -DIST steam-mobile-1.4.tar.bz2 23293 BLAKE2B 81234ac8457522c7b686741090e48175a5ce8262aaa3a35bcc822cf784f57a43d2360a0fe8369026bca0077be0bafb5fc31c3c5ec0570c4b58291ad16d900f80 SHA512 20ac50ea49c1c0724aeb839fe46ac8a9b5a52d903ebf9bb18ab665fd32cdc4d80a426a0c2714724495ee73d758da2dbb891ac618b0689239485841fe6e6c0953
25
26 diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.4.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.4.ebuild
27 deleted file mode 100644
28 index 98b76b3d491..00000000000
29 --- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.4.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit toolchain-funcs
38 -
39 -DESCRIPTION="Steam protocol plugin for pidgin"
40 -HOMEPAGE="https://github.com/eionrobb/pidgin-opensteamworks"
41 -SRC_URI="https://pidgin-opensteamworks.googlecode.com/files/steam-mobile-${PV}.tar.bz2
42 - https://pidgin-opensteamworks.googlecode.com/files/icons.zip
43 - -> ${PN}-icons.zip"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~ppc x86"
48 -IUSE=""
49 -
50 -RDEPEND="dev-libs/glib:2
51 - dev-libs/json-glib
52 - dev-libs/nss
53 - gnome-base/libgnome-keyring
54 - net-im/pidgin"
55 -DEPEND="${RDEPEND}
56 - app-arch/unzip
57 - virtual/pkgconfig"
58 -
59 -S=${WORKDIR}
60 -
61 -pkg_setup() {
62 - if [[ ${MERGE_TYPE} != binary ]]; then
63 - tc-export CC PKG_CONFIG
64 - fi
65 -}
66 -
67 -src_prepare() {
68 - # see https://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31
69 - cp "${FILESDIR}"/${PN}-1.3-Makefile "${S}"/Makefile || die
70 -}
71 -
72 -src_install() {
73 - default
74 - insinto /usr/share/pixmaps/pidgin/protocols
75 - doins -r "${WORKDIR}"/{16,48}
76 -}