summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2008-03-19 00:12:19 +0000
committerMarkus Ullmann <jokey@gentoo.org>2008-03-19 00:12:19 +0000
commit2e1a42fbf44c6f5242aede0bd130c9b3f1e4a51a (patch)
treeeccc5823fb4130d9fbb0f5f17b8655d5919398b5 /dev-php5/ezc-Database
parentDrop old (diff)
downloadgentoo-2-2e1a42fbf44c6f5242aede0bd130c9b3f1e4a51a.tar.gz
gentoo-2-2e1a42fbf44c6f5242aede0bd130c9b3f1e4a51a.tar.bz2
gentoo-2-2e1a42fbf44c6f5242aede0bd130c9b3f1e4a51a.zip
Drop old
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php5/ezc-Database')
-rw-r--r--dev-php5/ezc-Database/ChangeLog9
-rw-r--r--dev-php5/ezc-Database/ezc-Database-1.0.1.ebuild14
-rw-r--r--dev-php5/ezc-Database/ezc-Database-1.1.1.ebuild14
-rw-r--r--dev-php5/ezc-Database/ezc-Database-1.1.2.ebuild14
-rw-r--r--dev-php5/ezc-Database/ezc-Database-1.1.3.ebuild14
-rw-r--r--dev-php5/ezc-Database/ezc-Database-1.1.4.ebuild14
-rw-r--r--dev-php5/ezc-Database/ezc-Database-1.1.ebuild14
-rw-r--r--dev-php5/ezc-Database/ezc-Database-1.3.3.ebuild15
-rw-r--r--dev-php5/ezc-Database/ezc-Database-1.3.ebuild14
9 files changed, 8 insertions, 114 deletions
diff --git a/dev-php5/ezc-Database/ChangeLog b/dev-php5/ezc-Database/ChangeLog
index 8db84b15e088..4930b5a7b8f4 100644
--- a/dev-php5/ezc-Database/ChangeLog
+++ b/dev-php5/ezc-Database/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-php5/ezc-Database
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Database/ChangeLog,v 1.21 2008/02/11 21:10:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Database/ChangeLog,v 1.22 2008/03/19 00:12:19 jokey Exp $
+
+ 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-Database-1.0.1.ebuild,
+ -ezc-Database-1.1.ebuild, -ezc-Database-1.1.1.ebuild,
+ -ezc-Database-1.1.2.ebuild, -ezc-Database-1.1.3.ebuild,
+ -ezc-Database-1.1.4.ebuild, -ezc-Database-1.3.ebuild,
+ -ezc-Database-1.3.3.ebuild:
+ Drop old
*ezc-Database-1.3.4 (11 Feb 2008)
diff --git a/dev-php5/ezc-Database/ezc-Database-1.0.1.ebuild b/dev-php5/ezc-Database/ezc-Database-1.0.1.ebuild
deleted file mode 100644
index df2e08a8bf08..000000000000
--- a/dev-php5/ezc-Database/ezc-Database-1.0.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Database/ezc-Database-1.0.1.ebuild,v 1.4 2006/07/12 07:53:57 sebastian Exp $
-
-inherit php-ezc depend.php
-
-DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO."
-SLOT="0"
-KEYWORDS="~ppc ~ppc64 ~x86 ~amd64"
-IUSE=""
-
-pkg_setup() {
- require_pdo
-}
diff --git a/dev-php5/ezc-Database/ezc-Database-1.1.1.ebuild b/dev-php5/ezc-Database/ezc-Database-1.1.1.ebuild
deleted file mode 100644
index 7ce8725e44b2..000000000000
--- a/dev-php5/ezc-Database/ezc-Database-1.1.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Database/ezc-Database-1.1.1.ebuild,v 1.2 2006/08/24 02:00:42 weeve Exp $
-
-inherit php-ezc depend.php
-
-DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO."
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-pkg_setup() {
- require_pdo
-}
diff --git a/dev-php5/ezc-Database/ezc-Database-1.1.2.ebuild b/dev-php5/ezc-Database/ezc-Database-1.1.2.ebuild
deleted file mode 100644
index acf3341b138d..000000000000
--- a/dev-php5/ezc-Database/ezc-Database-1.1.2.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Database/ezc-Database-1.1.2.ebuild,v 1.2 2006/10/02 09:06:27 gmsoft Exp $
-
-inherit php-ezc depend.php
-
-DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO."
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-pkg_setup() {
- require_pdo
-}
diff --git a/dev-php5/ezc-Database/ezc-Database-1.1.3.ebuild b/dev-php5/ezc-Database/ezc-Database-1.1.3.ebuild
deleted file mode 100644
index 6c2020f9639d..000000000000
--- a/dev-php5/ezc-Database/ezc-Database-1.1.3.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Database/ezc-Database-1.1.3.ebuild,v 1.1 2006/10/09 07:17:11 sebastian Exp $
-
-inherit php-ezc depend.php
-
-DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO."
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-pkg_setup() {
- require_pdo
-}
diff --git a/dev-php5/ezc-Database/ezc-Database-1.1.4.ebuild b/dev-php5/ezc-Database/ezc-Database-1.1.4.ebuild
deleted file mode 100644
index 3e2773c63a49..000000000000
--- a/dev-php5/ezc-Database/ezc-Database-1.1.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Database/ezc-Database-1.1.4.ebuild,v 1.2 2006/11/25 22:31:13 kloeri Exp $
-
-inherit php-ezc depend.php
-
-DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO."
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-pkg_setup() {
- require_pdo
-}
diff --git a/dev-php5/ezc-Database/ezc-Database-1.1.ebuild b/dev-php5/ezc-Database/ezc-Database-1.1.ebuild
deleted file mode 100644
index 430962a059be..000000000000
--- a/dev-php5/ezc-Database/ezc-Database-1.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Database/ezc-Database-1.1.ebuild,v 1.2 2006/07/12 07:53:57 sebastian Exp $
-
-inherit php-ezc depend.php
-
-DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO."
-SLOT="0"
-KEYWORDS="~ppc ~ppc64 ~x86 ~amd64"
-IUSE=""
-
-pkg_setup() {
- require_pdo
-}
diff --git a/dev-php5/ezc-Database/ezc-Database-1.3.3.ebuild b/dev-php5/ezc-Database/ezc-Database-1.3.3.ebuild
deleted file mode 100644
index d49177dd0fb3..000000000000
--- a/dev-php5/ezc-Database/ezc-Database-1.3.3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Database/ezc-Database-1.3.3.ebuild,v 1.1 2008/01/13 16:01:37 jokey Exp $
-
-EZC_BASE_MIN="1.3.1"
-inherit php-ezc depend.php
-
-DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO."
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
-IUSE=""
-
-pkg_setup() {
- require_php_with_use pdo
-}
diff --git a/dev-php5/ezc-Database/ezc-Database-1.3.ebuild b/dev-php5/ezc-Database/ezc-Database-1.3.ebuild
deleted file mode 100644
index d03db20ff305..000000000000
--- a/dev-php5/ezc-Database/ezc-Database-1.3.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Database/ezc-Database-1.3.ebuild,v 1.3 2007/10/08 19:17:39 jokey Exp $
-
-inherit php-ezc depend.php
-
-DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO."
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
-IUSE=""
-
-pkg_setup() {
- require_pdo
-}