Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/eselect-unison: ChangeLog eselect-unison-0.3.ebuild
Date: Sun, 28 Feb 2010 20:39:58
Message-Id: E1Nlpve-0004bX-Nf@stork.gentoo.org
1 abcd 10/02/28 20:39:54
2
3 Modified: ChangeLog
4 Added: eselect-unison-0.3.ebuild
5 Log:
6 Version bump to add prefix support
7 (Portage version: -svn/cvs/Linux i686)
8
9 Revision Changes Path
10 1.10 app-admin/eselect-unison/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-unison/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-unison/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-unison/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-unison/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 22 Nov 2009 17:39:04 -0000 1.9
23 +++ ChangeLog 28 Feb 2010 20:39:53 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-admin/eselect-unison
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-unison/ChangeLog,v 1.9 2009/11/22 17:39:04 ulm Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-unison/ChangeLog,v 1.10 2010/02/28 20:39:53 abcd Exp $
30 +
31 +*eselect-unison-0.3 (28 Feb 2010)
32 +
33 + 28 Feb 2010; Jonathan Callen <abcd@g.o> +files/unison.eselect-0.3,
34 + +eselect-unison-0.3.ebuild:
35 + Version bump to add prefix support
36
37 *eselect-unison-0.2 (22 Nov 2009)
38
39
40
41
42 1.1 app-admin/eselect-unison/eselect-unison-0.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-unison/eselect-unison-0.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-unison/eselect-unison-0.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: eselect-unison-0.3.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-unison/eselect-unison-0.3.ebuild,v 1.1 2010/02/28 20:39:53 abcd Exp $
52
53 inherit eutils
54
55 DESCRIPTION="unison module for eselect"
56 HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
57 SRC_URI=""
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND=">=app-admin/eselect-1.2.3"
66
67 src_install() {
68 local MODULEDIR="/usr/share/eselect/modules"
69 local MODULE="unison"
70 dodir ${MODULEDIR}
71 insinto ${MODULEDIR}
72 newins "${FILESDIR}/${MODULE}.eselect-${PVR}" ${MODULE}.eselect \
73 || die "failed to install"
74 }