Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/eiskaltdcpp: metadata.xml ChangeLog eiskaltdcpp-2.0.1.ebuild eiskaltdcpp-9999.ebuild
Date: Mon, 26 Apr 2010 17:00:31
Message-Id: 20100426170022.D22FB2C04C@corvid.gentoo.org
1 pva 10/04/26 17:00:22
2
3 Added: metadata.xml ChangeLog eiskaltdcpp-2.0.1.ebuild
4 eiskaltdcpp-9999.ebuild
5 Log:
6 Initial import, bug #317127, thank Nikoli for this job.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-p2p/eiskaltdcpp/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/eiskaltdcpp/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/eiskaltdcpp/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 <herd></herd>
21 <maintainer>
22 <email>pva@g.o</email>
23 <name>Peter Volkov</name>
24 </maintainer>
25 <maintainer>
26 <email>nikoli@×××××××.com</email>
27 <name>Nikoli</name>
28 </maintainer>
29 <longdescription lang="en">
30 EiskaltDC++ is a program for UNIX-like systems that uses the Direct Connect and
31 ADC protocol. It is compatible with other DC clients, such as the original DC
32 from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all
33 common DC hub software.
34 </longdescription>
35 </pkgmetadata>
36
37
38
39
40 1.1 net-p2p/eiskaltdcpp/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/eiskaltdcpp/ChangeLog?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/eiskaltdcpp/ChangeLog?rev=1.1&content-type=text/plain
44
45 Index: ChangeLog
46 ===================================================================
47 # ChangeLog for net-p2p/eiskaltdcpp
48 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
49 # $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/ChangeLog,v 1.1 2010/04/26 17:00:22 pva Exp $
50
51 *eiskaltdcpp-9999 (26 Apr 2010)
52 *eiskaltdcpp-2.0.1 (26 Apr 2010)
53
54 26 Apr 2010; Peter Volkov <pva@g.o> +eiskaltdcpp-2.0.1.ebuild,
55 +eiskaltdcpp-9999.ebuild, +metadata.xml:
56 Initial import, bug #317127, thank Nikoli for this job.
57
58
59
60
61 1.1 net-p2p/eiskaltdcpp/eiskaltdcpp-2.0.1.ebuild
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-2.0.1.ebuild?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-2.0.1.ebuild?rev=1.1&content-type=text/plain
65
66 Index: eiskaltdcpp-2.0.1.ebuild
67 ===================================================================
68 # Copyright 1999-2010 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 # $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-2.0.1.ebuild,v 1.1 2010/04/26 17:00:22 pva Exp $
71
72 EAPI=2
73
74 LANGS="be en hu ru"
75 inherit qt4-r2 cmake-utils
76
77 DESCRIPTION="Qt4 based client for DirectConnect and ADC protocols, based on DC++ library"
78 HOMEPAGE="http://eiskaltdc.googlecode.com/"
79 SRC_URI="http://${PN/pp/}.googlecode.com/files/${P}.tar.bz2"
80
81 LICENSE="GPL-3"
82 SLOT="0"
83 KEYWORDS="~amd64 ~x86"
84 IUSE="spell"
85
86 RDEPEND="x11-libs/qt-gui:4
87 x11-libs/qt-core:4
88 x11-libs/qt-dbus:4
89 dev-libs/openssl
90 net-libs/libupnp
91 dev-libs/boost
92 app-arch/bzip2
93 sys-libs/zlib
94 spell? ( app-text/aspell )"
95 DEPEND="${RDEPEND}
96 dev-util/pkgconfig"
97
98 src_configure() {
99 # linguas
100 local langs
101 for lang in ${LANGS}; do
102 use linguas_${lang} && langs+="${lang} "
103 done
104 [[ -z ${langs} ]] && langs=${LANGS}
105
106 local mycmakeargs=(
107 "$(cmake-utils_use spell USE_ASPELL)"
108 -Dlinguas="${langs}"
109 )
110 cmake-utils_src_configure
111 }
112
113
114
115 1.1 net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild?rev=1.1&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild?rev=1.1&content-type=text/plain
119
120 Index: eiskaltdcpp-9999.ebuild
121 ===================================================================
122 # Copyright 1999-2010 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 # $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild,v 1.1 2010/04/26 17:00:22 pva Exp $
125
126 EAPI=2
127
128 LANGS="be en hu ru"
129 inherit qt4-r2 cmake-utils subversion
130
131 DESCRIPTION="Qt4 based client for DirectConnect and ADC protocols, based on DC++ library"
132 HOMEPAGE="http://eiskaltdc.googlecode.com/"
133 ESVN_REPO_URI="http://${PN%pp}.googlecode.com/svn/branches/trunk/"
134
135 LICENSE="GPL-3"
136 SLOT="0"
137 KEYWORDS=""
138 IUSE="spell"
139
140 RDEPEND="x11-libs/qt-gui:4
141 x11-libs/qt-core:4
142 x11-libs/qt-dbus:4
143 dev-libs/openssl
144 net-libs/libupnp
145 dev-libs/boost
146 app-arch/bzip2
147 sys-libs/zlib
148 spell? ( app-text/aspell )"
149 DEPEND="${RDEPEND}
150 dev-util/pkgconfig"
151
152 src_configure() {
153 # linguas
154 local langs
155 for lang in ${LANGS}; do
156 use linguas_${lang} && langs+="${lang} "
157 done
158 [[ -z ${langs} ]] && langs=${LANGS}
159
160 local mycmakeargs=(
161 "$(cmake-utils_use spell USE_ASPELL)"
162 -Dlinguas="${langs}"
163 )
164 cmake-utils_src_configure
165 }