Gentoo Archives: gentoo-commits

From: "Jason Donenfeld (zx2c4)" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/soulseek-qt: metadata.xml soulseek-qt-20130212.ebuild ChangeLog
Date: Tue, 26 Feb 2013 13:10:37
Message-Id: 20130226131034.B0F4F2171D@flycatcher.gentoo.org
1 zx2c4 13/02/26 13:10:34
2
3 Added: metadata.xml soulseek-qt-20130212.ebuild ChangeLog
4 Log:
5 Initial import of official soulseek client.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
8
9 Revision Changes Path
10 1.1 net-p2p/soulseek-qt/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/soulseek-qt/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/soulseek-qt/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 <maintainer>
21 <email>zx2c4@g.o</email>
22 <name>Jason A. Donenfeld</name>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 net-p2p/soulseek-qt/soulseek-qt-20130212.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/soulseek-qt/soulseek-qt-20130212.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/soulseek-qt/soulseek-qt-20130212.ebuild?rev=1.1&content-type=text/plain
32
33 Index: soulseek-qt-20130212.ebuild
34 ===================================================================
35 # Copyright 1999-2013 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/net-p2p/soulseek-qt/soulseek-qt-20130212.ebuild,v 1.1 2013/02/26 13:10:34 zx2c4 Exp $
38
39 EAPI=4
40
41 DESCRIPTION="Official binary Qt SoulSeek client."
42 HOMEPAGE="http://www.soulseekqt.net/"
43 LICENSE="free-noncomm"
44 SLOT="0"
45 KEYWORDS="~amd64 ~x86"
46 BINARY_NAME="SoulseekQt-${PV:0:4}-$((${PV:4:2}))-$((${PV:6:2}))"
47 BASE_URI="http://www.soulseekqt.net/SoulseekQT/Linux/${BINARY_NAME}"
48 IUSE=""
49 SRC_URI="
50 x86? ( ${BASE_URI}.tgz )
51 amd64? ( ${BASE_URI}-64bit.tgz )
52 "
53 DEPEND=""
54 RDEPEND="
55 x11-libs/qt-gui:4
56 x11-libs/qt-core:4
57 "
58 RESTRICT="mirror"
59 S="${WORKDIR}"
60
61 src_install() {
62 exeinto /usr/bin
63 use amd64 && BINARY_NAME="${BINARY_NAME}-64bit"
64 newexe "${BINARY_NAME}" "${PN}"
65 }
66
67
68
69 1.1 net-p2p/soulseek-qt/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/soulseek-qt/ChangeLog?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/soulseek-qt/ChangeLog?rev=1.1&content-type=text/plain
73
74 Index: ChangeLog
75 ===================================================================
76 # ChangeLog for net-p2p/soulseek-qt
77 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
78 # $Header: /var/cvsroot/gentoo-x86/net-p2p/soulseek-qt/ChangeLog,v 1.1 2013/02/26 13:10:34 zx2c4 Exp $
79
80 *soulseek-qt-20130212 (26 Feb 2013)
81
82 26 Feb 2013; Jason A. Donenfeld <zx2c4@g.o> +metadata.xml,
83 +soulseek-qt-20130212.ebuild:
84 Initial import of official soulseek client.