summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-03-21 07:17:24 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-03-21 07:17:24 +0000
commit44d9ea64c878478188b772ade8705bc0a7fe5053 (patch)
tree1865b7638035eeea01920f0e58ddc9e5609c0d19 /dev-php/doctrine
parentMarked ~ppc64 (diff)
downloadgentoo-2-44d9ea64c878478188b772ade8705bc0a7fe5053.tar.gz
gentoo-2-44d9ea64c878478188b772ade8705bc0a7fe5053.tar.bz2
gentoo-2-44d9ea64c878478188b772ade8705bc0a7fe5053.zip
Version bump. Security bug #359663
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/doctrine')
-rw-r--r--dev-php/doctrine/ChangeLog7
-rw-r--r--dev-php/doctrine/doctrine-1.2.4.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-php/doctrine/ChangeLog b/dev-php/doctrine/ChangeLog
index 74422f96c187..f6e443c74645 100644
--- a/dev-php/doctrine/ChangeLog
+++ b/dev-php/doctrine/ChangeLog
@@ -1,6 +1,11 @@
# 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.2 2011/03/12 20:43:04 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/ChangeLog,v 1.3 2011/03/21 07:17:24 olemarkus Exp $
+
+*doctrine-1.2.4 (21 Mar 2011)
+
+ 21 Mar 2011; <olemarkus@gentoo.org> +doctrine-1.2.4.ebuild:
+ Version bump. Security bug #359663
*doctrine-1.2.3 (12 Mar 2011)
diff --git a/dev-php/doctrine/doctrine-1.2.4.ebuild b/dev-php/doctrine/doctrine-1.2.4.ebuild
new file mode 100644
index 000000000000..5d471e444f5d
--- /dev/null
+++ b/dev-php/doctrine/doctrine-1.2.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/doctrine/doctrine-1.2.4.ebuild,v 1.1 2011/03/21 07:17:24 olemarkus Exp $
+
+EAPI="2"
+
+MY_P="Doctrine-${PV}"
+DESCRIPTION="An object relational mapper for PHP5"
+HOMEPAGE="http://www.doctrine-project.org/"
+SRC_URI="http://www.doctrine-project.org/downloads/${MY_P}.tgz"
+
+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 Doctrine
+ doins Doctrine.php
+}