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 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 ; Wed, 13 Apr 2011 16:58:52 +0000 (UTC) Received: by ewy8 with SMTP id 8so272128ewy.40 for ; 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: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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: References: <1302425002.25427.7.camel@graaff.xs4all.nl> Date: Wed, 13 Apr 2011 16:58:51 +0000 Message-ID: Subject: Re: [gentoo-dev] Re: euscan proof of concept (like debian's uscan) From: Corentin Chary To: gentoo-dev@lists.gentoo.org Cc: Matthew Summers 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