From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C335C1389E2 for ; Sun, 28 Dec 2014 15:04:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AEFAE0AAB; Sun, 28 Dec 2014 15:04:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0F71E0AAB for ; Sun, 28 Dec 2014 15:04:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2B0F3403A3 for ; Sun, 28 Dec 2014 15:04:45 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2291) id A8AB5E5B5; Sun, 28 Dec 2014 15:04:44 +0000 (UTC) From: "Aaron Swenson (titanofold)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, titanofold@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-db/libzdb: libzdb-2.11.1.ebuild libzdb-3.0.ebuild libzdb-2.11.2.ebuild ChangeLog libzdb-2.11.3.ebuild libzdb-2.12.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: libzdb-2.11.1.ebuild libzdb-3.0.ebuild libzdb-2.11.2.ebuild ChangeLog libzdb-2.11.3.ebuild libzdb-2.12.ebuild X-VCS-Directories: dev-db/libzdb X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141228150444.A8AB5E5B5@oystercatcher.gentoo.org> Date: Sun, 28 Dec 2014 15:04:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 24b0e907-e889-4dad-9540-46c7a5aa3b57 X-Archives-Hash: 2adc0374ca4a45ced9ab6364870f2b88 titanofold 14/12/28 15:04:44 Modified: libzdb-2.11.1.ebuild libzdb-3.0.ebuild libzdb-2.11.2.ebuild ChangeLog libzdb-2.11.3.ebuild libzdb-2.12.ebuild Log: Rename virtual/postgresql to dev-db/postgresql (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0) Revision Changes Path 1.8 dev-db/libzdb/libzdb-2.11.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?r1=1.7&r2=1.8 Index: libzdb-2.11.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libzdb-2.11.1.ebuild 3 Nov 2014 11:23:10 -0000 1.7 +++ libzdb-2.11.1.ebuild 28 Dec 2014 15:04:44 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v 1.7 2014/11/03 11:23:10 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v 1.8 2014/12/28 15:04:44 titanofold Exp $ EAPI="4" @@ -19,7 +19,7 @@ RESTRICT=test RDEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} 1.3 dev-db/libzdb/libzdb-3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild?r1=1.2&r2=1.3 Index: libzdb-3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libzdb-3.0.ebuild 3 Nov 2014 11:23:10 -0000 1.2 +++ libzdb-3.0.ebuild 28 Dec 2014 15:04:44 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v 1.3 2014/12/28 15:04:44 titanofold Exp $ EAPI="4" @@ -19,7 +19,7 @@ RESTRICT=test RDEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} 1.3 dev-db/libzdb/libzdb-2.11.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild?r1=1.2&r2=1.3 Index: libzdb-2.11.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libzdb-2.11.2.ebuild 3 Nov 2014 11:23:10 -0000 1.2 +++ libzdb-2.11.2.ebuild 28 Dec 2014 15:04:44 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild,v 1.3 2014/12/28 15:04:44 titanofold Exp $ EAPI="4" @@ -19,7 +19,7 @@ RESTRICT=test RDEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} 1.21 dev-db/libzdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 3 Nov 2014 11:23:10 -0000 1.20 +++ ChangeLog 28 Dec 2014 15:04:44 -0000 1.21 @@ -1,6 +1,11 @@ # ChangeLog for dev-db/libzdb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.20 2014/11/03 11:23:10 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.21 2014/12/28 15:04:44 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson libzdb-2.11.1.ebuild, + libzdb-2.11.2.ebuild, libzdb-2.11.3.ebuild, libzdb-2.12.ebuild, + libzdb-3.0.ebuild: + Rename virtual/postgresql to dev-db/postgresql 03 Nov 2014; Aaron W. Swenson libzdb-2.11.1.ebuild, libzdb-2.11.2.ebuild, libzdb-2.11.3.ebuild, libzdb-2.12.ebuild, 1.3 dev-db/libzdb/libzdb-2.11.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild?r1=1.2&r2=1.3 Index: libzdb-2.11.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libzdb-2.11.3.ebuild 3 Nov 2014 11:23:10 -0000 1.2 +++ libzdb-2.11.3.ebuild 28 Dec 2014 15:04:44 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild,v 1.3 2014/12/28 15:04:44 titanofold Exp $ EAPI="4" @@ -19,7 +19,7 @@ RESTRICT=test RDEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} 1.5 dev-db/libzdb/libzdb-2.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild?r1=1.4&r2=1.5 Index: libzdb-2.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libzdb-2.12.ebuild 3 Nov 2014 11:23:10 -0000 1.4 +++ libzdb-2.12.ebuild 28 Dec 2014 15:04:44 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild,v 1.4 2014/11/03 11:23:10 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild,v 1.5 2014/12/28 15:04:44 titanofold Exp $ EAPI="4" @@ -19,7 +19,7 @@ RESTRICT=test RDEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND}