Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/eselect-php: ChangeLog eselect-php-0.6.4.ebuild eselect-php-0.6.1.ebuild
Date: Mon, 28 Feb 2011 12:34:15
Message-Id: 20110228123404.DAB4220054@flycatcher.gentoo.org
1 olemarkus 11/02/28 12:34:04
2
3 Modified: ChangeLog
4 Added: eselect-php-0.6.4.ebuild
5 Removed: eselect-php-0.6.1.ebuild
6 Log:
7 Fixed prefix support and support for multilib. Bug #356467 and #350092
8
9 (Portage version: 2.1.9.25/cvs/Linux i686)
10
11 Revision Changes Path
12 1.28 app-admin/eselect-php/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/ChangeLog?rev=1.28&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/ChangeLog?rev=1.28&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/ChangeLog?r1=1.27&r2=1.28
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v
21 retrieving revision 1.27
22 retrieving revision 1.28
23 diff -u -r1.27 -r1.28
24 --- ChangeLog 30 Jan 2011 15:40:08 -0000 1.27
25 +++ ChangeLog 28 Feb 2011 12:34:04 -0000 1.28
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-admin/eselect-php
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.27 2011/01/30 15:40:08 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.28 2011/02/28 12:34:04 olemarkus Exp $
31 +
32 + 28 Feb 2011; Ole Markus With <olemarkus@g.o>
33 + -eselect-php-0.6.1.ebuild, +eselect-php-0.6.4.ebuild:
34 + Fixed prefix support and support for multilib. Bug #356467 and #350092
35 +
36 +*eselect-php-0.6.4 (28 Feb 2011)
37
38 30 Jan 2011; Raúl Porcel <armin76@g.o> eselect-php-0.6.2.ebuild:
39 alpha/ia64/s390/sh/sparc stable
40
41
42
43 1.1 app-admin/eselect-php/eselect-php-0.6.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/eselect-php-0.6.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-php/eselect-php-0.6.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: eselect-php-0.6.4.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.6.4.ebuild,v 1.1 2011/02/28 12:34:04 olemarkus Exp $
53
54 EAPI=3
55
56 DESCRIPTION="PHP eselect module"
57 HOMEPAGE="http://www.gentoo.org"
58 SRC_URI="http://olemarkus.org/~olemarkus/gentoo/eselect-php-${PV}.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
63 IUSE=""
64
65 DEPEND=">=app-admin/eselect-1.2.4
66 !app-admin/php-toolkit"
67 RDEPEND="${DEPEND}"
68
69 src_install() {
70 mv eselect-php-${PV} php.eselect
71 insinto /usr/share/eselect/modules/
72 doins php.eselect
73 }