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-9999.ebuild netctl-1.1.ebuild ChangeLog
Date: Sat, 25 May 2013 19:07:37
Message-Id: 20130525190731.8CE152171D@flycatcher.gentoo.org
1 floppym 13/05/25 19:07:31
2
3 Modified: netctl-9999.ebuild ChangeLog
4 Added: netctl-1.1.ebuild
5 Log:
6 Version bump. Install bash and zsh completion code, bug 471234 by poncho.
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.4 net-misc/netctl/netctl-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-9999.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-9999.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-9999.ebuild?r1=1.3&r2=1.4
16
17 Index: netctl-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-9999.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- netctl-9999.ebuild 30 Apr 2013 14:27:32 -0000 1.3
24 +++ netctl-9999.ebuild 25 May 2013 19:07:31 -0000 1.4
25 @@ -1,10 +1,10 @@
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-9999.ebuild,v 1.3 2013/04/30 14:27:32 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-9999.ebuild,v 1.4 2013/05/25 19:07:31 floppym Exp $
30
31 EAPI=5
32
33 -inherit eutils
34 +inherit bash-completion-r1 eutils
35
36 if [[ ${PV} = *9999* ]]; then
37 EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
38 @@ -34,4 +34,7 @@
39 src_install() {
40 emake DESTDIR="${D%/}" SHELL=bash install
41 dodoc AUTHORS NEWS README
42 + newbashcomp contrib/bash-completion netctl
43 + insinto /usr/share/zsh/site-functions
44 + newins contrib/zsh-completion _netctl
45 }
46
47
48
49 1.5 net-misc/netctl/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/ChangeLog?rev=1.5&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/ChangeLog?rev=1.5&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/ChangeLog?r1=1.4&r2=1.5
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v
58 retrieving revision 1.4
59 retrieving revision 1.5
60 diff -u -r1.4 -r1.5
61 --- ChangeLog 30 Apr 2013 14:27:32 -0000 1.4
62 +++ ChangeLog 25 May 2013 19:07:31 -0000 1.5
63 @@ -1,6 +1,12 @@
64 # ChangeLog for net-misc/netctl
65 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.4 2013/04/30 14:27:32 floppym Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.5 2013/05/25 19:07:31 floppym Exp $
68 +
69 +*netctl-1.1 (25 May 2013)
70 +
71 + 25 May 2013; Mike Gilbert <floppym@g.o> +netctl-1.1.ebuild,
72 + netctl-9999.ebuild:
73 + Version bump. Install bash and zsh completion code, bug 471234 by poncho.
74
75 *netctl-1.0 (30 Apr 2013)
76
77
78
79
80 1.1 net-misc/netctl/netctl-1.1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-1.1.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netctl/netctl-1.1.ebuild?rev=1.1&content-type=text/plain
84
85 Index: netctl-1.1.ebuild
86 ===================================================================
87 # Copyright 1999-2013 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.1.ebuild,v 1.1 2013/05/25 19:07:31 floppym Exp $
90
91 EAPI=5
92
93 inherit bash-completion-r1 eutils
94
95 if [[ ${PV} = *9999* ]]; then
96 EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
97 inherit git-2
98 else
99 SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz"
100 KEYWORDS="~amd64 ~x86"
101 fi
102
103 DESCRIPTION="Profile based network connection tool from Arch Linux"
104 HOMEPAGE="https://www.archlinux.org/netctl/"
105 LICENSE="BSD"
106 SLOT="0"
107 IUSE=""
108
109 RDEPEND="
110 >=app-shells/bash-4.0
111 >=net-dns/openresolv-3.5.4-r1
112 sys-apps/iproute2
113 sys-apps/systemd
114 "
115
116 src_compile() {
117 return 0
118 }
119
120 src_install() {
121 emake DESTDIR="${D%/}" SHELL=bash install
122 dodoc AUTHORS NEWS README
123 newbashcomp contrib/bash-completion netctl
124 insinto /usr/share/zsh/site-functions
125 newins contrib/zsh-completion _netctl
126 }