Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/netctl: netctl-1.1-r1.ebuild netctl-9999.ebuild netctl-1.2.ebuild ChangeLog
Date: Fri, 02 Aug 2013 16:26:17
Message-Id: 20130802162610.00FC42171C@flycatcher.gentoo.org
1 floppym 13/08/02 16:26:09
2
3 Modified: netctl-1.1-r1.ebuild netctl-9999.ebuild ChangeLog
4 Added: netctl-1.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.6 net-misc/netctl/netctl-1.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-1.1-r1.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-1.1-r1.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-1.1-r1.ebuild?r1=1.5&r2=1.6
16
17 Index: netctl-1.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.1-r1.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- netctl-1.1-r1.ebuild 14 Jun 2013 00:00:09 -0000 1.5
24 +++ netctl-1.1-r1.ebuild 2 Aug 2013 16:26:09 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.1-r1.ebuild,v 1.5 2013/06/14 00:00:09 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.1-r1.ebuild,v 1.6 2013/08/02 16:26:09 floppym Exp $
30
31 EAPI=5
32
33 @@ -16,7 +16,9 @@
34 fi
35
36 DESCRIPTION="Profile based network connection tool from Arch Linux"
37 -HOMEPAGE="https://www.archlinux.org/netctl/"
38 +HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl
39 + https://www.archlinux.org/packages/core/any/netctl/
40 + https://projects.archlinux.org/netctl.git/"
41 LICENSE="BSD"
42 SLOT="0"
43 IUSE=""
44
45
46
47 1.10 net-misc/netctl/netctl-9999.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-9999.ebuild?rev=1.10&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-9999.ebuild?rev=1.10&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-9999.ebuild?r1=1.9&r2=1.10
52
53 Index: netctl-9999.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-9999.ebuild,v
56 retrieving revision 1.9
57 retrieving revision 1.10
58 diff -u -r1.9 -r1.10
59 --- netctl-9999.ebuild 14 Jun 2013 00:00:09 -0000 1.9
60 +++ netctl-9999.ebuild 2 Aug 2013 16:26:09 -0000 1.10
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2013 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-9999.ebuild,v 1.9 2013/06/14 00:00:09 floppym Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-9999.ebuild,v 1.10 2013/08/02 16:26:09 floppym Exp $
66
67 EAPI=5
68
69 @@ -16,7 +16,9 @@
70 fi
71
72 DESCRIPTION="Profile based network connection tool from Arch Linux"
73 -HOMEPAGE="https://www.archlinux.org/netctl/"
74 +HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl
75 + https://www.archlinux.org/packages/core/any/netctl/
76 + https://projects.archlinux.org/netctl.git/"
77 LICENSE="BSD"
78 SLOT="0"
79 IUSE=""
80 @@ -65,14 +67,13 @@
81
82 pkg_postinst() {
83 if [[ -z ${REPLACING_VERSIONS} ]]; then
84 - elog "To get additional features, a number of option runtime dependencies may be"
85 + elog "To get additional features, a number of optional runtime dependencies may be"
86 elog "installed."
87 optfeature "DHCP support" net-misc/dhcpcd ">=net-misc/dhcp-5.6.7[client]"
88 optfeature "WPA support" net-wireless/wpa_supplicant
89 optfeature "interactive assistant" dev-util/dialog
90 optfeature "automatic connection" sys-apps/ifplugd
91 optfeature "bonding support" net-misc/ifenslave
92 - optfeature "bridge support" net-misc/bridge-utils
93 optfeature "dialup support" net-dialup/ppp
94 fi
95 }
96
97
98
99 1.12 net-misc/netctl/ChangeLog
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/ChangeLog?rev=1.12&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/ChangeLog?rev=1.12&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/ChangeLog?r1=1.11&r2=1.12
104
105 Index: ChangeLog
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v
108 retrieving revision 1.11
109 retrieving revision 1.12
110 diff -u -r1.11 -r1.12
111 --- ChangeLog 14 Jun 2013 00:00:09 -0000 1.11
112 +++ ChangeLog 2 Aug 2013 16:26:09 -0000 1.12
113 @@ -1,6 +1,12 @@
114 # ChangeLog for net-misc/netctl
115 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
116 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.11 2013/06/14 00:00:09 floppym Exp $
117 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.12 2013/08/02 16:26:09 floppym Exp $
118 +
119 +*netctl-1.2 (02 Aug 2013)
120 +
121 + 02 Aug 2013; Mike Gilbert <floppym@g.o> +netctl-1.2.ebuild,
122 + netctl-1.1-r1.ebuild, netctl-9999.ebuild:
123 + Version bump.
124
125 14 Jun 2013; Mike Gilbert <floppym@g.o> -netctl-0.8.ebuild,
126 -netctl-1.0.ebuild, -netctl-1.1.ebuild, netctl-1.1-r1.ebuild,
127
128
129
130 1.1 net-misc/netctl/netctl-1.2.ebuild
131
132 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-1.2.ebuild?rev=1.1&view=markup
133 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-1.2.ebuild?rev=1.1&content-type=text/plain
134
135 Index: netctl-1.2.ebuild
136 ===================================================================
137 # Copyright 1999-2013 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 # $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.2.ebuild,v 1.1 2013/08/02 16:26:09 floppym Exp $
140
141 EAPI=5
142
143 inherit bash-completion-r1
144
145 if [[ ${PV} = *9999* ]]; then
146 EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
147 inherit git-2
148 DEPEND="app-text/asciidoc"
149 else
150 SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz"
151 KEYWORDS="~amd64 ~x86"
152 fi
153
154 DESCRIPTION="Profile based network connection tool from Arch Linux"
155 HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl
156 https://www.archlinux.org/packages/core/any/netctl/
157 https://projects.archlinux.org/netctl.git/"
158 LICENSE="BSD"
159 SLOT="0"
160 IUSE=""
161
162 DEPEND+="
163 virtual/pkgconfig
164 sys-apps/systemd
165 "
166 RDEPEND="
167 >=app-shells/bash-4.0
168 >=net-dns/openresolv-3.5.4-r1
169 sys-apps/iproute2
170 sys-apps/systemd
171 !<net-misc/dhcpcd-5.6.7
172 "
173
174 src_prepare() {
175 sed -i -e "s:/usr/bin/ifplugd:/usr/sbin/ifplugd:" \
176 "services/netctl-ifplugd@.service" || die
177 }
178
179 src_compile() {
180 return 0
181 }
182
183 src_install() {
184 emake DESTDIR="${D%/}" SHELL=bash install
185 dodoc AUTHORS NEWS README
186 newbashcomp contrib/bash-completion netctl
187 insinto /usr/share/zsh/site-functions
188 newins contrib/zsh-completion _netctl
189 }
190
191 optfeature() {
192 local desc=$1
193 shift
194 while (( $# )); do
195 if has_version "$1"; then
196 elog " [I] $1 for ${desc}"
197 else
198 elog " [ ] $1 for ${desc}"
199 fi
200 shift
201 done
202 }
203
204 pkg_postinst() {
205 if [[ -z ${REPLACING_VERSIONS} ]]; then
206 elog "To get additional features, a number of optional runtime dependencies may be"
207 elog "installed."
208 optfeature "DHCP support" net-misc/dhcpcd ">=net-misc/dhcp-5.6.7[client]"
209 optfeature "WPA support" net-wireless/wpa_supplicant
210 optfeature "interactive assistant" dev-util/dialog
211 optfeature "automatic connection" sys-apps/ifplugd
212 optfeature "bonding support" net-misc/ifenslave
213 optfeature "dialup support" net-dialup/ppp
214 fi
215 }