grknight 14/10/30 04:27:21
Modified: ChangeLog
Added: doctrine-1.2.5.ebuild
Removed: doctrine-1.2.3.ebuild doctrine-1.2.4.ebuild
doctrine-1.2.1.ebuild doctrine-1.2.2.ebuild
Log:
Version bump to final doctrine1; Drop old
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key
67C78E1D)
Revision Changes Path
1.4 dev-php/doctrine/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/ChangeLog?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/ChangeLog?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/doctrine/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 21 Mar 2011 07:17:24 -0000 1.3
+++ ChangeLog 30 Oct 2014 04:27:21 -0000 1.4
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/doctrine
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/ChangeLog,v 1.3 2011/03/21
07:17:24 olemarkus Exp $
+# 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 $
+
+*doctrine-1.2.5 (30 Oct 2014)
+
+ 30 Oct 2014; Brian Evans <[email protected]> +doctrine-1.2.5.ebuild,
+ -doctrine-1.2.1.ebuild, -doctrine-1.2.2.ebuild, -doctrine-1.2.3.ebuild,
+ -doctrine-1.2.4.ebuild:
+ Version bump to final doctrine1; Drop old
*doctrine-1.2.4 (21 Mar 2011)
@@ -22,4 +29,3 @@
02 Jan 2010; Ben de Groot <[email protected]> +doctrine-1.2.1.ebuild,
+metadata.xml:
Initial import. Ebuild by me.
-
1.1 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.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/doctrine/doctrine-1.2.5.ebuild?rev=1.1&content-type=text/plain
Index: doctrine-1.2.5.ebuild
===================================================================
# Copyright 1999-2014 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 $
EAPI=5
MY_P="${PN}1-${PV}"
DESCRIPTION="An object relational mapper for PHP5"
HOMEPAGE="http://www.doctrine-project.org/"
SRC_URI="https://github.com/${PN}/${PN}1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1 MIT BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-lang/php-5.2.3[cli,pdo]"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
src_install() {
insinto /usr/share/php
doins -r lib/Doctrine
doins lib/Doctrine.php
}