65 lines
2.5 KiB
Plaintext
65 lines
2.5 KiB
Plaintext
|
|
0.99.40:
|
|
|
|
- ability to also install build dependencies
|
|
- entropy.db: wrap sqlite3 exceptions around EntropyRepositoryExceptions
|
|
- entropy.security.System unittest
|
|
- PackageKit integration
|
|
- entropy.server API docs
|
|
- add splitdebug support?
|
|
- move all the portage related stuff in entropy.tools to entropy.spm.metaphor
|
|
- Spm.extract_package_metadata, define metadata format (to make easier
|
|
for 3rd party implementations to define it)
|
|
|
|
1.0_beta1:
|
|
|
|
- entropy.exceptions rework
|
|
- ditch exceptions: InvalidData, InvalidDataType, IncorrectParameter
|
|
- entropy.client API rework
|
|
- entropy.client.interfaces.dep:
|
|
- atom_match without serverInstance & bullshit
|
|
(add repo_opener argument instead)
|
|
- remove "server_repos", use "matchRepo"
|
|
- entropy.client, rename validRepositories into enabled_repositories
|
|
- entropy.client, rename clientDbconn into installed_db
|
|
- entropy.client, closeAllSecurity, closeAllQA
|
|
- unpack & install should be done in entropy.spm
|
|
- entropy.db => retrieveVersionTag => retrieveTag
|
|
- move SystemSettings['repositories'] ?
|
|
- entropy package metadata .dtd specs
|
|
- complete API documentation
|
|
- Transform Sulfur into Entropy Store:
|
|
- UGC for more coolness
|
|
- reagent/equo/activator, don't use \t\t\t but proper tabs, diff lang compat
|
|
- enabled nonfree support by default
|
|
|
|
1.0 - deprecations:
|
|
|
|
- ditch entropyTools, dumpTools
|
|
- _databaseStructureUpdates (missing tables creation)
|
|
- type argument in updateProgress
|
|
|
|
2.0:
|
|
|
|
- PackageKit improved support
|
|
- UGC based on XML requests (all the commands into one string)
|
|
|
|
Portage split install project (backward compat):
|
|
|
|
app-office/openoffice example:
|
|
- define ETARGETS="core kde gnome templates java"
|
|
=> this will install:
|
|
${CATEGORY}/${PN}-core-${PV}
|
|
${CATEGORY}/${PN}-kde-${PV}
|
|
${CATEGORY}/${PN}-gnome-${PV}
|
|
${CATEGORY}/${PN}-templates-${PV}
|
|
${CATEGORY}/${PN}-java-${PV}
|
|
- for every ETARGETS entry there must be a defined etarget_${ETARGET}_${PHASE},
|
|
if not: look for ${PHASE}, if not: die
|
|
- every ETARGETS entry must feature RDEPEND/DEPEND/PDEPEND separate entries, for example:
|
|
=> ETARGET_${ETARGET}_{R,P}DEPEND
|
|
- ${R,P}DEPEND must be always set and contain common deps, if any.
|
|
- every ETARGET entry automatically depends on =app-office/openoffice-${PV}
|
|
- there is an etargets eclass which exports "old" style phases
|
|
|