Re: [gentoo-portage-dev] [PATCH v2] Install Portage using setup.py

2014-08-29 Thread Brian Dolbec
On Sat, 23 Aug 2014 22:30:56 +0200 Michał Górny mgo...@gentoo.org wrote: --- .gitignore | 1 + MANIFEST.in | 19 ++ Makefile | 215 --- doc/Makefile | 11 - mkrelease.sh | 141 - pym/portage/const.py | 4 +-

Re: [gentoo-portage-dev] [PATCH v2] Install Portage using setup.py

2014-08-29 Thread Brian Dolbec
On Fri, 29 Aug 2014 10:08:04 -0700 Brian Dolbec dol...@gentoo.org wrote: I have changed the version to and rebased your new-install branch on currrent master, and pushed it to my github account. https://github.com/dol-sen/portage I also am attaching the ebuilds I edited slightly

[gentoo-portage-dev] [PATCH v2] Install Portage using setup.py

2014-08-23 Thread Michał Górny
--- .gitignore | 1 + MANIFEST.in | 19 ++ Makefile | 215 --- doc/Makefile | 11 - mkrelease.sh | 141 - pym/portage/const.py | 4 +- setup.py | 578 +++ 7

Re: [gentoo-portage-dev] [PATCH v2] Install Portage using setup.py

2014-08-23 Thread Brian Dolbec
On Sat, 23 Aug 2014 22:30:56 +0200 Michał Górny mgo...@gentoo.org wrote: What about adding to the commit message that v2 also includes setup.py sdist capability? diff --git a/mkrelease.sh b/mkrelease.sh deleted file mode 100755 index f9f7564..000 --- a/mkrelease.sh +++ /dev/null @@