From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QAL5y-0005PP-EW for garchives@archives.gentoo.org; Thu, 14 Apr 2011 11:52:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 919CF1C0B6; Thu, 14 Apr 2011 11:52:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 62DC01C0B6 for ; Thu, 14 Apr 2011 11:52:14 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E34A51B4168 for ; Thu, 14 Apr 2011 11:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C5DCD80072 for ; Thu, 14 Apr 2011 11:52:12 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <9cd9a356832fdcb61f7ca1cedd9cedfbe9ef0911.titanofold@gentoo> Subject: [gentoo-commits] proj/pgsql-patches:eselect commit in: / X-VCS-Repository: proj/pgsql-patches X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 9cd9a356832fdcb61f7ca1cedd9cedfbe9ef0911 Date: Thu, 14 Apr 2011 11:52:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 29ac24f6311459b80256a899914e422c commit: 9cd9a356832fdcb61f7ca1cedd9cedfbe9ef0911 Author: Aaron W. Swenson gentoo org> AuthorDate: Sun Apr 3 16:08:18 2011 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Sun Apr 3 16:08:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pgsql-patches= .git;a=3Dcommit;h=3D9cd9a356 Specific to the module. --- README | 28 ++++++++++++---------------- 1 files changed, 12 insertions(+), 16 deletions(-) diff --git a/README b/README index 91a55f0..2966651 100644 --- a/README +++ b/README @@ -1,22 +1,18 @@ -This repository is split into three primary branches. +Eselect Module +------------------------------------------------------------------------= -------- +The 'eselect' branch contains the actual script for library and binary +management. =20 -Patches -------------------------------------------------------------------------= ------- -The 'patches' branch is further split to match the major versions -versions (a.k.a., slots). Pay attention to the tags as the signify the h= ighest -version they work with. =20 -Those files are then manually rolled into a tarball and hosted at -'http://d.g.o/~titanofold/'. +Tags are in the format: eselect-vx.x.x =20 +Version numbers are rather arbitrary, but should follow each being a sin= gle +digit, except the major number which can stretch to infinity. =20 -Init Scripts -------------------------------------------------------------------------= ------- -The 'initscripts' branch contains the initscripts. These scripts have be= en -written to condense the number of files that are necessary for maintenan= ce. + 1.2.3 -> 1.2.4 -> ... -> 10.2.9 -> 10.3.0 =20 +Releases are manually tarballed as: =20 -Eselect Module -------------------------------------------------------------------------= ------- -The 'eselect' branch contains the actual script for library and binary -management. + tar cjf eselect-postgresql-x.x.x.tbz2 + +And uploaded to d.g.o:public_html. This location may change.