summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix the path printed to doc/portage-multilib-instructions and refer to ↵Nathan Phillip Brink2012-08-221-2/+2
| | | | profile setup more clearly as /etc/make.profile.
* Update bin/add_multilib_abi to fix the environment.bz2 files in /var/db/pkg ↵Nathan Phillip Brink2011-06-062-11/+82
| | | | | | | | | | instead of just the db keys. When editing the USE and IUSE db keys but not changing the variables in environment.bz2, packages installed with an old portage-multilib installation, the eclass implementation, or by vanilla portage the environment file would be inconsistent with what portage sees. This means that when multilib-portage tries to uninstall a package, the pkg_postrm() stage would always die() with the message ``Could not determine or profile ABIs''. This new script updates the bzip2-ed environment file's USE and IUSE environment variables properly and fixes this problem. http://forums.gentoo.org/viewtopic-p-6710761.html#6710761 Signed-off-by: Thomas Sachau <tommy@gentoo.org>
* Fix typo in addition scriptThomas Sachau2010-08-251-1/+1
|
* Update scriptsThomas Sachau2010-08-255-20/+56
|
* CleanupThomas Sachau2009-08-115-97/+0
|
* Also add a removal flag for IUSE=lib32Thomas Sachau2009-07-171-0/+15
|
* Add script to change lib32 useflag in db (avoids recompiling everything)Thomas Sachau2009-06-291-0/+5
|
* updated bin/make_multilibFlorian Fischer2009-06-211-1/+1
|
* updated bin/add_to_overlayFlorian Fischer2009-06-211-4/+10
|
* added the abi-wrapper and its neccessary changesFlorian Fischer2009-06-201-0/+34
|
* speed up bin/show_outdated_ebuildsFlorian Fischer2009-06-011-1/+2
|
* added a ignore list to bin/show_outdated_ebuildsFlorian Fischer2009-05-311-2/+13
|
* added script to show outdatet ebuildFlorian Fischer2009-05-311-0/+21
| | | | | | | | | | | | | you have to run this script in the root of the overlay with $ ./bin/show_outdated_ebuilds you search for packages that are in the overlay but not in /usr/portage with $ ./bin/show_outdated_ebuilds /path_to_some_other_overlay you search for packages that are not in /path_to_some_other_overlay TODO: add a ignore list for this script
* rename multilib-xlibs.eclass to multilib-native.eclassThomas Kuther2009-03-251-2/+2
|
* only copy newer filesFlorian Fischer2009-03-191-1/+1
|
* update to doc/PACKAGES.baselibs.done. set u+x bin/*Alexander Huemer2009-03-162-0/+0
|
* and another fix :-/Florian Fischer2009-03-151-1/+1
|
* moved manifesting into make_multilibFlorian Fischer2009-03-152-2/+1
|
* added some helper scripts in binFlorian Fischer2009-03-152-0/+25