grknight    15/02/18 02:11:25

  Modified:             doctrine-1.2.5.ebuild ChangeLog
  Added:                doctrine-2.4.6.ebuild
  Log:
  Add new slot for dev-php/doctrine and fix repoman warnings
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  Changes    Path
1.2                  dev-php/doctrine/doctrine-1.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild?r1=1.1&r2=1.2

Index: doctrine-1.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- doctrine-1.2.5.ebuild       30 Oct 2014 04:27:21 -0000      1.1
+++ doctrine-1.2.5.ebuild       18 Feb 2015 02:11:25 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild,v 
1.1 2014/10/30 04:27:21 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild,v 
1.2 2015/02/18 02:11:25 grknight Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=">=dev-lang/php-5.2.3[cli,pdo]"
+DEPEND=">=dev-lang/php-5.2.3:*[cli,pdo]"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"



1.5                  dev-php/doctrine/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/doctrine/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   30 Oct 2014 04:27:21 -0000      1.4
+++ ChangeLog   18 Feb 2015 02:11:25 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/doctrine
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/ChangeLog,v 1.4 2014/10/30 
04:27:21 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/ChangeLog,v 1.5 2015/02/18 
02:11:25 grknight Exp $
+
+*doctrine-2.4.6 (18 Feb 2015)
+
+  18 Feb 2015; Brian Evans <grkni...@gentoo.org> +doctrine-2.4.6.ebuild,
+  doctrine-1.2.5.ebuild:
+  Add new slot for dev-php/doctrine and fix repoman warnings
 
 *doctrine-1.2.5 (30 Oct 2014)
 



1.1                  dev-php/doctrine/doctrine-2.4.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/doctrine-2.4.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/doctrine-2.4.6.ebuild?rev=1.1&content-type=text/plain

Index: doctrine-2.4.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/doctrine-2.4.6.ebuild,v 1.1 
2015/02/18 02:11:25 grknight Exp $

EAPI=5

MY_P="${PN}2-${PV}"
DESCRIPTION="An object relational mapper for PHP5"
HOMEPAGE="http://www.doctrine-project.org/";
SRC_URI="https://github.com/${PN}/${PN}2/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1 MIT BSD"
SLOT="2"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-lang/php-5.3.2:*[cli,pdo]"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

src_install() {
        insinto /usr/share/php
        doins -r lib/Doctrine
}




Reply via email to