Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-eselect/eselect-unison: eselect-unison-0.3.ebuild eselect-unison-0.1.ebuild ChangeLog eselect-unison-0.2.ebuild metadata.xml
Date: Tue, 31 Mar 2015 16:57:35
Message-Id: 20150331165732.0139B14EE2@oystercatcher.gentoo.org
1 ulm 15/03/31 16:57:31
2
3 Added: eselect-unison-0.3.ebuild eselect-unison-0.1.ebuild
4 ChangeLog eselect-unison-0.2.ebuild metadata.xml
5 Log:
6 Move package from app-admin to app-eselect category.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 9433907D693FB5B8!)
9
10 Revision Changes Path
11 1.1 app-eselect/eselect-unison/eselect-unison-0.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-unison/eselect-unison-0.3.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-unison/eselect-unison-0.3.ebuild?rev=1.1&content-type=text/plain
15
16 Index: eselect-unison-0.3.ebuild
17 ===================================================================
18 # Copyright 1999-2015 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-unison/eselect-unison-0.3.ebuild,v 1.1 2015/03/31 16:57:31 ulm Exp $
21
22 inherit eutils
23
24 DESCRIPTION="unison module for eselect"
25 HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
26 SRC_URI=""
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
31 IUSE=""
32
33 DEPEND=""
34 RDEPEND=">=app-admin/eselect-1.2.3"
35
36 src_install() {
37 local MODULEDIR="/usr/share/eselect/modules"
38 local MODULE="unison"
39 dodir ${MODULEDIR}
40 insinto ${MODULEDIR}
41 newins "${FILESDIR}/${MODULE}.eselect-${PVR}" ${MODULE}.eselect \
42 || die "failed to install"
43 }
44
45
46
47 1.1 app-eselect/eselect-unison/eselect-unison-0.1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-unison/eselect-unison-0.1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-unison/eselect-unison-0.1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: eselect-unison-0.1.ebuild
53 ===================================================================
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-unison/eselect-unison-0.1.ebuild,v 1.1 2015/03/31 16:57:31 ulm Exp $
57
58 inherit eutils
59
60 DESCRIPTION="unison module for eselect"
61 HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
62 SRC_URI=""
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="amd64 ppc x86"
67
68 IUSE=""
69 DEPEND=""
70 RDEPEND=">=app-admin/eselect-1.0.5"
71
72 src_install() {
73 local MODULEDIR="/usr/share/eselect/modules"
74 local MODULE="unison"
75 dodir ${MODULEDIR}
76 insinto ${MODULEDIR}
77 newins "${FILESDIR}/${MODULE}.eselect-${PVR}" ${MODULE}.eselect || die "failed to install"
78 }
79
80
81
82 1.1 app-eselect/eselect-unison/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-unison/ChangeLog?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-unison/ChangeLog?rev=1.1&content-type=text/plain
86
87 Index: ChangeLog
88 ===================================================================
89 # ChangeLog for app-eselect/eselect-unison
90 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
91 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-unison/ChangeLog,v 1.1 2015/03/31 16:57:31 ulm Exp $
92
93 31 Mar 2015; Ulrich Müller <ulm@g.o> +eselect-unison-0.1.ebuild,
94 +eselect-unison-0.2.ebuild, +eselect-unison-0.3.ebuild,
95 +files/unison.eselect-0.1, +files/unison.eselect-0.2,
96 +files/unison.eselect-0.3, +metadata.xml:
97 Move package from app-admin to app-eselect category.
98
99 01 Apr 2013; Benda Xu <heroxbd@g.o> eselect-unison-0.3.ebuild:
100 keyword ~arm
101
102 06 Feb 2012; Brent Baude <ranger@g.o> eselect-unison-0.3.ebuild:
103 Marking eselect-unison-0.3 ppc for bug 391507
104
105 05 Feb 2012; Raúl Porcel <armin76@g.o> eselect-unison-0.1.ebuild,
106 eselect-unison-0.2.ebuild, eselect-unison-0.3.ebuild:
107 Drop sparc keywords
108
109 28 Nov 2011; Pawel Hajdan jr <phajdan.jr@g.o>
110 eselect-unison-0.3.ebuild:
111 x86 stable wrt bug #391507
112
113 26 Nov 2011; Markos Chandras <hwoarang@g.o> eselect-unison-0.3.ebuild:
114 Stable on amd64 wrt bug #391507
115
116 *eselect-unison-0.3 (28 Feb 2010)
117
118 28 Feb 2010; Jonathan Callen <abcd@g.o> +files/unison.eselect-0.3,
119 +eselect-unison-0.3.ebuild:
120 Version bump to add prefix support
121
122 *eselect-unison-0.2 (22 Nov 2009)
123
124 22 Nov 2009; Ulrich Mueller <ulm@g.o> +files/unison.eselect-0.2,
125 +eselect-unison-0.2.ebuild:
126 Version bump: support brief output mode, bug 292115.
127
128 30 Jun 2008; Raúl Porcel <armin76@g.o> eselect-unison-0.1.ebuild:
129 sparc stable wrt #229187
130
131 26 Jun 2008; Thomas Anderson <gentoofan23@g.o>
132 eselect-unison-0.1.ebuild:
133 stable amd64, bug 229187
134
135 25 Jun 2008; nixnut <nixnut@g.o> eselect-unison-0.1.ebuild:
136 Stable on ppc wrt bug 229187
137
138 24 Jun 2008; Christian Faulhammer <opfer@g.o>
139 eselect-unison-0.1.ebuild:
140 stable x86, bug 229187
141
142 13 Jun 2008; Matti Bickel <mabi@g.o> eselect-unison-0.1.ebuild:
143 ~ppc added (bug #207746)
144
145 14 Apr 2008; Raúl Porcel <armin76@g.o> eselect-unison-0.1.ebuild:
146 Add ~sparc wrt #207746
147
148 10 Apr 2008; Markus Meier <maekke@g.o> eselect-unison-0.1.ebuild:
149 add ~x86, bug #207746
150
151 *eselect-unison-0.1 (07 Apr 2008)
152
153 07 Apr 2008; Alexis Ballier <aballier@g.o>
154 +files/unison.eselect-0.1, +metadata.xml, +eselect-unison-0.1.ebuild:
155 Initial import. eselect module for SLOTted net-misc/unison by Martin von
156 Gagern <Martin.vGagern@×××.net>, bug #207746
157
158
159
160 1.1 app-eselect/eselect-unison/eselect-unison-0.2.ebuild
161
162 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-unison/eselect-unison-0.2.ebuild?rev=1.1&view=markup
163 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-unison/eselect-unison-0.2.ebuild?rev=1.1&content-type=text/plain
164
165 Index: eselect-unison-0.2.ebuild
166 ===================================================================
167 # Copyright 1999-2015 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-unison/eselect-unison-0.2.ebuild,v 1.1 2015/03/31 16:57:31 ulm Exp $
170
171 inherit eutils
172
173 DESCRIPTION="unison module for eselect"
174 HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
175 SRC_URI=""
176
177 LICENSE="GPL-2"
178 SLOT="0"
179 KEYWORDS="~amd64 ~ppc ~x86"
180 IUSE=""
181
182 DEPEND=""
183 RDEPEND=">=app-admin/eselect-1.2.3"
184
185 src_install() {
186 local MODULEDIR="/usr/share/eselect/modules"
187 local MODULE="unison"
188 dodir ${MODULEDIR}
189 insinto ${MODULEDIR}
190 newins "${FILESDIR}/${MODULE}.eselect-${PVR}" ${MODULE}.eselect \
191 || die "failed to install"
192 }
193
194
195
196 1.1 app-eselect/eselect-unison/metadata.xml
197
198 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-unison/metadata.xml?rev=1.1&view=markup
199 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-unison/metadata.xml?rev=1.1&content-type=text/plain
200
201 Index: metadata.xml
202 ===================================================================
203 <?xml version="1.0" encoding="UTF-8"?>
204 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
205 <pkgmetadata>
206 <herd>ml</herd>
207 </pkgmetadata>