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 1MN2oK-0002cH-9l for garchives@archives.gentoo.org; Sat, 04 Jul 2009 10:49:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C23DE02C8; Sat, 4 Jul 2009 10:49:34 +0000 (UTC) Received: from mail-px0-f202.google.com (mail-px0-f202.google.com [209.85.216.202]) by pigeon.gentoo.org (Postfix) with ESMTP id 38ABDE02C8 for ; Sat, 4 Jul 2009 10:49:34 +0000 (UTC) Received: by pxi40 with SMTP id 40so4130318pxi.32 for ; Sat, 04 Jul 2009 03:49:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=9Q7fNWSHizXNT6Wrzeep0ISimOYfOB2OwkrYdbTuTOo=; b=vFiHAO1lpctRxY3ybtd9AmomVcip0TSRnBo8xyH4JifdPS22tKrN1U7Q2JKeQs09ns OTBgqVWt+Prlp5jz0O6RgLPPlyFqV0Y6F4s0tzkCjQ/whyq4bek8aRlyc3HLQm3fcw0L NSr/QI8ox4pESuHxNN5KxNAG1lmy+eceDQxJ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=G9AUukUsXEq1FSTzDsV4+Sxa2La+priXsO7s8sOpqdAAadGBirVLdCyKVXNBjHoys8 n42gGM6pWseb3EAAMvDugE2Y+bsyPKXCrVGuLihM9Lf1Zp58c03LZGZ6ericSWBHNYaD F1ck9tnVCz+EE7+GJm8lIBNhIVzGyniwsEU+4= 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 Sender: nirbheek.chauhan@gmail.com Received: by 10.114.193.1 with SMTP id q1mr3683597waf.42.1246704573685; Sat, 04 Jul 2009 03:49:33 -0700 (PDT) In-Reply-To: <200907040035.58875.steve@st4vs.net> References: <4A36B468.7090707@gentoo.org> <4A36B949.3050400@gentoo.org> <200907040035.58875.steve@st4vs.net> Date: Sat, 4 Jul 2009 16:19:33 +0530 X-Google-Sender-Auth: a94756071ab235a5 Message-ID: <8b4c83ad0907040349s581be124hed0a01ea79942263@mail.gmail.com> Subject: Re: [gentoo-dev] [gsoc-status] portage backend for PackageKit From: Nirbheek Chauhan To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e5889829-1078-41c0-af71-f477dba03df9 X-Archives-Hash: 7c31171cddb7997c562c649c9d44ff23 On Sat, Jul 4, 2009 at 5:05 AM, Steve Dommett wrote: > I'm no Python programmer, =C2=A0and I haven't even read the code involved= , =C2=A0but in > the interests of minimising duplication of effort, =C2=A0I thought you'd = be > interested to know that Sabayon, =C2=A0a Gentoo based binary distro, =C2= =A0look like > they may be one step ahead of you on this one: > http://gitweb.sabayon.org/?p=3Dplayground/packagekit-entropy.git;a=3Dsumm= ary > It's a stub import (no real code). And the git import is also done incorrectly, he's imported .libs/ and .deps/ which are build-time files. So, I'd say he looked at *this* project and decided to try writing a backend for Entropy as well. --=20 ~Nirbheek Chauhan