Commit Graph

6008 Commits

Author SHA1 Message Date
Fabio Erculiani d74381b7b9 [entropy.spm] PortagePlugin: keep original slot information when overwriting it with tag, this improves Portage support 2010-03-30 14:49:15 +02:00
Fabio Erculiani da336b0533 [entropy.spm] PortagePlugin: add missing entropy.output.TextInterface attributes setup 2010-03-30 14:28:32 +02:00
Fabio Erculiani a17aa4830f [entropy.tools] add is_valid_package_tag function 2010-03-30 14:27:53 +02:00
Fabio Erculiani 622c534350 [entropy.tools] make dep_get_match_in_repos() working with weird dep strings (containing @ in use deps) 2010-03-29 22:07:58 +02:00
Fabio Erculiani fc6f8ee2bd [todo] update TODO 2010-03-29 18:22:17 +02:00
Fabio Erculiani 21faf38121 [entropy.db/entropy.spm] complete per-package mimetype support
Per package file association info are now stored inside the
repository database. This allows for instance, to query a
mimetype and get a list of applications able to handle it, or
to get a list of mimetypes a package is aware of.
2010-03-29 18:16:01 +02:00
Fabio Erculiani dd330af3da [entropy.db] EntropyRepository: add SQL index for packagedesktopmime table 2010-03-29 17:33:36 +02:00
Fabio Erculiani 528f159d6a [todo] update TODO 2010-03-29 17:33:01 +02:00
Fabio Erculiani 49bcec9476 [po] update translations 2010-03-29 15:37:00 +02:00
Fabio Erculiani af792fcc1f [todo] update TODO 2010-03-29 15:36:39 +02:00
Fabio Erculiani 2f6b40eab7 [entropy.db/entropy.spm] implement per-package file association metadata collection/handling 2010-03-29 15:36:03 +02:00
Fabio Erculiani f321ecb4c6 [entropy.spm] PortagePlugin: fix os.path.join call in _extract_pkg_metadata_provided_libs 2010-03-29 13:59:36 +02:00
Fabio Erculiani 520e522c3c [todo] update TODO 2010-03-28 22:53:00 +02:00
Fabio Erculiani 9b25177b22 [tests] db: fix EntropyCacher status handling 2010-03-28 22:51:58 +02:00
Fabio Erculiani e2ad2b35bf [todo] update TODO 2010-03-28 17:37:03 +02:00
Fabio Erculiani 4f15fedf1a [entropy.spm] disable chost default fallback (error prone) 2010-03-28 17:36:46 +02:00
Fabio Erculiani 51b531f56e Tagging Entropy version 0.99.39 0.99.39 2010-03-26 17:25:03 +01:00
Fabio Erculiani 571d98e9d5 [todo] update TODO 2010-03-26 16:27:14 +01:00
Fabio Erculiani a7d8558a1f [entropy.db] add support for "or" dependencies
OR dependencies support has been always postponed because every
solution wasn't good enough, until today.
Future Entropy Server versions will enable "OR" dependencies support
when generating package metadata improving current Portage<->Entropy
support.

Syntax is: app-foo/foo;app-bar/baz?
Calling EntropyRepository.atomMatch(), the first matched dependencies
will be returned.
2010-03-26 16:24:17 +01:00
Fabio Erculiani 45e549281f [entropy.spm] PortagePlugin: fix package metadata extraction when CHOST file is not available 2010-03-26 13:34:47 +01:00
Fabio Erculiani 233bba17ed [entropy.spm] PortagePlugin: add support for "fif" and "dev" file types 2010-03-26 12:54:25 +01:00
Fabio Erculiani 4ff791d072 [entropy.spm] PortagePlugin.add_installed_package: create CONTENTS file when not available (injected pkgs) 2010-03-26 10:48:49 +01:00
Fabio Erculiani 7549176620 [reagent] fix reagent inject (supporting any SPM package file extension) 2010-03-26 10:48:13 +01:00
Fabio Erculiani 86fdaaecff [todo] update TODO 2010-03-26 10:47:55 +01:00
Fabio Erculiani 48f6b17df7 [activator] rename "activator database" to "activator repo" 2010-03-25 08:51:41 +01:00
Fabio Erculiani 363293250c [todo] update TODO 2010-03-23 21:12:10 +01:00
Fabio Erculiani 1d3cee77a6 [entropy.client.interfaces.package] complete module refactoring 2010-03-23 21:11:39 +01:00
Fabio Erculiani 7051b55d76 [todo] update TODO 2010-03-23 20:47:05 +01:00
Fabio Erculiani c59edaffe0 [entropy.client.interfaces.methods] complete module refactoring 2010-03-23 20:46:38 +01:00
Fabio Erculiani fd91a7ea69 [equo] when running deptest, make sure that every inverse package id reference points to a valid location 2010-03-22 11:19:03 +01:00
Fabio Erculiani d3050e6d33 Tagging Entropy version 0.99.38.7 0.99.38.7 2010-03-21 07:42:01 +01:00
Fabio Erculiani a9d2e8329d [todo] update TODO 2010-03-19 15:19:53 +01:00
Fabio Erculiani 33ef15eab6 [entropy.fetchers] urlFetcher: catch socket.timeout exceptions 2010-03-19 15:19:40 +01:00
Fabio Erculiani 160fcfe5eb [sulfur] fix repo-manager-client.py (add missing import) 2010-03-19 15:15:47 +01:00
Fabio Erculiani de8b7e6fd7 [entropy.services.repository] when monitoring repositories, also check packages.db.revision mtime 2010-03-18 20:02:18 +01:00
Fabio Erculiani f16d427907 [entropy.services.repository] remove dead code 2010-03-18 19:49:58 +01:00
Fabio Erculiani e862b57b6e Tagging Entropy version 0.99.38.6 0.99.38.6 2010-03-18 19:20:57 +01:00
Fabio Erculiani 704b85a0b0 [entropy.client.interfaces.repository] properly retrieve EAPI3 revision and handle revision file update in a proper way 2010-03-18 19:19:37 +01:00
Fabio Erculiani 89bb19bba9 [entropy.transceivers] tweak Entropy Transceiver SSH plugin connection timeout 2010-03-18 10:40:02 +01:00
Fabio Erculiani 6fd83910ed [entropy.spm] PortagePlugin: remove deprecated argument from getvirtuals() 2010-03-18 10:24:29 +01:00
Fabio Erculiani 9aadd3a6fe [entropy.spm] catch OSError exceptions while recursively cleaning overlayed ebuild dir 2010-03-17 07:08:18 +01:00
Fabio Erculiani b5fbe16042 [sulfur] make package search functions fault tolerant (2) 2010-03-15 09:10:17 +01:00
Fabio Erculiani 24dc1dc051 [sulfur] make package search functions fault tolerant 2010-03-15 09:09:49 +01:00
Fabio Erculiani 0fafa52dbc [entropy.client] more refactoring work in entropy.client.interfaces.methods 2010-03-14 15:54:41 +01:00
Fabio Erculiani 70066042c4 [entropy.client.interfaces.cache] fix EntropyCacher handling 2010-03-14 15:53:44 +01:00
Fabio Erculiani 8a8cb4c529 [entropy.cache] EntropyCacher: add more debugging output 2010-03-14 15:53:21 +01:00
Fabio Erculiani 40f439f15f [sulfur] tweak UGC package info window's textview 2010-03-14 12:01:15 +01:00
Fabio Erculiani 5aac9aa76a Tagging Entropy version 0.99.38.5 0.99.38.5 2010-03-14 08:13:31 +01:00
Fabio Erculiani 1920b00a28 [po] update/sync translations 2010-03-14 08:12:57 +01:00
Fabio Erculiani 9ac947ed8f [entropy.spm] PortagePlugin: remove self-created temporary directory, do not leak files around 2010-03-14 08:06:56 +01:00