diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2008-03-07 08:48:52 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2008-03-07 08:48:52 +0000 |
commit | c93a24b602ba02957f53ee3c57bbdc8e36824800 (patch) | |
tree | 9dc68b7d5f4c5f0610eeae2815bedac837ac5b79 | |
parent | Removed mask for 8.3 (diff) | |
download | experimental-c93a24b602ba02957f53ee3c57bbdc8e36824800.tar.gz experimental-c93a24b602ba02957f53ee3c57bbdc8e36824800.tar.bz2 experimental-c93a24b602ba02957f53ee3c57bbdc8e36824800.zip |
Initial commit.
svn path=/experimental/; revision=315
-rw-r--r-- | virtual/postgresql-base/Manifest | 7 | ||||
-rw-r--r-- | virtual/postgresql-base/metadata.xml | 5 | ||||
-rw-r--r-- | virtual/postgresql-base/postgresql-base-7.3.ebuild | 16 | ||||
-rw-r--r-- | virtual/postgresql-base/postgresql-base-7.4.ebuild | 16 | ||||
-rw-r--r-- | virtual/postgresql-base/postgresql-base-8.0.ebuild | 16 | ||||
-rw-r--r-- | virtual/postgresql-base/postgresql-base-8.1.ebuild | 16 | ||||
-rw-r--r-- | virtual/postgresql-base/postgresql-base-8.2.ebuild | 16 | ||||
-rw-r--r-- | virtual/postgresql-base/postgresql-base-8.3.ebuild | 16 |
8 files changed, 108 insertions, 0 deletions
diff --git a/virtual/postgresql-base/Manifest b/virtual/postgresql-base/Manifest new file mode 100644 index 0000000..2730ba0 --- /dev/null +++ b/virtual/postgresql-base/Manifest @@ -0,0 +1,7 @@ +EBUILD postgresql-base-7.3.ebuild 561 RMD160 1d81c55f3d60c962baee59037cc3c507761ea48a SHA1 4954f8d036386120cf6569f094889b81b3b0b949 SHA256 fcc47329549388db4b9b2da3c437eb409633b4b0350d03fd300942a48fd02c5c +EBUILD postgresql-base-7.4.ebuild 561 RMD160 1d81c55f3d60c962baee59037cc3c507761ea48a SHA1 4954f8d036386120cf6569f094889b81b3b0b949 SHA256 fcc47329549388db4b9b2da3c437eb409633b4b0350d03fd300942a48fd02c5c +EBUILD postgresql-base-8.0.ebuild 561 RMD160 1d81c55f3d60c962baee59037cc3c507761ea48a SHA1 4954f8d036386120cf6569f094889b81b3b0b949 SHA256 fcc47329549388db4b9b2da3c437eb409633b4b0350d03fd300942a48fd02c5c +EBUILD postgresql-base-8.1.ebuild 561 RMD160 1d81c55f3d60c962baee59037cc3c507761ea48a SHA1 4954f8d036386120cf6569f094889b81b3b0b949 SHA256 fcc47329549388db4b9b2da3c437eb409633b4b0350d03fd300942a48fd02c5c +EBUILD postgresql-base-8.2.ebuild 561 RMD160 1d81c55f3d60c962baee59037cc3c507761ea48a SHA1 4954f8d036386120cf6569f094889b81b3b0b949 SHA256 fcc47329549388db4b9b2da3c437eb409633b4b0350d03fd300942a48fd02c5c +EBUILD postgresql-base-8.3.ebuild 561 RMD160 1d81c55f3d60c962baee59037cc3c507761ea48a SHA1 4954f8d036386120cf6569f094889b81b3b0b949 SHA256 fcc47329549388db4b9b2da3c437eb409633b4b0350d03fd300942a48fd02c5c +MISC metadata.xml 164 RMD160 becfe652663bd65719dd11fa6ffb588b3d5b4ecc SHA1 f67b7ac1c5e6e65ef5a19a589d4759c84918f86c SHA256 7e8e8126bc8701c4a42c7dfed8bb755ac6040fe3d0e3f994d888f8b2b4fa7d8b diff --git a/virtual/postgresql-base/metadata.xml b/virtual/postgresql-base/metadata.xml new file mode 100644 index 0000000..d06e452 --- /dev/null +++ b/virtual/postgresql-base/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>postgresql</herd> +</pkgmetadata> diff --git a/virtual/postgresql-base/postgresql-base-7.3.ebuild b/virtual/postgresql-base/postgresql-base-7.3.ebuild new file mode 100644 index 0000000..8b1c36a --- /dev/null +++ b/virtual/postgresql-base/postgresql-base-7.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-libs/postgresql-libs-8.2.ebuild,v 1.1 2007/10/03 05:10:19 dev-zero Exp $ + +EAPI="1" + +DESCRIPTION="Virtual for PostgreSQL base (clients + libraries)" +HOMEPAGE="http://www.postgresql.org/" +SRC_URI="" + +LICENSE="as-is" +SLOT="${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="||(=dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT})" diff --git a/virtual/postgresql-base/postgresql-base-7.4.ebuild b/virtual/postgresql-base/postgresql-base-7.4.ebuild new file mode 100644 index 0000000..8b1c36a --- /dev/null +++ b/virtual/postgresql-base/postgresql-base-7.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-libs/postgresql-libs-8.2.ebuild,v 1.1 2007/10/03 05:10:19 dev-zero Exp $ + +EAPI="1" + +DESCRIPTION="Virtual for PostgreSQL base (clients + libraries)" +HOMEPAGE="http://www.postgresql.org/" +SRC_URI="" + +LICENSE="as-is" +SLOT="${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="||(=dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT})" diff --git a/virtual/postgresql-base/postgresql-base-8.0.ebuild b/virtual/postgresql-base/postgresql-base-8.0.ebuild new file mode 100644 index 0000000..8b1c36a --- /dev/null +++ b/virtual/postgresql-base/postgresql-base-8.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-libs/postgresql-libs-8.2.ebuild,v 1.1 2007/10/03 05:10:19 dev-zero Exp $ + +EAPI="1" + +DESCRIPTION="Virtual for PostgreSQL base (clients + libraries)" +HOMEPAGE="http://www.postgresql.org/" +SRC_URI="" + +LICENSE="as-is" +SLOT="${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="||(=dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT})" diff --git a/virtual/postgresql-base/postgresql-base-8.1.ebuild b/virtual/postgresql-base/postgresql-base-8.1.ebuild new file mode 100644 index 0000000..8b1c36a --- /dev/null +++ b/virtual/postgresql-base/postgresql-base-8.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-libs/postgresql-libs-8.2.ebuild,v 1.1 2007/10/03 05:10:19 dev-zero Exp $ + +EAPI="1" + +DESCRIPTION="Virtual for PostgreSQL base (clients + libraries)" +HOMEPAGE="http://www.postgresql.org/" +SRC_URI="" + +LICENSE="as-is" +SLOT="${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="||(=dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT})" diff --git a/virtual/postgresql-base/postgresql-base-8.2.ebuild b/virtual/postgresql-base/postgresql-base-8.2.ebuild new file mode 100644 index 0000000..8b1c36a --- /dev/null +++ b/virtual/postgresql-base/postgresql-base-8.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-libs/postgresql-libs-8.2.ebuild,v 1.1 2007/10/03 05:10:19 dev-zero Exp $ + +EAPI="1" + +DESCRIPTION="Virtual for PostgreSQL base (clients + libraries)" +HOMEPAGE="http://www.postgresql.org/" +SRC_URI="" + +LICENSE="as-is" +SLOT="${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="||(=dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT})" diff --git a/virtual/postgresql-base/postgresql-base-8.3.ebuild b/virtual/postgresql-base/postgresql-base-8.3.ebuild new file mode 100644 index 0000000..8b1c36a --- /dev/null +++ b/virtual/postgresql-base/postgresql-base-8.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-libs/postgresql-libs-8.2.ebuild,v 1.1 2007/10/03 05:10:19 dev-zero Exp $ + +EAPI="1" + +DESCRIPTION="Virtual for PostgreSQL base (clients + libraries)" +HOMEPAGE="http://www.postgresql.org/" +SRC_URI="" + +LICENSE="as-is" +SLOT="${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="||(=dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT})" |