Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/doctrine: doctrine-1.2.5.ebuild ChangeLog doctrine-1.2.3.ebuild doctrine-1.2.4.ebuild doctrine-1.2.1.ebuild doctrine-1.2.2.ebuild
Date: Thu, 30 Oct 2014 04:27:25
Message-Id: 20141030042721.A197890BB@oystercatcher.gentoo.org
1 grknight 14/10/30 04:27:21
2
3 Modified: ChangeLog
4 Added: doctrine-1.2.5.ebuild
5 Removed: doctrine-1.2.3.ebuild doctrine-1.2.4.ebuild
6 doctrine-1.2.1.ebuild doctrine-1.2.2.ebuild
7 Log:
8 Version bump to final doctrine1; Drop old
9
10 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
11
12 Revision Changes Path
13 1.4 dev-php/doctrine/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/ChangeLog?rev=1.4&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/ChangeLog?rev=1.4&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/ChangeLog?r1=1.3&r2=1.4
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-php/doctrine/ChangeLog,v
22 retrieving revision 1.3
23 retrieving revision 1.4
24 diff -u -r1.3 -r1.4
25 --- ChangeLog 21 Mar 2011 07:17:24 -0000 1.3
26 +++ ChangeLog 30 Oct 2014 04:27:21 -0000 1.4
27 @@ -1,6 +1,13 @@
28 # ChangeLog for dev-php/doctrine
29 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/ChangeLog,v 1.3 2011/03/21 07:17:24 olemarkus Exp $
31 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/ChangeLog,v 1.4 2014/10/30 04:27:21 grknight Exp $
33 +
34 +*doctrine-1.2.5 (30 Oct 2014)
35 +
36 + 30 Oct 2014; Brian Evans <grknight@g.o> +doctrine-1.2.5.ebuild,
37 + -doctrine-1.2.1.ebuild, -doctrine-1.2.2.ebuild, -doctrine-1.2.3.ebuild,
38 + -doctrine-1.2.4.ebuild:
39 + Version bump to final doctrine1; Drop old
40
41 *doctrine-1.2.4 (21 Mar 2011)
42
43 @@ -22,4 +29,3 @@
44 02 Jan 2010; Ben de Groot <yngwin@g.o> +doctrine-1.2.1.ebuild,
45 +metadata.xml:
46 Initial import. Ebuild by me.
47 -
48
49
50
51 1.1 dev-php/doctrine/doctrine-1.2.5.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild?rev=1.1&content-type=text/plain
55
56 Index: doctrine-1.2.5.ebuild
57 ===================================================================
58 # Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild,v 1.1 2014/10/30 04:27:21 grknight Exp $
61
62 EAPI=5
63
64 MY_P="${PN}1-${PV}"
65 DESCRIPTION="An object relational mapper for PHP5"
66 HOMEPAGE="http://www.doctrine-project.org/"
67 SRC_URI="https://github.com/${PN}/${PN}1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
68
69 LICENSE="LGPL-2.1 MIT BSD"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 DEPEND=">=dev-lang/php-5.2.3[cli,pdo]"
75 RDEPEND="${DEPEND}"
76
77 S="${WORKDIR}/${MY_P}"
78
79 src_install() {
80 insinto /usr/share/php
81 doins -r lib/Doctrine
82 doins lib/Doctrine.php
83 }