Gentoo Archives: gentoo-commits

From: Christoph Mende <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/angelos:master commit in: media-sound/scmpc/
Date: Mon, 28 Feb 2011 18:55:25
Message-Id: 4945fd361d9a57cee091a8f21624f01ca8a10330.angelos@gentoo
1 commit: 4945fd361d9a57cee091a8f21624f01ca8a10330
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 18:55:11 2011 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 18:55:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=4945fd36
7
8 scmpc: Updated
9
10 ---
11 media-sound/scmpc/Manifest | 2 +-
12 media-sound/scmpc/scmpc-9999.ebuild | 21 ++++++++++++---------
13 2 files changed, 13 insertions(+), 10 deletions(-)
14
15 diff --git a/media-sound/scmpc/Manifest b/media-sound/scmpc/Manifest
16 index 5166736..4213a8b 100644
17 --- a/media-sound/scmpc/Manifest
18 +++ b/media-sound/scmpc/Manifest
19 @@ -1,2 +1,2 @@
20 AUX scmpc.init 312 RMD160 f307e830f4bb6d3b4ab7b2f63c5c18691de78fc2 SHA1 ce64c856a4b74c1f1a08b5fcd8ba3c701bc8f266 SHA256 478faddcbcb4d2bc6a72565847106c702ae5380a763bf162f459a6b28e0aedd8
21 -EBUILD scmpc-9999.ebuild 751 RMD160 93599b7eb2ecc52c29f0080deaf67462861d85c6 SHA1 bb0785d1adb095004b224a1505dedee7190a1296 SHA256 6afe53e594dbfe97dc8f823daf1567da674381f4c087d7f3f31669b12e29b8a9
22 +EBUILD scmpc-9999.ebuild 731 RMD160 307c07998b7b43241dc644db0e884a042dc6cecb SHA1 b11cb76c23141e6a845dd49159eda6dd32c949e6 SHA256 736e5468d93381b57c34c590499cf028081908faf83ed5f3949edea3c02d1f62
23
24 diff --git a/media-sound/scmpc/scmpc-9999.ebuild b/media-sound/scmpc/scmpc-9999.ebuild
25 index a89012f..309856f 100644
26 --- a/media-sound/scmpc/scmpc-9999.ebuild
27 +++ b/media-sound/scmpc/scmpc-9999.ebuild
28 @@ -1,28 +1,31 @@
29 -# Copyright 1999-2009 Gentoo Foundation
30 +# Copyright 1999-2011 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 # $Header: $
33
34 -EAPI=1
35 -
36 +EAPI=4
37 inherit autotools git
38
39 DESCRIPTION="a client for MPD which submits your tracks to last.fm"
40 -HOMEPAGE="http://ngls.zakx.de/scmpc/"
41 -EGIT_REPO_URI="git://ngls.zakx.de/scmpc.git"
42 +HOMEPAGE="http://scmpc.berlios.de/"
43 +EGIT_REPO_URI="git://git.berlios.de/scmpc"
44 EGIT_BOOTSTRAP="eautoreconf"
45
46 -LICENSE="BSD-2"
47 +LICENSE="GPL-2"
48 SLOT="0"
49 -KEYWORDS="~amd64"
50 +KEYWORDS="~amd64 ~x86"
51 IUSE=""
52
53 RDEPEND="dev-libs/glib:2
54 dev-libs/confuse
55 net-misc/curl"
56
57 +pkg_setup() {
58 + DOCS="AUTHORS NEWS README scmpc.conf.example"
59 +}
60 +
61 src_install() {
62 - emake DESTDIR="${D}" install || die "emake install failed"
63 - dodoc AUTHORS NEWS README scmpc.conf.example
64 + default_src_install
65 +
66 newinitd "${FILESDIR}"/${PN}.init ${PN}
67 insinto /etc
68 insopts -m600