summaryrefslogtreecommitdiff
path: root/portato/backend/package.py (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-15Add a __str__ method to backend.PackageRené 'Necoro' Neumann1-0/+5
2008-09-15Documentation updateRené 'Necoro' Neumann1-6/+49
2008-09-15New dependency handling. Should fix some bugs.René 'Necoro' Neumann3-136/+88
2008-09-12Fixed block checkRené 'Necoro' Neumann1-1/+1
2008-09-12Fixed portage-2.1.4.4 bug with setsRené 'Necoro' Neumann1-5/+5
2008-09-02Removed ConfigParser.set_boolean and use normal ConfigParser.set insteadRené 'Necoro' Neumann2-39/+14
2008-09-02Fix modeline in configRené 'Necoro' Neumann1-1/+1
2008-09-02Switch from tabs to 4 spacesRené 'Necoro' Neumann48-7854/+7854
2008-07-28Remove obscure old shell scriptRené 'Necoro' Neumann1-4/+0
2008-07-28Preparing 0.11René 'Necoro' Neumann5-132/+121
2008-07-28Disable '--oneshot' button if senselessRené 'Necoro' Neumann3-98/+103
2008-07-28Added one level of indirection to find wrong calls of 'get_widget'René 'Necoro' Neumann1-1/+20
2008-07-28Removed obsolete queuePopupRené 'Necoro' Neumann2-117/+97
2008-07-28New --oneshot-cb worksRené 'Necoro' Neumann2-100/+106
2008-07-28First support for the new emerge optionsRené 'Necoro' Neumann3-113/+148
2008-07-28Some changelog workRené 'Necoro' Neumann1-2/+2
2008-07-28Removed pausing iconsRené 'Necoro' Neumann2-171/+0
2008-07-28Add scrollbacklines to configRené 'Necoro' Neumann2-1/+6
2008-07-28Some German translation stuffRené 'Necoro' Neumann2-166/+168
2008-07-27Dependencies for the call graph should not be hardRené 'Necoro' Neumann1-1/+2
2008-07-27Make the updater parallel merge awareRené 'Necoro' Neumann1-7/+16
2008-07-27portage.Set.getAtoms() does not return strings...René 'Necoro' Neumann1-1/+2
2008-07-27Fixed bug in update_worldRené 'Necoro' Neumann1-1/+1
2008-07-27Updated polish translationTomasz Osiński1-434/+537
2008-07-25Fixing subprocess/listener handlingRené 'Necoro' Neumann3-25/+40
2008-07-20Added "$(version)" for the config file naming.René 'Necoro' Neumann3-99/+105
2008-07-20Fixed file naming if portage-configs are directoriesRené 'Necoro' Neumann1-2/+2
2008-07-16Fixed the update_world with sets for <portage-2.2René 'Necoro' Neumann2-6/+7
2008-07-16Abort the main process if child dies.René 'Necoro' Neumann2-1/+12
2008-07-12Make portage cleanup old porttree instanceRené 'Necoro' Neumann1-1/+2
2008-07-11Updated catalan translationRoger Calvó1-422/+550
2008-07-11Updated turkish translationGürkan Gür1-411/+523
2008-07-10Make mailwindow modalRené 'Necoro' Neumann1-50/+52
2008-07-10Fixes bug on <portage-2.2 in preferencesRené 'Necoro' Neumann1-1/+2
2008-07-10Make the queue's update_world set-sensitive tooRené 'Necoro' Neumann3-6/+11
2008-07-10Updated translationRené 'Necoro' Neumann4-83/+88
2008-07-10Moved color info to configRené 'Necoro' Neumann4-5/+22
2008-07-10Add tooltip to revert btnRené 'Necoro' Neumann2-140/+145
2008-07-09Update changelogRené 'Necoro' Neumann1-0/+2
2008-07-09Updated translationsRené 'Necoro' Neumann3-1009/+1026
2008-07-09Added package sets of portage-2.2René 'Necoro' Neumann2-0/+35
2008-07-09Introduced Sets for findingRené 'Necoro' Neumann2-95/+145
2008-07-09Renamed generic package setsRené 'Necoro' Neumann6-21/+26
2008-07-09Make update_world set compatibleRené 'Necoro' Neumann4-9/+22
2008-07-09Added set selection in preferencesRené 'Necoro' Neumann3-3/+83
2008-07-09Fixed update world/get_new_packagesRené 'Necoro' Neumann1-12/+16
2008-07-08Updated German translationRené 'Necoro' Neumann2-46/+58
2008-07-08Updated German translationRené 'Necoro' Neumann2-1013/+994
2008-07-08Removed the USE_CATAPULT stuffRené 'Necoro' Neumann3-13/+6
2008-07-08Removed catapultRené 'Necoro' Neumann3-427/+0
td>1-7/+8 Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-04-17mv: Add pass mv/rename supportJason A. Donenfeld5-3/+78 Based-on-work-by: Matthieu Weber <mweber@free.fr> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-04-17revelation2pass: add plain XML importJavali1-11/+15 I found that revelatio2pass.py script doesn't work. It can not decrypt my password file. I got following error message: raceback (most recent call last): File "git/password-store/contrib/importers/revelation2pass.py", line 159, in <module> main(args.FILE, verbose=args.verbose, xml=args.xml) File "git/password-store/contrib/importers/revelation2pass.py", line 140, in main cleardata_gz = decrypt_gz(password, data) File "git/password-store/contrib/importers/revelation2pass.py", line 117, in decrypt_gz ct = c.decrypt(cipher_text[28:]) File "/usr/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py", line 295, in decrypt return self._cipher.decrypt(ciphertext) I was unable to fix the problem, but I created a workaround, that add plain XML import option to the revelation2pass.py script. Revelation can export its password file as plain XML format. 2014-04-17platform: add cygwin supportJason A. Donenfeld2-1/+17 According to Brandon Jones, all we need to do is adjust /dev/clipboard from xclip. So we add a platform specific file to do so. http://www.relaytheurgency.com/2014/04/pass-in-cygwin-relatively-simple.html Suggested-by: Brandon Jones <jones.brandon.lee@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>