From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30])
	by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j51JDaPG031520
	for <gentoo-dev@lists.gentoo.org>; Wed, 1 Jun 2005 19:13:36 GMT
Received: from [64.233.182.194] (helo=nproxy.gmail.com)
	by smtp.gentoo.org with esmtp (Exim 4.43)
	id 1DdYeu-0004yK-94
	for gentoo-dev@lists.gentoo.org; Wed, 01 Jun 2005 19:13:44 +0000
Received: by nproxy.gmail.com with SMTP id c2so104586nfe
        for <gentoo-dev@gentoo.org>; Wed, 01 Jun 2005 12:13:44 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        b=GbpUSEYQMYo4yizSHFnm2pndMM8J9XZXgKQVpI8AxJcvbqNNgLA6+spP+N3zk+Roq8Bv4CmLpCZLG6vokV45d38KIzr8SxH0QY6kPa46hC/jm2ofzVBxRKFOpo5bKgD1p0z1lsTYP7ghKnH1HDOzkz2M7oT+J1yanmB/zR5nofo=
Received: by 10.48.244.3 with SMTP id r3mr67454nfh;
        Wed, 01 Jun 2005 12:13:44 -0700 (PDT)
Received: by 10.48.143.15 with HTTP; Wed, 1 Jun 2005 12:13:44 -0700 (PDT)
Message-ID: <ba583fdd05060112135019f7a9@mail.gmail.com>
Date: Wed, 1 Jun 2005 21:13:44 +0200
From: =?ISO-8859-1?Q?Timo_Horstsch=E4fer?= <timo.horstschaefer@gmail.com>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] cvs-ebuilds
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j51JDaPG031520
X-Archives-Salt: abdea0f3-81e5-41a9-8f2a-576bacd98f04
X-Archives-Hash: f7fd5fffa0f94c4a2dca18b6ceb3bd2e

A few day ago i thought about ebuilds without a version number.
The thing is to fetch all files via cvs and then do the things you do
with a normal ebuild.

After fetching the files all the content will be packed into a bz2
archive and saved in /usr/portage/distfiles/
i.e. if i emerge again the stored bz2archive will be extracted and
synced with cvs again.
So i can always can get the newest version without waiting for an ebuild.

Of course those packages are marked ~* anytime and nobody can promise,
the compiling won't fail.

Another feature could be to save the bz2 archive with the date of
fetching in its name.
Then i could use an old archive if there is i great bug in the newest files.

I want to read some opinions about this, it's just an idea.

-- 
gentoo-dev@gentoo.org mailing list