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