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 6ad3944d4d update for most recent portage 10 years ago
portage@3f110090e5 update for most recent portage 10 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 update for most recent portage 10 years ago
deb_source_pkgs.list update for most recent portage 10 years ago
find_reduced.py update for most recent portage 10 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