Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/netcfg: netcfg-3.0.ebuild ChangeLog netcfg-9999.ebuild
Date: Tue, 26 Feb 2013 21:25:09
Message-Id: 20130226212506.3C4B32171D@flycatcher.gentoo.org
1 williamh 13/02/26 21:25:06
2
3 Modified: netcfg-3.0.ebuild ChangeLog
4 Added: netcfg-9999.ebuild
5 Log:
6 Make it possible for the ebuild to be a live ebuild as well.
7 Add a live ebuild.
8 Add ~x86 since I am a co-maintainer and running x86.
9
10 (Portage version: 2.2.0_alpha163/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
11
12 Revision Changes Path
13 1.2 net-misc/netcfg/netcfg-3.0.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcfg/netcfg-3.0.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcfg/netcfg-3.0.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcfg/netcfg-3.0.ebuild?r1=1.1&r2=1.2
18
19 Index: netcfg-3.0.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-misc/netcfg/netcfg-3.0.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- netcfg-3.0.ebuild 26 Feb 2013 20:55:46 -0000 1.1
26 +++ netcfg-3.0.ebuild 26 Feb 2013 21:25:06 -0000 1.2
27 @@ -1,16 +1,21 @@
28 # Copyright 1999-2013 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netcfg/netcfg-3.0.ebuild,v 1.1 2013/02/26 20:55:46 floppym Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netcfg/netcfg-3.0.ebuild,v 1.2 2013/02/26 21:25:06 williamh Exp $
32
33 EAPI=5
34
35 +if [[ ${PV} = *9999* ]]; then
36 + EGIT_REPO_URI="git://projects.archlinux.org/netcfg.git"
37 + inherit git-2
38 +else
39 + SRC_URI="ftp://ftp.archlinux.org/other/${PN}/${P}.tar.xz"
40 + KEYWORDS="~amd64 ~x86"
41 +fi
42 +
43 DESCRIPTION="Profile based network connection tool from Arch Linux"
44 HOMEPAGE="https://www.archlinux.org/netcfg/"
45 -SRC_URI="ftp://ftp.archlinux.org/other/${PN}/${P}.tar.xz"
46 -
47 LICENSE="BSD"
48 SLOT="0"
49 -KEYWORDS="~amd64"
50 IUSE=""
51
52 RDEPEND=">=app-shells/bash-4.0
53
54
55
56 1.2 net-misc/netcfg/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcfg/ChangeLog?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcfg/ChangeLog?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcfg/ChangeLog?r1=1.1&r2=1.2
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/net-misc/netcfg/ChangeLog,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- ChangeLog 26 Feb 2013 20:55:46 -0000 1.1
69 +++ ChangeLog 26 Feb 2013 21:25:06 -0000 1.2
70 @@ -1,6 +1,14 @@
71 # ChangeLog for net-misc/netcfg
72 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netcfg/ChangeLog,v 1.1 2013/02/26 20:55:46 floppym Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netcfg/ChangeLog,v 1.2 2013/02/26 21:25:06 williamh Exp $
75 +
76 +*netcfg-9999 (26 Feb 2013)
77 +
78 + 26 Feb 2013; William Hubbs <williamh@g.o> netcfg-3.0.ebuild,
79 + +netcfg-9999.ebuild:
80 + Make it possible for the ebuild to be a live ebuild as well.
81 + Add a live ebuild.
82 + Add ~x86 since I am a co-maintainer and running x86.
83
84 *netcfg-3.0 (26 Feb 2013)
85
86
87
88
89 1.1 net-misc/netcfg/netcfg-9999.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcfg/netcfg-9999.ebuild?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netcfg/netcfg-9999.ebuild?rev=1.1&content-type=text/plain
93
94 Index: netcfg-9999.ebuild
95 ===================================================================
96 # Copyright 1999-2013 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 # $Header: /var/cvsroot/gentoo-x86/net-misc/netcfg/netcfg-9999.ebuild,v 1.1 2013/02/26 21:25:06 williamh Exp $
99
100 EAPI=5
101
102 if [[ ${PV} = *9999* ]]; then
103 EGIT_REPO_URI="git://projects.archlinux.org/netcfg.git"
104 inherit git-2
105 else
106 SRC_URI="ftp://ftp.archlinux.org/other/${PN}/${P}.tar.xz"
107 KEYWORDS="~amd64 ~x86"
108 fi
109
110 DESCRIPTION="Profile based network connection tool from Arch Linux"
111 HOMEPAGE="https://www.archlinux.org/netcfg/"
112 LICENSE="BSD"
113 SLOT="0"
114 IUSE=""
115
116 RDEPEND=">=app-shells/bash-4.0
117 sys-apps/iproute2"
118
119 src_compile() {
120 :
121 }
122
123 src_install() {
124 emake DESTDIR="${D%/}" SHELL=bash install
125 rm -r "${D}"etc/rc.d || die
126 mv "${D}"usr/share/doc/{${PN},${PF}} || die
127 dodoc AUTHORS NEWS README
128 }