diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-12 17:00:21 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-12 17:00:21 +0000 |
commit | 54a6de7085a911691c6c2ef6ff0aa63a948ea538 (patch) | |
tree | 7458f663d484a756a9987bc2099879f183a325e4 /virtual | |
parent | Use gentoo mirrors (diff) | |
download | gentoo-2-54a6de7085a911691c6c2ef6ff0aa63a948ea538.tar.gz gentoo-2-54a6de7085a911691c6c2ef6ff0aa63a948ea538.tar.bz2 gentoo-2-54a6de7085a911691c6c2ef6ff0aa63a948ea538.zip |
Remove 7.3 virtual
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/postgresql-base/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/postgresql-base/postgresql-base-7.3.ebuild | 16 |
2 files changed, 5 insertions, 17 deletions
diff --git a/virtual/postgresql-base/ChangeLog b/virtual/postgresql-base/ChangeLog index 64fc4cb58497..25aed12e5589 100644 --- a/virtual/postgresql-base/ChangeLog +++ b/virtual/postgresql-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/postgresql-base # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.26 2010/04/25 20:06:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.27 2010/06/12 17:00:21 patrick Exp $ + + 12 Jun 2010; Patrick Lauer <patrick@gentoo.org> + -postgresql-base-7.3.ebuild: + Remove 7.3 virtual 25 Apr 2010; Raúl Porcel <armin76@gentoo.org> postgresql-base-8.2.ebuild, postgresql-base-8.3.ebuild, postgresql-base-8.4.ebuild: diff --git a/virtual/postgresql-base/postgresql-base-7.3.ebuild b/virtual/postgresql-base/postgresql-base-7.3.ebuild deleted file mode 100644 index e1e2266b761a..000000000000 --- a/virtual/postgresql-base/postgresql-base-7.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-7.3.ebuild,v 1.3 2010/01/11 11:16:48 ulm Exp $ - -EAPI="1" - -DESCRIPTION="Virtual for PostgreSQL base (clients + libraries)" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="${PV}" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" -IUSE="" - -RDEPEND="|| ( =dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT} )" |