summaryrefslogtreecommitdiff
path: root/portato/backend/package.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do something useful if an assertionerror is thrown during dep-resolutionRené 'Necoro' Neumann2008-04-091-4/+4
* Use exception names provided by catapultRené 'Necoro' Neumann2008-04-011-1/+0
* Fixes issue #13.René 'Necoro' Neumann2008-03-291-0/+4
* Allowed AllOf-deps inside orRené 'Necoro' Neumann2008-03-271-2/+3
* Moved get_dependencies to top package classRené 'Necoro' Neumann2008-03-121-10/+39
* Updated catapult stuffRené 'Necoro' Neumann2008-03-111-27/+20
* Registered "get_dependencies" in the abstract Package.René 'Necoro' Neumann2008-03-041-0/+11
* r716@Devoty: necoro | 2008-01-25 00:35:00 +0100Necoro2008-01-241-20/+6
* r680@Devoty: necoro | 2008-01-20 02:53:30 +0100Necoro2008-01-201-5/+13
* (no commit message)Necoro2008-01-141-0/+9
* r603@Devoty: necoro | 2008-01-14 11:30:26 +0100Necoro2008-01-141-2/+4
* r598@Devoty: necoro | 2008-01-10 16:36:29 +0100Necoro2008-01-111-1/+3
* Change to absolute_imports; Warning: definitly brokennecoro2007-08-271-3/+4
* improved update-world; now showing differences between installed and set use-...necoro2007-08-161-36/+13
* add splash screennecoro2007-08-101-1/+1
* Some interface changesnecoro2007-05-311-4/+17
* added the display of the masking reasonnecoro2007-05-141-0/+6
* now showing the overlaynecoro2007-05-121-0/+6
* Improved masking display and made most of the Qt-Frontend worknecoro2007-04-131-0/+8
* showed masked packages unmasked by the user similar to stable marked testing ...necoro2007-04-041-1/+3
* Added USE_EXPAND-supportnecoro2007-03-101-0/+21
* Renamed package.get_env_var to package.get_package_settingsnecoro2007-02-201-17/+55
* (As Revision 190): support for different backendsnecoro2007-02-191-0/+296
* Back to our own revision solution as the eclass-one checks _before_ updatingnecoro2007-02-191-447/+0
* Use icon instead of the asterisknecoro2007-02-161-5/+5
* Build new ebuild-windownecoro2007-02-111-1/+1
* Added method which checks, whether a use flag is enablednecoro2007-02-111-0/+22
* fixed some bugs pyChecker foundnecoro2007-01-311-1/+2
* Small enhancementsnecoro2007-01-241-2/+6
* Updatesnecoro2007-01-111-5/+9
* Fixed typo in dependency-calculationnecoro2007-01-081-1/+1
* enhancement for the settings-handling (better reloading-support, moving into ...necoro2006-12-291-46/+39
* used sets for flags; make newuse work completlynecoro2006-12-101-8/+9
* made slots work for update_worldnecoro2006-12-101-22/+19
* added handling of masked packages during an update-world; small changes in ge...necoro2006-12-061-13/+12
* removed gentoolkit-dependencynecoro2006-12-021-6/+108
* Added portage.db wherever it wants tree ... not the final solution, but it do...necoro2006-11-291-1/+1
* Renamed to portatonecoro2006-11-241-0/+324
Per contract, the returned number of bytes written should be the number of bytes _from the input_. Therefore, the added bytes (`\r` or `\n`) shall not count into that number. 2021-02-16Issue #46: Move and rename writer; add commentsRené 'Necoro' Neumann3-12/+21 2021-02-15Issue #46: Improvements; add testsRené 'Necoro' Neumann2-1/+48 2021-02-15Bump github.com/google/uuid from 1.1.4 to 1.2.0dependabot[bot]2-3/+3 Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.4 to 1.2.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.4...v1.2.0) Signed-off-by: dependabot[bot] <support@github.com> 2021-02-15Issue #46: Make the resulting email body not to include single \r or \n. ↵René 'Necoro' Neumann2-2/+66 This now pleases Cyrus IMAP. 2021-01-20Bump github.com/PuerkitoBio/goquery from 1.6.0 to 1.6.1dependabot[bot]2-3/+3 Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.6.0...v1.6.1) Signed-off-by: dependabot[bot] <support@github.com> 2021-01-09Bump github.com/google/uuid from 1.1.2 to 1.1.4dependabot[bot]2-3/+3 Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.2 to 1.1.4. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.2...v1.1.4) Signed-off-by: dependabot[bot] <support@github.com> 2021-01-09Bump github.com/emersion/go-message from 0.14.0 to 0.14.1 (#42)dependabot[bot]2-3/+3 Bumps [github.com/emersion/go-message](https://github.com/emersion/go-message) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/emersion/go-message/releases) - [Commits](https://github.com/emersion/go-message/compare/v0.14.0...v0.14.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2020-11-28Bump github.com/emersion/go-message from 0.13.0 to 0.14.0 (#38)dependabot[bot]2-3/+9 Bumps [github.com/emersion/go-message](https://github.com/emersion/go-message) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/emersion/go-message/releases) - [Commits](https://github.com/emersion/go-message/compare/v0.13.0...v0.14.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2020-11-28Bump github.com/google/go-cmp from 0.5.2 to 0.5.4 (#37)dependabot[bot]2-3/+3 Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.2 to 0.5.4. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.2...v0.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2020-11-23Fix release.ymlv0.5.2René 'Necoro' Neumann1-3/+10 2020-11-23Prepare v0.5.2René 'Necoro' Neumann3-3/+8 2020-11-20Bump github.com/gabriel-vasile/mimetype from 1.1.1 to 1.1.2dependabot[bot]2-3/+3 Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Changelog](https://github.com/gabriel-vasile/mimetype/blob/master/CHANGELOG.md) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.1.1...v1.1.2) Signed-off-by: dependabot[bot] <support@github.com> 2020-11-04Clean dependabot.ymlRené 'Necoro' Neumann1-4/+0