summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove -* from flag list as being very dangerous. (Bug 722856)HEADmasterSven Eden2020-11-071-14/+1
* Mark package.use flags as local rather than global.ufed-0.96Ulrich Müller2020-05-021-1/+1
* Fix unescaped left brace warningDavid Seifert2019-04-071-1/+1
* Fix truncation of -* if set in make.conf.ufed-0.92Sven Eden2015-02-121-6/+8
* Portage.pm: Fixed a possible "Use of uninitialized value" if a read file is e...Sven Eden2015-02-111-4/+7
* Portage.pm : Enhanced eix detection code and added an optional debug message ...Sven Eden2014-11-101-3/+6
* Portage.pm : Added fix by Martin Väth from Bug 525876 to allow the reading o...Sven Eden2014-10-281-9/+17
* Portage.pm: Determining the make.profile is now secure of make.profile being ...Sven Eden2014-02-261-2/+7
* Portage.pm: /etc/portage/make.profile does no longer need to be a symlink and...Sven Eden2014-02-251-10/+16
* Portage.pm: Some comment cleanup and one minor bugfix.Sven Eden2014-02-251-70/+76
* Portage.pm : Just a minor addition to the debugging output after description ...Sven Eden2014-02-251-1/+1
* Portage.pm: Changed determination of PORTDIR and PORTDIR_OVERLAY to use eix i...Sven Eden2014-02-251-22/+63
* Extended the regular expressions used to parse found files followingSven Eden2013-11-251-4/+15
* ufed.pl/Portage.pm: Parsing error messages from eval are now chomp'edSven Eden2013-11-251-2/+2
* Added error messages and reporting of those if the file parsing failes.Sven Eden2013-11-251-6/+7
* Updated the fix for bug #478318 - It is more reliable now.Sven Eden2013-09-111-9/+12
* Portage.pm: Use portageq to determine not only EPREFIX, but PORTDIR and PORTD...Sven Eden2013-09-111-16/+30
* Portage.pm: Enhanced Stripping of descriptions to build the alternative variant.Sven Eden2013-09-101-1/+10
* Merge branch 'master' into altdesc to have recent development there as well.Sven Eden2013-09-101-4/+3
|\
| * Change the usage of Readonly (unneccessary dependency) to pragma constant (no...Sven Eden2013-09-101-4/+3
* | Portage.pm: Added an alternative description with stripped "<include|enable|a...Sven Eden2013-09-101-0/+8
|/
* Portage.pm: When scanning a make.conf directory, only skip files beginning wi...Sven Eden2013-09-101-2/+3
* The warning issued when make.conf is not writable is now prefixed with a "WAR...Sven Eden2013-09-091-2/+2
* If the determined make.conf is not writable by the effective uid/gid, a warni...Sven Eden2013-09-091-4/+19
* Changed the search for files if make.conf is a directory to be done by a recu...ufed-0.90Sven Eden2013-07-221-8/+55
* Changed file search in make.conf directory parsing to be case insensitive.Sven Eden2013-07-221-1/+1
* Added parsing of files in a possible make.conf directory, skipping backup and...Sven Eden2013-07-221-7/+68
* Safe USE_EXPAND_HIDDEN separaterly and merge them into USE_EXPAND if the form...Sven Eden2013-04-081-0/+17
* Fixed an issue with auto-hash not working on perl < 5.16Sven Eden2013-02-191-14/+13
* Make more use of the USE_ORDER content from make.globals. It now allows to ha...Sven Eden2013-02-151-44/+74
* Added a new function to Portage.pm that takes care that a) all flags that hav...Sven Eden2013-02-141-24/+74
* Remove flags build from USE_EXPAND and USE_EXPAND_HIDDEN values. These can no...Sven Eden2013-02-121-1/+50
* Allow information on specific versioning of packages for masked/forced flags ...Sven Eden2013-02-111-6/+26
* Added local "default" settings from IUSE to output stringSven Eden2013-02-111-1/+0
* Added local flags "default" setting from IUSE to . Changed the detection of "...Sven Eden2013-02-111-7/+12
* It is no longer needed to have an existing {global} part for temp use flags.Sven Eden2013-02-111-3/+2
* Added new pkguse field to generation and removed obsolete and superfluous ad...Sven Eden2013-02-111-2/+1
* Removed "affected" list, it is not used, the problem is solved in a different...Sven Eden2013-02-111-2/+0
* Added new pkguse field to global hash and to output string.Sven Eden2013-02-111-2/+3
* Added ~ to package.use filter.Sven Eden2013-02-111-1/+1
* Add "affected" packages (local flags without own descriptions but different s...Sven Eden2013-02-091-20/+17
* Save information of /etc/portage/package.use in a new hash area "pkguse". It ...Sven Eden2013-02-091-6/+8
* Updated some information and changed IUSE usage to manipulate "default" value...Sven Eden2013-02-091-25/+10
* Fixed a bug that made ufed forget about /etc/portage/package.use if a package...Sven Eden2013-02-051-9/+6
* removed the parsing of PKGUSE, as it is irrelevant which use flags _were_ ena...Sven Eden2013-02-021-15/+15
* Moved EPREFIX back to _EPRIX and eventually implemented the parsing of packag...Sven Eden2013-02-021-52/+56
* Removed the double reading of make.defaults and make.confSven Eden2013-02-021-2/+0
* Fixed the (deprecated) usage of ::eprefix - it is now ::EPREFIX.Sven Eden2013-02-011-20/+20
* Fixed a bug that caused ufed to "forget" all enabled flags from make.conf if ...Sven Eden2013-02-011-4/+4
* Removed internal (and possibly dangerous) use flags from the list of flags th...Sven Eden2013-02-011-5/+7