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 <gentoo-dev+bounces-45277-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QA3Qk-0001KX-U8
	for garchives@archives.gentoo.org; Wed, 13 Apr 2011 17:00:39 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 655971C0F3;
	Wed, 13 Apr 2011 17:00:10 +0000 (UTC)
Received: from mail-ew0-f53.google.com (mail-ew0-f53.google.com [209.85.215.53])
	by pigeon.gentoo.org (Postfix) with ESMTP id 049B11C0F1
	for <gentoo-dev@lists.gentoo.org>; Wed, 13 Apr 2011 16:58:52 +0000 (UTC)
Received: by ewy8 with SMTP id 8so272128ewy.40
        for <gentoo-dev@lists.gentoo.org>; Wed, 13 Apr 2011 09:58:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:in-reply-to:references:date
         :message-id:subject:from:to:cc:content-type;
        bh=of82T/sOHPuXrPi6uGk2YHpkS+AbfDcuhewiErwaAWY=;
        b=EuAHAF3DQU+8JNScgTL3YJvWmd+Qj0Uv99H7hbZJha5fElc4Mem6TLTl5UqHbUVGfj
         FtnytMeup5H/uz/MY3DhLgAGNOtpH3rbJ/Iu1xe+G53NSDxTcwb90inJMeKbVMXa9wwO
         5C6rcDkzmVjWI0kz98jOoXEevEMZCAPfTax0Y=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :cc:content-type;
        b=anUtgu5YYpLMXDMyAkH1XV5u3UMpmOvlvYtq0UzjrEQp8BP+E24diuAx+U/XH5cCv6
         nTMdMfS1Uxyenlq3zzzjPNkEfz/oxezw5XiN5cUkbSzlhsgd9MmbIhUjbGZS3p+gmRws
         Va0nj184QCRC5CbIS75tfK0q7qx/QjbctPhoA=
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.14.53.65 with SMTP id f41mr3224852eec.26.1302713931740; Wed,
 13 Apr 2011 09:58:51 -0700 (PDT)
Received: by 10.14.119.7 with HTTP; Wed, 13 Apr 2011 09:58:51 -0700 (PDT)
In-Reply-To: <BANLkTinxfjNVSbwWGbOs4ZB0jhw7WPa0nQ@mail.gmail.com>
References: <AANLkTi=LEe+FziC=ong=wym3qi4v9pxxdpEK5wTEz6Dd@mail.gmail.com>
	<BANLkTi=X+waz+jqpNOm2HgUnEQ+9v2erQA@mail.gmail.com>
	<1302425002.25427.7.camel@graaff.xs4all.nl>
	<BANLkTimfLTcAZBoEyYcXwBkJpZiH_3eiMA@mail.gmail.com>
	<BANLkTinxfjNVSbwWGbOs4ZB0jhw7WPa0nQ@mail.gmail.com>
Date: Wed, 13 Apr 2011 16:58:51 +0000
Message-ID: <BANLkTimDGS4NewLSxr9DHA41qu5+a2JRJg@mail.gmail.com>
Subject: Re: [gentoo-dev] Re: euscan proof of concept (like debian's uscan)
From: Corentin Chary <corentin.chary@gmail.com>
To: gentoo-dev@lists.gentoo.org
Cc: Matthew Summers <quantumsummers@gentoo.org>
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: 
X-Archives-Hash: ad541cbf2fc8c344c03b7e4d21fc62f3

> Hi Corentin,
>
> Do you have a public repo for your django code/site available? I would
> really enjoy taking a look at what you have here, sounds cool.
>
> Thanks,
> Matt

Hi,
Yes, my git repo is here: http://git.iksaif.net/?p=euscan.git;a=summary
Current dependencies are: eix-0.22.5, gentoolkit-0.3.0 and portage of course.

I didn't took the time to write any kind of documentation, but here is
what you'll find in the repo:
- euscan standalone utility
- euscanwww

Currently euscanwww only have basic templates, models and view. But
you can alreay run these commands to fill the database:

$ emerge --sync
$ eix-update
$ python manage.py scan-portage --all
$ python manage.py scan-metadata --all

I'll implement scan-upstream soon.

The old index.php is still available in earlier revisions.

-- 
Corentin Chary
http://xf.iksaif.net