You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
josch 70659ae66b allow mapping of debian/gentoo packages to multiple gentoo/debian packages 12 years ago
portage@9d84d008d1 add portage submodule 12 years ago
.gitmodules add portage submodule 12 years ago
BUGS allow mapping of debian/gentoo packages to multiple gentoo/debian packages 12 years ago
README restructure and integrate code 12 years ago
deb2gen_mapping.list add more deb2gen mappings 12 years ago
deb_source_pkgs.list sort deb_source_pkgs.list 12 years ago
find_reduced.py allow mapping of debian/gentoo packages to multiple gentoo/debian packages 12 years ago
update-portdir.sh initial commit 12 years ago

README

Start with checking out portage as a git submodule

$ git submodule update --init

Then update your ./portdir with

$ ./update-portdir.sh

At this point, you can already run the following script to get the list of
Debian source packages that can be mapped to Gentoo packages and also have
build dependencies that can be dropped in Gentoo:

$ ./find_reduced.py

It will print:
  - a list of Debian source packages with dependencies that can be dropped
  - a list of Debian packages that cannot be mapped to Gentoo packages
  - a list of Gentoo packages that cannot be mapped to Debian packages

Overview:

portage               - portage sourcecode
                          * retrieved as a git submodule
portdir               - database of ebuild files
                          * retrieved by ./update-portdir.sh
deb_source_pkgs.list  - list of interesting Debian source packages
deb2gen_mapping.list  - mapping of Debian source packages to Gentoo packages