Ycarus Gentoo ebuild

jm-overlay

Ces ebuilds viennent du site .

Si vous avez des problemes allez sur le site officiel.

dev-nodejs

JSONStream : rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects) ( )

abbrev : Like ruby's abbrev module, but in js ( )

acorn : ECMAScript parser ( )

acorn-jsx : ECMAScript parser ( )

ajv : Another JSON Schema Validator ( )

amdefine : Provide AMD's define() API for declaring modules in the AMD format ( )

ansi-regex : Regular expression for matching ANSI escape codes ( )

ansi-styles : ANSI escape codes for styling strings in the terminal ( )

append-transform : Install a transform to require.extensions that always runs last ( )

archy : Render nested hierarchies \"npm ls\" style with unicode pipes ( )

arr-diff : Returns an array with only the unique values from the first array ( )

arr-flatten : Recursively flatten an array or arrays ( )

array-unique : Return an array free of duplicate values. Fastest ES5 implementation. ( )

arrify : Convert a value to an array ( )

asn1 : Contains parsers and serializers for ASN.1 (currently BER only) ( )

assert-plus : Extra assertions on top of node's assert module ( )

assertion-error : Error constructor for test and validation frameworks ( )

async : Higher-order functions and common patterns for asynchronous code ( )

asynckit : Minimal async jobs utility library, with streams support ( )

aws-sign2 : AWS signing ( )

aws4 : Signs and prepares requests using AWS Signature Version 4 ( )

babel-code-frame : Generate errors that contain a code frame that point to source locations ( )

babel-generator : Turns an AST into code ( )

babel-messages : Collection of debug messages used by Babel ( )

babel-runtime : Babel selfContained runtime ( )

babel-template : Generate an AST from a string template ( )

babel-traverse : Babel-traverse ( )

babel-types : Methods for building ASTs manually and for checking the types of AST nodes ( )

babylon : A JavaScript parser ( )

balanced-match : Match balanced character pairs, like \"{\" and \"}\" ( )

bcrypt-pbkdf : Port of the OpenBSD bcrypt_pbkdf function to pure JS ( )

bind-obj-methods : Bind methods to an object from that object or some other source ( )

bl : Buffer List: Collect buffers, access with a standard readable Buffer interface ( )

bluebird : Full featured Promises/A+ implementation with exceptionally good performance ( )

boom : HTTP-friendly error objects ( )

brace-expansion : Brace expansion as known from sh/bash ( )

braces : Fastest brace expansion for node.js ( )

browser-resolve : Resolve which handles browser field support in package.json ( )

browser-stdout : process.stdout in your browser ( )

buffer-equal : Return whether two buffers are equal ( )

buffer-shims : Some shims for node buffers ( )

buffers : Treat a collection of Buffers as a single contiguous partially mutable Buffer ( )

buffertools : Working with node.js buffers made easy ( )

builtin-modules : List of the Node.js builtin modules ( )

bunker : Code coverage in native javascript ( )

burrito : Wrap up expressions with a trace function while walking the AST ( )

buster-core : Buster core utilities ( )

buster-format : Tools for formatting JavaScript objects in a human-readable way ( )

cached-path-relative : Memoize the results of the path.relative function ( )

caching-transform : Wraps a transform and provides caching ( )

camelcase : Convert a dash/dot/underscore/space separated string to camelCase ( )

caseless : Caseless object set/get/has, very useful when working with HTTP headers ( )

catharsis : A JavaScript parser for Google Closure Compiler and JSDoc type expressions ( )

chai : BDD/TDD assertion library for node.js and the browser ( )

chalk : Terminal string styling done right. Much color. ( )

charm : Ansi control sequences for terminal cursor hopping and colors ( )

clean-yaml-object : Clean up an object prior to serialization ( )

cliui : Easily create complex multi-column command-line-interfaces ( )

co : Generator async control flow goodness ( )

code-point-at : ES2015 String#codePointAt() ponyfill ( )

color-support : A module which will endeavor to guess your terminal's level of color support ( )

combined-stream : A stream that emits multiple other streams one after another ( )

commander : The complete solution for node.js command-line programs ( )

commondir : Compute the closest common parent for file paths ( )

concat-map : Concatenative mapdashery ( )

concat-stream : Stream that concatenates strings or binary data and calls a callback ( )

convert-source-map : Converts a source-map from/to different formats ( )

core-js : Standard library ( )

core-util-is : The util.is* functions introduced in Node v0.12 ( )

coveralls : Takes json-cov output into stdin and POSTs to coveralls.io ( )

cross-spawn : Cross platform child_process#spawn and child_process#spawnSync ( )

cryptiles : General purpose crypto utilities ( )

d : Property descriptor factory ( )

dashdash : A light, featureful and explicit option parsing library ( )

debug : Small debugging utility ( )

debug-log : Node.js 0.12 util.debuglog() ponyfill ( )

decamelize : Convert a camelized string into a lowercased one with a custom separator ( )

deep-eql : Improved deep equality testing for Node.js and the browser ( )

deep-equal : Node's assert.deepEqual algorithm ( )

deep-is : Node's assert.deepEqual algorithm except for NaN being equal to NaN ( )

deeper : JavaScript \"deep equality\" / structural equality tester with Node.js flavor ( )

default-require-extensions : Node's default require extensions as a separate module ( )

define-properties : Define multiple non-enumerable properties at once ( )

defined : Return the first argument that is \"!== undefined\" ( )

delayed-stream : Buffers events from a stream until you are ready to handle them ( )

detect-indent : Detect the indentation of code ( )

detective : Find all require() calls by walking the AST ( )

diff : A javascript text diff implementation ( )

difflet : Colorful diffs for javascript objects ( )

duplexer2 : Like duplexer but using streams2 ( )

ecc-jsbn : ECC JS code based on JSBN ( )

electron-window-state : Module that helps to save and restore size and position of Electron windows ( )

ent : Encode and decode HTML entities ( )

error-ex : Easy error subclassing and stack customization ( )

es-abstract : ECMAScript spec abstract operations ( )

es-to-primitive : ECMAScript ToPrimitive algorithm. Provides ES5 and ES6 versions. ( )

es5-ext : ECMAScript extensions and shims ( )

es6-iterator : Iterator abstraction based on ES6 specification ( )

es6-symbol : ECMAScript 6 Symbol polyfill ( )

escape-string-regexp : Escape RegExp special characters ( )

espree : An actively-maintained fork of Esprima ( )

esprima : ECMAScript parsing infrastructure for multipurpose analysis ( )

esutils : Utility box for ECMAScript language tools ( )

event-stream : Construct pipes of streams of events ( )

events-to-array : Put a bunch of emitted events in an array, for testing ( )

execa : A better \"child_process\" ( )

expand-brackets : Expand POSIX bracket expressions (character classes) in glob patterns ( )

expand-range : Fast, bash-like range expansion ( )

extend : Port of jQuery.extend for node.js and the browser ( )

extglob : Convert extended globs to regex-compatible strings ( )

extsprintf : Extended POSIX-style sprintf ( )

falafel : Transform the ast on a recursive walk ( )

fast-deep-equal : Fast deep equal ( )

fast-json-stable-stringify : Deterministic JSON.stringify() ( )

filename-regex : Regular expression for matching file names, with or without extension ( )

fill-range : Fill in a range of numbers or letters ( )

find-cache-dir : Finds the common standard cache directory ( )

find-up : Find a file by walking up parent directories ( )

for-each : A better forEach ( )

for-in : Iterate over the own and inherited enumerable properties of an object ( )

for-own : Iterate over the own enumerable properties of an object ( )

foreach : Foreach component + npm package ( )

foreground-child : Run a child as if it's the foreground process. Give it stdio. Exit when it exits ( )

forever-agent : HTTP Agent that keeps socket connections alive between keep-alive requests ( )

form-data : A module to create readable \"multipart/form-data\" streams ( )

from : Easy way to make a Readable Stream ( )

fs-exists-cached : Just like \"fs.exists\" and \"fs.existsSync\", but cached ( )

fs-extra : Contains methods that aren't included in the vanilla Node.js fs package ( )

fs-realpath : Node's fs.realpath, fall back to the JS implementation if the native one fails ( )

function-bind : Implementation of Function.prototype.bind ( )

function-loop : Run a list of functions in order in a given object context ( )

garbage : Generate garbage json data ( )

generate-function : Module that helps you write generated functions in Node ( )

generate-object-property : Generate safe JS code that can used to reference a object property ( )

get-caller-file : Get caller file ( )

get-stdin : Easier stdin ( )

get-stream : Get a stream as a string, buffer, or array ( )

getpass : Getpass for node.js ( )

glob : A little globber ( )

glob-base : Returns an object with the (non-glob) base path and the actual pattern ( )

glob-parent : Strips glob magic from a string to provide the parent path ( )

globals : Global identifiers from different JavaScript environments ( )

graceful-fs : A drop-in replacement for fs, making various improvements ( )

graceful-readlink : Graceful fs.readlink ( )

growl : Growl unobtrusive notifications ( )

handlebars : Provides the power necessary to let you build semantic templates effectively ( )

har-schema : JSON Schema for HTTP Archive (HAR) ( )

har-validator : Extremely fast HTTP Archive (HAR) validator using JSON Schema ( )

has : Object.prototype.hasOwnProperty.call shortcut ( )

has-ansi : Check if a string has ANSI escape codes ( )

has-flag : Check if argv has a specific flag ( )

hash_file : A simple utility for getting a hash of a file ( )

hashish : Hash data structure manipulation functions ( )

hawk : HTTP Hawk Authentication Scheme ( )

he : A robust HTML entities encoder/decoder with full Unicode support ( )

highlight-js : Syntax highlighting with language autodetection ( )

hoek : General purpose node utilities ( )

hosted-git-info : Provides metadata from repository urls for Github, Bitbucket and Gitlab ( )

http-signature : Reference implementation of Joyent's HTTP Signature scheme ( )

iconv-lite : Convert character encodings in pure javascript ( )

imurmurhash : An incremental implementation of MurmurHash3 ( )

inflight : Add callbacks to requests in flight to avoid async duplication ( )

inherits : Browser-friendly inheritance fully compatible with standard node.js inherits() ( )

inline-source-map : Adds source mappings and base64 encodes them ( )

invariant : Provide descriptive errors in development but generic errors in production ( )

invert-kv : Invert the key/value of an object ( )

is-arrayish : Determines if an object can be used as an array ( )

is-buffer : Determine if an object is Buffer ( )

is-builtin-module : Check if a string matches the name of a Node.js builtin module ( )

is-callable : Is this JS value callable? ( )

is-date-object : Is this value a JS Date object? ( )

is-dotfile : Return true if a file path is (or has) a dotfile ( )

is-equal-shallow : Does a shallow comparison of two objects ( )

is-extendable : Useful for determining if a value can be extended ( )

is-extglob : Returns true if a string has an extglob ( )

is-finite : ES6 Number.isFinite() ponyfill ( )

is-fullwidth-code-point : Check if the character represented by a given Unicode code point is fullwidth ( )

is-function : Is that thing a function? Use this module to find out ( )

is-glob : Returns true if the given string looks like a glob pattern or an extglob pattern ( )

is-my-json-valid : A JSONSchema validator that uses code generation to be extremely fast ( )

is-number : Returns true if the value is a number ( )

is-posix-bracket : Returns true if the given string is a POSIX bracket expression ( )

is-primitive : Returns true if the value is a primitive ( )

is-property : Tests if a JSON property can be accessed using . syntax ( )

is-regex : Is this value a JS regex? ( )

is-stream : Check if something is a Node.js stream ( )

is-symbol : Determine if a value is an ES6 Symbol or not ( )

is-typedarray : Detect whether or not an object is a Typed Array ( )

is-utf8 : Detect if a buffer is utf8 encoded ( )

isarray : Array#isArray for older browsers ( )

isexe : Minimal module to check if a file is executable ( )

isobject : Returns true if the value is an object and not an array or null ( )

isstream : Determine if an object is a Stream ( )

istanbul-lib-coverage : Data library for istanbul coverage objects ( )

istanbul-lib-hook : Hooks for require, vm and script used in istanbul ( )

istanbul-lib-instrument : Core istanbul API for JS code coverage ( )

istanbul-lib-report : Base reporting library for istanbul ( )

istanbul-lib-source-maps : Source maps support for istanbul ( )

istanbul-reports : Istanbul reports ( )

jodid25519 : Curve 25519-based cryptography ( )

js-tokens : A regex that tokenizes JavaScript ( )

js-yaml : YAML 1.2 parser and serializer ( )

js2xmlparser : Parses JavaScript objects into XML ( )

jsbn : Fast, portable implementation of large-number math in pure JavaScript ( )

jsesc : Library for escaping JavaScript strings ( )

json-schema : JSON Schema validation and specifications ( )

json-schema-traverse : Traverse JSON Schema passing each schema object to callback ( )

json-stringify-safe : Like JSON.stringify, but doesn't blow up on circular refs ( )

json3 : A modern JSON implementation compatible with nearly all JavaScript platforms ( )

jsonfile : Easily read/write JSON files ( )

jsonify : JSON without touching any globals ( )

jsonparse : This is a pure-js JSON streaming parser for node.js ( )

jsonpointer : Simple JSON Addressing ( )

jsprim : Utilities for primitive JavaScript types ( )

kind-of : Get the native type of a value ( )

klaw : File system walker with Readable stream interface ( )

lcid : Mapping between standard locale identifiers and Windows locale identifiers ( )

lcov-parse : Parse lcov results files and return JSON ( )

load-json-file : Read and parse a JSON file ( )

locate-path : Get the first path that exists on disk of multiple paths ( )

lodash : Lodash modular utilities ( )

lodash-assign : The lodash method _.assign exported as a module ( )

lodash-create : The modern build of lodash's _.create as a module ( )

lodash-isarguments : The lodash method _.isArguments exported as a module ( )

lodash-isarray : The modern build of lodash's _.isArray as a module ( )

lodash-keys : The lodash method _.keys exported as a module ( )

lodash-rest : The lodash method _.rest exported as a module ( )

lodash_baseassign : The modern build of lodash's internal baseAssign as a module ( )

lodash_basecopy : The modern build of lodash's internal baseCopy as a module ( )

lodash_basecreate : The modern build of lodash's internal baseCreate as a module ( )

lodash_getnative : The modern build of lodash's internal getNative as a module ( )

lodash_isiterateecall : The modern build of lodash's internal isIterateeCall as a module ( )

log-driver : log-driver is a simple logging framework for logging to stdout ( )

loose-envify : Fast selective process.env replacer using js-tokens instead of an AST ( )

lru-cache : A cache object that deletes the least-recently-used items ( )

macgyver : Declarative assertion framework for invocation ordering ( )

make-arrow-function : Function that returns an arbitrary arrow function ( )

make-generator-function : Returns an arbitrary generator function ( )

marked : A markdown parser built for speed ( )

md5-hex : Create a MD5 hash with hex encoding ( )

md5-o-matic : Fast and simple MD5 hashing utility with zero module dependencies ( )

mem : Memoize functions ( )

merge-source-map : Merge old source map and new source map in multi-transform flow ( )

micromatch : Glob matching for javascript/node.js ( )

mime-db : Media Type Database ( )

mime-types : The ultimate javascript content-type utility ( )

mimic-fn : Make a function mimic another one ( )

minimatch : A glob matcher in javascript ( )

minimist : Parse argument options ( )

mkdirp : Recursively mkdir, like mkdir -p ( )

module-deps : Walk the dependency graph to generate json output ( )

ms : Tiny ms conversion utility ( )

node-uuid : Rigorous implementation of RFC4122 (v1 and v4) UUIDs ( )

nopt : Option parsing for Node, supporting types, shorthands, etc. ( )

normalize-package-data : Normalizes data that can be found in package.json files ( )

normalize-path : Normalize file path slashes to be unix-like forward slashes ( )

npm-run-path : Get your PATH prepended with locally installed binaries ( )

number-is-nan : ES6 Number.isNaN() ponyfill ( )

nyc : The Istanbul command line interface ( )

oauth-sign : OAuth 1 signing ( )

object-assign : ES2015 \"Object.assign()\" ponyfill ( )

object-inspect : String representations of objects in node and the browser ( )

object-is : ES6-compliant shim for Object.is - differentiates between -0 and +0 ( )

object-keys : An Object.keys replacement, in case Object.keys is not available ( )

object-omit : Return a copy of an object excluding the given key, or array of keys ( )

once : Run a function exactly one time ( )

only-shallow : Like deeper and deepest, but less strict, and with 90s flavor ( )

opener : Opens stuff, like webpages and files and executables, cross-platform ( )

optimist : Light-weight option parsing for node.js ( )

os-homedir : io.js 2.3.0 os.homedir() ponyfill ( )

os-locale : Get the system locale ( )

own-or : Either use the object's own property, or a fallback ( )

own-or-env : Use an objects own property, or an environment variable ( )

p-finally : \"Promise#finally()\" ponyfill ( )

p-limit : Run multiple promise-returning and async functions with limited concurrency ( )

p-locate : Get the first fulfilled promise that satisfies the provided testing function ( )

pako : zlib port to javascript - fast, modularized, with browser support ( )

parents : Return all the parent directories for a directory ( )

parse-glob : Parse a glob pattern into an object of tokens ( )

parse-json : Parse JSON with more helpful errors ( )

path-exists : Check if a path exists ( )

path-is-absolute : Node.js 0.12 path.isAbsolute() ponyfill ( )

path-key : Get the PATH environment variable key cross-platform ( )

path-parse : Node.js path.parse() ponyfill ( )

path-platform : Provide access to win32 and posix path operations ( )

path-type : Check if a path is a file, directory, or symlink ( )

performance-now : Implements performance.now (based on process.hrtime) ( )

pify : Promisify a callback-style function ( )

pinkie : Itty bitty little widdle twinkie pinkie ES2015 Promise implementation ( )

pinkie-promise : ES2015 Promise ponyfill ( )

pkg-dir : Find the root directory of a npm package ( )

pkg-up : Find the closest package.json file ( )

png-js : A PNG decoder in CoffeeScript ( )

preserve : Temporarily substitute tokens in the given string with placeholders ( )

process-nextick-args : process.nextTick but always with args ( )

pseudomap : A thing that is a lot like ES6 \"Map\" ( )

punycode : A robust Punycode converter that fully complies to RFC 3492 and RFC 5891 ( )

qs : A querystring parser that supports nesting and arrays, with a depth limit ( )

randomatic : Generate randomized strings of a specified length, fast ( )

read-pkg : Read a package.json file ( )

read-pkg-up : Read the closest package.json file ( )

readable-stream : Streams3, a user-land copy of the stream library from Node.js ( )

regenerator-runtime : Runtime for Regenerator-compiled generator and async functions ( )

regex-cache : Memoize the results of a call to the RegExp constructor ( )

repeat-element : Create an array by repeating the given value n times ( )

repeat-string : Repeat the given string n times. Fastest implementation for repeating a string. ( )

repeating : Repeat a string - fast ( )

request : Simplified HTTP request client ( )

request-promise : Request with Promise support. Powered by Bluebird. ( )

request-promise-core : Core Promise support implementation for request ( )

require-directory : Recursively iterates over specified directory, require()'ing each file ( )

require-main-filename : Shim for require.main.filename() that works in as many environments as possible ( )

requizzle : Swizzle a little something into your require() calls ( )

resolve : Resolve like require.resolve on behalf of files asynchronously and synchronously ( )

resolve-from : Resolve the path of a module like require.resolve() but from a given path ( )

resumer : A through stream that starts paused and resumes on the next tick ( )

rimraf : A deep deletion module for node (like rm -rf) ( )

runforcover : Require plugin for js code coverage using bunker ( )

safe-buffer : Safer Node.js Buffer API ( )

semver : The semantic version parser used by npm ( )

set-blocking : Set blocking stdio and stderr ensuring that terminal output does not truncate ( )

shebang-command : Get the command from a shebang ( )

shebang-regex : Regular expression for matching a shebang ( )

should : Test framework agnostic BDD-style assertions ( )

should-equal : Deep comparison of 2 instances for should.js ( )

should-format : Formatting of objects for should.js ( )

should-type : Simple module to get instance type. Like a bit more advanced version of typeof ( )

should-type-adaptors : Small utility functions to use the same traversing etc code on different types ( )

should-util : Utility functions ( )

sigmund : Quick and dirty signatures for Objects ( )

signal-exit : When you want to fire an event no matter how a process exits ( )

sinon : JavaScript test spies, stubs and mocks ( )

sinon-restore : Simply adds restoreAll() to sinon ( )

slide : A flow control lib small enough to fit on in a slide presentation ( )

sntp : SNTP Client ( )

source-map : Generates and consumes source maps ( )

source-map-support : Fixes stack traces for files with source maps ( )

spawn-wrap : Wrap all spawned Node.js child processes ( )

spdx-correct : Correct invalid SPDX identifiers ( )

spdx-exceptions : List of SPDX standard license exceptions ( )

spdx-expression-parse : Parse SPDX license expressions ( )

spdx-license-ids : A list of SPDX license identifiers ( )

sshpk : A library for finding and using SSH public keys ( )

stack-utils : Captures and cleans stack traces ( )

stealthy-require : The closest you can get to require something with bypassing the require cache ( )

stream-combiner2 : This is a sequel to stream-combiner for streams2 ( )

stream-spec : Simple module to get instance type. Like a bit more advanced version of typeof ( )

string-prototype-trim : ES5 spec-compliant shim for String.prototype.trim ( )

string-width : Get the visual width of a string ( )

string_decoder : The string_decoder module from Node core ( )

stringstream : Encode and decode streams into string streams ( )

strip-ansi : Strip ANSI escape codes ( )

strip-bom : Strip UTF-8 byte order mark (BOM) from a string/buffer ( )

strip-eof : Strip the End-Of-File (EOF) character from a string/buffer ( )

strip-json-comments : Strip comments from JSON. Lets you use comments in your JSON files! ( )

subarg : Parse arguments with recursive contexts ( )

supports-color : Detect whether a terminal supports color ( )

taffydb : An open-source library that brings database features into your applications ( )

tap-mocha-reporter : Format a TAP stream using Mocha's set of reporters ( )

tap-parser : Parse the test anything protocol ( )

tape : Tap-producing test harness for node and browsers ( )

test-exclude : Test for inclusion or exclusion of paths using pkg-conf and globs ( )

through : Simplified stream construction ( )

through2 : A tiny wrapper around Node streams2 Transform ( )

tmatch : This module exists to facilitate the t.match() method in http://npm.im/tap ( )

to-fast-properties : Force V8 to use fast properties for an object ( )

touch : Like touch(1) in node ( )

tough-cookie : RFC6265 Cookies and Cookie Jar for node.js ( )

traverse : Traverse and transform objects by visiting every node on a recursive walk ( )

trim-right : Similar to String#trim() but removes only whitespace on the right ( )

trivial-deferred : The most dead-simple trivial Deferred implementation ( )

tsame : The logic behind tap's t.same() and t.strictSame() ( )

tunnel-agent : HTTP proxy tunneling agent ( )

tweetnacl : Port of TweetNaCl cryptographic library to JavaScript ( )

type-detect : Improved typeof detection for node.js and the browser ( )

typedarray : TypedArray polyfill for old browsers ( )

uglify-js : JavaScript parser, mangler/compressor and beautifier toolkit ( )

uglify-to-browserify : A transform to make UglifyJS work in browserify ( )

underscore : JavaScript's functional programming helper library ( )

underscore-contrib : A contributors' library for underscore ( )

unicode-length : Get the length of unicode strings ( )

util-deprecate : The Node.js util.deprecate() function with browser support ( )

uuid : RFC4122 (v1, v4, and v5) UUIDs ( )

validate-npm-package-license : Give me a string and I'll tell you if it's a valid npm package license string ( )

verror : Richer JavaScript errors ( )

which : Like which(1) unix command. Find the first instance of an executable in the PATH ( )

which-module : Find the module object for something that was require()d ( )

window-size : Reliable way to to get the height and width of the terminal/console ( )

wordwrap : Wrap your words in node.js ( )

wrap-ansi : Wordwrap a string with ANSI escape codes ( )

wrappy : Callback wrapping utility ( )

wrench : Recursive filesystem (and other) operations that Node *should* have ( )

write-file-atomic : Write files in an atomic fashion w/configurable ownership ( )

x256 : Find the nearest xterm 256 color index for an rgb ( )

xtend : Extend like a boss ( )

y18n : The bare-bones internationalization library used by yargs ( )

yallist : Yet Another Linked List ( )

yamlish : Parser/encoder for the yamlish format ( )

yapool : Yet Another object pool in JavaScript ( )

yargs : Yargs the modern, pirate-themed, successor to optimist ( )

yargs-parser : The mighty option parser used by yargs ( )

Pour rajouter une e-build dans l'arbre de portage :

L'ebuild est alors rajouté dans l'arbre de portage.

Vous pouvez aussi utiliser layman : emerge layman puis layman -a jm-overlay

Pour Paludis utilisez ce rsync : rsync://gentoo.zugaina.org/jm-overlay-portage

En cas de problèmes : ycarus(-at-)zugaina.org