Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/linuxdcpp: ChangeLog linuxdcpp-20071210.ebuild
Date: Mon, 10 Dec 2007 21:33:55
Message-Id: E1J1qG1-0001M2-Hl@stork.gentoo.org
1 armin76 07/12/10 21:33:45
2
3 Modified: ChangeLog
4 Added: linuxdcpp-20071210.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.17 net-p2p/linuxdcpp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 7 Dec 2007 15:06:30 -0000 1.16
23 +++ ChangeLog 10 Dec 2007 21:33:45 -0000 1.17
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-p2p/linuxdcpp
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.16 2007/12/07 15:06:30 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.17 2007/12/10 21:33:45 armin76 Exp $
29 +
30 +*linuxdcpp-20071210 (10 Dec 2007)
31 +
32 + 10 Dec 2007; Raúl Porcel <armin76@g.o> +linuxdcpp-20071210.ebuild:
33 + Version bump
34
35 07 Dec 2007; Samuli Suominen <drac@g.o> linuxdcpp-9999.ebuild:
36 Reset keywords for CVS ebuild.
37
38
39
40 1.1 net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild?rev=1.1&content-type=text/plain
44
45 Index: linuxdcpp-20071210.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild,v 1.1 2007/12/10 21:33:45 armin76 Exp $
50
51 inherit eutils
52
53 DESCRIPTION="Direct connect client, looks and works like famous DC++"
54 HOMEPAGE="http://linuxdcpp.berlios.de"
55 SRC_URI="ftp://ftp.berlios.de/pub/${PN}/${P}.tar.bz2
56 mirror://gentoo/${P}.tar.bz2"
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
60 IUSE="debug"
61
62 RDEPEND=">=gnome-base/libglade-2.4
63 >=x11-libs/gtk+-2.6
64 app-arch/bzip2
65 dev-libs/openssl"
66 DEPEND="${RDEPEND}
67 media-libs/fontconfig
68 >=dev-util/scons-0.96
69 dev-util/pkgconfig"
70
71 src_compile() {
72 local myconf=""
73 use debug && myconf="${myconf} debug=1"
74
75 scons ${myconf} ${MAKEOPTS} CXXFLAGS="${CXXFLAGS}" PREFIX=/usr || die "scons failed"
76 }
77
78 src_install() {
79 insinto /usr/share/${PN}
80 doins -r ${PN} pixmaps glade
81
82 dodoc Readme.txt Changelog.txt Credits.txt
83
84 dosym /usr/share/${PN}/${PN} /usr/bin/${PN}
85 fperms +x /usr/share/${PN}/${PN}
86
87 doicon pixmaps/${PN}.png
88
89 make_desktop_entry ${PN} "${PN}" ${PN}.png
90 }
91
92 pkg_postinst() {
93 elog
94 elog "After adding first directory to shares you might need to restart linuxdcpp."
95 elog
96 }
97
98
99
100 --
101 gentoo-commits@g.o mailing list