arm build takes too long so build daily to only have some packages
This commit is contained in:
parent
98551f998e
commit
73bf990390
@ -4,20 +4,15 @@
|
|||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
packages:
|
packages:
|
||||||
dev-lua/LuaBitOp,
|
app-admin/equo,
|
||||||
dev-lua/lua-zlib,
|
app-admin/eselect-uimage,
|
||||||
dev-lua/luadoc,
|
app-admin/logrotate,
|
||||||
dev-lua/luaevent,
|
app-admin/syslog-ng,
|
||||||
dev-lua/luaexpat,
|
app-admin/update-motd
|
||||||
dev-lua/luafilesystem,
|
|
||||||
dev-lua/luarocks,
|
|
||||||
dev-lua/luasec,
|
|
||||||
dev-lua/luasocket,
|
|
||||||
dev-lua/toluapp
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
# Entropy repository where to commit packages
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
repository: sabayon-hell
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
# Valid values are either "yes" or "no"
|
# Valid values are either "yes" or "no"
|
@ -4,22 +4,14 @@
|
|||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
packages:
|
packages:
|
||||||
dev-lisp/abcl,
|
app-misc/irtrans-irclient,
|
||||||
dev-lisp/asdf,
|
app-misc/irtrans-irserver,
|
||||||
dev-lisp/asdf-binary-locations,
|
app-misc/mc,
|
||||||
dev-lisp/cl-clx,
|
app-misc/sablink-core
|
||||||
dev-lisp/cl-ppcre,
|
|
||||||
dev-lisp/clisp,
|
|
||||||
dev-lisp/clozurecl,
|
|
||||||
dev-lisp/common-lisp-controller,
|
|
||||||
dev-lisp/ecls,
|
|
||||||
dev-lisp/emacs-cl,
|
|
||||||
dev-lisp/gentoo-init,
|
|
||||||
dev-lisp/sbcl
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
# Entropy repository where to commit packages
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
repository: sabayon-hell
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
# Valid values are either "yes" or "no"
|
# Valid values are either "yes" or "no"
|
79
daily/app-portage.particle
Normal file
79
daily/app-portage.particle
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
app-portage/gentoolkit,
|
||||||
|
app-portage/layman
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
@ -4,17 +4,17 @@
|
|||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
packages:
|
packages:
|
||||||
app-antivirus/clamav,
|
dev-db/libiodbc,
|
||||||
app-antivirus/clamtk
|
dev-db/unixODBC
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
# Entropy repository where to commit packages
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
repository: sabayon-hell
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
# Valid values are either "yes" or "no"
|
# Valid values are either "yes" or "no"
|
||||||
# Default is: no
|
# Default is: no
|
||||||
spm-repository-change: yes
|
spm-repository-change: no
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
# Valid values are either "yes" or "no"
|
# Valid values are either "yes" or "no"
|
78
daily/dev-embedded.particle
Normal file
78
daily/dev-embedded.particle
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
dev-embedded/cc65
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
82
daily/dev-java.particle
Normal file
82
daily/dev-java.particle
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
dev-java/icedtea:7,
|
||||||
|
dev-java/jpwgen,
|
||||||
|
dev-java/oracle-jdk-bin,
|
||||||
|
dev-java/oracle-jre-bin,
|
||||||
|
dev-java/sun-jre-bin
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
@ -4,11 +4,11 @@
|
|||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
packages:
|
packages:
|
||||||
sci-mathematics/octave
|
dev-lang/perl
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
# Entropy repository where to commit packages
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
repository: sabayon-hell
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
# Valid values are either "yes" or "no"
|
# Valid values are either "yes" or "no"
|
79
daily/dev-libs.particle
Normal file
79
daily/dev-libs.particle
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
dev-libs/dietlibc,
|
||||||
|
dev-libs/lzo
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
@ -4,22 +4,13 @@
|
|||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
packages:
|
packages:
|
||||||
dev-util/adobe-air-sdk-bin,
|
dev-util/ccache,
|
||||||
dev-util/android-sdk-update-manager,
|
dev-util/go-utils,
|
||||||
dev-util/argouml,
|
dev-util/molecule
|
||||||
dev-util/dirdiff,
|
|
||||||
dev-util/geany,
|
|
||||||
dev-util/geany-plugins,
|
|
||||||
dev-util/meld,
|
|
||||||
dev-util/nvidia-cuda-sdk,
|
|
||||||
dev-util/nvidia-cuda-toolkit,
|
|
||||||
dev-util/tkdiff,
|
|
||||||
dev-util/weka,
|
|
||||||
dev-util/xxdiff
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
# Entropy repository where to commit packages
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
repository: sabayon-hell
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
# Valid values are either "yes" or "no"
|
# Valid values are either "yes" or "no"
|
82
daily/dev-vcs.particle
Normal file
82
daily/dev-vcs.particle
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
dev-vcs/git
|
||||||
|
dev-vcs/subversion
|
||||||
|
dev-vcs/cvs
|
||||||
|
dev-vcs/bzr
|
||||||
|
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
78
daily/mail-client.particle
Normal file
78
daily/mail-client.particle
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
mail-client/mutt
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
80
daily/media-fonts.particle
Normal file
80
daily/media-fonts.particle
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
media-fonts/brand-font,
|
||||||
|
media-fonts/commodore-64-font,
|
||||||
|
media-fonts/corefonts
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
78
daily/net-firewall.particle
Normal file
78
daily/net-firewall.particle
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
net-firewall/iptables
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
80
daily/net-fs.particle
Normal file
80
daily/net-fs.particle
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
net-fs/mars-nwe,
|
||||||
|
net-fs/nfs-utils,
|
||||||
|
net-fs/samba
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
81
daily/net-misc.particle
Normal file
81
daily/net-misc.particle
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
net-misc/ftpsync,
|
||||||
|
net-misc/mediatomb,
|
||||||
|
net-misc/ntp,
|
||||||
|
net-misc/twonkymedia
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
78
daily/net-p2p.particle
Normal file
78
daily/net-p2p.particle
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
net-p2p/mktorrent-borg
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
78
daily/net-print.particle
Normal file
78
daily/net-print.particle
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
net-print/cups
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
@ -4,19 +4,19 @@
|
|||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
packages:
|
packages:
|
||||||
net-voip/ekiga,
|
sys-apps/blstools,
|
||||||
net-voip/linphone,
|
sys-apps/entropy-server,
|
||||||
net-voip/sflphone,
|
sys-apps/gptfdisk,
|
||||||
net-voip/telepathy-butterfly,
|
sys-apps/keyboard-configuration-helpers,
|
||||||
net-voip/telepathy-gabble,
|
sys-apps/language-configuration-helpers,
|
||||||
net-voip/telepathy-haze,
|
sys-apps/micro-evtd,
|
||||||
net-voip/telepathy-rakia,
|
sys-apps/shadow,
|
||||||
net-voip/telepathy-salut,
|
sys-apps/smartmontools,
|
||||||
net-voip/yate
|
sys-apps/sysvinit
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
# Entropy repository where to commit packages
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
repository: sabayon-hell
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
# Valid values are either "yes" or "no"
|
# Valid values are either "yes" or "no"
|
79
daily/sys-block.particle
Normal file
79
daily/sys-block.particle
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
sys-block/partclone,
|
||||||
|
sys-block/parted
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
78
daily/sys-cluster.particle
Normal file
78
daily/sys-cluster.particle
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
sys-cluster/util-vserver
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
83
daily/sys-fs.particle
Normal file
83
daily/sys-fs.particle
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
sys-fs/btrfs-progs,
|
||||||
|
sys-fs/dosfstools,
|
||||||
|
sys-fs/multipath-tools,
|
||||||
|
sys-fs/ntfs3g,
|
||||||
|
sys-fs/posixovl,
|
||||||
|
sys-fs/xfsprogs
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
@ -4,37 +4,36 @@
|
|||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
packages:
|
packages:
|
||||||
app-benchmarks/acovea,
|
sys-kernel/buffalo_kb_pro-sources,
|
||||||
app-benchmarks/acovea-gtk,
|
sys-kernel/buffalo_ls_chl-sources,
|
||||||
app-benchmarks/bashmark,
|
sys-kernel/buffalo_ls_chl2-sources,
|
||||||
app-benchmarks/bonnie++,
|
sys-kernel/buffalo_ls_hgl-sources,
|
||||||
app-benchmarks/bonnie,
|
sys-kernel/buffalo_ls_mini-sources,
|
||||||
app-benchmarks/bootchart,
|
sys-kernel/buffalo_ls_pro_duo_rev1-sources,
|
||||||
app-benchmarks/contest,
|
sys-kernel/buffalo_ls_pro_duo_rev2-sources,
|
||||||
app-benchmarks/cpuburn,
|
sys-kernel/buffalo_ls_pro_live-sources,
|
||||||
app-benchmarks/dbench,
|
sys-kernel/buffalo_ls_ql-sources,
|
||||||
app-benchmarks/filebench,
|
sys-kernel/buffalo_ls_vl-sources,
|
||||||
app-benchmarks/forkbomb,
|
sys-kernel/buffalo_ls_wvl-sources,
|
||||||
app-benchmarks/gtkperf,
|
sys-kernel/buffalo_ls_xhl-sources,
|
||||||
app-benchmarks/httperf,
|
sys-kernel/genkernel,
|
||||||
app-benchmarks/interbench,
|
sys-kernel/go-sources,
|
||||||
app-benchmarks/iozone,
|
sys-kernel/linux-buffalo_kb_pro,
|
||||||
app-benchmarks/jmeter,
|
sys-kernel/linux-buffalo_ls_chl2,
|
||||||
app-benchmarks/nbench,
|
sys-kernel/linux-buffalo_ls_chl,
|
||||||
app-benchmarks/phoronix-test-suite,
|
sys-kernel/linux-buffalo_ls_hgl,
|
||||||
app-benchmarks/piozone,
|
sys-kernel/linux-buffalo_ls_mini,
|
||||||
app-benchmarks/pipebench,
|
sys-kernel/linux-buffalo_ls_pro_duo_rev1,
|
||||||
app-benchmarks/ramspeed,
|
sys-kernel/linux-buffalo_ls_pro_duo_rev2,
|
||||||
app-benchmarks/siege,
|
sys-kernel/linux-buffalo_ls_pro_live,
|
||||||
app-benchmarks/spew,
|
sys-kernel/linux-buffalo_ls_ql,
|
||||||
app-benchmarks/stress,
|
sys-kernel/linux-buffalo_ls_vl,
|
||||||
app-benchmarks/sysbench,
|
sys-kernel/linux-buffalo_ls_wvl,
|
||||||
app-benchmarks/tiobench,
|
sys-kernel/linux-buffalo_ls_xhl
|
||||||
app-benchmarks/volanomark
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
# Entropy repository where to commit packages
|
||||||
# Mandatory, cannot be empty
|
# Mandatory, cannot be empty
|
||||||
repository: sabayon-hell
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
# Valid values are either "yes" or "no"
|
# Valid values are either "yes" or "no"
|
78
daily/sys-process.particle
Normal file
78
daily/sys-process.particle
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
sys-process/vixie-cron
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
80
daily/virtual.particle
Normal file
80
daily/virtual.particle
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
virtual/jdk,
|
||||||
|
virtual/jre,
|
||||||
|
virtual/linux-sources
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
79
daily/www-client.particle
Normal file
79
daily/www-client.particle
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
www-client/httrack,
|
||||||
|
www-client/prozilla
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
78
daily/www-server.particle
Normal file
78
daily/www-server.particle
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
||||||
|
|
||||||
|
# List of packages required to be built.
|
||||||
|
# Comma separated, example: app-foo/bar, bar-baz/foo
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
packages:
|
||||||
|
www-servers/apache
|
||||||
|
|
||||||
|
# Entropy repository where to commit packages
|
||||||
|
# Mandatory, cannot be empty
|
||||||
|
repository: sablink.nas-central.org
|
||||||
|
|
||||||
|
# Allow Source Package Manager (Portage) repository change?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
spm-repository-change: no
|
||||||
|
|
||||||
|
# Allow compiling package even if it's not actually installed on system?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
not-installed: no
|
||||||
|
|
||||||
|
# Allow dependencies to be pulled in?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
dependencies: yes
|
||||||
|
|
||||||
|
# Allow package downgrade?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
downgrade: no
|
||||||
|
|
||||||
|
# Allow package rebuild?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
rebuild: no
|
||||||
|
|
||||||
|
# Make possible to continue if one or more packages fail to build?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
keep-going: yes
|
||||||
|
|
||||||
|
# Allow new USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
new-useflags: yes
|
||||||
|
|
||||||
|
# Allow removed USE flags?
|
||||||
|
# Valid values are either "yes" or "no"
|
||||||
|
# Default is: no
|
||||||
|
removed-useflags: yes
|
||||||
|
|
||||||
|
# Package pre execution script hook
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
|
# Package build post execution script hook, executed for each package
|
||||||
|
# Valid value is path to executable file
|
||||||
|
# Env vars:
|
||||||
|
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
||||||
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
|
# Env vars:
|
||||||
|
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
||||||
|
# not reflect the name of the failing package, because it could be just a
|
||||||
|
# dependency of it.
|
||||||
|
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
||||||
|
# package, the one that triggered the buildfail hook.
|
||||||
|
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
||||||
|
# comes from
|
||||||
|
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
||||||
|
# the failed package
|
||||||
|
buildfail: /particles/hooks/buildfail.sh
|
||||||
|
|
||||||
|
# For more info regarding exported environment variables, please see:
|
||||||
|
# matter --help
|
@ -1,117 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-accessibility/SphinxTrain,
|
|
||||||
app-accessibility/accerciser,
|
|
||||||
app-accessibility/at-spi2-atk,
|
|
||||||
app-accessibility/at-spi2-core,
|
|
||||||
app-accessibility/brltty,
|
|
||||||
app-accessibility/caribou,
|
|
||||||
app-accessibility/dasher,
|
|
||||||
app-accessibility/eflite,
|
|
||||||
app-accessibility/emacspeak,
|
|
||||||
app-accessibility/emacspeak-ss,
|
|
||||||
app-accessibility/epos,
|
|
||||||
app-accessibility/espeak,
|
|
||||||
app-accessibility/espeakup,
|
|
||||||
app-accessibility/festival,
|
|
||||||
app-accessibility/festival-fi,
|
|
||||||
app-accessibility/festival-freebsoft-utils,
|
|
||||||
app-accessibility/festival-hts,
|
|
||||||
app-accessibility/festival-it,
|
|
||||||
app-accessibility/festival-ru,
|
|
||||||
app-accessibility/flite,
|
|
||||||
app-accessibility/freetts,
|
|
||||||
app-accessibility/gnome-mag,
|
|
||||||
app-accessibility/gnome-speech,
|
|
||||||
app-accessibility/gok,
|
|
||||||
app-accessibility/java-access-bridge,
|
|
||||||
app-accessibility/mbrola,
|
|
||||||
app-accessibility/morseall,
|
|
||||||
app-accessibility/nfbtrans,
|
|
||||||
app-accessibility/orca,
|
|
||||||
app-accessibility/perlbox-voice,
|
|
||||||
app-accessibility/pidgin-festival,
|
|
||||||
app-accessibility/powiedz,
|
|
||||||
app-accessibility/sound-icons,
|
|
||||||
app-accessibility/speakup-utils,
|
|
||||||
app-accessibility/speech-dispatcher,
|
|
||||||
app-accessibility/speech-tools,
|
|
||||||
app-accessibility/speechd,
|
|
||||||
app-accessibility/sphinx2,
|
|
||||||
app-accessibility/sphinx3,
|
|
||||||
app-accessibility/yasr
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,217 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-admin/389-admin-console,
|
|
||||||
app-admin/389-console,
|
|
||||||
app-admin/389-ds-console,
|
|
||||||
app-admin/addpatches,
|
|
||||||
app-admin/amazon-ec2-init,
|
|
||||||
app-admin/analog,
|
|
||||||
app-admin/apache-tools,
|
|
||||||
app-admin/apachetop,
|
|
||||||
app-admin/apg,
|
|
||||||
app-admin/augeas,
|
|
||||||
app-admin/bastille,
|
|
||||||
app-admin/bcfg2,
|
|
||||||
app-admin/cancd,
|
|
||||||
app-admin/ccze,
|
|
||||||
app-admin/checkrestart,
|
|
||||||
app-admin/chroot_safe,
|
|
||||||
app-admin/chrootuid,
|
|
||||||
app-admin/chrpath,
|
|
||||||
app-admin/collectd,
|
|
||||||
app-admin/conky,
|
|
||||||
app-admin/conkyforecast,
|
|
||||||
app-admin/conserver,
|
|
||||||
app-admin/cpu-g,
|
|
||||||
app-admin/cpulimit,
|
|
||||||
app-admin/cronolog,
|
|
||||||
app-admin/denyhosts,
|
|
||||||
app-admin/diradm,
|
|
||||||
app-admin/drush,
|
|
||||||
app-admin/durep,
|
|
||||||
app-admin/ec2-ami-tools,
|
|
||||||
app-admin/ec2-api-tools,
|
|
||||||
app-admin/eclean-kernel,
|
|
||||||
app-admin/emacs-updater,
|
|
||||||
app-admin/fetchlog,
|
|
||||||
app-admin/fifo-cronolog,
|
|
||||||
app-admin/flexlm,
|
|
||||||
app-admin/fsvs,
|
|
||||||
app-admin/gam-server,
|
|
||||||
app-admin/gamin,
|
|
||||||
app-admin/genromfs,
|
|
||||||
app-admin/gentoo-rsync-mirror,
|
|
||||||
app-admin/geolizer,
|
|
||||||
app-admin/gkrellm,
|
|
||||||
app-admin/gnome-system-tools,
|
|
||||||
app-admin/grubconfig,
|
|
||||||
app-admin/gtkdiskfree,
|
|
||||||
app-admin/hardinfo,
|
|
||||||
app-admin/haskell-updater,
|
|
||||||
app-admin/hddtemp,
|
|
||||||
app-admin/hwreport,
|
|
||||||
app-admin/ide-smart,
|
|
||||||
app-admin/integrit,
|
|
||||||
app-admin/kedpm,
|
|
||||||
app-admin/keepassx,
|
|
||||||
app-admin/killproc,
|
|
||||||
app-admin/lcap,
|
|
||||||
app-admin/lib_users,
|
|
||||||
app-admin/listadmin,
|
|
||||||
app-admin/localepurge,
|
|
||||||
app-admin/logcheck,
|
|
||||||
app-admin/logmon,
|
|
||||||
app-admin/logrotate,
|
|
||||||
app-admin/logsurfer+,
|
|
||||||
app-admin/longrun,
|
|
||||||
app-admin/lsat,
|
|
||||||
app-admin/lsyncd,
|
|
||||||
app-admin/makepasswd,
|
|
||||||
app-admin/mcelog,
|
|
||||||
app-admin/mcollective,
|
|
||||||
app-admin/metalog,
|
|
||||||
app-admin/mon,
|
|
||||||
app-admin/monit,
|
|
||||||
app-admin/newsyslog,
|
|
||||||
app-admin/osiris,
|
|
||||||
app-admin/passook,
|
|
||||||
app-admin/paxtest,
|
|
||||||
app-admin/perl-cleaner,
|
|
||||||
app-admin/pessulus,
|
|
||||||
app-admin/petrovich,
|
|
||||||
app-admin/phpsyslogng,
|
|
||||||
app-admin/pprocm,
|
|
||||||
app-admin/prelude-lml,
|
|
||||||
app-admin/prelude-manager,
|
|
||||||
app-admin/procinfo,
|
|
||||||
app-admin/profiler,
|
|
||||||
app-admin/psmon,
|
|
||||||
app-admin/puppet,
|
|
||||||
app-admin/pwcrypt,
|
|
||||||
app-admin/pwgen,
|
|
||||||
app-admin/pydf,
|
|
||||||
app-admin/qpage,
|
|
||||||
app-admin/quickswitch,
|
|
||||||
app-admin/rackview,
|
|
||||||
app-admin/radmind,
|
|
||||||
app-admin/ranpwd,
|
|
||||||
app-admin/reportmagic,
|
|
||||||
app-admin/rsyslog,
|
|
||||||
app-admin/rudy,
|
|
||||||
app-admin/showconsole,
|
|
||||||
app-admin/smolt,
|
|
||||||
app-admin/socklog,
|
|
||||||
app-admin/sshguard,
|
|
||||||
app-admin/stow,
|
|
||||||
app-admin/sud,
|
|
||||||
app-admin/sudo,
|
|
||||||
app-admin/superadduser,
|
|
||||||
app-admin/supervisor,
|
|
||||||
app-admin/swatch,
|
|
||||||
app-admin/sxid,
|
|
||||||
app-admin/sysklogd,
|
|
||||||
app-admin/syslog-ng,
|
|
||||||
app-admin/syslog-summary,
|
|
||||||
app-admin/syslogread,
|
|
||||||
app-admin/sysrqd,
|
|
||||||
app-admin/sysstat,
|
|
||||||
app-admin/system-config-date,
|
|
||||||
app-admin/system-config-keyboard,
|
|
||||||
app-admin/system-config-printer-common,
|
|
||||||
app-admin/system-config-printer-gnome,
|
|
||||||
app-admin/system-config-users,
|
|
||||||
app-admin/system-tools-backends,
|
|
||||||
app-admin/tenshi,
|
|
||||||
app-admin/testdisk,
|
|
||||||
app-admin/tmpreaper,
|
|
||||||
app-admin/tmpwatch,
|
|
||||||
app-admin/tripwire,
|
|
||||||
app-admin/ulog-acctd,
|
|
||||||
app-admin/ulogd,
|
|
||||||
app-admin/usbview,
|
|
||||||
app-admin/usermin,
|
|
||||||
app-admin/verynice,
|
|
||||||
app-admin/watchfolder,
|
|
||||||
app-admin/webalizer,
|
|
||||||
app-admin/webalizer-xtended,
|
|
||||||
app-admin/webapp-config,
|
|
||||||
app-admin/whowatch,
|
|
||||||
app-admin/xstow,
|
|
||||||
app-admin/xtail,
|
|
||||||
app-admin/yaala
|
|
||||||
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,156 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-arch/advancecomp,
|
|
||||||
app-arch/afio,
|
|
||||||
app-arch/alien,
|
|
||||||
app-arch/arc,
|
|
||||||
app-arch/arj,
|
|
||||||
app-arch/bsdsfv,
|
|
||||||
app-arch/cabextract,
|
|
||||||
app-arch/cfv,
|
|
||||||
app-arch/cksfv,
|
|
||||||
app-arch/cpio,
|
|
||||||
app-arch/dczip,
|
|
||||||
app-arch/deb2targz,
|
|
||||||
app-arch/deltarpm,
|
|
||||||
app-arch/dpkg,
|
|
||||||
app-arch/duff,
|
|
||||||
app-arch/dump,
|
|
||||||
app-arch/fastjar,
|
|
||||||
app-arch/file-roller,
|
|
||||||
app-arch/funzix,
|
|
||||||
app-arch/gtk-splitter,
|
|
||||||
app-arch/hardlink++,
|
|
||||||
app-arch/hardlink,
|
|
||||||
app-arch/ipkg-utils,
|
|
||||||
app-arch/lbzip2,
|
|
||||||
app-arch/lha,
|
|
||||||
app-arch/libarchive,
|
|
||||||
app-arch/libpar2,
|
|
||||||
app-arch/libzpaq,
|
|
||||||
app-arch/lrzip,
|
|
||||||
app-arch/lzip,
|
|
||||||
app-arch/lzop,
|
|
||||||
app-arch/macutil,
|
|
||||||
app-arch/makeself,
|
|
||||||
app-arch/mscompress,
|
|
||||||
app-arch/mt-st,
|
|
||||||
app-arch/ncompress,
|
|
||||||
app-arch/p7zip,
|
|
||||||
app-arch/par,
|
|
||||||
app-arch/par2cmdline,
|
|
||||||
app-arch/pax,
|
|
||||||
app-arch/pbzip2,
|
|
||||||
app-arch/pdv,
|
|
||||||
app-arch/peazip-gtk-bin,
|
|
||||||
app-arch/pigz,
|
|
||||||
app-arch/ppmd,
|
|
||||||
app-arch/pure-sfv,
|
|
||||||
app-arch/pxz,
|
|
||||||
app-arch/q7z,
|
|
||||||
app-arch/rar,
|
|
||||||
app-arch/rpm2targz,
|
|
||||||
app-arch/rzip,
|
|
||||||
app-arch/sharutils,
|
|
||||||
app-arch/snappy,
|
|
||||||
app-arch/star,
|
|
||||||
app-arch/tapeutils,
|
|
||||||
app-arch/tardy,
|
|
||||||
app-arch/tarsync,
|
|
||||||
app-arch/torrentzip,
|
|
||||||
app-arch/unace,
|
|
||||||
app-arch/unace,
|
|
||||||
app-arch/unadf,
|
|
||||||
app-arch/unarj,
|
|
||||||
app-arch/undms,
|
|
||||||
app-arch/unlzx,
|
|
||||||
app-arch/unmakeself,
|
|
||||||
app-arch/unp,
|
|
||||||
app-arch/unrar,
|
|
||||||
app-arch/unrar-gpl,
|
|
||||||
app-arch/unshield,
|
|
||||||
app-arch/unzip,
|
|
||||||
app-arch/upm,
|
|
||||||
app-arch/upx-bin,
|
|
||||||
app-arch/xar,
|
|
||||||
app-arch/xarchiver,
|
|
||||||
app-arch/xdms,
|
|
||||||
app-arch/xz-utils,
|
|
||||||
app-arch/zip,
|
|
||||||
app-arch/zoo,
|
|
||||||
app-arch/zpaq
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,110 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-backup/amanda,
|
|
||||||
app-backup/backintime,
|
|
||||||
app-backup/backup-manager,
|
|
||||||
app-backup/backupninja,
|
|
||||||
app-backup/backuppc,
|
|
||||||
app-backup/bacula,
|
|
||||||
app-backup/boxbackup,
|
|
||||||
app-backup/ccollect,
|
|
||||||
app-backup/cdbackup,
|
|
||||||
app-backup/dar,
|
|
||||||
app-backup/deja-dup,
|
|
||||||
app-backup/dirvish,
|
|
||||||
app-backup/duplicity,
|
|
||||||
app-backup/flexbackup,
|
|
||||||
app-backup/furball,
|
|
||||||
app-backup/hdup,
|
|
||||||
app-backup/kbackup,
|
|
||||||
app-backup/luckybackup,
|
|
||||||
app-backup/mirdir,
|
|
||||||
app-backup/mylvmbackup,
|
|
||||||
app-backup/pdumpfs,
|
|
||||||
app-backup/pybackpack,
|
|
||||||
app-backup/rdiff-backup,
|
|
||||||
app-backup/reoback,
|
|
||||||
app-backup/rsnapshot,
|
|
||||||
app-backup/sarab,
|
|
||||||
app-backup/simplebackup,
|
|
||||||
app-backup/snapback2,
|
|
||||||
app-backup/spideroak-bin,
|
|
||||||
app-backup/tarsnap,
|
|
||||||
app-backup/tob,
|
|
||||||
app-backup/tsm,
|
|
||||||
app-backup/vzdump
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,140 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-cdr/acetoneiso,
|
|
||||||
app-cdr/b5i2iso,
|
|
||||||
app-cdr/backlite,
|
|
||||||
app-cdr/bashburn,
|
|
||||||
app-cdr/bchunk,
|
|
||||||
app-cdr/bin2iso,
|
|
||||||
app-cdr/brasero,
|
|
||||||
app-cdr/burn-cd,
|
|
||||||
app-cdr/burncdda,
|
|
||||||
app-cdr/burncenter,
|
|
||||||
app-cdr/ccd2iso,
|
|
||||||
app-cdr/cdck,
|
|
||||||
app-cdr/cdemu,
|
|
||||||
app-cdr/cdemud,
|
|
||||||
app-cdr/cdlabelgen,
|
|
||||||
app-cdr/cdrdao,
|
|
||||||
app-cdr/cdrtools,
|
|
||||||
app-cdr/cdw,
|
|
||||||
app-cdr/cuecue,
|
|
||||||
app-cdr/cuegen,
|
|
||||||
app-cdr/cuetools,
|
|
||||||
app-cdr/daa2iso,
|
|
||||||
app-cdr/disc-cover,
|
|
||||||
app-cdr/dvd+rw-tools,
|
|
||||||
app-cdr/dvd95,
|
|
||||||
app-cdr/dvdisaster,
|
|
||||||
app-cdr/dvdshrink,
|
|
||||||
app-cdr/extract-xiso,
|
|
||||||
app-cdr/gaffitter,
|
|
||||||
app-cdr/gcdemu,
|
|
||||||
app-cdr/gnomebaker,
|
|
||||||
app-cdr/graveman,
|
|
||||||
app-cdr/gtkcdlabel,
|
|
||||||
app-cdr/iat,
|
|
||||||
app-cdr/isomaster,
|
|
||||||
app-cdr/isomd5sum,
|
|
||||||
app-cdr/k3b,
|
|
||||||
app-cdr/k9copy,
|
|
||||||
app-cdr/kcdemu,
|
|
||||||
app-cdr/lightscribe-lacie,
|
|
||||||
app-cdr/lightscribe-simplelabeler,
|
|
||||||
app-cdr/lightscribe-template,
|
|
||||||
app-cdr/mirage2iso,
|
|
||||||
app-cdr/mkcdtoc,
|
|
||||||
app-cdr/mode2cdmaker,
|
|
||||||
app-cdr/mp3burn,
|
|
||||||
app-cdr/multicd,
|
|
||||||
app-cdr/nero,
|
|
||||||
app-cdr/nrg2iso,
|
|
||||||
app-cdr/plextor-tool,
|
|
||||||
app-cdr/poweriso,
|
|
||||||
app-cdr/qmultirecord,
|
|
||||||
app-cdr/qpxtool,
|
|
||||||
app-cdr/recorder,
|
|
||||||
app-cdr/serpentine,
|
|
||||||
app-cdr/sync2cd,
|
|
||||||
app-cdr/tkdvd,
|
|
||||||
app-cdr/uif2iso,
|
|
||||||
app-cdr/webcdwriter,
|
|
||||||
app-cdr/xbiso,
|
|
||||||
app-cdr/xcdroast,
|
|
||||||
app-cdr/xdvdfs-tools,
|
|
||||||
app-cdr/xfburn
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,151 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-crypt/WiRouterKeyRec, app-crypt/aespipe, app-crypt/aesutil, app-crypt/asedriveiiie-serial,
|
|
||||||
app-crypt/asedriveiiie-usb,
|
|
||||||
app-crypt/asekey,
|
|
||||||
app-crypt/bcrypt,
|
|
||||||
app-crypt/bcwipe,
|
|
||||||
app-crypt/bsign,
|
|
||||||
app-crypt/ccid,
|
|
||||||
app-crypt/ccrypt,
|
|
||||||
app-crypt/chntpw,
|
|
||||||
app-crypt/codegroup,
|
|
||||||
app-crypt/coolkey,
|
|
||||||
app-crypt/cryptkeeper,
|
|
||||||
app-crypt/dieharder,
|
|
||||||
app-crypt/dirmngr,
|
|
||||||
app-crypt/ekeyd,
|
|
||||||
app-crypt/elettra,
|
|
||||||
app-crypt/fcrackzip,
|
|
||||||
app-crypt/gifshuffle,
|
|
||||||
app-crypt/gnupg,
|
|
||||||
app-crypt/gnupg-pkcs11-scd,
|
|
||||||
app-crypt/gorilla,
|
|
||||||
app-crypt/gpa,
|
|
||||||
app-crypt/gpg-ringmgr,
|
|
||||||
app-crypt/gpgme,
|
|
||||||
app-crypt/gpgstats,
|
|
||||||
app-crypt/gringotts,
|
|
||||||
app-crypt/hashalot,
|
|
||||||
app-crypt/jacksum,
|
|
||||||
app-crypt/johntheripper,
|
|
||||||
app-crypt/keylookup,
|
|
||||||
app-crypt/keynote,
|
|
||||||
app-crypt/kstart,
|
|
||||||
app-crypt/mcrypt,
|
|
||||||
app-crypt/md4sum,
|
|
||||||
app-crypt/md5deep,
|
|
||||||
app-crypt/md6sum,
|
|
||||||
app-crypt/mdcrack,
|
|
||||||
app-crypt/mhash,
|
|
||||||
app-crypt/nasty,
|
|
||||||
app-crypt/onak,
|
|
||||||
app-crypt/opencdk,
|
|
||||||
app-crypt/openssl-blacklist,
|
|
||||||
app-crypt/openssl-tpm-engine,
|
|
||||||
app-crypt/openvpn-blacklist,
|
|
||||||
app-crypt/ophcrack,
|
|
||||||
app-crypt/ophcrack-tables,
|
|
||||||
app-crypt/pdfcrack,
|
|
||||||
app-crypt/pgpdump,
|
|
||||||
app-crypt/pinentry,
|
|
||||||
app-crypt/pinentry-gtk2,
|
|
||||||
app-crypt/pinentry-qt,
|
|
||||||
app-crypt/pinentry-qt4,
|
|
||||||
app-crypt/pius,
|
|
||||||
app-crypt/pkcrack,
|
|
||||||
app-crypt/pkcs11-data,
|
|
||||||
app-crypt/pkcs11-dump,
|
|
||||||
app-crypt/quickcrypt,
|
|
||||||
app-crypt/rainbowcrack,
|
|
||||||
app-crypt/rotix,
|
|
||||||
app-crypt/seahorse,
|
|
||||||
app-crypt/sgeps,
|
|
||||||
app-crypt/shash,
|
|
||||||
app-crypt/sign,
|
|
||||||
app-crypt/signing-party,
|
|
||||||
app-crypt/ssh-multiadd,
|
|
||||||
app-crypt/stan,
|
|
||||||
app-crypt/tinyca,
|
|
||||||
app-crypt/tpm-tools,
|
|
||||||
app-crypt/trousers,
|
|
||||||
app-crypt/truecrypt,
|
|
||||||
app-crypt/xca,
|
|
||||||
app-crypt/xor-analyze
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,404 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-dicts/aspell-af,
|
|
||||||
app-dicts/aspell-be,
|
|
||||||
app-dicts/aspell-bg,
|
|
||||||
app-dicts/aspell-br,
|
|
||||||
app-dicts/aspell-ca,
|
|
||||||
app-dicts/aspell-cs,
|
|
||||||
app-dicts/aspell-cy,
|
|
||||||
app-dicts/aspell-da,
|
|
||||||
app-dicts/aspell-de,
|
|
||||||
app-dicts/aspell-de-alt,
|
|
||||||
app-dicts/aspell-el,
|
|
||||||
app-dicts/aspell-en,
|
|
||||||
app-dicts/aspell-eo,
|
|
||||||
app-dicts/aspell-es,
|
|
||||||
app-dicts/aspell-et,
|
|
||||||
app-dicts/aspell-fi,
|
|
||||||
app-dicts/aspell-fo,
|
|
||||||
app-dicts/aspell-fr,
|
|
||||||
app-dicts/aspell-ga,
|
|
||||||
app-dicts/aspell-gl,
|
|
||||||
app-dicts/aspell-he,
|
|
||||||
app-dicts/aspell-hr,
|
|
||||||
app-dicts/aspell-hu,
|
|
||||||
app-dicts/aspell-hy,
|
|
||||||
app-dicts/aspell-is,
|
|
||||||
app-dicts/aspell-it,
|
|
||||||
app-dicts/aspell-la,
|
|
||||||
app-dicts/aspell-lt,
|
|
||||||
app-dicts/aspell-nl,
|
|
||||||
app-dicts/aspell-no,
|
|
||||||
app-dicts/aspell-pl,
|
|
||||||
app-dicts/aspell-pt,
|
|
||||||
app-dicts/aspell-pt-br,
|
|
||||||
app-dicts/aspell-ro,
|
|
||||||
app-dicts/aspell-ru,
|
|
||||||
app-dicts/aspell-sk,
|
|
||||||
app-dicts/aspell-sl,
|
|
||||||
app-dicts/aspell-sr,
|
|
||||||
app-dicts/aspell-sv,
|
|
||||||
app-dicts/aspell-uk,
|
|
||||||
app-dicts/aspell-vi,
|
|
||||||
app-dicts/bookview,
|
|
||||||
app-dicts/canna-2ch,
|
|
||||||
app-dicts/canna-canada-med,
|
|
||||||
app-dicts/canna-cannadic,
|
|
||||||
app-dicts/canna-shion,
|
|
||||||
app-dicts/canna-zipcode,
|
|
||||||
app-dicts/dictd-devils,
|
|
||||||
app-dicts/dictd-dicts,
|
|
||||||
app-dicts/dictd-elements,
|
|
||||||
app-dicts/dictd-foldoc,
|
|
||||||
app-dicts/dictd-gazetteer,
|
|
||||||
app-dicts/dictd-jargon,
|
|
||||||
app-dicts/dictd-misc,
|
|
||||||
app-dicts/dictd-vera,
|
|
||||||
app-dicts/dictd-web1913,
|
|
||||||
app-dicts/dictd-wn,
|
|
||||||
app-dicts/dikt,
|
|
||||||
app-dicts/duali-data,
|
|
||||||
app-dicts/eblook,
|
|
||||||
app-dicts/edictionary,
|
|
||||||
app-dicts/fantasdic,
|
|
||||||
app-dicts/freedict-deu-eng,
|
|
||||||
app-dicts/freedict-eng-fra,
|
|
||||||
app-dicts/freedict-eng-ita,
|
|
||||||
app-dicts/freedict-eng-swe,
|
|
||||||
app-dicts/freedict-fra-eng,
|
|
||||||
app-dicts/freedict-ita-eng,
|
|
||||||
app-dicts/gjiten,
|
|
||||||
app-dicts/gnuvd,
|
|
||||||
app-dicts/gwaei,
|
|
||||||
app-dicts/ipadic,
|
|
||||||
app-dicts/kasumi,
|
|
||||||
app-dicts/libydpdict,
|
|
||||||
app-dicts/mecab-ipadic,
|
|
||||||
app-dicts/migemo-dict,
|
|
||||||
app-dicts/myspell-af,
|
|
||||||
app-dicts/myspell-bg,
|
|
||||||
app-dicts/myspell-ca,
|
|
||||||
app-dicts/myspell-cs,
|
|
||||||
app-dicts/myspell-cy,
|
|
||||||
app-dicts/myspell-da,
|
|
||||||
app-dicts/myspell-de,
|
|
||||||
app-dicts/myspell-de-alt,
|
|
||||||
app-dicts/myspell-el,
|
|
||||||
app-dicts/myspell-en,
|
|
||||||
app-dicts/myspell-eo,
|
|
||||||
app-dicts/myspell-es,
|
|
||||||
app-dicts/myspell-et,
|
|
||||||
app-dicts/myspell-fo,
|
|
||||||
app-dicts/myspell-fr,
|
|
||||||
app-dicts/myspell-ga,
|
|
||||||
app-dicts/myspell-gl,
|
|
||||||
app-dicts/myspell-he,
|
|
||||||
app-dicts/myspell-hr,
|
|
||||||
app-dicts/myspell-hu,
|
|
||||||
app-dicts/myspell-ia,
|
|
||||||
app-dicts/myspell-id,
|
|
||||||
app-dicts/myspell-it,
|
|
||||||
app-dicts/myspell-ku,
|
|
||||||
app-dicts/myspell-lt,
|
|
||||||
app-dicts/myspell-lv,
|
|
||||||
app-dicts/myspell-mi,
|
|
||||||
app-dicts/myspell-mk,
|
|
||||||
app-dicts/myspell-ms,
|
|
||||||
app-dicts/myspell-nb,
|
|
||||||
app-dicts/myspell-nl,
|
|
||||||
app-dicts/myspell-nn,
|
|
||||||
app-dicts/myspell-pl,
|
|
||||||
app-dicts/myspell-pt,
|
|
||||||
app-dicts/myspell-ro,
|
|
||||||
app-dicts/myspell-ru,
|
|
||||||
app-dicts/myspell-sk,
|
|
||||||
app-dicts/myspell-sl,
|
|
||||||
app-dicts/myspell-sv,
|
|
||||||
app-dicts/myspell-sw,
|
|
||||||
app-dicts/myspell-tn,
|
|
||||||
app-dicts/myspell-uk,
|
|
||||||
app-dicts/myspell-zu,
|
|
||||||
app-dicts/opendict,
|
|
||||||
app-dicts/prime-dict,
|
|
||||||
app-dicts/qvortaro,
|
|
||||||
app-dicts/stardict-cdict-en-zh-big5,
|
|
||||||
app-dicts/stardict-cdict-en-zh-gb,
|
|
||||||
app-dicts/stardict-cedict-zh-en-big5,
|
|
||||||
app-dicts/stardict-cedict-zh-en-gb,
|
|
||||||
app-dicts/stardict-dictd-devils,
|
|
||||||
app-dicts/stardict-freedict-eng-deu,
|
|
||||||
app-dicts/stardict-freedict-eng-fra,
|
|
||||||
app-dicts/stardict-freedict-eng-ita,
|
|
||||||
app-dicts/stardict-freedict-eng-lat,
|
|
||||||
app-dicts/stardict-freedict-eng-rus,
|
|
||||||
app-dicts/stardict-freedict-eng-spa,
|
|
||||||
app-dicts/stardict-freedict-eng-swe,
|
|
||||||
app-dicts/stardict-freedict-eng-tur,
|
|
||||||
app-dicts/stardict-freedict-tur-deu,
|
|
||||||
app-dicts/stardict-freedict-tur-eng,
|
|
||||||
app-dicts/stardict-hnd-de-vi,
|
|
||||||
app-dicts/stardict-hnd-en-vi,
|
|
||||||
app-dicts/stardict-hnd-fr-vi,
|
|
||||||
app-dicts/stardict-hnd-ru-vi,
|
|
||||||
app-dicts/stardict-hnd-vi-de,
|
|
||||||
app-dicts/stardict-hnd-vi-en,
|
|
||||||
app-dicts/stardict-hnd-vi-fr,
|
|
||||||
app-dicts/stardict-hnd-vi-vi,
|
|
||||||
app-dicts/stardict-jmdict-en-ja,
|
|
||||||
app-dicts/stardict-jmdict-ja-en,
|
|
||||||
app-dicts/stardict-langdao-en-zh-gb,
|
|
||||||
app-dicts/stardict-langdao-zh-en-gb,
|
|
||||||
app-dicts/stardict-mova-smiley,
|
|
||||||
app-dicts/stardict-oxford-en-zh-gb,
|
|
||||||
app-dicts/stardict-quick-eng-fra,
|
|
||||||
app-dicts/stardict-quick-eng-jpn,
|
|
||||||
app-dicts/stardict-quick-jpn-eng,
|
|
||||||
app-dicts/stardict-quick-ru-en,
|
|
||||||
app-dicts/stardict-xdict-en-zh-big5,
|
|
||||||
app-dicts/stardict-xdict-en-zh-gb,
|
|
||||||
app-dicts/stardict-xdict-zh-en-big5,
|
|
||||||
app-dicts/stardict-xdict-zh-en-gb,
|
|
||||||
app-dicts/sumika,
|
|
||||||
app-dicts/sword-ab,
|
|
||||||
app-dicts/sword-abbott,
|
|
||||||
app-dicts/sword-abs_essay_goodsam_swb,
|
|
||||||
app-dicts/sword-acv,
|
|
||||||
app-dicts/sword-afr1953,
|
|
||||||
app-dicts/sword-akjv,
|
|
||||||
app-dicts/sword-alb,
|
|
||||||
app-dicts/sword-aleppo,
|
|
||||||
app-dicts/sword-amtract,
|
|
||||||
app-dicts/sword-arasvd,
|
|
||||||
app-dicts/sword-armeastern,
|
|
||||||
app-dicts/sword-armwestern,
|
|
||||||
app-dicts/sword-asv,
|
|
||||||
app-dicts/sword-barnes,
|
|
||||||
app-dicts/sword-bashautin,
|
|
||||||
app-dicts/sword-bbe,
|
|
||||||
app-dicts/sword-br_en,
|
|
||||||
app-dicts/sword-bulcarigradnt,
|
|
||||||
app-dicts/sword-bulveren,
|
|
||||||
app-dicts/sword-burjudson,
|
|
||||||
app-dicts/sword-bwe,
|
|
||||||
app-dicts/sword-byz,
|
|
||||||
app-dicts/sword-cbc,
|
|
||||||
app-dicts/sword-chamorro,
|
|
||||||
app-dicts/sword-chincvs,
|
|
||||||
app-dicts/sword-chincvt,
|
|
||||||
app-dicts/sword-chiun,
|
|
||||||
app-dicts/sword-chiuns,
|
|
||||||
app-dicts/sword-clarke,
|
|
||||||
app-dicts/sword-common,
|
|
||||||
app-dicts/sword-cro,
|
|
||||||
app-dicts/sword-czebkr,
|
|
||||||
app-dicts/sword-czecep,
|
|
||||||
app-dicts/sword-czekms,
|
|
||||||
app-dicts/sword-czenkb,
|
|
||||||
app-dicts/sword-daily,
|
|
||||||
app-dicts/sword-dan,
|
|
||||||
app-dicts/sword-darby,
|
|
||||||
app-dicts/sword-dbd,
|
|
||||||
app-dicts/sword-diaglott,
|
|
||||||
app-dicts/sword-drc,
|
|
||||||
app-dicts/sword-dtn,
|
|
||||||
app-dicts/sword-dutkant,
|
|
||||||
app-dicts/sword-dutsvv,
|
|
||||||
app-dicts/sword-easton,
|
|
||||||
app-dicts/sword-emtv,
|
|
||||||
app-dicts/sword-esperanto,
|
|
||||||
app-dicts/sword-est,
|
|
||||||
app-dicts/sword-family,
|
|
||||||
app-dicts/sword-farsiopv,
|
|
||||||
app-dicts/sword-finbiblia,
|
|
||||||
app-dicts/sword-finney,
|
|
||||||
app-dicts/sword-finpr,
|
|
||||||
app-dicts/sword-finpr92,
|
|
||||||
app-dicts/sword-frebbb,
|
|
||||||
app-dicts/sword-frecrampon,
|
|
||||||
app-dicts/sword-frecrl,
|
|
||||||
app-dicts/sword-frelsg,
|
|
||||||
app-dicts/sword-fremartin,
|
|
||||||
app-dicts/sword-fresegond,
|
|
||||||
app-dicts/sword-geneva,
|
|
||||||
app-dicts/sword-geneva1599,
|
|
||||||
app-dicts/sword-gerelb1871,
|
|
||||||
app-dicts/sword-gerelb1905,
|
|
||||||
app-dicts/sword-gerlut1545,
|
|
||||||
app-dicts/sword-gersch,
|
|
||||||
app-dicts/sword-greekhebrew,
|
|
||||||
app-dicts/sword-hebmodern,
|
|
||||||
app-dicts/sword-hebrewgreek,
|
|
||||||
app-dicts/sword-heretics,
|
|
||||||
app-dicts/sword-hitchcock,
|
|
||||||
app-dicts/sword-hnv,
|
|
||||||
app-dicts/sword-hunkar,
|
|
||||||
app-dicts/sword-hunuj,
|
|
||||||
app-dicts/sword-icelandic,
|
|
||||||
app-dicts/sword-institutes,
|
|
||||||
app-dicts/sword-isbe,
|
|
||||||
app-dicts/sword-isv,
|
|
||||||
app-dicts/sword-itadio,
|
|
||||||
app-dicts/sword-itarive,
|
|
||||||
app-dicts/sword-jfb,
|
|
||||||
app-dicts/sword-josephus,
|
|
||||||
app-dicts/sword-jps,
|
|
||||||
app-dicts/sword-jst,
|
|
||||||
app-dicts/sword-jubilee2000,
|
|
||||||
app-dicts/sword-kekchi,
|
|
||||||
app-dicts/sword-kjv,
|
|
||||||
app-dicts/sword-kjvd,
|
|
||||||
app-dicts/sword-klv,
|
|
||||||
app-dicts/sword-klven_iklingon,
|
|
||||||
app-dicts/sword-klviklingon_en,
|
|
||||||
app-dicts/sword-korean,
|
|
||||||
app-dicts/sword-la_en,
|
|
||||||
app-dicts/sword-latvian,
|
|
||||||
app-dicts/sword-lightfoot,
|
|
||||||
app-dicts/sword-litv,
|
|
||||||
app-dicts/sword-luther,
|
|
||||||
app-dicts/sword-mak,
|
|
||||||
app-dicts/sword-manxgaelic,
|
|
||||||
app-dicts/sword-maori,
|
|
||||||
app-dicts/sword-mhc,
|
|
||||||
app-dicts/sword-mhcc,
|
|
||||||
app-dicts/sword-mkjv,
|
|
||||||
app-dicts/sword-montgomery,
|
|
||||||
app-dicts/sword-murdock,
|
|
||||||
app-dicts/sword-nave,
|
|
||||||
app-dicts/sword-norsk,
|
|
||||||
app-dicts/sword-orthodoxy,
|
|
||||||
app-dicts/sword-packard,
|
|
||||||
app-dicts/sword-personal,
|
|
||||||
app-dicts/sword-peshitta,
|
|
||||||
app-dicts/sword-pilgrim,
|
|
||||||
app-dicts/sword-pnt,
|
|
||||||
app-dicts/sword-practice,
|
|
||||||
app-dicts/sword-rkjnt,
|
|
||||||
app-dicts/sword-rnkjv,
|
|
||||||
app-dicts/sword-robinson,
|
|
||||||
app-dicts/sword-romcor,
|
|
||||||
app-dicts/sword-rotherham,
|
|
||||||
app-dicts/sword-rst,
|
|
||||||
app-dicts/sword-rusmakarij,
|
|
||||||
app-dicts/sword-rwebster,
|
|
||||||
app-dicts/sword-rwp,
|
|
||||||
app-dicts/sword-saoa,
|
|
||||||
app-dicts/sword-scofield,
|
|
||||||
app-dicts/sword-scotsgaelic,
|
|
||||||
app-dicts/sword-sme,
|
|
||||||
app-dicts/sword-smith,
|
|
||||||
app-dicts/sword-sparv,
|
|
||||||
app-dicts/sword-sparvg2004,
|
|
||||||
app-dicts/sword-spasev,
|
|
||||||
app-dicts/sword-spavnt,
|
|
||||||
app-dicts/sword-spurious,
|
|
||||||
app-dicts/sword-strongsgreek,
|
|
||||||
app-dicts/sword-strongshebrew,
|
|
||||||
app-dicts/sword-swahili,
|
|
||||||
app-dicts/sword-tagalog,
|
|
||||||
app-dicts/sword-tcr,
|
|
||||||
app-dicts/sword-tdavid,
|
|
||||||
app-dicts/sword-tfg,
|
|
||||||
app-dicts/sword-tisch,
|
|
||||||
app-dicts/sword-torrey,
|
|
||||||
app-dicts/sword-tr,
|
|
||||||
app-dicts/sword-tsk,
|
|
||||||
app-dicts/sword-twenty,
|
|
||||||
app-dicts/sword-tyndale,
|
|
||||||
app-dicts/sword-ukjv,
|
|
||||||
app-dicts/sword-ukrainian,
|
|
||||||
app-dicts/sword-uma,
|
|
||||||
app-dicts/sword-umgreek,
|
|
||||||
app-dicts/sword-vulgate,
|
|
||||||
app-dicts/sword-vulgate_hebps,
|
|
||||||
app-dicts/sword-web,
|
|
||||||
app-dicts/sword-webster,
|
|
||||||
app-dicts/sword-webstersdict,
|
|
||||||
app-dicts/sword-wesley,
|
|
||||||
app-dicts/sword-weymouth,
|
|
||||||
app-dicts/sword-whnu,
|
|
||||||
app-dicts/sword-wlc,
|
|
||||||
app-dicts/sword-wulfila,
|
|
||||||
app-dicts/sword-wycliffe,
|
|
||||||
app-dicts/sword-xhosa,
|
|
||||||
app-dicts/sword-ylt,
|
|
||||||
app-dicts/verbiste,
|
|
||||||
app-dicts/wordnet,
|
|
||||||
app-dicts/ydpdict
|
|
||||||
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,113 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-doc/NaturalDocs,
|
|
||||||
app-doc/abs-guide,
|
|
||||||
app-doc/autobook,
|
|
||||||
app-doc/blas-docs,
|
|
||||||
app-doc/casting-spels-emacs,
|
|
||||||
app-doc/djbdns-man,
|
|
||||||
app-doc/doxygen,
|
|
||||||
app-doc/ebookmerge,
|
|
||||||
app-doc/edox-data,
|
|
||||||
app-doc/elisp-manual,
|
|
||||||
app-doc/gimp-help,
|
|
||||||
app-doc/gnucash-docs,
|
|
||||||
app-doc/halibut,
|
|
||||||
app-doc/jargon,
|
|
||||||
app-doc/lapack-docs,
|
|
||||||
app-doc/linkers-and-loaders,
|
|
||||||
app-doc/linux-device-drivers,
|
|
||||||
app-doc/linux-gazette-base,
|
|
||||||
app-doc/linux-gazette-all,
|
|
||||||
app-doc/linux-kernel-in-a-nutshell,
|
|
||||||
app-doc/linuxfromscratch,
|
|
||||||
app-doc/mkdoxy,
|
|
||||||
app-doc/openmotif-manual,
|
|
||||||
app-doc/php-docs,
|
|
||||||
app-doc/phrack-all,
|
|
||||||
app-doc/pms,
|
|
||||||
app-doc/podbrowser,
|
|
||||||
app-doc/psmark,
|
|
||||||
app-doc/root-docs,
|
|
||||||
app-doc/selfhtml,
|
|
||||||
app-doc/selflinux,
|
|
||||||
app-doc/single-unix-specification,
|
|
||||||
app-doc/tldp-howto,
|
|
||||||
app-doc/vilearn,
|
|
||||||
app-doc/xmltoman,
|
|
||||||
app-doc/zsh-lovers
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,154 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-editors/XML-XSH2,
|
|
||||||
app-editors/adie,
|
|
||||||
app-editors/aee,
|
|
||||||
app-editors/amyedit,
|
|
||||||
app-editors/beaver,
|
|
||||||
app-editors/bluefish,
|
|
||||||
app-editors/bvi,
|
|
||||||
app-editors/cooledit,
|
|
||||||
app-editors/cssed,
|
|
||||||
app-editors/curses-hexedit,
|
|
||||||
app-editors/dav,
|
|
||||||
app-editors/dhex,
|
|
||||||
app-editors/e3,
|
|
||||||
app-editors/editra,
|
|
||||||
app-editors/ee,
|
|
||||||
app-editors/efte,
|
|
||||||
app-editors/elvis,
|
|
||||||
app-editors/emacs,
|
|
||||||
app-editors/emact,
|
|
||||||
app-editors/fe,
|
|
||||||
app-editors/focuswriter,
|
|
||||||
app-editors/fte,
|
|
||||||
app-editors/gedit,
|
|
||||||
app-editors/gedit-plugins,
|
|
||||||
app-editors/ghex,
|
|
||||||
app-editors/ghex,
|
|
||||||
app-editors/gobby,
|
|
||||||
app-editors/gphpedit,
|
|
||||||
app-editors/gummi,
|
|
||||||
app-editors/gvim,
|
|
||||||
app-editors/hexcurse,
|
|
||||||
app-editors/hexedit,
|
|
||||||
app-editors/hteditor,
|
|
||||||
app-editors/jasspa-microemacs,
|
|
||||||
app-editors/jed,
|
|
||||||
app-editors/jedit,
|
|
||||||
app-editors/jext,
|
|
||||||
app-editors/joe,
|
|
||||||
app-editors/jove,
|
|
||||||
app-editors/juffed,
|
|
||||||
app-editors/kile,
|
|
||||||
app-editors/kompozer,
|
|
||||||
app-editors/latexila,
|
|
||||||
app-editors/le,
|
|
||||||
app-editors/leafpad,
|
|
||||||
app-editors/levee,
|
|
||||||
app-editors/lfhex,
|
|
||||||
app-editors/lpe,
|
|
||||||
app-editors/mg,
|
|
||||||
app-editors/mlview,
|
|
||||||
app-editors/mp,
|
|
||||||
app-editors/nano,
|
|
||||||
app-editors/ne,
|
|
||||||
app-editors/nedit,
|
|
||||||
app-editors/nvi,
|
|
||||||
app-editors/padre,
|
|
||||||
app-editors/qemacs,
|
|
||||||
app-editors/qwriter,
|
|
||||||
app-editors/qxmledit,
|
|
||||||
app-editors/scite,
|
|
||||||
app-editors/shed,
|
|
||||||
app-editors/tea,
|
|
||||||
app-editors/teco,
|
|
||||||
app-editors/ted,
|
|
||||||
app-editors/uemacs-pk,
|
|
||||||
app-editors/vile,
|
|
||||||
app-editors/vim,
|
|
||||||
app-editors/vim-core,
|
|
||||||
app-editors/wily,
|
|
||||||
app-editors/wxhexeditor,
|
|
||||||
app-editors/xemacs,
|
|
||||||
app-editors/xmlcopyeditor,
|
|
||||||
app-editors/xvile,
|
|
||||||
app-editors/yudit,
|
|
||||||
app-editors/zile,
|
|
||||||
app-editors/znotes,
|
|
||||||
app-editors/zoinks
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,254 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-emacs/alt-font-menu,
|
|
||||||
app-emacs/analog,
|
|
||||||
app-emacs/apache-mode,
|
|
||||||
app-emacs/auto-complete,
|
|
||||||
app-emacs/autoconf-mode,
|
|
||||||
app-emacs/binclock,
|
|
||||||
app-emacs/blogmax,
|
|
||||||
app-emacs/bm,
|
|
||||||
app-emacs/bongo,
|
|
||||||
app-emacs/boxquote,
|
|
||||||
app-emacs/browse-kill-ring,
|
|
||||||
app-emacs/bubblet,
|
|
||||||
app-emacs/calfw,
|
|
||||||
app-emacs/chess,
|
|
||||||
app-emacs/circe,
|
|
||||||
app-emacs/cldoc,
|
|
||||||
app-emacs/color-browser,
|
|
||||||
app-emacs/company-mode,
|
|
||||||
app-emacs/cperl-mode,
|
|
||||||
app-emacs/crontab-mode,
|
|
||||||
app-emacs/crypt++,
|
|
||||||
app-emacs/csharp-mode,
|
|
||||||
app-emacs/css-mode,
|
|
||||||
app-emacs/csv-mode,
|
|
||||||
app-emacs/ddskk,
|
|
||||||
app-emacs/delicious,
|
|
||||||
app-emacs/develock,
|
|
||||||
app-emacs/df-mode,
|
|
||||||
app-emacs/dictionary,
|
|
||||||
app-emacs/dircolors,
|
|
||||||
app-emacs/dired-sort-menu,
|
|
||||||
app-emacs/doctest-mode,
|
|
||||||
app-emacs/doxymacs,
|
|
||||||
app-emacs/dropdown-list,
|
|
||||||
app-emacs/ecb,
|
|
||||||
app-emacs/edb,
|
|
||||||
app-emacs/edit-list,
|
|
||||||
app-emacs/elib,
|
|
||||||
app-emacs/elscreen,
|
|
||||||
app-emacs/emacs-daemon,
|
|
||||||
app-emacs/emacs-jabber,
|
|
||||||
app-emacs/emacs-wget,
|
|
||||||
app-emacs/emacs-wiki,
|
|
||||||
app-emacs/emacs-wiki-blog,
|
|
||||||
app-emacs/emhacks,
|
|
||||||
app-emacs/emms,
|
|
||||||
app-emacs/eperiodic,
|
|
||||||
app-emacs/erc,
|
|
||||||
app-emacs/erobot,
|
|
||||||
app-emacs/fff,
|
|
||||||
app-emacs/filladapt,
|
|
||||||
app-emacs/flashcard,
|
|
||||||
app-emacs/folding,
|
|
||||||
app-emacs/gnuserv,
|
|
||||||
app-emacs/google-c-style,
|
|
||||||
app-emacs/graphviz-dot-mode,
|
|
||||||
app-emacs/grep-edit,
|
|
||||||
app-emacs/h4x0r,
|
|
||||||
app-emacs/haskell-mode,
|
|
||||||
app-emacs/highline,
|
|
||||||
app-emacs/howm,
|
|
||||||
app-emacs/htmlize,
|
|
||||||
app-emacs/http-emacs,
|
|
||||||
app-emacs/httpd,
|
|
||||||
app-emacs/icicles,
|
|
||||||
app-emacs/igrep,
|
|
||||||
app-emacs/imaxima,
|
|
||||||
app-emacs/inform-mode,
|
|
||||||
app-emacs/initsplit,
|
|
||||||
app-emacs/jam-mode,
|
|
||||||
app-emacs/jasmin,
|
|
||||||
app-emacs/javascript,
|
|
||||||
app-emacs/jde,
|
|
||||||
app-emacs/keywiz,
|
|
||||||
app-emacs/lookup,
|
|
||||||
app-emacs/lua-mode,
|
|
||||||
app-emacs/lyskom-elisp-client,
|
|
||||||
app-emacs/magit,
|
|
||||||
app-emacs/mailcrypt,
|
|
||||||
app-emacs/mairix,
|
|
||||||
app-emacs/mcomplete,
|
|
||||||
app-emacs/mell,
|
|
||||||
app-emacs/mew,
|
|
||||||
app-emacs/mic-paren,
|
|
||||||
app-emacs/mldonkey,
|
|
||||||
app-emacs/mode-compile,
|
|
||||||
app-emacs/mpg123-el,
|
|
||||||
app-emacs/mu-cite,
|
|
||||||
app-emacs/muse,
|
|
||||||
app-emacs/nagios-mode,
|
|
||||||
app-emacs/navi2ch,
|
|
||||||
app-emacs/nxml-docbook5-schemas,
|
|
||||||
app-emacs/nxml-gentoo-schemas,
|
|
||||||
app-emacs/nxml-libvirt-schemas,
|
|
||||||
app-emacs/nxml-mode,
|
|
||||||
app-emacs/nxml-svg-schemas,
|
|
||||||
app-emacs/outline-magic,
|
|
||||||
app-emacs/planner,
|
|
||||||
app-emacs/pov-mode,
|
|
||||||
app-emacs/prime-el,
|
|
||||||
app-emacs/protbuf,
|
|
||||||
app-emacs/psgml,
|
|
||||||
app-emacs/pymacs,
|
|
||||||
app-emacs/quack,
|
|
||||||
app-emacs/quilt-el,
|
|
||||||
app-emacs/qwerty,
|
|
||||||
app-emacs/redo,
|
|
||||||
app-emacs/regress,
|
|
||||||
app-emacs/remember,
|
|
||||||
app-emacs/rfcview,
|
|
||||||
app-emacs/riece,
|
|
||||||
app-emacs/rnc-mode,
|
|
||||||
app-emacs/rst,
|
|
||||||
app-emacs/ruby-mode,
|
|
||||||
app-emacs/rudel,
|
|
||||||
app-emacs/sawfish,
|
|
||||||
app-emacs/scala-mode,
|
|
||||||
app-emacs/session,
|
|
||||||
app-emacs/setnu,
|
|
||||||
app-emacs/slime,
|
|
||||||
app-emacs/sml-mode,
|
|
||||||
app-emacs/sokoban,
|
|
||||||
app-emacs/ssh,
|
|
||||||
app-emacs/stripes,
|
|
||||||
app-emacs/sumibi,
|
|
||||||
app-emacs/tamago,
|
|
||||||
app-emacs/tdtd,
|
|
||||||
app-emacs/template,
|
|
||||||
app-emacs/tempo-snippets,
|
|
||||||
app-emacs/thinks,
|
|
||||||
app-emacs/thumbs,
|
|
||||||
app-emacs/tnt,
|
|
||||||
app-emacs/tuareg-mode,
|
|
||||||
app-emacs/twittering-mode,
|
|
||||||
app-emacs/typing,
|
|
||||||
app-emacs/uboat,
|
|
||||||
app-emacs/undo-tree,
|
|
||||||
app-emacs/uptimes,
|
|
||||||
app-emacs/vhdl-mode,
|
|
||||||
app-emacs/view-process,
|
|
||||||
app-emacs/volume,
|
|
||||||
app-emacs/yasnippet,
|
|
||||||
app-emacs/yatex,
|
|
||||||
app-emacs/yc,
|
|
||||||
app-emacs/yow,
|
|
||||||
app-emacs/zenburn,
|
|
||||||
app-emacs/zenirc,
|
|
||||||
app-emacs/apel,
|
|
||||||
app-emacs/auctex,
|
|
||||||
app-emacs/bbdb,
|
|
||||||
app-emacs/cedet,
|
|
||||||
app-emacs/color-moccur,
|
|
||||||
app-emacs/color-theme,
|
|
||||||
app-emacs/emacs-common-gentoo,
|
|
||||||
app-emacs/emacs-w3m,
|
|
||||||
app-emacs/ess,
|
|
||||||
app-emacs/flim,
|
|
||||||
app-emacs/gentoo-syntax,
|
|
||||||
app-emacs/matlab,
|
|
||||||
app-emacs/mmm-mode,
|
|
||||||
app-emacs/moccur-edit,
|
|
||||||
app-emacs/ocaml-mode,
|
|
||||||
app-emacs/org-mode,
|
|
||||||
app-emacs/paredit,
|
|
||||||
app-emacs/php-mode,
|
|
||||||
app-emacs/po-mode,
|
|
||||||
app-emacs/proofgeneral,
|
|
||||||
app-emacs/python-mode,
|
|
||||||
app-emacs/scheme-complete,
|
|
||||||
app-emacs/semi,
|
|
||||||
app-emacs/vm,
|
|
||||||
app-emacs/w3mnav,
|
|
||||||
app-emacs/wanderlust,
|
|
||||||
app-emacs/whine,
|
|
||||||
app-emacs/wikipedia-mode,
|
|
||||||
app-emacs/xrdb-mode,
|
|
||||||
app-emacs/xslide
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,145 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-emulation/aranym,
|
|
||||||
app-emulation/bochs,
|
|
||||||
app-emulation/cedega,
|
|
||||||
app-emulation/coldfire,
|
|
||||||
app-emulation/dinero,
|
|
||||||
app-emulation/dlx,
|
|
||||||
app-emulation/dosemu,
|
|
||||||
app-emulation/dynamips,
|
|
||||||
app-emulation/e-uae,
|
|
||||||
app-emulation/emul-linux-x86-baselibs,
|
|
||||||
app-emulation/emul-linux-x86-compat,
|
|
||||||
app-emulation/emul-linux-x86-cpplibs,
|
|
||||||
app-emulation/emul-linux-x86-gtklibs,
|
|
||||||
app-emulation/emul-linux-x86-gtkmmlibs,
|
|
||||||
app-emulation/emul-linux-x86-java,
|
|
||||||
app-emulation/emul-linux-x86-medialibs,
|
|
||||||
app-emulation/emul-linux-x86-motif,
|
|
||||||
app-emulation/emul-linux-x86-opengl,
|
|
||||||
app-emulation/emul-linux-x86-qtlibs,
|
|
||||||
app-emulation/emul-linux-x86-sdl,
|
|
||||||
app-emulation/emul-linux-x86-soundlibs,
|
|
||||||
app-emulation/emul-linux-x86-xlibs,
|
|
||||||
app-emulation/fuse,
|
|
||||||
app-emulation/fuse-utils,
|
|
||||||
app-emulation/ganeti,
|
|
||||||
app-emulation/ganeti-htools,
|
|
||||||
app-emulation/ganeti-instance-debian-etch,
|
|
||||||
app-emulation/ganeti-instance-debootstrap,
|
|
||||||
app-emulation/ganeti-instance-image,
|
|
||||||
app-emulation/gxemul,
|
|
||||||
app-emulation/hercules,
|
|
||||||
app-emulation/libdsk,
|
|
||||||
app-emulation/libspectrum,
|
|
||||||
app-emulation/libvirt,
|
|
||||||
app-emulation/libvirt-snmp,
|
|
||||||
app-emulation/lxc,
|
|
||||||
app-emulation/playonlinux,
|
|
||||||
app-emulation/q4wine,
|
|
||||||
app-emulation/qemu,
|
|
||||||
app-emulation/qemulator,
|
|
||||||
app-emulation/qtemu,
|
|
||||||
app-emulation/simh,
|
|
||||||
app-emulation/skyeye,
|
|
||||||
app-emulation/softgun,
|
|
||||||
app-emulation/spectemu,
|
|
||||||
app-emulation/spice-protocol,
|
|
||||||
app-emulation/spice-vdagent,
|
|
||||||
app-emulation/spice,
|
|
||||||
app-emulation/spim,
|
|
||||||
app-emulation/uade,
|
|
||||||
app-emulation/uae,
|
|
||||||
app-emulation/vboxgtk,
|
|
||||||
app-emulation/vice,
|
|
||||||
app-emulation/virt-manager,
|
|
||||||
app-emulation/virt-what,
|
|
||||||
app-emulation/virtinst,
|
|
||||||
app-emulation/vmware-server-console,
|
|
||||||
app-emulation/vmware-tools,
|
|
||||||
app-emulation/vmware-view-open-client,
|
|
||||||
app-emulation/vmware-vix,
|
|
||||||
app-emulation/vov,
|
|
||||||
app-emulation/wine,
|
|
||||||
app-emulation/wine-doors,
|
|
||||||
app-emulation/winetricks,
|
|
||||||
app-emulation/x48,
|
|
||||||
app-emulation/xen,
|
|
||||||
app-emulation/xen-pvgrub,
|
|
||||||
app-emulation/xen-tools
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,100 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-forensics/openscap,
|
|
||||||
app-forensics/ovaldi,
|
|
||||||
app-forensics/scalpel,
|
|
||||||
app-forensics/yasat,
|
|
||||||
app-forensics/afflib,
|
|
||||||
app-forensics/aide,
|
|
||||||
app-forensics/autopsy,
|
|
||||||
app-forensics/chkrootkit,
|
|
||||||
app-forensics/cmospwd,
|
|
||||||
app-forensics/examiner,
|
|
||||||
app-forensics/foremost,
|
|
||||||
app-forensics/galleta,
|
|
||||||
app-forensics/libewf,
|
|
||||||
app-forensics/lynis,
|
|
||||||
app-forensics/mac-robber,
|
|
||||||
app-forensics/magicrescue,
|
|
||||||
app-forensics/memdump,
|
|
||||||
app-forensics/pasco,
|
|
||||||
app-forensics/rdd,
|
|
||||||
app-forensics/rifiuti,
|
|
||||||
app-forensics/rkhunter,
|
|
||||||
app-forensics/sleuthkit,
|
|
||||||
app-forensics/zzuf
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,167 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-i18n/anthy,
|
|
||||||
app-i18n/bidiv,
|
|
||||||
app-i18n/canna,
|
|
||||||
app-i18n/cstools,
|
|
||||||
app-i18n/enca,
|
|
||||||
app-i18n/fbiterm,
|
|
||||||
app-i18n/fcitx-configtool,
|
|
||||||
app-i18n/fcitx-sunpinyin,
|
|
||||||
app-i18n/ibus,
|
|
||||||
app-i18n/ibus-anthy,
|
|
||||||
app-i18n/ibus-chewing,
|
|
||||||
app-i18n/ibus-hangul,
|
|
||||||
app-i18n/ibus-m17n,
|
|
||||||
app-i18n/ibus-pinyin,
|
|
||||||
app-i18n/ibus-qt,
|
|
||||||
app-i18n/ibus-skk,
|
|
||||||
app-i18n/ibus-sunpinyin,
|
|
||||||
app-i18n/ibus-table,
|
|
||||||
app-i18n/ibus-table-array30,
|
|
||||||
app-i18n/ibus-table-cangjie,
|
|
||||||
app-i18n/ibus-table-cantonese,
|
|
||||||
app-i18n/ibus-table-code,
|
|
||||||
app-i18n/ibus-table-cyrillic,
|
|
||||||
app-i18n/ibus-table-extraphrase,
|
|
||||||
app-i18n/ibus-table-latin,
|
|
||||||
app-i18n/ibus-table-tv,
|
|
||||||
app-i18n/ibus-table-xingma,
|
|
||||||
app-i18n/ibus-table-yinma,
|
|
||||||
app-i18n/ibus-tutcode,
|
|
||||||
app-i18n/ibus-unikey,
|
|
||||||
app-i18n/im-chooser,
|
|
||||||
app-i18n/im-ja,
|
|
||||||
app-i18n/imhangul,
|
|
||||||
app-i18n/imsettings,
|
|
||||||
app-i18n/jfbterm,
|
|
||||||
app-i18n/kakasi,
|
|
||||||
app-i18n/kanjipad,
|
|
||||||
app-i18n/kimera,
|
|
||||||
app-i18n/kinput2,
|
|
||||||
app-i18n/libguess,
|
|
||||||
app-i18n/libhangul,
|
|
||||||
app-i18n/libtabe,
|
|
||||||
app-i18n/man-pages-cs,
|
|
||||||
app-i18n/man-pages-da,
|
|
||||||
app-i18n/man-pages-de,
|
|
||||||
app-i18n/man-pages-fr,
|
|
||||||
app-i18n/man-pages-it,
|
|
||||||
app-i18n/man-pages-ja,
|
|
||||||
app-i18n/man-pages-nl,
|
|
||||||
app-i18n/man-pages-pl,
|
|
||||||
app-i18n/man-pages-ro,
|
|
||||||
app-i18n/man-pages-ru,
|
|
||||||
app-i18n/man-pages-zh_CN,
|
|
||||||
app-i18n/mecab-skkserv,
|
|
||||||
app-i18n/mozc,
|
|
||||||
app-i18n/nabi,
|
|
||||||
app-i18n/nkf,
|
|
||||||
app-i18n/opencc,
|
|
||||||
app-i18n/poedit,
|
|
||||||
app-i18n/prime,
|
|
||||||
app-i18n/qkc,
|
|
||||||
app-i18n/rskkserv,
|
|
||||||
app-i18n/scim,
|
|
||||||
app-i18n/scim-anthy,
|
|
||||||
app-i18n/scim-bridge,
|
|
||||||
app-i18n/scim-canna,
|
|
||||||
app-i18n/scim-hangul,
|
|
||||||
app-i18n/scim-input-pad,
|
|
||||||
app-i18n/scim-m17n,
|
|
||||||
app-i18n/scim-pinyin,
|
|
||||||
app-i18n/scim-prime,
|
|
||||||
app-i18n/scim-sayura,
|
|
||||||
app-i18n/scim-skk,
|
|
||||||
app-i18n/scim-sunpinyin,
|
|
||||||
app-i18n/scim-tables,
|
|
||||||
app-i18n/scim-wijesekera,
|
|
||||||
app-i18n/skk-jisyo,
|
|
||||||
app-i18n/skkfep,
|
|
||||||
app-i18n/skkserv,
|
|
||||||
app-i18n/sunpinyin,
|
|
||||||
app-i18n/tomoe,
|
|
||||||
app-i18n/transifex-client,
|
|
||||||
app-i18n/unicode-data,
|
|
||||||
app-i18n/x-unikey,
|
|
||||||
app-i18n/xcin,
|
|
||||||
app-i18n/xsim,
|
|
||||||
app-i18n/xsunpinyin,
|
|
||||||
app-i18n/xvnkb,
|
|
||||||
app-i18n/zhcon,
|
|
||||||
app-i18n/zinnia
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,92 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-laptop/acpi4asus,
|
|
||||||
app-laptop/batti,
|
|
||||||
app-laptop/configure-trackpoint,
|
|
||||||
app-laptop/fnfx,
|
|
||||||
app-laptop/hdaps-gl,
|
|
||||||
app-laptop/hdapsd,
|
|
||||||
app-laptop/i8kutils,
|
|
||||||
app-laptop/ibam,
|
|
||||||
app-laptop/laptop-mode-tools,
|
|
||||||
app-laptop/macbook-backlight,
|
|
||||||
app-laptop/pbbuttonsd,
|
|
||||||
app-laptop/pommed,
|
|
||||||
app-laptop/powerprefs,
|
|
||||||
app-laptop/radeontool,
|
|
||||||
app-laptop/tpb
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: no
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,318 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-misc/abook,
|
|
||||||
app-misc/activylircd,
|
|
||||||
app-misc/actkbd,
|
|
||||||
app-misc/aldo,
|
|
||||||
app-misc/alexandria,
|
|
||||||
app-misc/anki,
|
|
||||||
app-misc/astrolog,
|
|
||||||
app-misc/astrolog-ephemeris,
|
|
||||||
app-misc/away,
|
|
||||||
app-misc/banner,
|
|
||||||
app-misc/bb,
|
|
||||||
app-misc/beancounter,
|
|
||||||
app-misc/beanstalkd,
|
|
||||||
app-misc/beep,
|
|
||||||
app-misc/bfm,
|
|
||||||
app-misc/bfr,
|
|
||||||
app-misc/binclock,
|
|
||||||
app-misc/bins,
|
|
||||||
app-misc/binwalk,
|
|
||||||
app-misc/birthday,
|
|
||||||
app-misc/booh,
|
|
||||||
app-misc/bottlerocket,
|
|
||||||
app-misc/boxes,
|
|
||||||
app-misc/btail,
|
|
||||||
app-misc/byobu,
|
|
||||||
app-misc/ca-certificates,
|
|
||||||
app-misc/cadubi,
|
|
||||||
app-misc/calendar,
|
|
||||||
app-misc/cbrpager,
|
|
||||||
app-misc/cbview,
|
|
||||||
app-misc/ccal,
|
|
||||||
app-misc/cdargs,
|
|
||||||
app-misc/cdcat,
|
|
||||||
app-misc/cdcollect,
|
|
||||||
app-misc/cdctl,
|
|
||||||
app-misc/cdircmp,
|
|
||||||
app-misc/cdspeed,
|
|
||||||
app-misc/ckermit,
|
|
||||||
app-misc/clockywock,
|
|
||||||
app-misc/cmatrix,
|
|
||||||
app-misc/color,
|
|
||||||
app-misc/colordiff,
|
|
||||||
app-misc/countrycodes,
|
|
||||||
app-misc/cstream,
|
|
||||||
app-misc/cw,
|
|
||||||
app-misc/cwiid,
|
|
||||||
app-misc/dailystrips,
|
|
||||||
app-misc/datefudge,
|
|
||||||
app-misc/datovka,
|
|
||||||
app-misc/ddccontrol,
|
|
||||||
app-misc/ddccontrol-db,
|
|
||||||
app-misc/delay,
|
|
||||||
app-misc/detachtty,
|
|
||||||
app-misc/detox,
|
|
||||||
app-misc/devtodo,
|
|
||||||
app-misc/digitemp,
|
|
||||||
app-misc/discomatic,
|
|
||||||
app-misc/dnetc,
|
|
||||||
app-misc/dtach,
|
|
||||||
app-misc/dvorak7min,
|
|
||||||
app-misc/dvorakng,
|
|
||||||
app-misc/dvtm,
|
|
||||||
app-misc/editor-wrapper,
|
|
||||||
app-misc/egads,
|
|
||||||
app-misc/email2trac,
|
|
||||||
app-misc/emelfm2,
|
|
||||||
app-misc/esekeyd,
|
|
||||||
app-misc/exe,
|
|
||||||
app-misc/fdupes,
|
|
||||||
app-misc/fdutils,
|
|
||||||
app-misc/figlet,
|
|
||||||
app-misc/fixdos,
|
|
||||||
app-misc/flasm,
|
|
||||||
app-misc/freemind,
|
|
||||||
app-misc/fslint,
|
|
||||||
app-misc/fslurp,
|
|
||||||
app-misc/fsniper,
|
|
||||||
app-misc/fujiplay,
|
|
||||||
app-misc/g15composer,
|
|
||||||
app-misc/g15daemon,
|
|
||||||
app-misc/g15macro,
|
|
||||||
app-misc/g15message,
|
|
||||||
app-misc/g15mpd,
|
|
||||||
app-misc/g15stats,
|
|
||||||
app-misc/gcal,
|
|
||||||
app-misc/geekcode,
|
|
||||||
app-misc/gentoo,
|
|
||||||
app-misc/geoclue,
|
|
||||||
app-misc/glastree,
|
|
||||||
app-misc/glcdprocdriver,
|
|
||||||
app-misc/gnomecatalog,
|
|
||||||
app-misc/gnote,
|
|
||||||
app-misc/gnuit,
|
|
||||||
app-misc/gnutu,
|
|
||||||
app-misc/golly,
|
|
||||||
app-misc/goobook,
|
|
||||||
app-misc/gpsdrive,
|
|
||||||
app-misc/grabcartoons,
|
|
||||||
app-misc/gramps,
|
|
||||||
app-misc/granule,
|
|
||||||
app-misc/graphlcd-base,
|
|
||||||
app-misc/grc,
|
|
||||||
app-misc/gtypist,
|
|
||||||
app-misc/hachoir-metadata,
|
|
||||||
app-misc/hachoir-subfile,
|
|
||||||
app-misc/hachoir-urwid,
|
|
||||||
app-misc/hatools,
|
|
||||||
app-misc/hello,
|
|
||||||
app-misc/hexcompare,
|
|
||||||
app-misc/hilite,
|
|
||||||
app-misc/i810switch,
|
|
||||||
app-misc/ifp-line,
|
|
||||||
app-misc/ignuit,
|
|
||||||
app-misc/iguanaIR,
|
|
||||||
app-misc/inputlircd,
|
|
||||||
app-misc/interceptty,
|
|
||||||
app-misc/irtrans-irclient,
|
|
||||||
app-misc/irtrans-irserver,
|
|
||||||
app-misc/jail,
|
|
||||||
app-misc/jbidwatcher,
|
|
||||||
app-misc/jdictionary,
|
|
||||||
app-misc/jot,
|
|
||||||
app-misc/joy2key,
|
|
||||||
app-misc/joymouse,
|
|
||||||
app-misc/kanatest,
|
|
||||||
app-misc/klavaro,
|
|
||||||
app-misc/klive,
|
|
||||||
app-misc/ktoblzcheck,
|
|
||||||
app-misc/kupfer,
|
|
||||||
app-misc/lcd4linux,
|
|
||||||
app-misc/lcdproc,
|
|
||||||
app-misc/leave,
|
|
||||||
app-misc/ledit,
|
|
||||||
app-misc/linux-logo,
|
|
||||||
app-misc/linuxspa,
|
|
||||||
app-misc/lockfile-progs,
|
|
||||||
app-misc/logitech-applet,
|
|
||||||
app-misc/logserial,
|
|
||||||
app-misc/lsx,
|
|
||||||
app-misc/lxsplit,
|
|
||||||
app-misc/matew,
|
|
||||||
app-misc/mc,
|
|
||||||
app-misc/media-player-info,
|
|
||||||
app-misc/mencal,
|
|
||||||
app-misc/mepl,
|
|
||||||
app-misc/mime-types,
|
|
||||||
app-misc/misterhouse,
|
|
||||||
app-misc/mmv,
|
|
||||||
app-misc/mouseremote,
|
|
||||||
app-misc/mtail,
|
|
||||||
app-misc/multimon,
|
|
||||||
app-misc/muttprint,
|
|
||||||
app-misc/mvcase,
|
|
||||||
app-misc/mx5000tools,
|
|
||||||
app-misc/note,
|
|
||||||
app-misc/nullmodem,
|
|
||||||
app-misc/nut,
|
|
||||||
app-misc/ompload,
|
|
||||||
app-misc/ondir,
|
|
||||||
app-misc/oneko,
|
|
||||||
app-misc/openjnlp,
|
|
||||||
app-misc/pal,
|
|
||||||
app-misc/pax-utils,
|
|
||||||
app-misc/perltrash,
|
|
||||||
app-misc/pip,
|
|
||||||
app-misc/pipeworks,
|
|
||||||
app-misc/plod,
|
|
||||||
app-misc/pwsafe,
|
|
||||||
app-misc/pysmssend,
|
|
||||||
app-misc/querypkg,
|
|
||||||
app-misc/ranger,
|
|
||||||
app-misc/razertool,
|
|
||||||
app-misc/realpath,
|
|
||||||
app-misc/regex-markup,
|
|
||||||
app-misc/regionset,
|
|
||||||
app-misc/reptyr,
|
|
||||||
app-misc/revoco,
|
|
||||||
app-misc/rio,
|
|
||||||
app-misc/rio500,
|
|
||||||
app-misc/rioutil,
|
|
||||||
app-misc/rl,
|
|
||||||
app-misc/rlwrap,
|
|
||||||
app-misc/roadnav,
|
|
||||||
app-misc/sabayon-mce,
|
|
||||||
app-misc/sabayon-music,
|
|
||||||
app-misc/sabayon-skel,
|
|
||||||
app-misc/sabayon-version,
|
|
||||||
app-misc/sabayonlive-tools,
|
|
||||||
app-misc/scope,
|
|
||||||
app-misc/screen,
|
|
||||||
app-misc/screenie,
|
|
||||||
app-misc/scrub,
|
|
||||||
app-misc/sl,
|
|
||||||
app-misc/slashtime,
|
|
||||||
app-misc/slmon,
|
|
||||||
app-misc/smtm,
|
|
||||||
app-misc/socnetv,
|
|
||||||
app-misc/sonypid,
|
|
||||||
app-misc/sphinx,
|
|
||||||
app-misc/splitvt,
|
|
||||||
app-misc/srm,
|
|
||||||
app-misc/strigi,
|
|
||||||
app-misc/supercat,
|
|
||||||
app-misc/symlinks,
|
|
||||||
app-misc/tablix,
|
|
||||||
app-misc/task,
|
|
||||||
app-misc/tasque,
|
|
||||||
app-misc/tdfsb,
|
|
||||||
app-misc/tdl,
|
|
||||||
app-misc/timestamp,
|
|
||||||
app-misc/tkpasman,
|
|
||||||
app-misc/tmux,
|
|
||||||
app-misc/tmux-mem-cpu-load,
|
|
||||||
app-misc/toilet,
|
|
||||||
app-misc/tomboy,
|
|
||||||
app-misc/towitoko,
|
|
||||||
app-misc/tpconfig,
|
|
||||||
app-misc/tpipe,
|
|
||||||
app-misc/tprint,
|
|
||||||
app-misc/tracker,
|
|
||||||
app-misc/ttyrec,
|
|
||||||
app-misc/tuxcmd,
|
|
||||||
app-misc/tuxcmd-modules,
|
|
||||||
app-misc/unfoo,
|
|
||||||
app-misc/uptimed,
|
|
||||||
app-misc/utimer,
|
|
||||||
app-misc/vcp,
|
|
||||||
app-misc/vifm,
|
|
||||||
app-misc/vittk,
|
|
||||||
app-misc/vlock,
|
|
||||||
app-misc/wcd,
|
|
||||||
app-misc/webcomics-collector,
|
|
||||||
app-misc/when,
|
|
||||||
app-misc/wipe,
|
|
||||||
app-misc/worker,
|
|
||||||
app-misc/workrave,
|
|
||||||
app-misc/wyrd,
|
|
||||||
app-misc/xmind-portable,
|
|
||||||
app-misc/yagtd,
|
|
||||||
app-misc/ytree,
|
|
||||||
app-misc/zisofs-tools
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,104 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-mobilephone/anyremote,
|
|
||||||
app-mobilephone/bitpim,
|
|
||||||
app-mobilephone/cobex,
|
|
||||||
app-mobilephone/freesmee,
|
|
||||||
app-mobilephone/galicesms,
|
|
||||||
app-mobilephone/gammu,
|
|
||||||
app-mobilephone/ganyremote,
|
|
||||||
app-mobilephone/gnocky,
|
|
||||||
app-mobilephone/gnokii,
|
|
||||||
app-mobilephone/gnome-phone-manager,
|
|
||||||
app-mobilephone/gsmlib,
|
|
||||||
app-mobilephone/kannel,
|
|
||||||
app-mobilephone/kannel-sqlbox,
|
|
||||||
app-mobilephone/obex-data-server,
|
|
||||||
app-mobilephone/obexd,
|
|
||||||
app-mobilephone/obexftp,
|
|
||||||
app-mobilephone/past,
|
|
||||||
app-mobilephone/pysms,
|
|
||||||
app-mobilephone/ringtonetools,
|
|
||||||
app-mobilephone/scmxx,
|
|
||||||
app-mobilephone/sms,
|
|
||||||
app-mobilephone/smsclient,
|
|
||||||
app-mobilephone/smssend,
|
|
||||||
app-mobilephone/sobexsrv,
|
|
||||||
app-mobilephone/vmoconv,
|
|
||||||
app-mobilephone/wammu,
|
|
||||||
app-mobilephone/yaps
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,124 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-office/abiword,
|
|
||||||
app-office/abiword-docs,
|
|
||||||
app-office/akonadi-server,
|
|
||||||
app-office/billreminder,
|
|
||||||
app-office/borg,
|
|
||||||
app-office/calcurse,
|
|
||||||
app-office/calligra,
|
|
||||||
app-office/dia,
|
|
||||||
app-office/dia2code,
|
|
||||||
app-office/eqe,
|
|
||||||
app-office/glabels,
|
|
||||||
app-office/gnotime,
|
|
||||||
app-office/gnucash,
|
|
||||||
app-office/gnumeric,
|
|
||||||
app-office/grisbi,
|
|
||||||
app-office/gtg,
|
|
||||||
app-office/hourglass,
|
|
||||||
app-office/ical,
|
|
||||||
app-office/impressive,
|
|
||||||
app-office/kmymoney,
|
|
||||||
app-office/ledger,
|
|
||||||
app-office/lyx,
|
|
||||||
app-office/magicpoint,
|
|
||||||
app-office/mdbtools,
|
|
||||||
app-office/multitalk,
|
|
||||||
app-office/openerp-client,
|
|
||||||
app-office/openerp-server,
|
|
||||||
app-office/orage,
|
|
||||||
app-office/osmo,
|
|
||||||
app-office/passepartout,
|
|
||||||
app-office/plan,
|
|
||||||
app-office/planner,
|
|
||||||
app-office/pybliographer,
|
|
||||||
app-office/qcharselect,
|
|
||||||
app-office/qchartdiary,
|
|
||||||
app-office/rabbit,
|
|
||||||
app-office/sc,
|
|
||||||
app-office/scribus,
|
|
||||||
app-office/skrooge,
|
|
||||||
app-office/taskcoach,
|
|
||||||
app-office/taxbird,
|
|
||||||
app-office/texmacs,
|
|
||||||
app-office/texmaker,
|
|
||||||
app-office/texmakerx,
|
|
||||||
app-office/teapot,
|
|
||||||
app-office/tedia2sql,
|
|
||||||
app-office/tpp
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,109 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-pda/barry,
|
|
||||||
app-pda/coldsync,
|
|
||||||
app-pda/dynamite,
|
|
||||||
app-pda/fusepod,
|
|
||||||
app-pda/gnupod,
|
|
||||||
app-pda/gtkpod,
|
|
||||||
app-pda/ideviceinstaller,
|
|
||||||
app-pda/ifuse,
|
|
||||||
app-pda/iripdb,
|
|
||||||
app-pda/jpilot,
|
|
||||||
app-pda/jpilot-backup,
|
|
||||||
app-pda/jpilot-mail,
|
|
||||||
app-pda/jpilot-plucker,
|
|
||||||
app-pda/jpilot-syncmal,
|
|
||||||
app-pda/libimobiledevice,
|
|
||||||
app-pda/libopensync,
|
|
||||||
app-pda/libopensync-plugin-file,
|
|
||||||
app-pda/libopensync-plugin-google-calendar,
|
|
||||||
app-pda/libopensync-plugin-irmc,
|
|
||||||
app-pda/libopensync-plugin-moto,
|
|
||||||
app-pda/libopensync-plugin-palm,
|
|
||||||
app-pda/libopensync-plugin-python,
|
|
||||||
app-pda/libopensync-plugin-sunbird,
|
|
||||||
app-pda/libplist,
|
|
||||||
app-pda/libsyncml,
|
|
||||||
app-pda/msynctool,
|
|
||||||
app-pda/orange,
|
|
||||||
app-pda/p3nfs,
|
|
||||||
app-pda/pilot-link,
|
|
||||||
app-pda/synce-connector,
|
|
||||||
app-pda/synce-sync-engine,
|
|
||||||
app-pda/usbmuxd
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,123 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-portage/autounmask,
|
|
||||||
app-portage/cfg-update,
|
|
||||||
app-portage/conf-update,
|
|
||||||
app-portage/deltup,
|
|
||||||
app-portage/demerge,
|
|
||||||
app-portage/diffmask,
|
|
||||||
app-portage/distpatch,
|
|
||||||
app-portage/eclass-manpages,
|
|
||||||
app-portage/eix,
|
|
||||||
app-portage/elogv,
|
|
||||||
app-portage/elogviewer,
|
|
||||||
app-portage/emerge-delta-webrsync,
|
|
||||||
app-portage/epm,
|
|
||||||
app-portage/esearch,
|
|
||||||
app-portage/etc-proposals,
|
|
||||||
app-portage/euscan,
|
|
||||||
app-portage/euses,
|
|
||||||
app-portage/fetchcommandwrapper,
|
|
||||||
app-portage/flaggie,
|
|
||||||
app-portage/g-cpan,
|
|
||||||
app-portage/g-octave,
|
|
||||||
app-portage/genlop,
|
|
||||||
app-portage/gentoolkit,
|
|
||||||
app-portage/gentoolkit-dev,
|
|
||||||
app-portage/gentoopm,
|
|
||||||
app-portage/getdelta,
|
|
||||||
app-portage/gpytage,
|
|
||||||
app-portage/install-mask,
|
|
||||||
app-portage/kportagetray,
|
|
||||||
app-portage/layman,
|
|
||||||
app-portage/maintainer-helper,
|
|
||||||
app-portage/metagen,
|
|
||||||
app-portage/mirrorselect,
|
|
||||||
app-portage/perl-info,
|
|
||||||
app-portage/pfl,
|
|
||||||
app-portage/pms-test-suite,
|
|
||||||
app-portage/portage-mod_jabber,
|
|
||||||
app-portage/portage-utils,
|
|
||||||
app-portage/portato,
|
|
||||||
app-portage/porthole,
|
|
||||||
app-portage/porticron,
|
|
||||||
app-portage/portpeek,
|
|
||||||
app-portage/repo-commit,
|
|
||||||
app-portage/smart-live-rebuild,
|
|
||||||
app-portage/splat,
|
|
||||||
app-portage/ufed
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,99 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-shells/autojump,
|
|
||||||
app-shells/bashish,
|
|
||||||
app-shells/dash,
|
|
||||||
app-shells/dsh,
|
|
||||||
app-shells/fish,
|
|
||||||
app-shells/ksh,
|
|
||||||
app-shells/localshell,
|
|
||||||
app-shells/mksh,
|
|
||||||
app-shells/pdmenu,
|
|
||||||
app-shells/pdsh,
|
|
||||||
app-shells/posh,
|
|
||||||
app-shells/psh,
|
|
||||||
app-shells/rc,
|
|
||||||
app-shells/rrs,
|
|
||||||
app-shells/rssh,
|
|
||||||
app-shells/sash,
|
|
||||||
app-shells/smrsh,
|
|
||||||
app-shells/soapbox,
|
|
||||||
app-shells/squirrelsh,
|
|
||||||
app-shells/tcsh,
|
|
||||||
app-shells/zsh,
|
|
||||||
app-shells/zsh-completion
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,360 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-text/7plus,
|
|
||||||
app-text/a2ps,
|
|
||||||
app-text/acroread,
|
|
||||||
app-text/active-dvi,
|
|
||||||
app-text/adiff,
|
|
||||||
app-text/aiksaurus,
|
|
||||||
app-text/an,
|
|
||||||
app-text/ansifilter,
|
|
||||||
app-text/antiword,
|
|
||||||
app-text/antixls,
|
|
||||||
app-text/apvlv,
|
|
||||||
app-text/asciidoc,
|
|
||||||
app-text/aspell,
|
|
||||||
app-text/bact,
|
|
||||||
app-text/barcode,
|
|
||||||
app-text/bibclean,
|
|
||||||
app-text/bibletime,
|
|
||||||
app-text/bibus,
|
|
||||||
app-text/bibutils,
|
|
||||||
app-text/binfind,
|
|
||||||
app-text/bogosort,
|
|
||||||
app-text/build-docbook-catalog,
|
|
||||||
app-text/c2ps,
|
|
||||||
app-text/calibre,
|
|
||||||
app-text/catdoc,
|
|
||||||
app-text/cb2bib,
|
|
||||||
app-text/cedilla,
|
|
||||||
app-text/chasen,
|
|
||||||
app-text/chm2pdf,
|
|
||||||
app-text/chmsee,
|
|
||||||
app-text/clara,
|
|
||||||
app-text/cmigemo,
|
|
||||||
app-text/code2html,
|
|
||||||
app-text/convertlit,
|
|
||||||
app-text/convmv,
|
|
||||||
app-text/cook,
|
|
||||||
app-text/crf++,
|
|
||||||
app-text/crm114,
|
|
||||||
app-text/csvfix,
|
|
||||||
app-text/cuneiform,
|
|
||||||
app-text/cwtext,
|
|
||||||
app-text/dbacl,
|
|
||||||
app-text/ddir,
|
|
||||||
app-text/delta,
|
|
||||||
app-text/dictd,
|
|
||||||
app-text/diction,
|
|
||||||
app-text/diffpdf,
|
|
||||||
app-text/ding,
|
|
||||||
app-text/djview,
|
|
||||||
app-text/djvu,
|
|
||||||
app-text/docbook-dsssl-stylesheets,
|
|
||||||
app-text/docbook-sgml,
|
|
||||||
app-text/docbook-sgml-dtd,
|
|
||||||
app-text/docbook-sgml-dtd,
|
|
||||||
app-text/docbook-sgml-dtd,
|
|
||||||
app-text/docbook-sgml-dtd,
|
|
||||||
app-text/docbook-sgml-dtd,
|
|
||||||
app-text/docbook-sgml-dtd,
|
|
||||||
app-text/docbook-sgml-dtd,
|
|
||||||
app-text/docbook-sgml-dtd,
|
|
||||||
app-text/docbook-sgml-utils,
|
|
||||||
app-text/docbook-xml-dtd,
|
|
||||||
app-text/docbook-xml-dtd,
|
|
||||||
app-text/docbook-xml-dtd,
|
|
||||||
app-text/docbook-xml-dtd,
|
|
||||||
app-text/docbook-xml-dtd,
|
|
||||||
app-text/docbook-xml-simple-dtd,
|
|
||||||
app-text/docbook-xml-simple-dtd,
|
|
||||||
app-text/docbook-xml-simple-dtd,
|
|
||||||
app-text/docbook-xsl-ns-stylesheets,
|
|
||||||
app-text/docbook-xsl-stylesheets,
|
|
||||||
app-text/docbook2X,
|
|
||||||
app-text/docx2txt,
|
|
||||||
app-text/dos2unix,
|
|
||||||
app-text/duali,
|
|
||||||
app-text/duconv,
|
|
||||||
app-text/dvipdfm,
|
|
||||||
app-text/dvipdfmx,
|
|
||||||
app-text/dvipng,
|
|
||||||
app-text/dvipsk,
|
|
||||||
app-text/dvisvgm,
|
|
||||||
app-text/ebook-tools,
|
|
||||||
app-text/enchant,
|
|
||||||
app-text/enscript,
|
|
||||||
app-text/epdf,
|
|
||||||
app-text/epdfview,
|
|
||||||
app-text/epstool,
|
|
||||||
app-text/evince,
|
|
||||||
app-text/expander,
|
|
||||||
app-text/fbreader,
|
|
||||||
app-text/flpsed,
|
|
||||||
app-text/freepwing,
|
|
||||||
app-text/gentoo-guide-xml-dtd,
|
|
||||||
app-text/ghostscript-gpl,
|
|
||||||
app-text/gimagereader,
|
|
||||||
app-text/glark,
|
|
||||||
app-text/glosung,
|
|
||||||
app-text/gnome-doc-utils,
|
|
||||||
app-text/gnopaster,
|
|
||||||
app-text/gocr,
|
|
||||||
app-text/goldendict,
|
|
||||||
app-text/gonzui,
|
|
||||||
app-text/grutatxt,
|
|
||||||
app-text/gtkspell,
|
|
||||||
app-text/gtranslator,
|
|
||||||
app-text/gv,
|
|
||||||
app-text/highlight,
|
|
||||||
app-text/hnb,
|
|
||||||
app-text/htag,
|
|
||||||
app-text/html-xml-utils,
|
|
||||||
app-text/html2text,
|
|
||||||
app-text/html401,
|
|
||||||
app-text/htmlc,
|
|
||||||
app-text/htmldoc,
|
|
||||||
app-text/htmlinc,
|
|
||||||
app-text/htmlrecode,
|
|
||||||
app-text/htmltidy,
|
|
||||||
app-text/htp,
|
|
||||||
app-text/hunspell,
|
|
||||||
app-text/hyperestraier,
|
|
||||||
app-text/info2html,
|
|
||||||
app-text/iso-codes,
|
|
||||||
app-text/jabref,
|
|
||||||
app-text/jadetex,
|
|
||||||
app-text/jing,
|
|
||||||
app-text/jpdftweak,
|
|
||||||
app-text/kbibtex,
|
|
||||||
app-text/kchmviewer,
|
|
||||||
app-text/kding,
|
|
||||||
app-text/keepnote,
|
|
||||||
app-text/kiwix,
|
|
||||||
app-text/landslide,
|
|
||||||
app-text/lcdf-typetools,
|
|
||||||
app-text/letterize,
|
|
||||||
app-text/libexttextcat,
|
|
||||||
app-text/libpaper,
|
|
||||||
app-text/libspectre,
|
|
||||||
app-text/libwpd,
|
|
||||||
app-text/libwpg,
|
|
||||||
app-text/libwpg,
|
|
||||||
app-text/libwps,
|
|
||||||
app-text/linuxdoc-tools,
|
|
||||||
app-text/lodgeit,
|
|
||||||
app-text/lout,
|
|
||||||
app-text/mathtex,
|
|
||||||
app-text/mbtpdfasm,
|
|
||||||
app-text/mecab,
|
|
||||||
app-text/mftrace,
|
|
||||||
app-text/mht-rip,
|
|
||||||
app-text/mpage,
|
|
||||||
app-text/mupdf,
|
|
||||||
app-text/mythes,
|
|
||||||
app-text/namazu,
|
|
||||||
app-text/nfoview,
|
|
||||||
app-text/notecase,
|
|
||||||
app-text/noweb,
|
|
||||||
app-text/o3read,
|
|
||||||
app-text/ocrad,
|
|
||||||
app-text/odt2txt,
|
|
||||||
app-text/openjade,
|
|
||||||
app-text/opensp,
|
|
||||||
app-text/ots,
|
|
||||||
app-text/paps,
|
|
||||||
app-text/passivetex,
|
|
||||||
app-text/pastebin,
|
|
||||||
app-text/pastebunz,
|
|
||||||
app-text/pdf2djvu,
|
|
||||||
app-text/pdf2html,
|
|
||||||
app-text/pdf2oo,
|
|
||||||
app-text/pdfgrep,
|
|
||||||
app-text/pdfjam,
|
|
||||||
app-text/pdfminer,
|
|
||||||
app-text/pdfsandwich,
|
|
||||||
app-text/pdfshuffler,
|
|
||||||
app-text/pdftk,
|
|
||||||
app-text/pep,
|
|
||||||
app-text/pinfo,
|
|
||||||
app-text/po4a,
|
|
||||||
app-text/podofo,
|
|
||||||
app-text/poppler,
|
|
||||||
app-text/poppler-base,
|
|
||||||
app-text/poppler-data,
|
|
||||||
app-text/poppler-glib,
|
|
||||||
app-text/poppler-qt4,
|
|
||||||
app-text/ps2eps,
|
|
||||||
app-text/ps2pkm,
|
|
||||||
app-text/psiconv,
|
|
||||||
app-text/pspdftool,
|
|
||||||
app-text/pspresent,
|
|
||||||
app-text/pstotext,
|
|
||||||
app-text/psutils,
|
|
||||||
app-text/pybookreader,
|
|
||||||
app-text/pylize,
|
|
||||||
app-text/pyrpub,
|
|
||||||
app-text/pytextile,
|
|
||||||
app-text/qgoogletranslator,
|
|
||||||
app-text/queequeg,
|
|
||||||
app-text/rarian,
|
|
||||||
app-text/recode,
|
|
||||||
app-text/reed,
|
|
||||||
app-text/refbase,
|
|
||||||
app-text/rfcutil,
|
|
||||||
app-text/rhyme,
|
|
||||||
app-text/rman,
|
|
||||||
app-text/rnv,
|
|
||||||
app-text/robodoc,
|
|
||||||
app-text/ronn,
|
|
||||||
app-text/rpl,
|
|
||||||
app-text/rtf2html,
|
|
||||||
app-text/sablotron,
|
|
||||||
app-text/sary,
|
|
||||||
app-text/scrollkeeper,
|
|
||||||
app-text/scrollkeeper-dtd,
|
|
||||||
app-text/sdcv,
|
|
||||||
app-text/searchmonkey,
|
|
||||||
app-text/sgml-common,
|
|
||||||
app-text/sgmltools-lite,
|
|
||||||
app-text/sgrep,
|
|
||||||
app-text/silvercity,
|
|
||||||
app-text/skribe,
|
|
||||||
app-text/sloccount,
|
|
||||||
app-text/spellutils,
|
|
||||||
app-text/stardict,
|
|
||||||
app-text/sword,
|
|
||||||
app-text/sword-modules,
|
|
||||||
app-text/t1utils,
|
|
||||||
app-text/tabler,
|
|
||||||
app-text/teckit,
|
|
||||||
app-text/tesseract,
|
|
||||||
app-text/texi2html,
|
|
||||||
app-text/texlive,
|
|
||||||
app-text/texlive-core,
|
|
||||||
app-text/tkinfo,
|
|
||||||
app-text/tkman,
|
|
||||||
app-text/tofrodos,
|
|
||||||
app-text/tokyodystopia,
|
|
||||||
app-text/trang,
|
|
||||||
app-text/tree,
|
|
||||||
app-text/ttf2pt1,
|
|
||||||
app-text/tuxcards,
|
|
||||||
app-text/txt2man,
|
|
||||||
app-text/txt2pdbdoc,
|
|
||||||
app-text/txt2tags,
|
|
||||||
app-text/u2ps,
|
|
||||||
app-text/unix2dos,
|
|
||||||
app-text/unpaper,
|
|
||||||
app-text/unrtf,
|
|
||||||
app-text/utrac,
|
|
||||||
app-text/uudeview,
|
|
||||||
app-text/uvconv,
|
|
||||||
app-text/vilistextum,
|
|
||||||
app-text/vlna,
|
|
||||||
app-text/wdiff,
|
|
||||||
app-text/webgen,
|
|
||||||
app-text/wgetpaste,
|
|
||||||
app-text/wiki2beamer,
|
|
||||||
app-text/winefish,
|
|
||||||
app-text/wklej,
|
|
||||||
app-text/wpd2odt,
|
|
||||||
app-text/wscr,
|
|
||||||
app-text/wv,
|
|
||||||
app-text/wv2,
|
|
||||||
app-text/xchm,
|
|
||||||
app-text/xdvik,
|
|
||||||
app-text/xdvipdfmx,
|
|
||||||
app-text/xfbib,
|
|
||||||
app-text/xhtml1,
|
|
||||||
app-text/xindy,
|
|
||||||
app-text/xiphosf,
|
|
||||||
app-text/xlhtml,
|
|
||||||
app-text/xlsx2csv,
|
|
||||||
app-text/xml2,
|
|
||||||
app-text/xml2doc,
|
|
||||||
app-text/xmldiff,
|
|
||||||
app-text/xmlformat,
|
|
||||||
app-text/xmlstarlet,
|
|
||||||
app-text/xmlto,
|
|
||||||
app-text/xournal,
|
|
||||||
app-text/xpdf,
|
|
||||||
app-text/yagf,
|
|
||||||
app-text/zathura,
|
|
||||||
app-text/zemberek-server,
|
|
||||||
app-text/zpspell
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,197 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-vim/align,
|
|
||||||
app-vim/alternate,
|
|
||||||
app-vim/ansiesc,
|
|
||||||
app-vim/ant_menu,
|
|
||||||
app-vim/autoalign,
|
|
||||||
app-vim/bash-support,
|
|
||||||
app-vim/bnf-syntax,
|
|
||||||
app-vim/brainfuck-syntax,
|
|
||||||
app-vim/breakpts,
|
|
||||||
app-vim/bufferexplorer,
|
|
||||||
app-vim/c-support,
|
|
||||||
app-vim/calendar,
|
|
||||||
app-vim/cctree,
|
|
||||||
app-vim/cecutil,
|
|
||||||
app-vim/cfengine-syntax,
|
|
||||||
app-vim/closetag,
|
|
||||||
app-vim/cmdalias,
|
|
||||||
app-vim/colorschemes,
|
|
||||||
app-vim/colorsel,
|
|
||||||
app-vim/colorv,
|
|
||||||
app-vim/conque,
|
|
||||||
app-vim/cream,
|
|
||||||
app-vim/csound-syntax,
|
|
||||||
app-vim/csv,
|
|
||||||
app-vim/curcmdmode,
|
|
||||||
app-vim/cvsmenu,
|
|
||||||
app-vim/dbext,
|
|
||||||
app-vim/detectindent,
|
|
||||||
app-vim/dhcpd-syntax,
|
|
||||||
app-vim/dirdiff,
|
|
||||||
app-vim/easytags,
|
|
||||||
app-vim/ebnf-syntax,
|
|
||||||
app-vim/enhancedcommentify,
|
|
||||||
app-vim/errsign,
|
|
||||||
app-vim/eruby-syntax,
|
|
||||||
app-vim/eselect-syntax,
|
|
||||||
app-vim/exheres-syntax,
|
|
||||||
app-vim/extra-syntax,
|
|
||||||
app-vim/fluxbox-syntax,
|
|
||||||
app-vim/foldutil,
|
|
||||||
app-vim/fugitive,
|
|
||||||
app-vim/fuzzyfinder,
|
|
||||||
app-vim/genindent,
|
|
||||||
app-vim/gentoo-syntax,
|
|
||||||
app-vim/genutils,
|
|
||||||
app-vim/gist,
|
|
||||||
app-vim/gitolite-syntax,
|
|
||||||
app-vim/gitv,
|
|
||||||
app-vim/gnupg,
|
|
||||||
app-vim/greputils,
|
|
||||||
app-vim/gtk-syntax,
|
|
||||||
app-vim/gundo,
|
|
||||||
app-vim/help-extra-syntax,
|
|
||||||
app-vim/increment,
|
|
||||||
app-vim/info,
|
|
||||||
app-vim/l9,
|
|
||||||
app-vim/locateopen,
|
|
||||||
app-vim/matrix,
|
|
||||||
app-vim/minibufexpl,
|
|
||||||
app-vim/multiplesearch,
|
|
||||||
app-vim/multvals,
|
|
||||||
app-vim/nagios-syntax,
|
|
||||||
app-vim/nerdcommenter,
|
|
||||||
app-vim/nerdtree,
|
|
||||||
app-vim/nginx-syntax,
|
|
||||||
app-vim/ntp-syntax,
|
|
||||||
app-vim/omnicppcomplete,
|
|
||||||
app-vim/pam-syntax,
|
|
||||||
app-vim/perl-support,
|
|
||||||
app-vim/pgn-syntax,
|
|
||||||
app-vim/phpdocs,
|
|
||||||
app-vim/pushpop,
|
|
||||||
app-vim/rails,
|
|
||||||
app-vim/ri-browser,
|
|
||||||
app-vim/screen,
|
|
||||||
app-vim/searchcomplete,
|
|
||||||
app-vim/securemodelines,
|
|
||||||
app-vim/selinux-syntax,
|
|
||||||
app-vim/showmarks,
|
|
||||||
app-vim/slimv,
|
|
||||||
app-vim/snipmate,
|
|
||||||
app-vim/supertab,
|
|
||||||
app-vim/surround,
|
|
||||||
app-vim/svncommand,
|
|
||||||
app-vim/taglist,
|
|
||||||
app-vim/tmpl,
|
|
||||||
app-vim/toggle,
|
|
||||||
app-vim/tt2-syntax,
|
|
||||||
app-vim/txtfmt,
|
|
||||||
app-vim/udev-syntax,
|
|
||||||
app-vim/unite,
|
|
||||||
app-vim/uptime,
|
|
||||||
app-vim/vim-latex,
|
|
||||||
app-vim/vim-r,
|
|
||||||
app-vim/vim-spell-cs,
|
|
||||||
app-vim/vim-spell-da,
|
|
||||||
app-vim/vim-spell-de,
|
|
||||||
app-vim/vim-spell-el,
|
|
||||||
app-vim/vim-spell-en,
|
|
||||||
app-vim/vim-spell-es,
|
|
||||||
app-vim/vim-spell-fr,
|
|
||||||
app-vim/vim-spell-he,
|
|
||||||
app-vim/vim-spell-hu,
|
|
||||||
app-vim/vim-spell-it,
|
|
||||||
app-vim/vim-spell-nl,
|
|
||||||
app-vim/vim-spell-pl,
|
|
||||||
app-vim/vim-spell-pt,
|
|
||||||
app-vim/vim-spell-ru,
|
|
||||||
app-vim/vimbuddy,
|
|
||||||
app-vim/vimcalc,
|
|
||||||
app-vim/vimcommander,
|
|
||||||
app-vim/vimoutliner,
|
|
||||||
app-vim/vimpress,
|
|
||||||
app-vim/vimpython,
|
|
||||||
app-vim/wikipedia-syntax,
|
|
||||||
app-vim/xquery-syntax,
|
|
||||||
app-vim/xsl-syntax,
|
|
||||||
app-vim/yankring,
|
|
||||||
app-vim/zencoding-vim,
|
|
||||||
app-vim/zoomwin
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,208 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
app-xemacs/ada,
|
|
||||||
app-xemacs/apel,
|
|
||||||
app-xemacs/auctex,
|
|
||||||
app-xemacs/bbdb,
|
|
||||||
app-xemacs/build,
|
|
||||||
app-xemacs/c-support,
|
|
||||||
app-xemacs/calc,
|
|
||||||
app-xemacs/calendar,
|
|
||||||
app-xemacs/cc-mode,
|
|
||||||
app-xemacs/cedet-common,
|
|
||||||
app-xemacs/clearcase,
|
|
||||||
app-xemacs/cogre,
|
|
||||||
app-xemacs/cookie,
|
|
||||||
app-xemacs/crisp,
|
|
||||||
app-xemacs/debug,
|
|
||||||
app-xemacs/dictionary,
|
|
||||||
app-xemacs/dired,
|
|
||||||
app-xemacs/docbookide,
|
|
||||||
app-xemacs/easypg,
|
|
||||||
app-xemacs/ecb,
|
|
||||||
app-xemacs/ecrypto,
|
|
||||||
app-xemacs/ede,
|
|
||||||
app-xemacs/edebug,
|
|
||||||
app-xemacs/edict,
|
|
||||||
app-xemacs/ediff,
|
|
||||||
app-xemacs/edit-utils,
|
|
||||||
app-xemacs/edt,
|
|
||||||
app-xemacs/efs,
|
|
||||||
app-xemacs/egg-its,
|
|
||||||
app-xemacs/eieio,
|
|
||||||
app-xemacs/elib,
|
|
||||||
app-xemacs/emerge,
|
|
||||||
app-xemacs/erc,
|
|
||||||
app-xemacs/escreen,
|
|
||||||
app-xemacs/eshell,
|
|
||||||
app-xemacs/ess,
|
|
||||||
app-xemacs/eudc,
|
|
||||||
app-xemacs/footnote,
|
|
||||||
app-xemacs/forms,
|
|
||||||
app-xemacs/fortran-modes,
|
|
||||||
app-xemacs/frame-icon,
|
|
||||||
app-xemacs/fsf-compat,
|
|
||||||
app-xemacs/games,
|
|
||||||
app-xemacs/general-docs,
|
|
||||||
app-xemacs/gentoo-syntax,
|
|
||||||
app-xemacs/gnats,
|
|
||||||
app-xemacs/gnus,
|
|
||||||
app-xemacs/guided-tour,
|
|
||||||
app-xemacs/haskell-mode,
|
|
||||||
app-xemacs/hm-html-menus,
|
|
||||||
app-xemacs/hyperbole,
|
|
||||||
app-xemacs/ibuffer,
|
|
||||||
app-xemacs/idlwave,
|
|
||||||
app-xemacs/igrep,
|
|
||||||
app-xemacs/ilisp,
|
|
||||||
app-xemacs/jde,
|
|
||||||
app-xemacs/latin-euro-standards,
|
|
||||||
app-xemacs/latin-unity,
|
|
||||||
app-xemacs/leim,
|
|
||||||
app-xemacs/locale,
|
|
||||||
app-xemacs/lookup,
|
|
||||||
app-xemacs/mail-lib,
|
|
||||||
app-xemacs/mailcrypt,
|
|
||||||
app-xemacs/mew,
|
|
||||||
app-xemacs/mh-e,
|
|
||||||
app-xemacs/mine,
|
|
||||||
app-xemacs/misc-games,
|
|
||||||
app-xemacs/mmm-mode,
|
|
||||||
app-xemacs/mule-base,
|
|
||||||
app-xemacs/mule-ucs,
|
|
||||||
app-xemacs/net-utils,
|
|
||||||
app-xemacs/ocaml,
|
|
||||||
app-xemacs/oo-browser,
|
|
||||||
app-xemacs/os-utils,
|
|
||||||
app-xemacs/pc,
|
|
||||||
app-xemacs/pcl-cvs,
|
|
||||||
app-xemacs/pcomplete,
|
|
||||||
app-xemacs/perl-modes,
|
|
||||||
app-xemacs/pgg,
|
|
||||||
app-xemacs/prog-modes,
|
|
||||||
app-xemacs/ps-print,
|
|
||||||
app-xemacs/psgml,
|
|
||||||
app-xemacs/psgml-dtds,
|
|
||||||
app-xemacs/python-modes,
|
|
||||||
app-xemacs/re-builder,
|
|
||||||
app-xemacs/reftex,
|
|
||||||
app-xemacs/riece,
|
|
||||||
app-xemacs/rmail,
|
|
||||||
app-xemacs/ruby-modes,
|
|
||||||
app-xemacs/sasl,
|
|
||||||
app-xemacs/scheme,
|
|
||||||
app-xemacs/semantic,
|
|
||||||
app-xemacs/sgml,
|
|
||||||
app-xemacs/sh-script,
|
|
||||||
app-xemacs/sieve,
|
|
||||||
app-xemacs/skk,
|
|
||||||
app-xemacs/slider,
|
|
||||||
app-xemacs/sml-mode,
|
|
||||||
app-xemacs/sounds-au,
|
|
||||||
app-xemacs/sounds-wav,
|
|
||||||
app-xemacs/speedbar,
|
|
||||||
app-xemacs/strokes,
|
|
||||||
app-xemacs/sun,
|
|
||||||
app-xemacs/supercite,
|
|
||||||
app-xemacs/texinfo,
|
|
||||||
app-xemacs/text-modes,
|
|
||||||
app-xemacs/textools,
|
|
||||||
app-xemacs/time,
|
|
||||||
app-xemacs/tm,
|
|
||||||
app-xemacs/tooltalk,
|
|
||||||
app-xemacs/tpu,
|
|
||||||
app-xemacs/tramp,
|
|
||||||
app-xemacs/vc,
|
|
||||||
app-xemacs/vc-cc,
|
|
||||||
app-xemacs/vhdl,
|
|
||||||
app-xemacs/view-process,
|
|
||||||
app-xemacs/viper,
|
|
||||||
app-xemacs/vm,
|
|
||||||
app-xemacs/w3,
|
|
||||||
app-xemacs/x-symbol,
|
|
||||||
app-xemacs/xemacs-base,
|
|
||||||
app-xemacs/xemacs-devel,
|
|
||||||
app-xemacs/xemacs-eterm,
|
|
||||||
app-xemacs/xemacs-ispell,
|
|
||||||
app-xemacs/xemacs-packages-all,
|
|
||||||
app-xemacs/xetla,
|
|
||||||
app-xemacs/xlib,
|
|
||||||
app-xemacs/xslide,
|
|
||||||
app-xemacs/xslt-process,
|
|
||||||
app-xemacs/xwem,
|
|
||||||
app-xemacs/zenirc
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,136 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
dev-embedded/arduino,
|
|
||||||
dev-embedded/avarice,
|
|
||||||
dev-embedded/avra,
|
|
||||||
dev-embedded/avrdude,
|
|
||||||
dev-embedded/bitbake,
|
|
||||||
dev-embedded/dc-tool-ip,
|
|
||||||
dev-embedded/ftdi_eeprom,
|
|
||||||
dev-embedded/gnap-dev,
|
|
||||||
dev-embedded/gnap-ext,
|
|
||||||
dev-embedded/gnome-avrdude,
|
|
||||||
dev-embedded/gpsim,
|
|
||||||
dev-embedded/gpsim-lcd,
|
|
||||||
dev-embedded/gputils,
|
|
||||||
dev-embedded/icdprog,
|
|
||||||
dev-embedded/include,
|
|
||||||
dev-embedded/jal,
|
|
||||||
dev-embedded/jtag,
|
|
||||||
dev-embedded/libftd2xx,
|
|
||||||
dev-embedded/libftdi,
|
|
||||||
dev-embedded/msp430mcu,
|
|
||||||
dev-embedded/mspdebug,
|
|
||||||
dev-embedded/openocd,
|
|
||||||
dev-embedded/parapin,
|
|
||||||
dev-embedded/picasm,
|
|
||||||
dev-embedded/picp,
|
|
||||||
dev-embedded/picprog,
|
|
||||||
dev-embedded/pista,
|
|
||||||
dev-embedded/pk2cmd,
|
|
||||||
dev-embedded/ponyprog,
|
|
||||||
dev-embedded/powersoftplus-libftdi,
|
|
||||||
dev-embedded/scratchbox,
|
|
||||||
dev-embedded/scratchbox-devkit-apt-https,
|
|
||||||
dev-embedded/scratchbox-devkit-cputransp,
|
|
||||||
dev-embedded/scratchbox-devkit-debian,
|
|
||||||
dev-embedded/scratchbox-devkit-debian-squeeze,
|
|
||||||
dev-embedded/scratchbox-devkit-doctools,
|
|
||||||
dev-embedded/scratchbox-devkit-git,
|
|
||||||
dev-embedded/scratchbox-devkit-maemo3,
|
|
||||||
dev-embedded/scratchbox-devkit-perl,
|
|
||||||
dev-embedded/scratchbox-devkit-qemu,
|
|
||||||
dev-embedded/scratchbox-devkit-svn,
|
|
||||||
dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5,
|
|
||||||
dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5,
|
|
||||||
dev-embedded/scratchbox-toolchain-cs2009q1-203sb1,
|
|
||||||
dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8,
|
|
||||||
dev-embedded/scratchbox-toolchain-cs2009q3-eglibc2_10,
|
|
||||||
dev-embedded/scratchbox2,
|
|
||||||
dev-embedded/sdcc,
|
|
||||||
dev-embedded/sgpp-lite-arm-eabi-bin,
|
|
||||||
dev-embedded/sgpp-lite-arm-linux-bin,
|
|
||||||
dev-embedded/sgpp-lite-arm-uclinux-bin,
|
|
||||||
dev-embedded/srecord,
|
|
||||||
dev-embedded/tavrasm,
|
|
||||||
dev-embedded/tigcc,
|
|
||||||
dev-embedded/u-boot-tools,
|
|
||||||
dev-embedded/uisp,
|
|
||||||
dev-embedded/upslug2,
|
|
||||||
dev-embedded/usbprog,
|
|
||||||
dev-embedded/zmac
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,114 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
dev-games/KXL,
|
|
||||||
dev-games/cardpics,
|
|
||||||
dev-games/cel,
|
|
||||||
dev-games/clanlib,
|
|
||||||
dev-games/crystalspace,
|
|
||||||
dev-games/flatzebra,
|
|
||||||
dev-games/flinker,
|
|
||||||
dev-games/ggz-client-libs,
|
|
||||||
dev-games/gtkradiant,
|
|
||||||
dev-games/guichan,
|
|
||||||
dev-games/hawknl,
|
|
||||||
dev-games/hdl_dump,
|
|
||||||
dev-games/hlsdk,
|
|
||||||
dev-games/irrlicht,
|
|
||||||
dev-games/neoengine,
|
|
||||||
dev-games/neotools,
|
|
||||||
dev-games/newton,
|
|
||||||
dev-games/ode,
|
|
||||||
dev-games/ogre,
|
|
||||||
dev-games/ois,
|
|
||||||
dev-games/openscenegraph,
|
|
||||||
dev-games/paklib,
|
|
||||||
dev-games/physfs,
|
|
||||||
dev-games/poker-eval,
|
|
||||||
dev-games/ps2-packer,
|
|
||||||
dev-games/simgear,
|
|
||||||
dev-games/vamos
|
|
||||||
|
|
||||||
# Cause library breakages:
|
|
||||||
# dev-games/cegui
|
|
||||||
# dev-games/mercator
|
|
||||||
# dev-games/libggz
|
|
||||||
# dev-games/libgrapple
|
|
||||||
# dev-games/libmaitretarot
|
|
||||||
# dev-games/libmt_client
|
|
||||||
# dev-games/libnw
|
|
||||||
# dev-games/wfmath
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,182 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
dev-haskell/alex,
|
|
||||||
dev-haskell/alsa-core,
|
|
||||||
dev-haskell/alsa-mixer,
|
|
||||||
dev-haskell/alut,
|
|
||||||
dev-haskell/ansi-terminal,
|
|
||||||
dev-haskell/ansi-wl-pprint,
|
|
||||||
dev-haskell/arrows,
|
|
||||||
dev-haskell/binary,
|
|
||||||
dev-haskell/bzlib,
|
|
||||||
dev-haskell/c2hs,
|
|
||||||
dev-haskell/cabal,
|
|
||||||
dev-haskell/cabal-install,
|
|
||||||
dev-haskell/cairo,
|
|
||||||
dev-haskell/cgi,
|
|
||||||
dev-haskell/configfile,
|
|
||||||
dev-haskell/convertible,
|
|
||||||
dev-haskell/cpphs,
|
|
||||||
dev-haskell/curl,
|
|
||||||
dev-haskell/dataenc,
|
|
||||||
dev-haskell/deepseq,
|
|
||||||
dev-haskell/digest,
|
|
||||||
dev-haskell/dlist,
|
|
||||||
dev-haskell/drift,
|
|
||||||
dev-haskell/editline,
|
|
||||||
dev-haskell/fgl,
|
|
||||||
dev-haskell/frown,
|
|
||||||
dev-haskell/gio,
|
|
||||||
dev-haskell/glade,
|
|
||||||
dev-haskell/glib,
|
|
||||||
dev-haskell/glut,
|
|
||||||
dev-haskell/gtk,
|
|
||||||
dev-haskell/gtk2hs-buildtools,
|
|
||||||
dev-haskell/haddock,
|
|
||||||
dev-haskell/happy,
|
|
||||||
dev-haskell/harp,
|
|
||||||
dev-haskell/hashed-storage,
|
|
||||||
dev-haskell/haskeline,
|
|
||||||
dev-haskell/haskell-src,
|
|
||||||
dev-haskell/haskell-src-exts,
|
|
||||||
dev-haskell/haxml,
|
|
||||||
dev-haskell/hdbc,
|
|
||||||
dev-haskell/hdbc-odbc,
|
|
||||||
dev-haskell/hdbc-postgresql,
|
|
||||||
dev-haskell/hdbc-sqlite,
|
|
||||||
dev-haskell/hdoc,
|
|
||||||
dev-haskell/highlighting-kate,
|
|
||||||
dev-haskell/hinotify,
|
|
||||||
dev-haskell/hs-bibutils,
|
|
||||||
dev-haskell/hscolour,
|
|
||||||
dev-haskell/hslogger,
|
|
||||||
dev-haskell/hsql,
|
|
||||||
dev-haskell/hsql-mysql,
|
|
||||||
dev-haskell/hsql-odbc,
|
|
||||||
dev-haskell/hsql-postgresql,
|
|
||||||
dev-haskell/hsql-sqlite,
|
|
||||||
dev-haskell/html,
|
|
||||||
dev-haskell/http,
|
|
||||||
dev-haskell/hunit,
|
|
||||||
dev-haskell/iconv,
|
|
||||||
dev-haskell/json,
|
|
||||||
dev-haskell/language-c,
|
|
||||||
dev-haskell/missingh,
|
|
||||||
dev-haskell/mmap,
|
|
||||||
dev-haskell/mtl,
|
|
||||||
dev-haskell/network,
|
|
||||||
dev-haskell/openal,
|
|
||||||
dev-haskell/opengl,
|
|
||||||
dev-haskell/pandoc-types,
|
|
||||||
dev-haskell/pango,
|
|
||||||
dev-haskell/parallel,
|
|
||||||
dev-haskell/parsec,
|
|
||||||
dev-haskell/quickcheck,
|
|
||||||
dev-haskell/quickcheck,
|
|
||||||
dev-haskell/readline,
|
|
||||||
dev-haskell/regex-base,
|
|
||||||
dev-haskell/regex-compat,
|
|
||||||
dev-haskell/regex-pcre-builtin,
|
|
||||||
dev-haskell/regex-posix,
|
|
||||||
dev-haskell/statevar,
|
|
||||||
dev-haskell/stm,
|
|
||||||
dev-haskell/stream,
|
|
||||||
dev-haskell/syb,
|
|
||||||
dev-haskell/tagsoup,
|
|
||||||
dev-haskell/tar,
|
|
||||||
dev-haskell/terminfo,
|
|
||||||
dev-haskell/test-framework,
|
|
||||||
dev-haskell/test-framework-hunit,
|
|
||||||
dev-haskell/test-framework-quickcheck2,
|
|
||||||
dev-haskell/testpack,
|
|
||||||
dev-haskell/texmath,
|
|
||||||
dev-haskell/text,
|
|
||||||
dev-haskell/time,
|
|
||||||
dev-haskell/utf8-string,
|
|
||||||
dev-haskell/uuagc,
|
|
||||||
dev-haskell/uulib,
|
|
||||||
dev-haskell/wash,
|
|
||||||
dev-haskell/wxcore,
|
|
||||||
dev-haskell/wxdirect,
|
|
||||||
dev-haskell/wxhaskell,
|
|
||||||
dev-haskell/x11,
|
|
||||||
dev-haskell/x11-xft,
|
|
||||||
dev-haskell/xhtml,
|
|
||||||
dev-haskell/xml,
|
|
||||||
dev-haskell/zip-archive,
|
|
||||||
dev-haskell/zlib
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,132 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
dev-lang/R,
|
|
||||||
dev-lang/bas,
|
|
||||||
dev-lang/bff,
|
|
||||||
dev-lang/boo,
|
|
||||||
dev-lang/c-intercal,
|
|
||||||
dev-lang/cfortran,
|
|
||||||
dev-lang/cilk,
|
|
||||||
dev-lang/clojure,
|
|
||||||
dev-lang/cm3-bin,
|
|
||||||
dev-lang/confluence,
|
|
||||||
dev-lang/dmd-bin,
|
|
||||||
dev-lang/erlang,
|
|
||||||
dev-lang/f2c,
|
|
||||||
dev-lang/falcon,
|
|
||||||
dev-lang/ferite,
|
|
||||||
dev-lang/fpc,
|
|
||||||
dev-lang/fpc-ide,
|
|
||||||
dev-lang/gdl,
|
|
||||||
dev-lang/gforth,
|
|
||||||
dev-lang/gnu-smalltalk,
|
|
||||||
dev-lang/gpc,
|
|
||||||
dev-lang/gprolog,
|
|
||||||
dev-lang/icon,
|
|
||||||
dev-lang/idb,
|
|
||||||
dev-lang/ifc,
|
|
||||||
dev-lang/inform,
|
|
||||||
dev-lang/interprolog,
|
|
||||||
dev-lang/io,
|
|
||||||
dev-lang/jimtcl,
|
|
||||||
dev-lang/lazarus,
|
|
||||||
dev-lang/lisaac,
|
|
||||||
dev-lang/logtalk,
|
|
||||||
dev-lang/lua,
|
|
||||||
dev-lang/luajit,
|
|
||||||
dev-lang/maude,
|
|
||||||
dev-lang/mmix,
|
|
||||||
dev-lang/mosml,
|
|
||||||
dev-lang/nasm,
|
|
||||||
dev-lang/nqc,
|
|
||||||
dev-lang/nqp,
|
|
||||||
dev-lang/ocaml,
|
|
||||||
dev-lang/open-cobol,
|
|
||||||
dev-lang/orc,
|
|
||||||
dev-lang/parrot,
|
|
||||||
dev-lang/pcc,
|
|
||||||
dev-lang/rakudo,
|
|
||||||
dev-lang/scala,
|
|
||||||
dev-lang/swi-prolog,
|
|
||||||
dev-lang/swig,
|
|
||||||
dev-lang/tuprolog,
|
|
||||||
dev-lang/xsb,
|
|
||||||
dev-lang/yasm
|
|
||||||
|
|
||||||
# disabled due to infinite loop
|
|
||||||
# dev-lang/yap,
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,129 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
dev-ml/ANSITerminal,
|
|
||||||
dev-ml/bin-prot,
|
|
||||||
dev-ml/bolt,
|
|
||||||
dev-ml/camlidl,
|
|
||||||
dev-ml/camlimages,
|
|
||||||
dev-ml/camlp5,
|
|
||||||
dev-ml/camlzip,
|
|
||||||
dev-ml/camomile,
|
|
||||||
dev-ml/core,
|
|
||||||
dev-ml/cryptokit,
|
|
||||||
dev-ml/extlib,
|
|
||||||
dev-ml/facile,
|
|
||||||
dev-ml/fieldslib,
|
|
||||||
dev-ml/findlib,
|
|
||||||
dev-ml/fort,
|
|
||||||
dev-ml/gd4o,
|
|
||||||
dev-ml/kaputt,
|
|
||||||
dev-ml/lablgl,
|
|
||||||
dev-ml/lablgtk,
|
|
||||||
dev-ml/lwt,
|
|
||||||
dev-ml/obrowser,
|
|
||||||
dev-ml/ocaml-augeas,
|
|
||||||
dev-ml/ocaml-autoconf,
|
|
||||||
dev-ml/ocaml-data-notation,
|
|
||||||
dev-ml/ocaml-doc,
|
|
||||||
dev-ml/ocaml-expat,
|
|
||||||
dev-ml/ocaml-expect,
|
|
||||||
dev-ml/ocaml-fileutils,
|
|
||||||
dev-ml/ocaml-make,
|
|
||||||
dev-ml/ocaml-mysql,
|
|
||||||
dev-ml/ocaml-sqlite3,
|
|
||||||
dev-ml/ocaml-ssl,
|
|
||||||
dev-ml/ocamldsort,
|
|
||||||
dev-ml/ocamlduce,
|
|
||||||
dev-ml/ocamlgraph,
|
|
||||||
dev-ml/ocamlgsl,
|
|
||||||
dev-ml/ocamlnet,
|
|
||||||
dev-ml/ocamlsdl,
|
|
||||||
dev-ml/ocamlweb,
|
|
||||||
dev-ml/ocurl,
|
|
||||||
dev-ml/odns,
|
|
||||||
dev-ml/ounit,
|
|
||||||
dev-ml/pcre-ocaml,
|
|
||||||
dev-ml/pomap,
|
|
||||||
dev-ml/postgresql-ocaml,
|
|
||||||
dev-ml/pxp,
|
|
||||||
dev-ml/react,
|
|
||||||
dev-ml/res,
|
|
||||||
dev-ml/sexplib,
|
|
||||||
dev-ml/type-conv,
|
|
||||||
dev-ml/ulex,
|
|
||||||
dev-ml/xmlm
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
File diff suppressed because it is too large
Load Diff
@ -1,252 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
dev-php/DBUnit,
|
|
||||||
dev-php/File_Iterator,
|
|
||||||
dev-php/PEAR-Archive_Tar,
|
|
||||||
dev-php/PEAR-Auth,
|
|
||||||
dev-php/PEAR-Auth_HTTP,
|
|
||||||
dev-php/PEAR-Auth_SASL,
|
|
||||||
dev-php/PEAR-Benchmark,
|
|
||||||
dev-php/PEAR-Cache,
|
|
||||||
dev-php/PEAR-Cache_Lite,
|
|
||||||
dev-php/PEAR-Calendar,
|
|
||||||
dev-php/PEAR-Config,
|
|
||||||
dev-php/PEAR-Console_Color,
|
|
||||||
dev-php/PEAR-Console_Getargs,
|
|
||||||
dev-php/PEAR-Console_Getopt,
|
|
||||||
dev-php/PEAR-Console_Table,
|
|
||||||
dev-php/PEAR-Crypt_CHAP,
|
|
||||||
dev-php/PEAR-Crypt_GPG,
|
|
||||||
dev-php/PEAR-Crypt_HMAC,
|
|
||||||
dev-php/PEAR-Crypt_HMAC2,
|
|
||||||
dev-php/PEAR-Crypt_RC4,
|
|
||||||
dev-php/PEAR-DB,
|
|
||||||
dev-php/PEAR-DB_DataObject,
|
|
||||||
dev-php/PEAR-Date,
|
|
||||||
dev-php/PEAR-File,
|
|
||||||
dev-php/PEAR-File_Archive,
|
|
||||||
dev-php/PEAR-File_Find,
|
|
||||||
dev-php/PEAR-File_Fortune,
|
|
||||||
dev-php/PEAR-File_Gettext,
|
|
||||||
dev-php/PEAR-File_PDF,
|
|
||||||
dev-php/PEAR-File_Passwd,
|
|
||||||
dev-php/PEAR-File_SMBPasswd,
|
|
||||||
dev-php/PEAR-HTML_AJAX,
|
|
||||||
dev-php/PEAR-HTML_BBCodeParser,
|
|
||||||
dev-php/PEAR-HTML_CSS,
|
|
||||||
dev-php/PEAR-HTML_Common,
|
|
||||||
dev-php/PEAR-HTML_Common2,
|
|
||||||
dev-php/PEAR-HTML_Javascript,
|
|
||||||
dev-php/PEAR-HTML_QuickForm,
|
|
||||||
dev-php/PEAR-HTML_QuickForm2,
|
|
||||||
dev-php/PEAR-HTML_QuickForm_Controller,
|
|
||||||
dev-php/PEAR-HTML_QuickForm_ElementGrid,
|
|
||||||
dev-php/PEAR-HTML_QuickForm_advmultiselect,
|
|
||||||
dev-php/PEAR-HTML_Select,
|
|
||||||
dev-php/PEAR-HTML_Table,
|
|
||||||
dev-php/PEAR-HTML_Table_Matrix,
|
|
||||||
dev-php/PEAR-HTML_Template_Flexy,
|
|
||||||
dev-php/PEAR-HTML_Template_IT,
|
|
||||||
dev-php/PEAR-HTML_Template_Sigma,
|
|
||||||
dev-php/PEAR-HTML_TreeMenu,
|
|
||||||
dev-php/PEAR-HTTP,
|
|
||||||
dev-php/PEAR-HTTP_Client,
|
|
||||||
dev-php/PEAR-HTTP_Download,
|
|
||||||
dev-php/PEAR-HTTP_Header,
|
|
||||||
dev-php/PEAR-HTTP_Request,
|
|
||||||
dev-php/PEAR-HTTP_Request2,
|
|
||||||
dev-php/PEAR-HTTP_Session2,
|
|
||||||
dev-php/PEAR-HTTP_Upload,
|
|
||||||
dev-php/PEAR-HTTP_WebDAV_Server,
|
|
||||||
dev-php/PEAR-I18Nv2,
|
|
||||||
dev-php/PEAR-Image_Color2,
|
|
||||||
dev-php/PEAR-Image_GraphViz,
|
|
||||||
dev-php/PEAR-Image_IPTC,
|
|
||||||
dev-php/PEAR-Image_Text,
|
|
||||||
dev-php/PEAR-Log,
|
|
||||||
dev-php/PEAR-MDB,
|
|
||||||
dev-php/PEAR-MDB2,
|
|
||||||
dev-php/PEAR-MDB2_Driver_mysql,
|
|
||||||
dev-php/PEAR-MDB2_Driver_mysqli,
|
|
||||||
dev-php/PEAR-MDB2_Driver_pgsql,
|
|
||||||
dev-php/PEAR-MDB2_Driver_sqlite,
|
|
||||||
dev-php/PEAR-MIME_Type,
|
|
||||||
dev-php/PEAR-Mail,
|
|
||||||
dev-php/PEAR-Mail_Mime,
|
|
||||||
dev-php/PEAR-Mail_mimeDecode,
|
|
||||||
dev-php/PEAR-Math_Stats,
|
|
||||||
dev-php/PEAR-Net_CheckIP,
|
|
||||||
dev-php/PEAR-Net_DIME,
|
|
||||||
dev-php/PEAR-Net_DNS,
|
|
||||||
dev-php/PEAR-Net_DNSBL,
|
|
||||||
dev-php/PEAR-Net_FTP,
|
|
||||||
dev-php/PEAR-Net_IMAP,
|
|
||||||
dev-php/PEAR-Net_IPv4,
|
|
||||||
dev-php/PEAR-Net_LDAP,
|
|
||||||
dev-php/PEAR-Net_LDAP2,
|
|
||||||
dev-php/PEAR-Net_LMTP,
|
|
||||||
dev-php/PEAR-Net_POP3,
|
|
||||||
dev-php/PEAR-Net_Ping,
|
|
||||||
dev-php/PEAR-Net_SMTP,
|
|
||||||
dev-php/PEAR-Net_Server,
|
|
||||||
dev-php/PEAR-Net_Sieve,
|
|
||||||
dev-php/PEAR-Net_SmartIRC,
|
|
||||||
dev-php/PEAR-Net_Socket,
|
|
||||||
dev-php/PEAR-Net_Traceroute,
|
|
||||||
dev-php/PEAR-Net_URL,
|
|
||||||
dev-php/PEAR-Net_URL2,
|
|
||||||
dev-php/PEAR-Net_UserAgent_Detect,
|
|
||||||
dev-php/PEAR-Numbers_Roman,
|
|
||||||
dev-php/PEAR-Numbers_Words,
|
|
||||||
dev-php/PEAR-OLE,
|
|
||||||
dev-php/PEAR-PEAR,
|
|
||||||
dev-php/PEAR-PEAR_Info,
|
|
||||||
dev-php/PEAR-PEAR_PackageFileManager,
|
|
||||||
dev-php/PEAR-PEAR_PackageFileManager_Cli,
|
|
||||||
dev-php/PEAR-PHP_Beautifier,
|
|
||||||
dev-php/PEAR-PHP_CodeSniffer,
|
|
||||||
dev-php/PEAR-PHP_CompatInfo,
|
|
||||||
dev-php/PEAR-PHP_Debug,
|
|
||||||
dev-php/PEAR-PHP_Shell,
|
|
||||||
dev-php/PEAR-Pager,
|
|
||||||
dev-php/PEAR-PhpDocumentor,
|
|
||||||
dev-php/PEAR-SOAP,
|
|
||||||
dev-php/PEAR-Services_Amazon,
|
|
||||||
dev-php/PEAR-Services_JSON,
|
|
||||||
dev-php/PEAR-Services_TinyURL,
|
|
||||||
dev-php/PEAR-Services_W3C_CSSValidator,
|
|
||||||
dev-php/PEAR-Services_W3C_HTMLValidator,
|
|
||||||
dev-php/PEAR-Services_Weather,
|
|
||||||
dev-php/PEAR-Spreadsheet_Excel_Writer,
|
|
||||||
dev-php/PEAR-Structures_DataGrid,
|
|
||||||
dev-php/PEAR-Structures_Graph,
|
|
||||||
dev-php/PEAR-System_Command,
|
|
||||||
dev-php/PEAR-Testing_Selenium,
|
|
||||||
dev-php/PEAR-Text_CAPTCHA,
|
|
||||||
dev-php/PEAR-Text_CAPTCHA_Numeral,
|
|
||||||
dev-php/PEAR-Text_Figlet,
|
|
||||||
dev-php/PEAR-Text_Highlighter,
|
|
||||||
dev-php/PEAR-Text_Password,
|
|
||||||
dev-php/PEAR-Text_Wiki,
|
|
||||||
dev-php/PEAR-Text_Wiki_BBCode,
|
|
||||||
dev-php/PEAR-Text_Wiki_Mediawiki,
|
|
||||||
dev-php/PEAR-Translation2,
|
|
||||||
dev-php/PEAR-Tree,
|
|
||||||
dev-php/PEAR-Validate,
|
|
||||||
dev-php/PEAR-Var_Dump,
|
|
||||||
dev-php/PEAR-VersionControl_SVN,
|
|
||||||
dev-php/PEAR-XML_Beautifier,
|
|
||||||
dev-php/PEAR-XML_Parser,
|
|
||||||
dev-php/PEAR-XML_RSS,
|
|
||||||
dev-php/PEAR-XML_Serializer,
|
|
||||||
dev-php/PEAR-XML_Util,
|
|
||||||
dev-php/PHPUnit_MockObject,
|
|
||||||
dev-php/PHPUnit_Selenium,
|
|
||||||
dev-php/PHP_CodeCoverage,
|
|
||||||
dev-php/PHP_Timer,
|
|
||||||
dev-php/PHP_TokenStream,
|
|
||||||
dev-php/Savant2,
|
|
||||||
dev-php/Text_Template,
|
|
||||||
dev-php/YAML,
|
|
||||||
dev-php/ZendFramework,
|
|
||||||
dev-php/adodb,
|
|
||||||
dev-php/cphplib,
|
|
||||||
dev-php/doctrine,
|
|
||||||
dev-php/igbinary,
|
|
||||||
dev-php/jpgraph,
|
|
||||||
dev-php/libchart,
|
|
||||||
dev-php/magickwand,
|
|
||||||
dev-php/mmslib,
|
|
||||||
dev-php/mockery,
|
|
||||||
dev-php/pear,
|
|
||||||
dev-php/pecl-apc,
|
|
||||||
dev-php/php-openid,
|
|
||||||
dev-php/phpcpd,
|
|
||||||
dev-php/phpdepend,
|
|
||||||
dev-php/phploc,
|
|
||||||
dev-php/phpmd,
|
|
||||||
dev-php/phptal,
|
|
||||||
dev-php/phpunit,
|
|
||||||
dev-php/simpletest,
|
|
||||||
dev-php/smarty,
|
|
||||||
dev-php/smarty-docs,
|
|
||||||
dev-php/stringparser_bbcode,
|
|
||||||
dev-php/twig,
|
|
||||||
dev-php/xdebug,
|
|
||||||
dev-php/xdebug-client,
|
|
||||||
dev-php/xhprof,
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,100 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
dev-scheme/bigloo,
|
|
||||||
dev-scheme/elk,
|
|
||||||
dev-scheme/gambit,
|
|
||||||
dev-scheme/gauche,
|
|
||||||
dev-scheme/goosh,
|
|
||||||
dev-scheme/greg,
|
|
||||||
dev-scheme/guile,
|
|
||||||
dev-scheme/guile-cairo,
|
|
||||||
dev-scheme/guile-gnome-platform,
|
|
||||||
dev-scheme/guile-gui,
|
|
||||||
dev-scheme/guile-lib,
|
|
||||||
dev-scheme/guile-www,
|
|
||||||
dev-scheme/net-http,
|
|
||||||
dev-scheme/racket,
|
|
||||||
dev-scheme/scheme48,
|
|
||||||
dev-scheme/schoca,
|
|
||||||
dev-scheme/scm,
|
|
||||||
dev-scheme/scmxlate,
|
|
||||||
dev-scheme/sigscheme,
|
|
||||||
dev-scheme/slib,
|
|
||||||
dev-scheme/stklos,
|
|
||||||
dev-scheme/tinyscheme,
|
|
||||||
dev-scheme/ypsilon
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,118 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
dev-tcltk/anigif,
|
|
||||||
dev-tcltk/blt,
|
|
||||||
dev-tcltk/bwidget,
|
|
||||||
dev-tcltk/ck,
|
|
||||||
dev-tcltk/combobox,
|
|
||||||
dev-tcltk/expect,
|
|
||||||
dev-tcltk/expect-lite,
|
|
||||||
dev-tcltk/itcl,
|
|
||||||
dev-tcltk/itk,
|
|
||||||
dev-tcltk/iwidgets,
|
|
||||||
dev-tcltk/mysqltcl,
|
|
||||||
dev-tcltk/scwoop,
|
|
||||||
dev-tcltk/snack,
|
|
||||||
dev-tcltk/tablelist,
|
|
||||||
dev-tcltk/tcl-gtk,
|
|
||||||
dev-tcltk/tcl-mccp,
|
|
||||||
dev-tcltk/tcl-sql,
|
|
||||||
dev-tcltk/tcl3d,
|
|
||||||
dev-tcltk/tcllib,
|
|
||||||
dev-tcltk/tclperl,
|
|
||||||
dev-tcltk/tclpython,
|
|
||||||
dev-tcltk/tclreadline,
|
|
||||||
dev-tcltk/tclx,
|
|
||||||
dev-tcltk/tclxml,
|
|
||||||
dev-tcltk/tdom,
|
|
||||||
dev-tcltk/thread,
|
|
||||||
dev-tcltk/tix,
|
|
||||||
dev-tcltk/tkTheme,
|
|
||||||
dev-tcltk/tkXwin,
|
|
||||||
dev-tcltk/tkcon,
|
|
||||||
dev-tcltk/tkimg,
|
|
||||||
dev-tcltk/tklib,
|
|
||||||
dev-tcltk/tkpiechart,
|
|
||||||
dev-tcltk/tkpng,
|
|
||||||
dev-tcltk/tktable,
|
|
||||||
dev-tcltk/tktray,
|
|
||||||
dev-tcltk/tktreectrl,
|
|
||||||
dev-tcltk/tkzinc,
|
|
||||||
dev-tcltk/tls,
|
|
||||||
dev-tcltk/togl,
|
|
||||||
dev-tcltk/vtcl
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,154 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
dev-tex/aastex,
|
|
||||||
dev-tex/abntex,
|
|
||||||
dev-tex/bera,
|
|
||||||
dev-tex/biblatex,
|
|
||||||
dev-tex/bibtex2html,
|
|
||||||
dev-tex/bibtexu,
|
|
||||||
dev-tex/catdvi,
|
|
||||||
dev-tex/chktex,
|
|
||||||
dev-tex/cjk-latex,
|
|
||||||
dev-tex/cpp2latex,
|
|
||||||
dev-tex/crosstex,
|
|
||||||
dev-tex/csindex,
|
|
||||||
dev-tex/culmus-latex,
|
|
||||||
dev-tex/currvita,
|
|
||||||
dev-tex/curve,
|
|
||||||
dev-tex/detex,
|
|
||||||
dev-tex/dot2tex,
|
|
||||||
dev-tex/dot2texi,
|
|
||||||
dev-tex/dvi2gr,
|
|
||||||
dev-tex/dvi2tty,
|
|
||||||
dev-tex/dvipost,
|
|
||||||
dev-tex/envlab,
|
|
||||||
dev-tex/europecv,
|
|
||||||
dev-tex/feynmf,
|
|
||||||
dev-tex/flabels,
|
|
||||||
dev-tex/floatflt,
|
|
||||||
dev-tex/foiltex,
|
|
||||||
dev-tex/frakturx,
|
|
||||||
dev-tex/fundus,
|
|
||||||
dev-tex/g-brief,
|
|
||||||
dev-tex/glossaries,
|
|
||||||
dev-tex/harvard,
|
|
||||||
dev-tex/herm-pic,
|
|
||||||
dev-tex/hevea,
|
|
||||||
dev-tex/hlatex,
|
|
||||||
dev-tex/html2latex,
|
|
||||||
dev-tex/hyphen_show,
|
|
||||||
dev-tex/isotope,
|
|
||||||
dev-tex/ivritex,
|
|
||||||
dev-tex/latex-beamer,
|
|
||||||
dev-tex/latex-calendar,
|
|
||||||
dev-tex/latex2html,
|
|
||||||
dev-tex/latex2rtf,
|
|
||||||
dev-tex/latexdiff,
|
|
||||||
dev-tex/latexmk,
|
|
||||||
dev-tex/lazylist,
|
|
||||||
dev-tex/leaflet,
|
|
||||||
dev-tex/lgrind,
|
|
||||||
dev-tex/luatex,
|
|
||||||
dev-tex/metapost,
|
|
||||||
dev-tex/mh,
|
|
||||||
dev-tex/mimetex,
|
|
||||||
dev-tex/natbib,
|
|
||||||
dev-tex/newlfm,
|
|
||||||
dev-tex/notoccite,
|
|
||||||
dev-tex/oesch,
|
|
||||||
dev-tex/pdfannotextractor,
|
|
||||||
dev-tex/pgf,
|
|
||||||
dev-tex/polytable,
|
|
||||||
dev-tex/pstplus,
|
|
||||||
dev-tex/qtexengine,
|
|
||||||
dev-tex/quotchap,
|
|
||||||
dev-tex/rcsinfo,
|
|
||||||
dev-tex/revtex,
|
|
||||||
dev-tex/rubber,
|
|
||||||
dev-tex/serienbrief,
|
|
||||||
dev-tex/sketch,
|
|
||||||
dev-tex/style-check,
|
|
||||||
dev-tex/svninfo,
|
|
||||||
dev-tex/tex4ht,
|
|
||||||
dev-tex/texamator,
|
|
||||||
dev-tex/texmfind,
|
|
||||||
dev-tex/tipa,
|
|
||||||
dev-tex/tth,
|
|
||||||
dev-tex/xcolor,
|
|
||||||
dev-tex/xmltex,
|
|
||||||
dev-tex/xymtex
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,160 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
dev-texlive/texlive-basic,
|
|
||||||
dev-texlive/texlive-bibtexextra,
|
|
||||||
dev-texlive/texlive-context,
|
|
||||||
dev-texlive/texlive-documentation-arabic,
|
|
||||||
dev-texlive/texlive-documentation-base,
|
|
||||||
dev-texlive/texlive-documentation-bulgarian,
|
|
||||||
dev-texlive/texlive-documentation-chinese,
|
|
||||||
dev-texlive/texlive-documentation-czechslovak,
|
|
||||||
dev-texlive/texlive-documentation-dutch,
|
|
||||||
dev-texlive/texlive-documentation-english,
|
|
||||||
dev-texlive/texlive-documentation-finnish,
|
|
||||||
dev-texlive/texlive-documentation-french,
|
|
||||||
dev-texlive/texlive-documentation-german,
|
|
||||||
dev-texlive/texlive-documentation-greek,
|
|
||||||
dev-texlive/texlive-documentation-italian,
|
|
||||||
dev-texlive/texlive-documentation-japanese,
|
|
||||||
dev-texlive/texlive-documentation-korean,
|
|
||||||
dev-texlive/texlive-documentation-mongolian,
|
|
||||||
dev-texlive/texlive-documentation-polish,
|
|
||||||
dev-texlive/texlive-documentation-portuguese,
|
|
||||||
dev-texlive/texlive-documentation-russian,
|
|
||||||
dev-texlive/texlive-documentation-serbian,
|
|
||||||
dev-texlive/texlive-documentation-slovenian,
|
|
||||||
dev-texlive/texlive-documentation-spanish,
|
|
||||||
dev-texlive/texlive-documentation-thai,
|
|
||||||
dev-texlive/texlive-documentation-turkish,
|
|
||||||
dev-texlive/texlive-documentation-ukrainian,
|
|
||||||
dev-texlive/texlive-documentation-vietnamese,
|
|
||||||
dev-texlive/texlive-fontsextra,
|
|
||||||
dev-texlive/texlive-fontsrecommended,
|
|
||||||
dev-texlive/texlive-fontutils,
|
|
||||||
dev-texlive/texlive-formatsextra,
|
|
||||||
dev-texlive/texlive-games,
|
|
||||||
dev-texlive/texlive-genericextra,
|
|
||||||
dev-texlive/texlive-genericrecommended,
|
|
||||||
dev-texlive/texlive-htmlxml,
|
|
||||||
dev-texlive/texlive-humanities,
|
|
||||||
dev-texlive/texlive-langafrican,
|
|
||||||
dev-texlive/texlive-langarabic,
|
|
||||||
dev-texlive/texlive-langarmenian,
|
|
||||||
dev-texlive/texlive-langcjk,
|
|
||||||
dev-texlive/texlive-langcroatian,
|
|
||||||
dev-texlive/texlive-langcyrillic,
|
|
||||||
dev-texlive/texlive-langczechslovak,
|
|
||||||
dev-texlive/texlive-langdanish,
|
|
||||||
dev-texlive/texlive-langdutch,
|
|
||||||
dev-texlive/texlive-langenglish,
|
|
||||||
dev-texlive/texlive-langfinnish,
|
|
||||||
dev-texlive/texlive-langfrench,
|
|
||||||
dev-texlive/texlive-langgerman,
|
|
||||||
dev-texlive/texlive-langgreek,
|
|
||||||
dev-texlive/texlive-langhebrew,
|
|
||||||
dev-texlive/texlive-langhungarian,
|
|
||||||
dev-texlive/texlive-langindic,
|
|
||||||
dev-texlive/texlive-langitalian,
|
|
||||||
dev-texlive/texlive-langlatin,
|
|
||||||
dev-texlive/texlive-langlatvian,
|
|
||||||
dev-texlive/texlive-langlithuanian,
|
|
||||||
dev-texlive/texlive-langmongolian,
|
|
||||||
dev-texlive/texlive-langnorwegian,
|
|
||||||
dev-texlive/texlive-langother,
|
|
||||||
dev-texlive/texlive-langpolish,
|
|
||||||
dev-texlive/texlive-langportuguese,
|
|
||||||
dev-texlive/texlive-langspanish,
|
|
||||||
dev-texlive/texlive-langswedish,
|
|
||||||
dev-texlive/texlive-langtibetan,
|
|
||||||
dev-texlive/texlive-langturkmen,
|
|
||||||
dev-texlive/texlive-langvietnamese,
|
|
||||||
dev-texlive/texlive-latex,
|
|
||||||
dev-texlive/texlive-latexextra,
|
|
||||||
dev-texlive/texlive-latexrecommended,
|
|
||||||
dev-texlive/texlive-luatex,
|
|
||||||
dev-texlive/texlive-mathextra,
|
|
||||||
dev-texlive/texlive-metapost,
|
|
||||||
dev-texlive/texlive-music,
|
|
||||||
dev-texlive/texlive-omega,
|
|
||||||
dev-texlive/texlive-pictures,
|
|
||||||
dev-texlive/texlive-plainextra,
|
|
||||||
dev-texlive/texlive-pstricks,
|
|
||||||
dev-texlive/texlive-publishers,
|
|
||||||
dev-texlive/texlive-science,
|
|
||||||
dev-texlive/texlive-texinfo,
|
|
||||||
dev-texlive/texlive-xetex
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,147 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
dev-vcs/archway,
|
|
||||||
dev-vcs/bzr,
|
|
||||||
dev-vcs/bzr-explorer,
|
|
||||||
dev-vcs/bzr-fastimport,
|
|
||||||
dev-vcs/bzr-git,
|
|
||||||
dev-vcs/bzr-gtk,
|
|
||||||
dev-vcs/bzr-rewrite,
|
|
||||||
dev-vcs/bzr-svn,
|
|
||||||
dev-vcs/bzr-xmloutput,
|
|
||||||
dev-vcs/bzrtools,
|
|
||||||
dev-vcs/colorcvs,
|
|
||||||
dev-vcs/colorsvn,
|
|
||||||
dev-vcs/cssc,
|
|
||||||
dev-vcs/cvs,
|
|
||||||
dev-vcs/cvs2cl,
|
|
||||||
dev-vcs/cvs2svn,
|
|
||||||
dev-vcs/cvsd,
|
|
||||||
dev-vcs/cvsgraph,
|
|
||||||
dev-vcs/cvsps,
|
|
||||||
dev-vcs/cvsq,
|
|
||||||
dev-vcs/cvsspam,
|
|
||||||
dev-vcs/cvsutils,
|
|
||||||
dev-vcs/darcs,
|
|
||||||
dev-vcs/easygit,
|
|
||||||
dev-vcs/fossil,
|
|
||||||
dev-vcs/giggle,
|
|
||||||
dev-vcs/git,
|
|
||||||
dev-vcs/git-bz,
|
|
||||||
dev-vcs/git-bzr-ng,
|
|
||||||
dev-vcs/git-cola,
|
|
||||||
dev-vcs/git-cvs,
|
|
||||||
dev-vcs/git-deploy,
|
|
||||||
dev-vcs/git-gui-tools,
|
|
||||||
dev-vcs/git-sh,
|
|
||||||
dev-vcs/git-subversion,
|
|
||||||
dev-vcs/gitg,
|
|
||||||
dev-vcs/gitolite,
|
|
||||||
dev-vcs/gitosis-gentoo,
|
|
||||||
dev-vcs/gitstats,
|
|
||||||
dev-vcs/guilt,
|
|
||||||
dev-vcs/hg-git,
|
|
||||||
dev-vcs/hgsubversion,
|
|
||||||
dev-vcs/hgsvn,
|
|
||||||
dev-vcs/hgview,
|
|
||||||
dev-vcs/kdesvn,
|
|
||||||
dev-vcs/mercurial-server,
|
|
||||||
dev-vcs/monotone,
|
|
||||||
dev-vcs/mr,
|
|
||||||
dev-vcs/qbzr,
|
|
||||||
dev-vcs/qct,
|
|
||||||
dev-vcs/qgit,
|
|
||||||
dev-vcs/qsvn,
|
|
||||||
dev-vcs/rabbitvcs,
|
|
||||||
dev-vcs/rapidsvn,
|
|
||||||
dev-vcs/rcs,
|
|
||||||
dev-vcs/rcsi,
|
|
||||||
dev-vcs/rsvndump,
|
|
||||||
dev-vcs/statcvs,
|
|
||||||
dev-vcs/statsvn,
|
|
||||||
dev-vcs/stgit,
|
|
||||||
dev-vcs/subversion,
|
|
||||||
dev-vcs/subversion-java,
|
|
||||||
dev-vcs/svn2cl,
|
|
||||||
dev-vcs/svn2git,
|
|
||||||
dev-vcs/svneverever,
|
|
||||||
dev-vcs/svnmailer,
|
|
||||||
dev-vcs/tig,
|
|
||||||
dev-vcs/tkcvs,
|
|
||||||
dev-vcs/topgit,
|
|
||||||
dev-vcs/veracity
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,668 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
games-action/0verkill,
|
|
||||||
games-action/abuse,
|
|
||||||
games-action/accelerator3d,
|
|
||||||
games-action/atanks,
|
|
||||||
games-action/barrage,
|
|
||||||
games-action/battalion,
|
|
||||||
games-action/bomberclone,
|
|
||||||
games-action/btanks,
|
|
||||||
games-action/bzflag,
|
|
||||||
games-action/chickens,
|
|
||||||
games-action/chromium-bsu,
|
|
||||||
games-action/clanbomber,
|
|
||||||
games-action/cylindrix,
|
|
||||||
games-action/d2x,
|
|
||||||
games-action/deathchase3d,
|
|
||||||
games-action/descent1-demodata,
|
|
||||||
games-action/descent2-demodata,
|
|
||||||
games-action/descent3-demo,
|
|
||||||
games-action/dungeon,
|
|
||||||
games-action/extreme-tuxracer,
|
|
||||||
games-action/formido,
|
|
||||||
games-action/garden,
|
|
||||||
games-action/geki2-KXL,
|
|
||||||
games-action/geki3-KXL,
|
|
||||||
games-action/gltron,
|
|
||||||
games-action/heroes,
|
|
||||||
games-action/koth,
|
|
||||||
games-action/lugaru-demo,
|
|
||||||
games-action/luola,
|
|
||||||
games-action/maelstrom,
|
|
||||||
games-action/meritous,
|
|
||||||
games-action/minecraft,
|
|
||||||
games-action/moon-buggy,
|
|
||||||
games-action/mutantstorm-demo,
|
|
||||||
games-action/nighthawk,
|
|
||||||
games-action/noiz2sa,
|
|
||||||
games-action/openastromenace,
|
|
||||||
games-action/orbital-eunuchs-sniper,
|
|
||||||
games-action/phobiaii,
|
|
||||||
games-action/poopmup,
|
|
||||||
games-action/powermanga,
|
|
||||||
games-action/rafkill,
|
|
||||||
games-action/rrootage,
|
|
||||||
games-action/shootingstar,
|
|
||||||
games-action/snipes,
|
|
||||||
games-action/spacearyarya-kxl,
|
|
||||||
games-action/spacetripper-demo,
|
|
||||||
games-action/supertuxkart,
|
|
||||||
games-action/teeworlds,
|
|
||||||
games-action/towbowl-tactics,
|
|
||||||
games-action/trackballs,
|
|
||||||
games-action/transcend,
|
|
||||||
games-action/tuxkart,
|
|
||||||
games-action/violetland,
|
|
||||||
games-action/wordwarvi,
|
|
||||||
games-action/xblast,
|
|
||||||
games-action/xbomber,
|
|
||||||
games-action/xpilot,
|
|
||||||
games-action/xpilot-ng,
|
|
||||||
games-arcade/abe,
|
|
||||||
games-arcade/afternoonstalker,
|
|
||||||
games-arcade/alienwave,
|
|
||||||
games-arcade/amphetamine,
|
|
||||||
games-arcade/aop,
|
|
||||||
games-arcade/apricots,
|
|
||||||
games-arcade/ascii-invaders,
|
|
||||||
games-arcade/asteroid,
|
|
||||||
games-arcade/balloonchase,
|
|
||||||
games-arcade/barbarian-bin,
|
|
||||||
games-arcade/berusky,
|
|
||||||
games-arcade/betna,
|
|
||||||
games-arcade/bitefusion,
|
|
||||||
games-arcade/blockrage,
|
|
||||||
games-arcade/bomns,
|
|
||||||
games-arcade/briquolo,
|
|
||||||
games-arcade/bub-n-bros,
|
|
||||||
games-arcade/bumprace,
|
|
||||||
games-arcade/burgerspace,
|
|
||||||
games-arcade/cavezofphear,
|
|
||||||
games-arcade/cdogs-sdl,
|
|
||||||
games-arcade/ceferino,
|
|
||||||
games-arcade/circuslinux,
|
|
||||||
games-arcade/cob,
|
|
||||||
games-arcade/conveysdl,
|
|
||||||
games-arcade/crack-attack,
|
|
||||||
games-arcade/criticalmass,
|
|
||||||
games-arcade/defendguin,
|
|
||||||
games-arcade/diameter,
|
|
||||||
games-arcade/digger,
|
|
||||||
games-arcade/emilia-pinball,
|
|
||||||
games-arcade/epiar,
|
|
||||||
games-arcade/excido,
|
|
||||||
games-arcade/fretsonfire,
|
|
||||||
games-arcade/frozen-bubble,
|
|
||||||
games-arcade/funnyboat,
|
|
||||||
games-arcade/gav,
|
|
||||||
games-arcade/gish-demo,
|
|
||||||
games-arcade/gnake,
|
|
||||||
games-arcade/gnujump,
|
|
||||||
games-arcade/grande-KXL,
|
|
||||||
games-arcade/gunocide2ex,
|
|
||||||
games-arcade/holotz-castle,
|
|
||||||
games-arcade/insaneodyssey,
|
|
||||||
games-arcade/jardinains,
|
|
||||||
games-arcade/jumpnbump,
|
|
||||||
games-arcade/jvgs,
|
|
||||||
games-arcade/kajaani-kombat,
|
|
||||||
games-arcade/kobodeluxe,
|
|
||||||
games-arcade/komi,
|
|
||||||
games-arcade/koules,
|
|
||||||
games-arcade/late,
|
|
||||||
games-arcade/lbreakout,
|
|
||||||
games-arcade/lbreakout2,
|
|
||||||
games-arcade/marbleblast-demo,
|
|
||||||
games-arcade/marbleblastgold-demo,
|
|
||||||
games-arcade/mars-bin,
|
|
||||||
games-arcade/missile,
|
|
||||||
games-arcade/moleinvasion,
|
|
||||||
games-arcade/monkey-bubble,
|
|
||||||
games-arcade/mtp-target-bin,
|
|
||||||
games-arcade/netris,
|
|
||||||
games-arcade/nibbles,
|
|
||||||
games-arcade/ninvaders,
|
|
||||||
games-arcade/njam,
|
|
||||||
games-arcade/openbubbles,
|
|
||||||
games-arcade/openmortal,
|
|
||||||
games-arcade/opentyrian,
|
|
||||||
games-arcade/pachi,
|
|
||||||
games-arcade/pacmanarena,
|
|
||||||
games-arcade/penguin-command,
|
|
||||||
games-arcade/pengupop,
|
|
||||||
games-arcade/primateplunge,
|
|
||||||
games-arcade/pycadia,
|
|
||||||
games-arcade/pydance,
|
|
||||||
games-arcade/pydance-songs,
|
|
||||||
games-arcade/ri-li,
|
|
||||||
games-arcade/rockdodger,
|
|
||||||
games-arcade/sable,
|
|
||||||
games-arcade/sdb,
|
|
||||||
games-arcade/sdl-ball,
|
|
||||||
games-arcade/sdl-sopwith,
|
|
||||||
games-arcade/sdlroids,
|
|
||||||
games-arcade/sdlsasteroids,
|
|
||||||
games-arcade/skystreets,
|
|
||||||
games-arcade/slimevolley,
|
|
||||||
games-arcade/smc,
|
|
||||||
games-arcade/snake3d,
|
|
||||||
games-arcade/solarwolf,
|
|
||||||
games-arcade/spacerider,
|
|
||||||
games-arcade/spout,
|
|
||||||
games-arcade/ssc,
|
|
||||||
games-arcade/stardork,
|
|
||||||
games-arcade/stepmania,
|
|
||||||
games-arcade/supertransball2,
|
|
||||||
games-arcade/supertux,
|
|
||||||
games-arcade/tecnoballz,
|
|
||||||
games-arcade/thinktanks-demo,
|
|
||||||
games-arcade/tomatoes,
|
|
||||||
games-arcade/trailblazer,
|
|
||||||
games-arcade/triplexinvaders,
|
|
||||||
games-arcade/tuxanci,
|
|
||||||
games-arcade/tuxdash,
|
|
||||||
games-arcade/tuxpuck,
|
|
||||||
games-arcade/ultrastar-ng,
|
|
||||||
games-arcade/vor,
|
|
||||||
games-arcade/watermelons,
|
|
||||||
games-arcade/whichwayisup,
|
|
||||||
games-arcade/wop,
|
|
||||||
games-arcade/xbill,
|
|
||||||
games-arcade/xboing,
|
|
||||||
games-arcade/xbubble,
|
|
||||||
games-arcade/xevil,
|
|
||||||
games-arcade/xgalaga,
|
|
||||||
games-arcade/xjump,
|
|
||||||
games-arcade/xrick,
|
|
||||||
games-arcade/xscavenger,
|
|
||||||
games-arcade/xsfcave,
|
|
||||||
games-arcade/xtux,
|
|
||||||
games-arcade/yarsrevenge,
|
|
||||||
games-board/ace,
|
|
||||||
games-board/ascal,
|
|
||||||
games-board/atakks,
|
|
||||||
games-board/biloba,
|
|
||||||
games-board/blokish,
|
|
||||||
games-board/camato,
|
|
||||||
games-board/capitalism,
|
|
||||||
games-board/ccgo,
|
|
||||||
games-board/cgoban,
|
|
||||||
games-board/cgoban2,
|
|
||||||
games-board/crafty,
|
|
||||||
games-board/eboard,
|
|
||||||
games-board/freedoko,
|
|
||||||
games-board/fruit,
|
|
||||||
games-board/gamazons,
|
|
||||||
games-board/ggz-gtk-client,
|
|
||||||
games-board/ggz-gtk-games,
|
|
||||||
games-board/ggz-sdl-games,
|
|
||||||
games-board/ggz-txt-client,
|
|
||||||
games-board/gnome-mastermind,
|
|
||||||
games-board/gnubg,
|
|
||||||
games-board/gnuchess,
|
|
||||||
games-board/gnuchess-book,
|
|
||||||
games-board/gnugo,
|
|
||||||
games-board/gnushogi,
|
|
||||||
games-board/grhino,
|
|
||||||
games-board/gtkatlantic,
|
|
||||||
games-board/gtkboard,
|
|
||||||
games-board/hexxagon,
|
|
||||||
games-board/jrisk,
|
|
||||||
games-board/kcheckers,
|
|
||||||
games-board/knights,
|
|
||||||
games-board/mah-jong,
|
|
||||||
games-board/maitretarot,
|
|
||||||
games-board/megamek,
|
|
||||||
games-board/mt_dolphin_ia,
|
|
||||||
games-board/mt_gtk_client,
|
|
||||||
games-board/mt_ncurses_client,
|
|
||||||
games-board/natch,
|
|
||||||
games-board/openyahtzee,
|
|
||||||
games-board/peg-e,
|
|
||||||
games-board/phalanx,
|
|
||||||
games-board/pioneers,
|
|
||||||
games-board/pouetchess,
|
|
||||||
games-board/pychess,
|
|
||||||
games-board/qcheckers,
|
|
||||||
games-board/scid,
|
|
||||||
games-board/sirius,
|
|
||||||
games-board/sjeng,
|
|
||||||
games-board/teg,
|
|
||||||
games-board/xboard,
|
|
||||||
games-board/xfreecell,
|
|
||||||
games-board/xfrisk,
|
|
||||||
games-board/xgammon,
|
|
||||||
games-board/xmahjongg,
|
|
||||||
games-board/xmille,
|
|
||||||
games-board/xscrabble,
|
|
||||||
games-board/xskat,
|
|
||||||
games-emulation/advancemame,
|
|
||||||
games-emulation/advancemenu,
|
|
||||||
games-emulation/advancescan,
|
|
||||||
games-emulation/atari800,
|
|
||||||
games-emulation/boycott-advance-sdl,
|
|
||||||
games-emulation/caps,
|
|
||||||
games-emulation/daphne,
|
|
||||||
games-emulation/dboxfe,
|
|
||||||
games-emulation/desmume,
|
|
||||||
games-emulation/dgen-sdl,
|
|
||||||
games-emulation/dosbox,
|
|
||||||
games-emulation/emutos,
|
|
||||||
games-emulation/fakenes,
|
|
||||||
games-emulation/fbzx,
|
|
||||||
games-emulation/fceux,
|
|
||||||
games-emulation/gcube,
|
|
||||||
games-emulation/generator,
|
|
||||||
games-emulation/gens,
|
|
||||||
games-emulation/gfceux,
|
|
||||||
games-emulation/gmameui,
|
|
||||||
games-emulation/gngb,
|
|
||||||
games-emulation/gngeo,
|
|
||||||
games-emulation/gnome-video-arcade,
|
|
||||||
games-emulation/gnomeboyadvance,
|
|
||||||
games-emulation/gnuboy,
|
|
||||||
games-emulation/gxmame,
|
|
||||||
games-emulation/handy,
|
|
||||||
games-emulation/hatari,
|
|
||||||
games-emulation/hugo,
|
|
||||||
games-emulation/kigb,
|
|
||||||
games-emulation/mamory,
|
|
||||||
games-emulation/mastergear-bin,
|
|
||||||
games-emulation/mednafen,
|
|
||||||
games-emulation/mekanix,
|
|
||||||
games-emulation/mupen64plus,
|
|
||||||
games-emulation/neopocott,
|
|
||||||
games-emulation/nestra,
|
|
||||||
games-emulation/openmsx,
|
|
||||||
games-emulation/psemu-cdr,
|
|
||||||
games-emulation/psemu-eternalspu,
|
|
||||||
games-emulation/psemu-spunull,
|
|
||||||
games-emulation/qmc2,
|
|
||||||
games-emulation/raine,
|
|
||||||
games-emulation/sdlmame,
|
|
||||||
games-emulation/sdlmess,
|
|
||||||
games-emulation/snes9express,
|
|
||||||
games-emulation/snes9x,
|
|
||||||
games-emulation/stella,
|
|
||||||
games-emulation/tuxnes,
|
|
||||||
games-emulation/vgba,
|
|
||||||
games-emulation/virtualjaguar,
|
|
||||||
games-emulation/visualboyadvance,
|
|
||||||
games-emulation/xe,
|
|
||||||
games-emulation/xmess,
|
|
||||||
games-emulation/yabause,
|
|
||||||
games-emulation/zinc,
|
|
||||||
games-emulation/zsnes,
|
|
||||||
games-engines/exult,
|
|
||||||
games-engines/fife,
|
|
||||||
games-engines/freesci,
|
|
||||||
games-engines/frobtads,
|
|
||||||
games-engines/frotz,
|
|
||||||
games-engines/gargoyle,
|
|
||||||
games-engines/nazghul,
|
|
||||||
games-engines/sarien,
|
|
||||||
games-engines/scummvm,
|
|
||||||
games-engines/scummvm-tools,
|
|
||||||
games-engines/stratagus,
|
|
||||||
games-engines/xzip,
|
|
||||||
games-engines/zoom,
|
|
||||||
games-fps/alienarena,
|
|
||||||
games-fps/avp,
|
|
||||||
games-fps/darkplaces,
|
|
||||||
games-fps/doomsday,
|
|
||||||
games-fps/enemy-territory,
|
|
||||||
games-fps/enemy-territory-etpro,
|
|
||||||
games-fps/enemy-territory-truecombat,
|
|
||||||
games-fps/freedoom,
|
|
||||||
games-fps/nexuiz,
|
|
||||||
games-fps/openarena,
|
|
||||||
games-fps/prboom,
|
|
||||||
games-fps/quake1-textures,
|
|
||||||
games-fps/quake3,
|
|
||||||
games-fps/quake3-data,
|
|
||||||
games-fps/quake3-demo,
|
|
||||||
games-fps/redeclipse,
|
|
||||||
games-fps/sauerbraten,
|
|
||||||
games-fps/tremulous,
|
|
||||||
games-fps/urbanterror,
|
|
||||||
games-fps/warsow,
|
|
||||||
games-fps/worldofpadman,
|
|
||||||
games-kids/childsplay,
|
|
||||||
games-kids/cubetest,
|
|
||||||
games-kids/gcompris,
|
|
||||||
games-kids/gmult,
|
|
||||||
games-kids/lletters,
|
|
||||||
games-kids/memonix-bin,
|
|
||||||
games-kids/pytraffic,
|
|
||||||
games-kids/tuxmath,
|
|
||||||
games-kids/tuxmathscrabble,
|
|
||||||
games-kids/tuxtype,
|
|
||||||
games-misc/OilWar,
|
|
||||||
games-misc/cowsay,
|
|
||||||
games-misc/fortune-mod,
|
|
||||||
games-misc/ggencoder,
|
|
||||||
games-misc/opengfx,
|
|
||||||
games-misc/openmsx,
|
|
||||||
games-misc/opensfx,
|
|
||||||
games-misc/qlife,
|
|
||||||
games-misc/rfksay,
|
|
||||||
games-misc/wtf,
|
|
||||||
games-misc/wumpus,
|
|
||||||
games-misc/xcowsay,
|
|
||||||
games-misc/xpenguins,
|
|
||||||
games-mud/circlemud,
|
|
||||||
games-mud/gmudix,
|
|
||||||
games-mud/gnome-mud,
|
|
||||||
games-mud/kmuddy,
|
|
||||||
games-mud/lyntin,
|
|
||||||
games-mud/mcl,
|
|
||||||
games-mud/mudix,
|
|
||||||
games-mud/powwow,
|
|
||||||
games-mud/tf,
|
|
||||||
games-mud/tintin,
|
|
||||||
games-mud/tkmoo,
|
|
||||||
games-mud/trebuchet,
|
|
||||||
games-puzzle/4stattack,
|
|
||||||
games-puzzle/amoebax,
|
|
||||||
games-puzzle/anagramarama,
|
|
||||||
games-puzzle/angrydd,
|
|
||||||
games-puzzle/arrows,
|
|
||||||
games-puzzle/atomix,
|
|
||||||
games-puzzle/bastet,
|
|
||||||
games-puzzle/biniax2,
|
|
||||||
games-puzzle/braincurses,
|
|
||||||
games-puzzle/brainparty,
|
|
||||||
games-puzzle/bubble-chains,
|
|
||||||
games-puzzle/candycrisis,
|
|
||||||
games-puzzle/colorcode,
|
|
||||||
games-puzzle/concentration,
|
|
||||||
games-puzzle/cutemaze,
|
|
||||||
games-puzzle/cuyo,
|
|
||||||
games-puzzle/drod-bin,
|
|
||||||
games-puzzle/einstein,
|
|
||||||
games-puzzle/fbg,
|
|
||||||
games-puzzle/fish-fillets,
|
|
||||||
games-puzzle/flobopuyo,
|
|
||||||
games-puzzle/freesweep,
|
|
||||||
games-puzzle/galaxis,
|
|
||||||
games-puzzle/gemdropx,
|
|
||||||
games-puzzle/glightoff,
|
|
||||||
games-puzzle/gnudoku,
|
|
||||||
games-puzzle/gnurobbo,
|
|
||||||
games-puzzle/gottet,
|
|
||||||
games-puzzle/greedy,
|
|
||||||
games-puzzle/gtetrinet,
|
|
||||||
games-puzzle/gtkballs,
|
|
||||||
games-puzzle/gweled,
|
|
||||||
games-puzzle/hangman,
|
|
||||||
games-puzzle/hexalate,
|
|
||||||
games-puzzle/hexamine,
|
|
||||||
games-puzzle/hoh-bin,
|
|
||||||
games-puzzle/icebreaker,
|
|
||||||
games-puzzle/jag,
|
|
||||||
games-puzzle/jools,
|
|
||||||
games-puzzle/kiki,
|
|
||||||
games-puzzle/krystaldrop,
|
|
||||||
games-puzzle/lmarbles,
|
|
||||||
games-puzzle/londonlaw,
|
|
||||||
games-puzzle/lpairs,
|
|
||||||
games-puzzle/ltris,
|
|
||||||
games-puzzle/magiccube4d,
|
|
||||||
games-puzzle/mindless,
|
|
||||||
games-puzzle/mirrormagic,
|
|
||||||
games-puzzle/monsterz,
|
|
||||||
games-puzzle/mures,
|
|
||||||
games-puzzle/neverball,
|
|
||||||
games-puzzle/ngstar,
|
|
||||||
games-puzzle/pathological,
|
|
||||||
games-puzzle/pauker,
|
|
||||||
games-puzzle/penguzzle,
|
|
||||||
games-puzzle/picpuz,
|
|
||||||
games-puzzle/pingus,
|
|
||||||
games-puzzle/pipepanic,
|
|
||||||
games-puzzle/quadra,
|
|
||||||
games-puzzle/scramble,
|
|
||||||
games-puzzle/seatris,
|
|
||||||
games-puzzle/sgt-puzzles,
|
|
||||||
games-puzzle/skoosh,
|
|
||||||
games-puzzle/tetrinet,
|
|
||||||
games-puzzle/textmaze,
|
|
||||||
games-puzzle/tint,
|
|
||||||
games-puzzle/tod,
|
|
||||||
games-puzzle/tong,
|
|
||||||
games-puzzle/toppler,
|
|
||||||
games-puzzle/torrent,
|
|
||||||
games-puzzle/trimines,
|
|
||||||
games-puzzle/triptych-demo,
|
|
||||||
games-puzzle/twindistress,
|
|
||||||
games-puzzle/wakkabox,
|
|
||||||
games-puzzle/wmpuzzle,
|
|
||||||
games-puzzle/world-of-goo-demo,
|
|
||||||
games-puzzle/xblockout,
|
|
||||||
games-puzzle/xbomb,
|
|
||||||
games-puzzle/xlogical,
|
|
||||||
games-puzzle/xpired,
|
|
||||||
games-puzzle/xtris,
|
|
||||||
games-puzzle/xwelltris,
|
|
||||||
games-puzzle/xye,
|
|
||||||
games-puzzle/zaz,
|
|
||||||
games-roguelike/adom,
|
|
||||||
games-roguelike/angband,
|
|
||||||
games-roguelike/crossfire-client,
|
|
||||||
games-roguelike/fargoal,
|
|
||||||
games-roguelike/hengband,
|
|
||||||
games-roguelike/ivan,
|
|
||||||
games-roguelike/moria,
|
|
||||||
games-roguelike/noegnud-data,
|
|
||||||
games-roguelike/noegnud-slashem,
|
|
||||||
games-roguelike/scourge,
|
|
||||||
games-roguelike/tome,
|
|
||||||
games-roguelike/tomenet,
|
|
||||||
games-roguelike/wrogue,
|
|
||||||
games-roguelike/zangband,
|
|
||||||
games-rpg/adonthell,
|
|
||||||
games-rpg/aklabeth,
|
|
||||||
games-rpg/bass,
|
|
||||||
games-rpg/daimonin-client,
|
|
||||||
games-rpg/dragonhunt,
|
|
||||||
games-rpg/drascula,
|
|
||||||
games-rpg/eternal-lands,
|
|
||||||
games-rpg/eternal-lands-data,
|
|
||||||
games-rpg/freedroid,
|
|
||||||
games-rpg/freedroidrpg,
|
|
||||||
games-rpg/gwiz,
|
|
||||||
games-rpg/pcgen,
|
|
||||||
games-rpg/rain-slick,
|
|
||||||
games-rpg/tmw,
|
|
||||||
games-rpg/twclone,
|
|
||||||
games-rpg/vendetta-online-bin,
|
|
||||||
games-server/bf1942-lnxded,
|
|
||||||
games-server/crossfire-server,
|
|
||||||
games-server/cyphesis,
|
|
||||||
games-server/halflife-steam,
|
|
||||||
games-server/minecraft-server,
|
|
||||||
games-server/monopd,
|
|
||||||
games-server/mtavc,
|
|
||||||
games-server/nwn-ded,
|
|
||||||
games-server/pvpgn,
|
|
||||||
games-server/tetrix,
|
|
||||||
games-server/ut2004-ded,
|
|
||||||
games-simulation/bcs-demo,
|
|
||||||
games-simulation/cannonsmash,
|
|
||||||
games-simulation/crashtest,
|
|
||||||
games-simulation/dangerdeep,
|
|
||||||
games-simulation/fgrun,
|
|
||||||
games-simulation/flightgear,
|
|
||||||
games-simulation/gl117,
|
|
||||||
games-simulation/lincity,
|
|
||||||
games-simulation/lincity-ng,
|
|
||||||
games-simulation/micropolis,
|
|
||||||
games-simulation/openttd,
|
|
||||||
games-simulation/planets,
|
|
||||||
games-simulation/pmars-sdl,
|
|
||||||
games-simulation/qct,
|
|
||||||
games-simulation/searchandrescue,
|
|
||||||
games-simulation/senken,
|
|
||||||
games-simulation/simutrans,
|
|
||||||
games-simulation/singularity,
|
|
||||||
games-simulation/stoned-bin,
|
|
||||||
games-sports/billardgl,
|
|
||||||
games-sports/bygfoot,
|
|
||||||
games-sports/foobillard,
|
|
||||||
games-sports/foosball,
|
|
||||||
games-sports/gracer,
|
|
||||||
games-sports/maniadrive-bin,
|
|
||||||
games-sports/miniracer,
|
|
||||||
games-sports/racer-bin,
|
|
||||||
games-sports/ski,
|
|
||||||
games-sports/speed-dreams,
|
|
||||||
games-sports/stormbaancoureur,
|
|
||||||
games-sports/torcs,
|
|
||||||
games-sports/toycars,
|
|
||||||
games-sports/trigger,
|
|
||||||
games-sports/ultimatestunts,
|
|
||||||
games-sports/vdrift,
|
|
||||||
games-sports/xmoto,
|
|
||||||
games-strategy/0ad,
|
|
||||||
games-strategy/attal,
|
|
||||||
games-strategy/boswars,
|
|
||||||
games-strategy/coldwar-demo,
|
|
||||||
games-strategy/crimson,
|
|
||||||
games-strategy/dark-oberon,
|
|
||||||
games-strategy/darwinia,
|
|
||||||
games-strategy/darwinia-demo,
|
|
||||||
games-strategy/dominions2-demo,
|
|
||||||
games-strategy/dopewars,
|
|
||||||
games-strategy/dunelegacy,
|
|
||||||
games-strategy/freeciv,
|
|
||||||
games-strategy/freecnc,
|
|
||||||
games-strategy/freecol,
|
|
||||||
games-strategy/galaxyhack,
|
|
||||||
games-strategy/glob2,
|
|
||||||
games-strategy/gorky17-demo,
|
|
||||||
games-strategy/gwp,
|
|
||||||
games-strategy/hedgewars,
|
|
||||||
games-strategy/heroes3-demo,
|
|
||||||
games-strategy/knights-demo,
|
|
||||||
games-strategy/lgeneral,
|
|
||||||
games-strategy/lightyears,
|
|
||||||
games-strategy/liquidwar,
|
|
||||||
games-strategy/majesty-demo,
|
|
||||||
games-strategy/mindrover-demo,
|
|
||||||
games-strategy/naev,
|
|
||||||
games-strategy/netherearth,
|
|
||||||
games-strategy/netpanzer,
|
|
||||||
games-strategy/outerspace,
|
|
||||||
games-strategy/revenge-of-the-titans,
|
|
||||||
games-strategy/savage-bin,
|
|
||||||
games-strategy/savage2-bin,
|
|
||||||
games-strategy/scorched3d,
|
|
||||||
games-strategy/spring,
|
|
||||||
games-strategy/tornado,
|
|
||||||
games-strategy/triplea,
|
|
||||||
games-strategy/ufo-ai,
|
|
||||||
games-strategy/unknown-horizons,
|
|
||||||
games-strategy/uqm,
|
|
||||||
games-strategy/warmux,
|
|
||||||
games-strategy/warzone2100,
|
|
||||||
games-strategy/wesnoth,
|
|
||||||
games-strategy/widelands,
|
|
||||||
games-strategy/xbattle,
|
|
||||||
games-util/atlas,
|
|
||||||
games-util/biounzip,
|
|
||||||
games-util/catcodec,
|
|
||||||
games-util/datutil,
|
|
||||||
games-util/dzip,
|
|
||||||
games-util/etswitch,
|
|
||||||
games-util/fteqcc,
|
|
||||||
games-util/gamepick,
|
|
||||||
games-util/glbsp,
|
|
||||||
games-util/grfcodec,
|
|
||||||
games-util/gslist,
|
|
||||||
games-util/linux-wbfs-manager,
|
|
||||||
games-util/loki_patch,
|
|
||||||
games-util/mattricks,
|
|
||||||
games-util/qjoypad,
|
|
||||||
games-util/rubygfe,
|
|
||||||
games-util/searchtool,
|
|
||||||
games-util/springlobby,
|
|
||||||
games-util/uz2unpack,
|
|
||||||
games-util/wiiload,
|
|
||||||
games-util/wxchtdecoder,
|
|
||||||
games-util/xboxdrv
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: yes
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,117 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
gnome-base/dconf,
|
|
||||||
gnome-base/gconf,
|
|
||||||
gnome-base/gdm,
|
|
||||||
gnome-base/gnome,
|
|
||||||
gnome-base/gnome-applets,
|
|
||||||
gnome-base/gnome-common,
|
|
||||||
gnome-base/gnome-control-center,
|
|
||||||
gnome-base/gnome-core-apps,
|
|
||||||
gnome-base/gnome-core-libs,
|
|
||||||
gnome-base/gnome-desktop,
|
|
||||||
gnome-base/gnome-desktop,
|
|
||||||
gnome-base/gnome-extra-apps,
|
|
||||||
gnome-base/gnome-fallback,
|
|
||||||
gnome-base/gnome-js-common,
|
|
||||||
gnome-base/gnome-keyring,
|
|
||||||
gnome-base/gnome-menus,
|
|
||||||
gnome-base/gnome-menus,
|
|
||||||
gnome-base/gnome-mime-data,
|
|
||||||
gnome-base/gnome-panel,
|
|
||||||
gnome-base/gnome-session,
|
|
||||||
gnome-base/gnome-settings-daemon,
|
|
||||||
gnome-base/gnome-shell,
|
|
||||||
gnome-base/gnome-vfs,
|
|
||||||
gnome-base/gsettings-desktop-schemas,
|
|
||||||
gnome-base/gvfs,
|
|
||||||
gnome-base/libbonobo,
|
|
||||||
gnome-base/libbonoboui,
|
|
||||||
gnome-base/libglade,
|
|
||||||
gnome-base/libgnome,
|
|
||||||
gnome-base/libgnome-keyring,
|
|
||||||
gnome-base/libgnomecanvas,
|
|
||||||
gnome-base/libgnomekbd,
|
|
||||||
gnome-base/libgnomeprint,
|
|
||||||
gnome-base/libgnomeprintui,
|
|
||||||
gnome-base/libgnomeui,
|
|
||||||
gnome-base/libgtop,
|
|
||||||
gnome-base/librsvg,
|
|
||||||
gnome-base/libslab,
|
|
||||||
gnome-base/nautilus,
|
|
||||||
gnome-base/orbit
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,151 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
gnome-extra/accountsdialog,
|
|
||||||
gnome-extra/assogiate,
|
|
||||||
gnome-extra/at-spi,
|
|
||||||
gnome-extra/avant-window-navigator,
|
|
||||||
gnome-extra/avant-window-navigator-extras,
|
|
||||||
gnome-extra/bug-buddy,
|
|
||||||
gnome-extra/connman-gnome,
|
|
||||||
gnome-extra/contacts,
|
|
||||||
gnome-extra/docky,
|
|
||||||
gnome-extra/drwright,
|
|
||||||
gnome-extra/eiciel,
|
|
||||||
gnome-extra/evolution-data-server,
|
|
||||||
gnome-extra/evolution-exchange,
|
|
||||||
gnome-extra/evolution-rss,
|
|
||||||
gnome-extra/evolution-webcal,
|
|
||||||
gnome-extra/gcalctool,
|
|
||||||
gnome-extra/gconf-editor,
|
|
||||||
gnome-extra/gcursor,
|
|
||||||
gnome-extra/gdesklets-core,
|
|
||||||
gnome-extra/gnome-audio,
|
|
||||||
gnome-extra/gnome-color-chooser,
|
|
||||||
gnome-extra/gnome-color-manager,
|
|
||||||
gnome-extra/gnome-commander,
|
|
||||||
gnome-extra/gnome-contacts,
|
|
||||||
gnome-extra/gnome-do,
|
|
||||||
gnome-extra/gnome-do-plugins,
|
|
||||||
gnome-extra/gnome-documents,
|
|
||||||
gnome-extra/gnome-dvb-daemon,
|
|
||||||
gnome-extra/gnome-games,
|
|
||||||
gnome-extra/gnome-games-extra-data,
|
|
||||||
gnome-extra/gnome-globalmenu,
|
|
||||||
gnome-extra/gnome-media,
|
|
||||||
gnome-extra/gnome-packagekit,
|
|
||||||
gnome-extra/gnome-power-manager,
|
|
||||||
gnome-extra/gnome-screensaver,
|
|
||||||
gnome-extra/gnome-shell-extensions,
|
|
||||||
gnome-extra/gnome-shell-extensions-activities-button,
|
|
||||||
gnome-extra/gnome-shell-extensions-system-monitor,
|
|
||||||
gnome-extra/gnome-shell-flippery,
|
|
||||||
gnome-extra/gnome-system-monitor,
|
|
||||||
gnome-extra/gnome-tweak-tool,
|
|
||||||
gnome-extra/gnome-user-docs,
|
|
||||||
gnome-extra/gnome-user-share,
|
|
||||||
gnome-extra/gnome-utils,
|
|
||||||
gnome-extra/gnome-web-photo,
|
|
||||||
gnome-extra/gpointing-device-settings,
|
|
||||||
gnome-extra/gtkhtml:2,
|
|
||||||
gnome-extra/gtkhtml:3.14,
|
|
||||||
gnome-extra/gtkhtml:4.0,
|
|
||||||
gnome-extra/gtkhtml,
|
|
||||||
gnome-extra/gucharmap,
|
|
||||||
gnome-extra/hamster-applet,
|
|
||||||
gnome-extra/libgda,
|
|
||||||
gnome-extra/libgda,
|
|
||||||
gnome-extra/libgsf,
|
|
||||||
gnome-extra/mousetweaks,
|
|
||||||
gnome-extra/nanny,
|
|
||||||
gnome-extra/nautilus-dropbox,
|
|
||||||
gnome-extra/nautilus-image-converter,
|
|
||||||
gnome-extra/nautilus-open-terminal,
|
|
||||||
gnome-extra/nautilus-sendto,
|
|
||||||
gnome-extra/nm-applet,
|
|
||||||
gnome-extra/panflute,
|
|
||||||
gnome-extra/polkit-gnome,
|
|
||||||
gnome-extra/seahorse-nautilus,
|
|
||||||
gnome-extra/sushi,
|
|
||||||
gnome-extra/synapse,
|
|
||||||
gnome-extra/swfdec-gnome,
|
|
||||||
gnome-extra/tasks,
|
|
||||||
gnome-extra/yelp,
|
|
||||||
gnome-extra/yelp-xsl,
|
|
||||||
gnome-extra/zeitgeist,
|
|
||||||
gnome-extra/zeitgeist-datahub,
|
|
||||||
gnome-extra/zenity
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,152 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
kde-misc/adjustableclock,
|
|
||||||
kde-misc/basket,
|
|
||||||
kde-misc/bkodama,
|
|
||||||
kde-misc/customizable-weather,
|
|
||||||
kde-misc/entropy-kioslaves,
|
|
||||||
kde-misc/eventlist,
|
|
||||||
kde-misc/fancytasks,
|
|
||||||
kde-misc/gx-mail-notify,
|
|
||||||
kde-misc/hdaps_monitor,
|
|
||||||
kde-misc/kanyremote,
|
|
||||||
kde-misc/kbstateapplet,
|
|
||||||
kde-misc/kcaldav,
|
|
||||||
kde-misc/kcm-grub2,
|
|
||||||
kde-misc/kcm-ufw,
|
|
||||||
kde-misc/kcm_touchpad,
|
|
||||||
kde-misc/kcollectd,
|
|
||||||
kde-misc/kcometen4,
|
|
||||||
kde-misc/kde-gtk-config,
|
|
||||||
kde-misc/kdesudo,
|
|
||||||
kde-misc/kdiff3,
|
|
||||||
kde-misc/kdirstat,
|
|
||||||
kde-misc/kdmthemegenerator,
|
|
||||||
kde-misc/kfilebox,
|
|
||||||
kde-misc/kgrubeditor,
|
|
||||||
kde-misc/kgtk,
|
|
||||||
kde-misc/kim4,
|
|
||||||
kde-misc/kio-ftps,
|
|
||||||
kde-misc/kio-locate,
|
|
||||||
kde-misc/kio-upnp-ms,
|
|
||||||
kde-misc/kio_gopher,
|
|
||||||
kde-misc/kookie,
|
|
||||||
kde-misc/kopete-antispam,
|
|
||||||
kde-misc/kopete-thinklight,
|
|
||||||
kde-misc/kosd,
|
|
||||||
kde-misc/kpackagekit,
|
|
||||||
kde-misc/kprayertime,
|
|
||||||
kde-misc/krcstat,
|
|
||||||
kde-misc/krecipes,
|
|
||||||
kde-misc/krename,
|
|
||||||
kde-misc/krunner-kopete-contacts,
|
|
||||||
kde-misc/krusader,
|
|
||||||
kde-misc/kshutdown,
|
|
||||||
kde-misc/ksplasher,
|
|
||||||
kde-misc/ktrafficanalyzer,
|
|
||||||
kde-misc/kvkbd,
|
|
||||||
kde-misc/kwebkitpart,
|
|
||||||
kde-misc/magneto-kde,
|
|
||||||
kde-misc/miniplayer,
|
|
||||||
kde-misc/networkmanagement,
|
|
||||||
kde-misc/nightmode,
|
|
||||||
kde-misc/openofficeorg-thumbnail,
|
|
||||||
kde-misc/plasma-applet-daisy,
|
|
||||||
kde-misc/plasma-mpd-nowplaying,
|
|
||||||
kde-misc/plasma-widget-message-indicator,
|
|
||||||
kde-misc/plasmatvgr,
|
|
||||||
kde-misc/polkit-kde-kcmodules,
|
|
||||||
kde-misc/pyrad,
|
|
||||||
kde-misc/qtrans,
|
|
||||||
kde-misc/quadkonsole,
|
|
||||||
kde-misc/quickaccess,
|
|
||||||
kde-misc/rsibreak,
|
|
||||||
kde-misc/semantik,
|
|
||||||
kde-misc/serverstatuswidget,
|
|
||||||
kde-misc/skanlite,
|
|
||||||
kde-misc/smooth-tasks,
|
|
||||||
kde-misc/steamcompanion,
|
|
||||||
kde-misc/stock-quote,
|
|
||||||
kde-misc/synaptiks,
|
|
||||||
kde-misc/tellico,
|
|
||||||
kde-misc/wacomtablet,
|
|
||||||
kde-misc/wicd-client-kde,
|
|
||||||
kde-misc/yakuake,
|
|
||||||
kde-misc/yawp,
|
|
||||||
kde-misc/youtube-servicemenu,
|
|
||||||
kde-misc/zanshin
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,109 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
mail-client/alot,
|
|
||||||
mail-client/alpine,
|
|
||||||
mail-client/balsa,
|
|
||||||
mail-client/claws-mail,
|
|
||||||
mail-client/claws-mail-acpi-notifier,
|
|
||||||
mail-client/claws-mail-archive,
|
|
||||||
mail-client/claws-mail-att-remover,
|
|
||||||
mail-client/claws-mail-attachwarner,
|
|
||||||
mail-client/claws-mail-clamd,
|
|
||||||
mail-client/claws-mail-fancy,
|
|
||||||
mail-client/claws-mail-fetchinfo,
|
|
||||||
mail-client/claws-mail-gtkhtml,
|
|
||||||
mail-client/claws-mail-mailmbox,
|
|
||||||
mail-client/claws-mail-newmail,
|
|
||||||
mail-client/claws-mail-notification,
|
|
||||||
mail-client/claws-mail-perl,
|
|
||||||
mail-client/claws-mail-python,
|
|
||||||
mail-client/claws-mail-rssyl,
|
|
||||||
mail-client/claws-mail-spam_report,
|
|
||||||
mail-client/claws-mail-tnef_parse,
|
|
||||||
mail-client/claws-mail-vcalendar,
|
|
||||||
mail-client/clawsker,
|
|
||||||
mail-client/evolution,
|
|
||||||
mail-client/mail-notification,
|
|
||||||
mail-client/mailnag,
|
|
||||||
mail-client/mailx,
|
|
||||||
mail-client/mailx-support,
|
|
||||||
mail-client/mutt,
|
|
||||||
mail-client/pinepgp,
|
|
||||||
mail-client/squirrelmail,
|
|
||||||
mail-client/sylpheed,
|
|
||||||
mail-client/thunderbird
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,122 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
mail-filter/anomy-sanitizer,
|
|
||||||
mail-filter/ask,
|
|
||||||
mail-filter/assp,
|
|
||||||
mail-filter/bmf,
|
|
||||||
mail-filter/bogofilter,
|
|
||||||
mail-filter/clamassassin,
|
|
||||||
mail-filter/clamsmtp,
|
|
||||||
mail-filter/dcc,
|
|
||||||
mail-filter/dk-milter,
|
|
||||||
mail-filter/dkim-milter,
|
|
||||||
mail-filter/dovecot-antispam,
|
|
||||||
mail-filter/dspam,
|
|
||||||
mail-filter/gld,
|
|
||||||
mail-filter/imapfilter,
|
|
||||||
mail-filter/isbg,
|
|
||||||
mail-filter/libmilter,
|
|
||||||
mail-filter/libsieve,
|
|
||||||
mail-filter/libspf2,
|
|
||||||
mail-filter/maildrop,
|
|
||||||
mail-filter/mailfilter,
|
|
||||||
mail-filter/mapson,
|
|
||||||
mail-filter/milter-regex,
|
|
||||||
mail-filter/mimedefang,
|
|
||||||
mail-filter/normalizemime,
|
|
||||||
mail-filter/opendkim,
|
|
||||||
mail-filter/p3scan,
|
|
||||||
mail-filter/policyd,
|
|
||||||
mail-filter/popfile,
|
|
||||||
mail-filter/postgrey,
|
|
||||||
mail-filter/procmail,
|
|
||||||
mail-filter/procmail-lib,
|
|
||||||
mail-filter/pypolicyd-spf,
|
|
||||||
mail-filter/razor,
|
|
||||||
mail-filter/rblcheck,
|
|
||||||
mail-filter/sid-milter,
|
|
||||||
mail-filter/spamass-milter,
|
|
||||||
mail-filter/spamassassin,
|
|
||||||
mail-filter/spamassassin-botnet,
|
|
||||||
mail-filter/spamassassin-fuzzyocr,
|
|
||||||
mail-filter/spambayes,
|
|
||||||
mail-filter/spamdyke,
|
|
||||||
mail-filter/spampd,
|
|
||||||
mail-filter/spamprobe,
|
|
||||||
mail-filter/sqlgrey,
|
|
||||||
mail-filter/tmda
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,226 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
media-fonts/adi-dsp-fonts,
|
|
||||||
media-fonts/alee-fonts,
|
|
||||||
media-fonts/animal-tracks,
|
|
||||||
media-fonts/anonymous-pro,
|
|
||||||
media-fonts/aquafont,
|
|
||||||
media-fonts/aquapfont,
|
|
||||||
media-fonts/arabeyes-fonts,
|
|
||||||
media-fonts/arkpandora,
|
|
||||||
media-fonts/arphicfonts,
|
|
||||||
media-fonts/artwiz-aleczapka-en,
|
|
||||||
media-fonts/artwiz-latin1,
|
|
||||||
media-fonts/asenine,
|
|
||||||
media-fonts/baekmuk-fonts,
|
|
||||||
media-fonts/bitstream-cyberbit,
|
|
||||||
media-fonts/cantarell,
|
|
||||||
media-fonts/cardo,
|
|
||||||
media-fonts/cheapskatefonts,
|
|
||||||
media-fonts/cicle,
|
|
||||||
media-fonts/cm-unicode,
|
|
||||||
media-fonts/corefonts,
|
|
||||||
media-fonts/cronyx-fonts,
|
|
||||||
media-fonts/culmus,
|
|
||||||
media-fonts/dejavu,
|
|
||||||
media-fonts/dina,
|
|
||||||
media-fonts/droid,
|
|
||||||
media-fonts/efont-unicode,
|
|
||||||
media-fonts/ekushey-bangla-fonts,
|
|
||||||
media-fonts/encodings,
|
|
||||||
media-fonts/essays1743,
|
|
||||||
media-fonts/exljbris-free,
|
|
||||||
media-fonts/farsi-fonts,
|
|
||||||
media-fonts/fgdc-emergency,
|
|
||||||
media-fonts/font-adobe-100dpi,
|
|
||||||
media-fonts/font-adobe-75dpi,
|
|
||||||
media-fonts/font-adobe-utopia-100dpi,
|
|
||||||
media-fonts/font-adobe-utopia-75dpi,
|
|
||||||
media-fonts/font-adobe-utopia-type1,
|
|
||||||
media-fonts/font-alias,
|
|
||||||
media-fonts/font-arabic-misc,
|
|
||||||
media-fonts/font-bh-100dpi,
|
|
||||||
media-fonts/font-bh-75dpi,
|
|
||||||
media-fonts/font-bh-lucidatypewriter-100dpi,
|
|
||||||
media-fonts/font-bh-lucidatypewriter-75dpi,
|
|
||||||
media-fonts/font-bh-ttf,
|
|
||||||
media-fonts/font-bh-type1,
|
|
||||||
media-fonts/font-bitstream-100dpi,
|
|
||||||
media-fonts/font-bitstream-75dpi,
|
|
||||||
media-fonts/font-bitstream-speedo,
|
|
||||||
media-fonts/font-bitstream-type1,
|
|
||||||
media-fonts/font-cronyx-cyrillic,
|
|
||||||
media-fonts/font-cursor-misc,
|
|
||||||
media-fonts/font-daewoo-misc,
|
|
||||||
media-fonts/font-dec-misc,
|
|
||||||
media-fonts/font-ibm-type1,
|
|
||||||
media-fonts/font-isas-misc,
|
|
||||||
media-fonts/font-jis-misc,
|
|
||||||
media-fonts/font-micro-misc,
|
|
||||||
media-fonts/font-misc-cyrillic,
|
|
||||||
media-fonts/font-misc-ethiopic,
|
|
||||||
media-fonts/font-misc-meltho,
|
|
||||||
media-fonts/font-misc-misc,
|
|
||||||
media-fonts/font-mutt-misc,
|
|
||||||
media-fonts/font-schumacher-misc,
|
|
||||||
media-fonts/font-screen-cyrillic,
|
|
||||||
media-fonts/font-sony-misc,
|
|
||||||
media-fonts/font-sun-misc,
|
|
||||||
media-fonts/font-util,
|
|
||||||
media-fonts/font-winitzki-cyrillic,
|
|
||||||
media-fonts/font-xfree86-type1,
|
|
||||||
media-fonts/free-bangla-font,
|
|
||||||
media-fonts/freefont-ttf,
|
|
||||||
media-fonts/freefonts,
|
|
||||||
media-fonts/fs-fonts,
|
|
||||||
media-fonts/heuristica,
|
|
||||||
media-fonts/hkscs-ming,
|
|
||||||
media-fonts/hunkyfonts,
|
|
||||||
media-fonts/inconsolata,
|
|
||||||
media-fonts/intlfonts,
|
|
||||||
media-fonts/ipamonafont,
|
|
||||||
media-fonts/ja-ipafonts,
|
|
||||||
media-fonts/jisx0213-fonts,
|
|
||||||
media-fonts/jsmath,
|
|
||||||
media-fonts/jsmath-extra-dark,
|
|
||||||
media-fonts/kacst-fonts,
|
|
||||||
media-fonts/kanjistrokeorders,
|
|
||||||
media-fonts/khmer,
|
|
||||||
media-fonts/kochi-substitute,
|
|
||||||
media-fonts/konfont,
|
|
||||||
media-fonts/lfpfonts-fix,
|
|
||||||
media-fonts/lfpfonts-var,
|
|
||||||
media-fonts/liberation-fonts,
|
|
||||||
media-fonts/libertine-ttf,
|
|
||||||
media-fonts/lohit-fonts,
|
|
||||||
media-fonts/mathematica-fonts,
|
|
||||||
media-fonts/mgopen,
|
|
||||||
media-fonts/mikachan-font-otf,
|
|
||||||
media-fonts/mikachan-font-ttc,
|
|
||||||
media-fonts/mikachan-font-ttf,
|
|
||||||
media-fonts/monafont,
|
|
||||||
media-fonts/montecarlo,
|
|
||||||
media-fonts/mplus-fonts,
|
|
||||||
media-fonts/mplus-outline-fonts,
|
|
||||||
media-fonts/nanumfont,
|
|
||||||
media-fonts/nepali-fonts,
|
|
||||||
media-fonts/oldstandard,
|
|
||||||
media-fonts/opendesktop-fonts,
|
|
||||||
media-fonts/oto,
|
|
||||||
media-fonts/paratype,
|
|
||||||
media-fonts/pcf2bdf,
|
|
||||||
media-fonts/pigiarniq,
|
|
||||||
media-fonts/pothana2k,
|
|
||||||
media-fonts/proggy-fonts,
|
|
||||||
media-fonts/sabayon-fonts,
|
|
||||||
media-fonts/sazanami,
|
|
||||||
media-fonts/sgi-fonts,
|
|
||||||
media-fonts/shinonome,
|
|
||||||
media-fonts/sil-abyssinica,
|
|
||||||
media-fonts/sil-arabicfonts,
|
|
||||||
media-fonts/sil-charis,
|
|
||||||
media-fonts/sil-doulos,
|
|
||||||
media-fonts/sil-ezra,
|
|
||||||
media-fonts/sil-galatia,
|
|
||||||
media-fonts/sil-gentium,
|
|
||||||
media-fonts/sil-padauk,
|
|
||||||
media-fonts/stix-fonts,
|
|
||||||
media-fonts/takao-fonts,
|
|
||||||
media-fonts/tengwar-fonts,
|
|
||||||
media-fonts/terminus-font,
|
|
||||||
media-fonts/texcm-ttf,
|
|
||||||
media-fonts/thaifonts-scalable,
|
|
||||||
media-fonts/tibetan-machine-font,
|
|
||||||
media-fonts/ttf-bitstream-vera,
|
|
||||||
media-fonts/ubuntu-font-family,
|
|
||||||
media-fonts/umeplus-fonts,
|
|
||||||
media-fonts/unfonts,
|
|
||||||
media-fonts/unfonts-extra,
|
|
||||||
media-fonts/unifont,
|
|
||||||
media-fonts/urw-fonts,
|
|
||||||
media-fonts/urwvn-fonts,
|
|
||||||
media-fonts/vc-fonts,
|
|
||||||
media-fonts/vdrsymbols-ttf,
|
|
||||||
media-fonts/vlgothic,
|
|
||||||
media-fonts/webby-fonts,
|
|
||||||
media-fonts/wqy-bitmapfont,
|
|
||||||
media-fonts/wqy-microhei,
|
|
||||||
media-fonts/wqy-unibit,
|
|
||||||
media-fonts/wqy-zenhei,
|
|
||||||
media-fonts/x11fonts-jmk,
|
|
||||||
media-fonts/zh-kcfonts
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,308 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
media-plugins/alsa-plugins,
|
|
||||||
media-plugins/alsaequal,
|
|
||||||
media-plugins/amb-plugins,
|
|
||||||
media-plugins/audacious-dumb,
|
|
||||||
media-plugins/audacious-plugins,
|
|
||||||
media-plugins/banshee-community-extensions,
|
|
||||||
media-plugins/blop,
|
|
||||||
media-plugins/caps-plugins,
|
|
||||||
media-plugins/fil-plugins,
|
|
||||||
media-plugins/frei0r-plugins,
|
|
||||||
media-plugins/gimp-greycstoration,
|
|
||||||
media-plugins/gimp-lqr,
|
|
||||||
media-plugins/gimp-resynthesizer,
|
|
||||||
media-plugins/gkrellmpc,
|
|
||||||
media-plugins/gmpc-alarm,
|
|
||||||
media-plugins/gmpc-avahi,
|
|
||||||
media-plugins/gmpc-discogs,
|
|
||||||
media-plugins/gmpc-extraplaylist,
|
|
||||||
media-plugins/gmpc-jamendo,
|
|
||||||
media-plugins/gmpc-last-fm,
|
|
||||||
media-plugins/gmpc-libnotify,
|
|
||||||
media-plugins/gmpc-lyrics,
|
|
||||||
media-plugins/gmpc-lyricwiki,
|
|
||||||
media-plugins/gmpc-magnatune,
|
|
||||||
media-plugins/gmpc-mdcover,
|
|
||||||
media-plugins/gmpc-playlistsort,
|
|
||||||
media-plugins/gmpc-shout,
|
|
||||||
media-plugins/gmpc-tagedit,
|
|
||||||
media-plugins/gmpc-wikipedia,
|
|
||||||
media-plugins/gst-plugins-a52dec,
|
|
||||||
media-plugins/gst-plugins-alsa,
|
|
||||||
media-plugins/gst-plugins-annodex,
|
|
||||||
media-plugins/gst-plugins-assrender,
|
|
||||||
media-plugins/gst-plugins-cdio,
|
|
||||||
media-plugins/gst-plugins-cdparanoia,
|
|
||||||
media-plugins/gst-plugins-dv,
|
|
||||||
media-plugins/gst-plugins-dvb,
|
|
||||||
media-plugins/gst-plugins-dvdread,
|
|
||||||
media-plugins/gst-plugins-esd,
|
|
||||||
media-plugins/gst-plugins-faac,
|
|
||||||
media-plugins/gst-plugins-faad,
|
|
||||||
media-plugins/gst-plugins-ffmpeg,
|
|
||||||
media-plugins/gst-plugins-flac,
|
|
||||||
media-plugins/gst-plugins-gconf,
|
|
||||||
media-plugins/gst-plugins-gio,
|
|
||||||
media-plugins/gst-plugins-gl,
|
|
||||||
media-plugins/gst-plugins-gnomevfs,
|
|
||||||
media-plugins/gst-plugins-jack,
|
|
||||||
media-plugins/gst-plugins-jpeg,
|
|
||||||
media-plugins/gst-plugins-ladspa,
|
|
||||||
media-plugins/gst-plugins-lame,
|
|
||||||
media-plugins/gst-plugins-libmms,
|
|
||||||
media-plugins/gst-plugins-libpng,
|
|
||||||
media-plugins/gst-plugins-libvisual,
|
|
||||||
media-plugins/gst-plugins-mad,
|
|
||||||
media-plugins/gst-plugins-meta,
|
|
||||||
media-plugins/gst-plugins-mimic,
|
|
||||||
media-plugins/gst-plugins-modplug,
|
|
||||||
media-plugins/gst-plugins-mpeg2dec,
|
|
||||||
media-plugins/gst-plugins-mpeg2enc,
|
|
||||||
media-plugins/gst-plugins-mplex,
|
|
||||||
media-plugins/gst-plugins-musepack,
|
|
||||||
media-plugins/gst-plugins-mythtv,
|
|
||||||
media-plugins/gst-plugins-neon,
|
|
||||||
media-plugins/gst-plugins-ofa,
|
|
||||||
media-plugins/gst-plugins-ogg,
|
|
||||||
media-plugins/gst-plugins-oss,
|
|
||||||
media-plugins/gst-plugins-pango,
|
|
||||||
media-plugins/gst-plugins-pulse,
|
|
||||||
media-plugins/gst-plugins-raw1394,
|
|
||||||
media-plugins/gst-plugins-resindvd,
|
|
||||||
media-plugins/gst-plugins-schroedinger,
|
|
||||||
media-plugins/gst-plugins-shout2,
|
|
||||||
media-plugins/gst-plugins-sidplay,
|
|
||||||
media-plugins/gst-plugins-soup,
|
|
||||||
media-plugins/gst-plugins-speex,
|
|
||||||
media-plugins/gst-plugins-taglib,
|
|
||||||
media-plugins/gst-plugins-theora,
|
|
||||||
media-plugins/gst-plugins-twolame,
|
|
||||||
media-plugins/gst-plugins-v4l2,
|
|
||||||
media-plugins/gst-plugins-vorbis,
|
|
||||||
media-plugins/gst-plugins-vp8,
|
|
||||||
media-plugins/gst-plugins-wavpack,
|
|
||||||
media-plugins/gst-plugins-x,
|
|
||||||
media-plugins/gst-plugins-x264,
|
|
||||||
media-plugins/gst-plugins-ximagesrc,
|
|
||||||
media-plugins/gst-plugins-xvid,
|
|
||||||
media-plugins/gst-plugins-xvideo,
|
|
||||||
media-plugins/hexter,
|
|
||||||
media-plugins/ir_lv2,
|
|
||||||
media-plugins/kipi-plugins,
|
|
||||||
media-plugins/ladspa-bs2b,
|
|
||||||
media-plugins/libvisual-plugins,
|
|
||||||
media-plugins/libvisual-projectm,
|
|
||||||
media-plugins/live,
|
|
||||||
media-plugins/mcp-plugins,
|
|
||||||
media-plugins/mediastreamer-amr,
|
|
||||||
media-plugins/mediastreamer-ilbc,
|
|
||||||
media-plugins/mediastreamer-x264,
|
|
||||||
media-plugins/mythvideo,
|
|
||||||
media-plugins/quodlibet-plugins,
|
|
||||||
media-plugins/rev-plugins,
|
|
||||||
media-plugins/swh-lv2,
|
|
||||||
media-plugins/swh-plugins,
|
|
||||||
media-plugins/tap-plugins,
|
|
||||||
media-plugins/vamp-aubio-plugins,
|
|
||||||
media-plugins/vamp-libxtract-plugins,
|
|
||||||
media-plugins/vco-plugins,
|
|
||||||
media-plugins/vdr-ac3mode,
|
|
||||||
media-plugins/vdr-actuator,
|
|
||||||
media-plugins/vdr-admin,
|
|
||||||
media-plugins/vdr-alcd,
|
|
||||||
media-plugins/vdr-amarok,
|
|
||||||
media-plugins/vdr-arghdirector,
|
|
||||||
media-plugins/vdr-atmo,
|
|
||||||
media-plugins/vdr-atscepg,
|
|
||||||
media-plugins/vdr-autosort,
|
|
||||||
media-plugins/vdr-avards,
|
|
||||||
media-plugins/vdr-beep,
|
|
||||||
media-plugins/vdr-bitstreamout,
|
|
||||||
media-plugins/vdr-browse,
|
|
||||||
media-plugins/vdr-burn,
|
|
||||||
media-plugins/vdr-burn-templates,
|
|
||||||
media-plugins/vdr-calc,
|
|
||||||
media-plugins/vdr-cdda,
|
|
||||||
media-plugins/vdr-chanman,
|
|
||||||
media-plugins/vdr-channelblocker,
|
|
||||||
media-plugins/vdr-channelscan,
|
|
||||||
media-plugins/vdr-cinebars,
|
|
||||||
media-plugins/vdr-clock,
|
|
||||||
media-plugins/vdr-console,
|
|
||||||
media-plugins/vdr-cpumon,
|
|
||||||
media-plugins/vdr-decruft,
|
|
||||||
media-plugins/vdr-devstatus,
|
|
||||||
media-plugins/vdr-director,
|
|
||||||
media-plugins/vdr-dummydevice,
|
|
||||||
media-plugins/vdr-dvd,
|
|
||||||
media-plugins/vdr-dvdconvert,
|
|
||||||
media-plugins/vdr-dvdswitch,
|
|
||||||
media-plugins/vdr-eggtimer,
|
|
||||||
media-plugins/vdr-epgsearch,
|
|
||||||
media-plugins/vdr-epgsync,
|
|
||||||
media-plugins/vdr-exec,
|
|
||||||
media-plugins/vdr-extb,
|
|
||||||
media-plugins/vdr-extrecmenu,
|
|
||||||
media-plugins/vdr-femon,
|
|
||||||
media-plugins/vdr-fepg,
|
|
||||||
media-plugins/vdr-ffnetdev,
|
|
||||||
media-plugins/vdr-filebrowser,
|
|
||||||
media-plugins/vdr-freecell,
|
|
||||||
media-plugins/vdr-fritzbox,
|
|
||||||
media-plugins/vdr-games,
|
|
||||||
media-plugins/vdr-graphlcd,
|
|
||||||
media-plugins/vdr-graphtft,
|
|
||||||
media-plugins/vdr-image,
|
|
||||||
media-plugins/vdr-imonlcd,
|
|
||||||
media-plugins/vdr-infosatepg,
|
|
||||||
media-plugins/vdr-iptv,
|
|
||||||
media-plugins/vdr-joystick,
|
|
||||||
media-plugins/vdr-kvdrmon,
|
|
||||||
media-plugins/vdr-launcher,
|
|
||||||
media-plugins/vdr-lcdproc,
|
|
||||||
media-plugins/vdr-lcr,
|
|
||||||
media-plugins/vdr-live,
|
|
||||||
media-plugins/vdr-loadepg,
|
|
||||||
media-plugins/vdr-mailbox,
|
|
||||||
media-plugins/vdr-menuorg,
|
|
||||||
media-plugins/vdr-mlist,
|
|
||||||
media-plugins/vdr-mount,
|
|
||||||
media-plugins/vdr-mp3ng,
|
|
||||||
media-plugins/vdr-mplayer,
|
|
||||||
media-plugins/vdr-music,
|
|
||||||
media-plugins/vdr-newsticker,
|
|
||||||
media-plugins/vdr-nordlichtsepg,
|
|
||||||
media-plugins/vdr-osdpip,
|
|
||||||
media-plugins/vdr-osdserver,
|
|
||||||
media-plugins/vdr-osdteletext,
|
|
||||||
media-plugins/vdr-pcd,
|
|
||||||
media-plugins/vdr-pilotskin,
|
|
||||||
media-plugins/vdr-pin,
|
|
||||||
media-plugins/vdr-powermate,
|
|
||||||
media-plugins/vdr-prefermenu,
|
|
||||||
media-plugins/vdr-premiereepg,
|
|
||||||
media-plugins/vdr-pvrinput,
|
|
||||||
media-plugins/vdr-radio,
|
|
||||||
media-plugins/vdr-recstatus,
|
|
||||||
media-plugins/vdr-reelchannelscan,
|
|
||||||
media-plugins/vdr-remote,
|
|
||||||
media-plugins/vdr-remoteosd,
|
|
||||||
media-plugins/vdr-remotetimers,
|
|
||||||
media-plugins/vdr-rotor,
|
|
||||||
media-plugins/vdr-rssreader,
|
|
||||||
media-plugins/vdr-scheduler,
|
|
||||||
media-plugins/vdr-screenshot,
|
|
||||||
media-plugins/vdr-serial,
|
|
||||||
media-plugins/vdr-skincurses,
|
|
||||||
media-plugins/vdr-skinelchi,
|
|
||||||
media-plugins/vdr-skinenigmang,
|
|
||||||
media-plugins/vdr-skinreel,
|
|
||||||
media-plugins/vdr-skinsoppalusikka,
|
|
||||||
media-plugins/vdr-sleeptimer,
|
|
||||||
media-plugins/vdr-sndctl,
|
|
||||||
media-plugins/vdr-softdevice,
|
|
||||||
media-plugins/vdr-softplay,
|
|
||||||
media-plugins/vdr-span,
|
|
||||||
media-plugins/vdr-spider,
|
|
||||||
media-plugins/vdr-streamdev,
|
|
||||||
media-plugins/vdr-sudoku,
|
|
||||||
media-plugins/vdr-suspendoutput,
|
|
||||||
media-plugins/vdr-svdrposd,
|
|
||||||
media-plugins/vdr-svdrpservice,
|
|
||||||
media-plugins/vdr-sysinfo,
|
|
||||||
media-plugins/vdr-systeminfo,
|
|
||||||
media-plugins/vdr-taste,
|
|
||||||
media-plugins/vdr-text2skin,
|
|
||||||
media-plugins/vdr-timeline,
|
|
||||||
media-plugins/vdr-ttxtsubs,
|
|
||||||
media-plugins/vdr-tvonscreen,
|
|
||||||
media-plugins/vdr-undelete,
|
|
||||||
media-plugins/vdr-vcd,
|
|
||||||
media-plugins/vdr-vdrcd,
|
|
||||||
media-plugins/vdr-vdrrip,
|
|
||||||
media-plugins/vdr-vodcatcher,
|
|
||||||
media-plugins/vdr-vompserver,
|
|
||||||
media-plugins/vdr-wapd,
|
|
||||||
media-plugins/vdr-weatherng,
|
|
||||||
media-plugins/vdr-xineliboutput,
|
|
||||||
media-plugins/vdr-xxvautotimer,
|
|
||||||
media-plugins/vdr-yaepg,
|
|
||||||
media-plugins/vdr-zappilot,
|
|
||||||
media-plugins/xsynth-dssi
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,93 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
media-radio/KochMorse,
|
|
||||||
media-radio/adifmerg,
|
|
||||||
media-radio/ax25-tools,
|
|
||||||
media-radio/cwdaemon,
|
|
||||||
media-radio/dxcc,
|
|
||||||
media-radio/flrig,
|
|
||||||
media-radio/gpredict,
|
|
||||||
media-radio/ibp,
|
|
||||||
media-radio/qrq,
|
|
||||||
media-radio/radiotray,
|
|
||||||
media-radio/tlf,
|
|
||||||
media-radio/tucnak2,
|
|
||||||
media-radio/unixcw,
|
|
||||||
media-radio/xastir,
|
|
||||||
media-radio/xdx,
|
|
||||||
media-radio/xlog
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,401 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
media-sound/SmarTagger,
|
|
||||||
media-sound/a2jmidid,
|
|
||||||
media-sound/aacgain,
|
|
||||||
media-sound/aacplusenc,
|
|
||||||
media-sound/abcm2ps,
|
|
||||||
media-sound/adplay,
|
|
||||||
media-sound/alac_decoder,
|
|
||||||
media-sound/alsa-headers,
|
|
||||||
media-sound/alsa-tools,
|
|
||||||
media-sound/alsa-utils,
|
|
||||||
media-sound/alsamixer-app,
|
|
||||||
media-sound/alsamixergui,
|
|
||||||
media-sound/alsaplayer,
|
|
||||||
media-sound/amarok,
|
|
||||||
media-sound/ams,
|
|
||||||
media-sound/amsynth,
|
|
||||||
media-sound/apetag,
|
|
||||||
media-sound/aqualung,
|
|
||||||
media-sound/ardour,
|
|
||||||
media-sound/ario,
|
|
||||||
media-sound/aseqview,
|
|
||||||
media-sound/asunder,
|
|
||||||
media-sound/atunes,
|
|
||||||
media-sound/audacious,
|
|
||||||
media-sound/audacity,
|
|
||||||
media-sound/audex,
|
|
||||||
media-sound/audio-entropyd,
|
|
||||||
media-sound/audiocompress,
|
|
||||||
media-sound/audiotag,
|
|
||||||
media-sound/audtty,
|
|
||||||
media-sound/aumix,
|
|
||||||
media-sound/awesfx,
|
|
||||||
media-sound/aylet,
|
|
||||||
media-sound/banshee,
|
|
||||||
media-sound/bitmeter,
|
|
||||||
media-sound/bladeenc,
|
|
||||||
media-sound/bplay,
|
|
||||||
media-sound/bpmdetect,
|
|
||||||
media-sound/bristol,
|
|
||||||
media-sound/brutefir,
|
|
||||||
media-sound/canorus,
|
|
||||||
media-sound/cd-discid,
|
|
||||||
media-sound/cdcd,
|
|
||||||
media-sound/cdparanoia,
|
|
||||||
media-sound/cdstatus,
|
|
||||||
media-sound/cdtool,
|
|
||||||
media-sound/christine,
|
|
||||||
media-sound/clementine,
|
|
||||||
media-sound/cmus,
|
|
||||||
media-sound/codecgraph,
|
|
||||||
media-sound/combine_wave,
|
|
||||||
media-sound/cowbell,
|
|
||||||
media-sound/cplay,
|
|
||||||
media-sound/cvoicecontrol,
|
|
||||||
media-sound/dagrab,
|
|
||||||
media-sound/darkice,
|
|
||||||
media-sound/darksnow,
|
|
||||||
media-sound/daudio,
|
|
||||||
media-sound/deadbeef,
|
|
||||||
media-sound/decibel-audio-player,
|
|
||||||
media-sound/declick,
|
|
||||||
media-sound/demolition,
|
|
||||||
media-sound/denemo,
|
|
||||||
media-sound/dir2ogg,
|
|
||||||
media-sound/dvda-author,
|
|
||||||
media-sound/easytag,
|
|
||||||
media-sound/ecasound,
|
|
||||||
media-sound/edna,
|
|
||||||
media-sound/entagged-tageditor,
|
|
||||||
media-sound/erec,
|
|
||||||
media-sound/esound,
|
|
||||||
media-sound/exaile,
|
|
||||||
media-sound/extace,
|
|
||||||
media-sound/ezstream,
|
|
||||||
media-sound/fapg,
|
|
||||||
media-sound/flac123,
|
|
||||||
media-sound/flake,
|
|
||||||
media-sound/fluidsynth,
|
|
||||||
media-sound/fmdrv,
|
|
||||||
media-sound/fmtools,
|
|
||||||
media-sound/freebirth,
|
|
||||||
media-sound/freewheeling,
|
|
||||||
media-sound/frescobaldi,
|
|
||||||
media-sound/galan,
|
|
||||||
media-sound/gbsplay,
|
|
||||||
media-sound/gejengel,
|
|
||||||
media-sound/gigedit,
|
|
||||||
media-sound/gimmix,
|
|
||||||
media-sound/glmix,
|
|
||||||
media-sound/glurp,
|
|
||||||
media-sound/gmorgan,
|
|
||||||
media-sound/gmpc,
|
|
||||||
media-sound/gmtp,
|
|
||||||
media-sound/gmusicbrowser,
|
|
||||||
media-sound/gnomad,
|
|
||||||
media-sound/gnome-alsamixer,
|
|
||||||
media-sound/gnomoradio,
|
|
||||||
media-sound/gnump3d,
|
|
||||||
media-sound/gom,
|
|
||||||
media-sound/google-musicmanager,
|
|
||||||
media-sound/gpodder,
|
|
||||||
media-sound/gqmpeg,
|
|
||||||
media-sound/gqradio,
|
|
||||||
media-sound/gramofile,
|
|
||||||
media-sound/grip,
|
|
||||||
media-sound/gsm,
|
|
||||||
media-sound/gstreamripper,
|
|
||||||
media-sound/gtick,
|
|
||||||
media-sound/guayadeque,
|
|
||||||
media-sound/herrie,
|
|
||||||
media-sound/horgand,
|
|
||||||
media-sound/hydrogen,
|
|
||||||
media-sound/icecream,
|
|
||||||
media-sound/id3,
|
|
||||||
media-sound/id3ed,
|
|
||||||
media-sound/id3tool,
|
|
||||||
media-sound/id3v2,
|
|
||||||
media-sound/idjc,
|
|
||||||
media-sound/ifp-gnome,
|
|
||||||
media-sound/jaaa,
|
|
||||||
media-sound/jack,
|
|
||||||
media-sound/jack-audio-connection-kit,
|
|
||||||
media-sound/jack-keyboard,
|
|
||||||
media-sound/jack-rack,
|
|
||||||
media-sound/jackbeat,
|
|
||||||
media-sound/jamin,
|
|
||||||
media-sound/jokosher,
|
|
||||||
media-sound/jtagger,
|
|
||||||
media-sound/justeport,
|
|
||||||
media-sound/k4guitune,
|
|
||||||
media-sound/karlyriceditor,
|
|
||||||
media-sound/kaudiocreator,
|
|
||||||
media-sound/kenvy24,
|
|
||||||
media-sound/kid3,
|
|
||||||
media-sound/konvertible,
|
|
||||||
media-sound/kradio,
|
|
||||||
media-sound/kstreamripper,
|
|
||||||
media-sound/kwave,
|
|
||||||
media-sound/lame,
|
|
||||||
media-sound/lash,
|
|
||||||
media-sound/lastfmplayer,
|
|
||||||
media-sound/leechcraft-lmp,
|
|
||||||
media-sound/lilypond,
|
|
||||||
media-sound/line6usb,
|
|
||||||
media-sound/lingot,
|
|
||||||
media-sound/linuxsampler,
|
|
||||||
media-sound/listen,
|
|
||||||
media-sound/litestream,
|
|
||||||
media-sound/lltag,
|
|
||||||
media-sound/lmms,
|
|
||||||
media-sound/lxmusic,
|
|
||||||
media-sound/mac,
|
|
||||||
media-sound/madplay,
|
|
||||||
media-sound/mangler,
|
|
||||||
media-sound/mcdp,
|
|
||||||
media-sound/meterbridge,
|
|
||||||
media-sound/mhwaveedit,
|
|
||||||
media-sound/mikmod,
|
|
||||||
media-sound/milkytracker,
|
|
||||||
media-sound/moc,
|
|
||||||
media-sound/modplugtools,
|
|
||||||
media-sound/moodbar,
|
|
||||||
media-sound/moosic,
|
|
||||||
media-sound/mp32ogg,
|
|
||||||
media-sound/mp3_check,
|
|
||||||
media-sound/mp3asm,
|
|
||||||
media-sound/mp3blaster,
|
|
||||||
media-sound/mp3c,
|
|
||||||
media-sound/mp3check,
|
|
||||||
media-sound/mp3diags,
|
|
||||||
media-sound/mp3gain,
|
|
||||||
media-sound/mp3info,
|
|
||||||
media-sound/mp3report,
|
|
||||||
media-sound/mp3splt,
|
|
||||||
media-sound/mp3splt-gtk,
|
|
||||||
media-sound/mp3unicode,
|
|
||||||
media-sound/mp3wrap,
|
|
||||||
media-sound/mpc,
|
|
||||||
media-sound/mpck,
|
|
||||||
media-sound/mpd,
|
|
||||||
media-sound/mpdscribble,
|
|
||||||
media-sound/mpfc,
|
|
||||||
media-sound/mpg123,
|
|
||||||
media-sound/mpg321,
|
|
||||||
media-sound/mplay,
|
|
||||||
media-sound/mserv,
|
|
||||||
media-sound/mt-daapd,
|
|
||||||
media-sound/muine,
|
|
||||||
media-sound/multimux,
|
|
||||||
media-sound/mumble,
|
|
||||||
media-sound/mup,
|
|
||||||
media-sound/muse,
|
|
||||||
media-sound/musepack-tools,
|
|
||||||
media-sound/musescore,
|
|
||||||
media-sound/musique,
|
|
||||||
media-sound/ncmpc,
|
|
||||||
media-sound/normalize,
|
|
||||||
media-sound/nted,
|
|
||||||
media-sound/ogg2mp3,
|
|
||||||
media-sound/oggtst,
|
|
||||||
media-sound/ogmtools,
|
|
||||||
media-sound/omptagger,
|
|
||||||
media-sound/orpheus,
|
|
||||||
media-sound/padevchooser,
|
|
||||||
media-sound/patchage,
|
|
||||||
media-sound/pavucontrol,
|
|
||||||
media-sound/pavumeter,
|
|
||||||
media-sound/peercast,
|
|
||||||
media-sound/phasex,
|
|
||||||
media-sound/picard,
|
|
||||||
media-sound/picoxine,
|
|
||||||
media-sound/pitchtune,
|
|
||||||
media-sound/pithos,
|
|
||||||
media-sound/playmidi,
|
|
||||||
media-sound/pms,
|
|
||||||
media-sound/poc,
|
|
||||||
media-sound/podcatcher,
|
|
||||||
media-sound/positron,
|
|
||||||
media-sound/potamus,
|
|
||||||
media-sound/projectm-jack,
|
|
||||||
media-sound/protux,
|
|
||||||
media-sound/ptabtools,
|
|
||||||
media-sound/puddletag,
|
|
||||||
media-sound/pulseaudio,
|
|
||||||
media-sound/pympd,
|
|
||||||
media-sound/qarecord,
|
|
||||||
media-sound/qjackctl,
|
|
||||||
media-sound/qmidiroute,
|
|
||||||
media-sound/qmmp,
|
|
||||||
media-sound/qmpdclient,
|
|
||||||
media-sound/qpitch,
|
|
||||||
media-sound/qsampler,
|
|
||||||
media-sound/qsynth,
|
|
||||||
media-sound/qtagconvert,
|
|
||||||
media-sound/qtagger,
|
|
||||||
media-sound/qtgain,
|
|
||||||
media-sound/qtscrobbler,
|
|
||||||
media-sound/quark,
|
|
||||||
media-sound/quimup,
|
|
||||||
media-sound/quodlibet,
|
|
||||||
media-sound/rakarrack,
|
|
||||||
media-sound/rawrec,
|
|
||||||
media-sound/rcenter,
|
|
||||||
media-sound/rexima,
|
|
||||||
media-sound/rezound,
|
|
||||||
media-sound/rhythmbox,
|
|
||||||
media-sound/rip,
|
|
||||||
media-sound/ripperx,
|
|
||||||
media-sound/rosegarden,
|
|
||||||
media-sound/rplay,
|
|
||||||
media-sound/rubyripper,
|
|
||||||
media-sound/saydate,
|
|
||||||
media-sound/scmpc,
|
|
||||||
media-sound/seq24,
|
|
||||||
media-sound/setmixer,
|
|
||||||
media-sound/sexypsf,
|
|
||||||
media-sound/sfc,
|
|
||||||
media-sound/shell-fm,
|
|
||||||
media-sound/shntool,
|
|
||||||
media-sound/shorten,
|
|
||||||
media-sound/shoutcast-search,
|
|
||||||
media-sound/sidplay,
|
|
||||||
media-sound/smixer,
|
|
||||||
media-sound/snd,
|
|
||||||
media-sound/sndfile-tools,
|
|
||||||
media-sound/solfege,
|
|
||||||
media-sound/sonata,
|
|
||||||
media-sound/sonic-visualiser,
|
|
||||||
media-sound/sooperlooper,
|
|
||||||
media-sound/sound-juicer,
|
|
||||||
media-sound/soundconverter,
|
|
||||||
media-sound/soundkonverter,
|
|
||||||
media-sound/sox,
|
|
||||||
media-sound/spek,
|
|
||||||
media-sound/splay,
|
|
||||||
media-sound/ssrc,
|
|
||||||
media-sound/streamripper,
|
|
||||||
media-sound/streamtranscoder,
|
|
||||||
media-sound/substract_wave,
|
|
||||||
media-sound/sweep,
|
|
||||||
media-sound/synaesthesia,
|
|
||||||
media-sound/taginfo,
|
|
||||||
media-sound/tagtool,
|
|
||||||
media-sound/takcd,
|
|
||||||
media-sound/tap-reverbed,
|
|
||||||
media-sound/teamspeak-client-bin,
|
|
||||||
media-sound/tempest_for_eliza,
|
|
||||||
media-sound/terminatorx,
|
|
||||||
media-sound/timemachine,
|
|
||||||
media-sound/timidity++,
|
|
||||||
media-sound/timidity-eawpatches,
|
|
||||||
media-sound/timidity-freepats,
|
|
||||||
media-sound/timidity-shompatches,
|
|
||||||
media-sound/tk707,
|
|
||||||
media-sound/toolame,
|
|
||||||
media-sound/trommler,
|
|
||||||
media-sound/ttaenc,
|
|
||||||
media-sound/tunapie,
|
|
||||||
media-sound/tuxguitar,
|
|
||||||
media-sound/twolame,
|
|
||||||
media-sound/umix,
|
|
||||||
media-sound/vagalume,
|
|
||||||
media-sound/vb2rip,
|
|
||||||
media-sound/vbrfixc,
|
|
||||||
media-sound/vdramgw,
|
|
||||||
media-sound/vkeybd,
|
|
||||||
media-sound/vlevel,
|
|
||||||
media-sound/vlorb,
|
|
||||||
media-sound/volwheel,
|
|
||||||
media-sound/vorbis-tools,
|
|
||||||
media-sound/vorbisgain,
|
|
||||||
media-sound/vsound,
|
|
||||||
media-sound/wavbreaker,
|
|
||||||
media-sound/wavegain,
|
|
||||||
media-sound/wavpack,
|
|
||||||
media-sound/wavsplit,
|
|
||||||
media-sound/wmsound-data,
|
|
||||||
media-sound/xfmpc,
|
|
||||||
media-sound/xineadump,
|
|
||||||
media-sound/xmms2,
|
|
||||||
media-sound/xmp,
|
|
||||||
media-sound/xnoise,
|
|
||||||
media-sound/yoshimi,
|
|
||||||
media-sound/zynaddsubfx
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,253 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
media-video/2mandvd,
|
|
||||||
media-video/aacskeys,
|
|
||||||
media-video/abby,
|
|
||||||
media-video/acidrip,
|
|
||||||
media-video/aegisub,
|
|
||||||
media-video/alevt,
|
|
||||||
media-video/aravis,
|
|
||||||
media-video/arista,
|
|
||||||
media-video/asfrecorder,
|
|
||||||
media-video/atomicparsley,
|
|
||||||
media-video/avidemux,
|
|
||||||
media-video/avinfo,
|
|
||||||
media-video/bangarang,
|
|
||||||
media-video/bbtools,
|
|
||||||
media-video/bdsup2sub,
|
|
||||||
media-video/binkplayer,
|
|
||||||
media-video/blinkensim,
|
|
||||||
media-video/blinkenthemes,
|
|
||||||
media-video/blinkentools,
|
|
||||||
media-video/bombono-dvd,
|
|
||||||
media-video/camorama,
|
|
||||||
media-video/camserv,
|
|
||||||
media-video/ccextractor,
|
|
||||||
media-video/cclive,
|
|
||||||
media-video/chaplin,
|
|
||||||
media-video/cheese,
|
|
||||||
media-video/cinelerra,
|
|
||||||
media-video/cinepaint,
|
|
||||||
media-video/clive,
|
|
||||||
media-video/coherence,
|
|
||||||
media-video/coriander,
|
|
||||||
media-video/cpdvd,
|
|
||||||
media-video/cpvts,
|
|
||||||
media-video/cxfe,
|
|
||||||
media-video/devede,
|
|
||||||
media-video/dfbsee,
|
|
||||||
media-video/dirac,
|
|
||||||
media-video/dv2sub,
|
|
||||||
media-video/dvbackup,
|
|
||||||
media-video/dvbsnoop,
|
|
||||||
media-video/dvd-slideshow,
|
|
||||||
media-video/dvd9to5,
|
|
||||||
media-video/dvdauthor,
|
|
||||||
media-video/dvdbackup,
|
|
||||||
media-video/dvdimagecmp,
|
|
||||||
media-video/dvdrip,
|
|
||||||
media-video/dvgrab,
|
|
||||||
media-video/emovix,
|
|
||||||
media-video/episoder,
|
|
||||||
media-video/ffmpeg2theora,
|
|
||||||
media-video/ffmpegthumbnailer,
|
|
||||||
media-video/flumotion,
|
|
||||||
media-video/flvstreamer,
|
|
||||||
media-video/frameworks,
|
|
||||||
media-video/gaupol,
|
|
||||||
media-video/get_flash_videos,
|
|
||||||
media-video/gnome-mplayer,
|
|
||||||
media-video/gnome-subtitles,
|
|
||||||
media-video/gnome-video-effects,
|
|
||||||
media-video/google2srt,
|
|
||||||
media-video/gpac,
|
|
||||||
media-video/griffith,
|
|
||||||
media-video/gtk-recordmydesktop,
|
|
||||||
media-video/guvcview,
|
|
||||||
media-video/gxine,
|
|
||||||
media-video/h264enc,
|
|
||||||
media-video/handbrake,
|
|
||||||
media-video/hasciicam,
|
|
||||||
media-video/hwdecode-demos,
|
|
||||||
media-video/imagination,
|
|
||||||
media-video/isight-firmware-tools,
|
|
||||||
media-video/istanbul,
|
|
||||||
media-video/jubler,
|
|
||||||
media-video/kaffeine,
|
|
||||||
media-video/kamerka,
|
|
||||||
media-video/kazam,
|
|
||||||
media-video/kdenlive,
|
|
||||||
media-video/kffmpegthumbnailer,
|
|
||||||
media-video/kino,
|
|
||||||
media-video/kmplayer,
|
|
||||||
media-video/kplayer,
|
|
||||||
media-video/libav,
|
|
||||||
media-video/lives,
|
|
||||||
media-video/loopy,
|
|
||||||
media-video/lsdvd,
|
|
||||||
media-video/luvcview,
|
|
||||||
media-video/lxdvdrip,
|
|
||||||
media-video/m2vrequantizer,
|
|
||||||
media-video/makemkv,
|
|
||||||
media-video/matroxset,
|
|
||||||
media-video/mediainfo,
|
|
||||||
media-video/minitube,
|
|
||||||
media-video/miro,
|
|
||||||
media-video/mjpegtools,
|
|
||||||
media-video/mkvalidator,
|
|
||||||
media-video/mkvtoolnix,
|
|
||||||
media-video/mkvtoolnix-gui,
|
|
||||||
media-video/motion,
|
|
||||||
media-video/motiontrack,
|
|
||||||
media-video/mpeg-tools,
|
|
||||||
media-video/mpeg2vidcodec,
|
|
||||||
media-video/mpglen,
|
|
||||||
media-video/mpgtx,
|
|
||||||
media-video/mplay-sh,
|
|
||||||
media-video/mplayer,
|
|
||||||
media-video/mplayer-resume,
|
|
||||||
media-video/mplayer-sh,
|
|
||||||
media-video/mplayer2,
|
|
||||||
media-video/noad,
|
|
||||||
media-video/nvidia-settings,
|
|
||||||
media-video/ogmrip,
|
|
||||||
media-video/openshot,
|
|
||||||
media-video/parole,
|
|
||||||
media-video/pgmfindclip,
|
|
||||||
media-video/pitivi,
|
|
||||||
media-video/projectx,
|
|
||||||
media-video/pymp,
|
|
||||||
media-video/pyqtrailer,
|
|
||||||
media-video/qnapi,
|
|
||||||
media-video/qt-recordmydesktop,
|
|
||||||
media-video/qx11grab,
|
|
||||||
media-video/recordmydesktop,
|
|
||||||
media-video/replex,
|
|
||||||
media-video/rovclock,
|
|
||||||
media-video/rtmpdump,
|
|
||||||
media-video/setpwc,
|
|
||||||
media-video/shrip,
|
|
||||||
media-video/smplayer,
|
|
||||||
media-video/snappy,
|
|
||||||
media-video/sonic-snap,
|
|
||||||
media-video/sswf,
|
|
||||||
media-video/stk11xx,
|
|
||||||
media-video/streamdvd,
|
|
||||||
media-video/sub2srt,
|
|
||||||
media-video/subcheck,
|
|
||||||
media-video/subdl,
|
|
||||||
media-video/subdownloader,
|
|
||||||
media-video/submux-dvd,
|
|
||||||
media-video/subsync,
|
|
||||||
media-video/subtitlecomposer,
|
|
||||||
media-video/subtitleeditor,
|
|
||||||
media-video/subtitler-yuv,
|
|
||||||
media-video/subtitleripper,
|
|
||||||
media-video/super_demux,
|
|
||||||
media-video/tcmplex-panteltje,
|
|
||||||
media-video/tivodecode,
|
|
||||||
media-video/totem,
|
|
||||||
media-video/tovid,
|
|
||||||
media-video/transcode,
|
|
||||||
media-video/transmageddon,
|
|
||||||
media-video/tsmuxer,
|
|
||||||
media-video/ttcut,
|
|
||||||
media-video/undvd,
|
|
||||||
media-video/v4l2loopback,
|
|
||||||
media-video/vamps,
|
|
||||||
media-video/vcdgear,
|
|
||||||
media-video/vcdimager,
|
|
||||||
media-video/vdr,
|
|
||||||
media-video/vdr2jpeg,
|
|
||||||
media-video/vdrsync,
|
|
||||||
media-video/vdrtools-genindex,
|
|
||||||
media-video/videocut,
|
|
||||||
media-video/videotrans,
|
|
||||||
media-video/vlc,
|
|
||||||
media-video/vmaid,
|
|
||||||
media-video/vobcopy,
|
|
||||||
media-video/vstrip,
|
|
||||||
media-video/winff,
|
|
||||||
media-video/winki,
|
|
||||||
media-video/x264-encoder,
|
|
||||||
media-video/xanim,
|
|
||||||
media-video/xine-ui,
|
|
||||||
media-video/xvattr,
|
|
||||||
media-video/xvid4conf,
|
|
||||||
media-video/xvideoservicethief,
|
|
||||||
media-video/y4mscaler
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,301 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
net-analyzer/arpon,
|
|
||||||
net-analyzer/bwping,
|
|
||||||
net-analyzer/dhcp_probe,
|
|
||||||
net-analyzer/lilac,
|
|
||||||
net-analyzer/nagios-check_fail2ban,
|
|
||||||
net-analyzer/nagios-check_ipmi_sensor,
|
|
||||||
net-analyzer/nagios-check_mysql_health,
|
|
||||||
net-analyzer/nagtrap,
|
|
||||||
net-analyzer/nagvis,
|
|
||||||
net-analyzer/nepenthes,
|
|
||||||
net-analyzer/nmapsi,
|
|
||||||
net-analyzer/nrpe,
|
|
||||||
net-analyzer/nsca,
|
|
||||||
net-analyzer/nstats,
|
|
||||||
net-analyzer/ostinato,
|
|
||||||
net-analyzer/postal,
|
|
||||||
net-analyzer/rtpbreak,
|
|
||||||
net-analyzer/smokeping,
|
|
||||||
net-analyzer/sslsniff,
|
|
||||||
net-analyzer/synscan,
|
|
||||||
net-analyzer/thc-ipv6,
|
|
||||||
net-analyzer/w3af,
|
|
||||||
net-analyzer/aimsniff,
|
|
||||||
net-analyzer/amap,
|
|
||||||
net-analyzer/angst,
|
|
||||||
net-analyzer/argus,
|
|
||||||
net-analyzer/argus-clients,
|
|
||||||
net-analyzer/arp-sk,
|
|
||||||
net-analyzer/arping,
|
|
||||||
net-analyzer/arpoison,
|
|
||||||
net-analyzer/arptools,
|
|
||||||
net-analyzer/arpwatch,
|
|
||||||
net-analyzer/authforce,
|
|
||||||
net-analyzer/barnyard,
|
|
||||||
net-analyzer/barnyard2,
|
|
||||||
net-analyzer/bigeye,
|
|
||||||
net-analyzer/bing,
|
|
||||||
net-analyzer/bmon,
|
|
||||||
net-analyzer/braa,
|
|
||||||
net-analyzer/bwbar,
|
|
||||||
net-analyzer/bwm-ng,
|
|
||||||
net-analyzer/bwmon,
|
|
||||||
net-analyzer/cacti,
|
|
||||||
net-analyzer/cacti-spine,
|
|
||||||
net-analyzer/calamaris,
|
|
||||||
net-analyzer/carl,
|
|
||||||
net-analyzer/chaosreader,
|
|
||||||
net-analyzer/cnet,
|
|
||||||
net-analyzer/cryptcat,
|
|
||||||
net-analyzer/cutter,
|
|
||||||
net-analyzer/darkstat,
|
|
||||||
net-analyzer/dhcpdump,
|
|
||||||
net-analyzer/dnstracer,
|
|
||||||
net-analyzer/dosdetector,
|
|
||||||
net-analyzer/driftnet,
|
|
||||||
net-analyzer/dsniff,
|
|
||||||
net-analyzer/echoping,
|
|
||||||
net-analyzer/egressor,
|
|
||||||
net-analyzer/etherape,
|
|
||||||
net-analyzer/ethloop,
|
|
||||||
net-analyzer/ethstatus,
|
|
||||||
net-analyzer/ettercap,
|
|
||||||
net-analyzer/fail2ban,
|
|
||||||
net-analyzer/fe3d,
|
|
||||||
net-analyzer/ffp,
|
|
||||||
net-analyzer/firewalk,
|
|
||||||
net-analyzer/flow-tools,
|
|
||||||
net-analyzer/fping,
|
|
||||||
net-analyzer/fprobe,
|
|
||||||
net-analyzer/fragroute,
|
|
||||||
net-analyzer/ftester,
|
|
||||||
net-analyzer/fwlogwatch,
|
|
||||||
net-analyzer/gensink,
|
|
||||||
net-analyzer/gnome-nettool,
|
|
||||||
net-analyzer/gnu-netcat,
|
|
||||||
net-analyzer/gspoof,
|
|
||||||
net-analyzer/hping,
|
|
||||||
net-analyzer/httping,
|
|
||||||
net-analyzer/hunt,
|
|
||||||
net-analyzer/hydra,
|
|
||||||
net-analyzer/ibmonitor,
|
|
||||||
net-analyzer/ifmetric,
|
|
||||||
net-analyzer/ifstat,
|
|
||||||
net-analyzer/ifstatus,
|
|
||||||
net-analyzer/iftop,
|
|
||||||
net-analyzer/ike-scan,
|
|
||||||
net-analyzer/ipaudit,
|
|
||||||
net-analyzer/ipband,
|
|
||||||
net-analyzer/ipcad,
|
|
||||||
net-analyzer/iplog,
|
|
||||||
net-analyzer/ippl,
|
|
||||||
net-analyzer/ipscan,
|
|
||||||
net-analyzer/iptraf-ng,
|
|
||||||
net-analyzer/iptstate,
|
|
||||||
net-analyzer/isic,
|
|
||||||
net-analyzer/jnettop,
|
|
||||||
net-analyzer/knocker,
|
|
||||||
net-analyzer/labrea,
|
|
||||||
net-analyzer/lft,
|
|
||||||
net-analyzer/libnasl,
|
|
||||||
net-analyzer/linkchecker,
|
|
||||||
net-analyzer/macchanger,
|
|
||||||
net-analyzer/mbrowse,
|
|
||||||
net-analyzer/metasploit,
|
|
||||||
net-analyzer/midas-nms,
|
|
||||||
net-analyzer/mping,
|
|
||||||
net-analyzer/mrtg,
|
|
||||||
net-analyzer/mrtg-ping-probe,
|
|
||||||
net-analyzer/mtr,
|
|
||||||
net-analyzer/munin,
|
|
||||||
net-analyzer/mwcollect,
|
|
||||||
net-analyzer/nagios,
|
|
||||||
net-analyzer/nagios-check_logfiles,
|
|
||||||
net-analyzer/nagios-core,
|
|
||||||
net-analyzer/nagios-imagepack,
|
|
||||||
net-analyzer/nagios-plugins,
|
|
||||||
net-analyzer/nagios-plugins-snmp,
|
|
||||||
net-analyzer/nagios-sap-ccms-plugin,
|
|
||||||
net-analyzer/nagircbot,
|
|
||||||
net-analyzer/nast,
|
|
||||||
net-analyzer/nb,
|
|
||||||
net-analyzer/nbaudit,
|
|
||||||
net-analyzer/nbtscan,
|
|
||||||
net-analyzer/ndoutils,
|
|
||||||
net-analyzer/ndsad,
|
|
||||||
net-analyzer/nessus,
|
|
||||||
net-analyzer/nessus-core,
|
|
||||||
net-analyzer/nessus-libraries,
|
|
||||||
net-analyzer/nessus-plugins,
|
|
||||||
net-analyzer/net-snmp,
|
|
||||||
net-analyzer/netcat6,
|
|
||||||
net-analyzer/netdiscover,
|
|
||||||
net-analyzer/nethogs,
|
|
||||||
net-analyzer/neti,
|
|
||||||
net-analyzer/netio,
|
|
||||||
net-analyzer/netperf,
|
|
||||||
net-analyzer/netselect,
|
|
||||||
net-analyzer/nettop,
|
|
||||||
net-analyzer/netwag,
|
|
||||||
net-analyzer/netwatch,
|
|
||||||
net-analyzer/netwox,
|
|
||||||
net-analyzer/nfdump,
|
|
||||||
net-analyzer/ngrep,
|
|
||||||
net-analyzer/nikto,
|
|
||||||
net-analyzer/nipper,
|
|
||||||
net-analyzer/nload,
|
|
||||||
net-analyzer/nmap,
|
|
||||||
net-analyzer/nmbscan,
|
|
||||||
net-analyzer/nsat,
|
|
||||||
net-analyzer/ntop,
|
|
||||||
net-analyzer/nttcp,
|
|
||||||
net-analyzer/oinkmaster,
|
|
||||||
net-analyzer/openvas,
|
|
||||||
net-analyzer/openvas-client,
|
|
||||||
net-analyzer/p0f,
|
|
||||||
net-analyzer/packit,
|
|
||||||
net-analyzer/pathload,
|
|
||||||
net-analyzer/pbnj,
|
|
||||||
net-analyzer/pchar,
|
|
||||||
net-analyzer/pinger,
|
|
||||||
net-analyzer/pktstat,
|
|
||||||
net-analyzer/pmacct,
|
|
||||||
net-analyzer/poink,
|
|
||||||
net-analyzer/portmon,
|
|
||||||
net-analyzer/portsentry,
|
|
||||||
net-analyzer/prewikka,
|
|
||||||
net-analyzer/quidscor,
|
|
||||||
net-analyzer/raddump,
|
|
||||||
net-analyzer/rain,
|
|
||||||
net-analyzer/rrdcollect,
|
|
||||||
net-analyzer/rrdtool,
|
|
||||||
net-analyzer/sancp,
|
|
||||||
net-analyzer/sarg,
|
|
||||||
net-analyzer/sbd,
|
|
||||||
net-analyzer/scanlogd,
|
|
||||||
net-analyzer/scanssh,
|
|
||||||
net-analyzer/scapy,
|
|
||||||
net-analyzer/scli,
|
|
||||||
net-analyzer/sec,
|
|
||||||
net-analyzer/sflowtool,
|
|
||||||
net-analyzer/sguil-client,
|
|
||||||
net-analyzer/sguil-server,
|
|
||||||
net-analyzer/siphon,
|
|
||||||
net-analyzer/slurm,
|
|
||||||
net-analyzer/sniffit,
|
|
||||||
net-analyzer/snmptt,
|
|
||||||
net-analyzer/snort,
|
|
||||||
net-analyzer/snortalog,
|
|
||||||
net-analyzer/snortsam,
|
|
||||||
net-analyzer/squid-graph,
|
|
||||||
net-analyzer/squidsites,
|
|
||||||
net-analyzer/ssldump,
|
|
||||||
net-analyzer/ssmping,
|
|
||||||
net-analyzer/symon,
|
|
||||||
net-analyzer/syweb,
|
|
||||||
net-analyzer/tcpdump,
|
|
||||||
net-analyzer/tcpflow,
|
|
||||||
net-analyzer/tcpreen,
|
|
||||||
net-analyzer/tcpreplay,
|
|
||||||
net-analyzer/tcpslice,
|
|
||||||
net-analyzer/tcpstat,
|
|
||||||
net-analyzer/tcptrace,
|
|
||||||
net-analyzer/tcptraceroute,
|
|
||||||
net-analyzer/tcptrack,
|
|
||||||
net-analyzer/thcrut,
|
|
||||||
net-analyzer/thrulay,
|
|
||||||
net-analyzer/tleds,
|
|
||||||
net-analyzer/tptest,
|
|
||||||
net-analyzer/traceproto,
|
|
||||||
net-analyzer/traceroute,
|
|
||||||
net-analyzer/traceroute-nanog,
|
|
||||||
net-analyzer/traffic-vis,
|
|
||||||
net-analyzer/trafshow,
|
|
||||||
net-analyzer/ttcp,
|
|
||||||
net-analyzer/upnpscan,
|
|
||||||
net-analyzer/vnstat,
|
|
||||||
net-analyzer/webfuzzer,
|
|
||||||
net-analyzer/wireshark,
|
|
||||||
net-analyzer/xnetload,
|
|
||||||
net-analyzer/xprobe,
|
|
||||||
net-analyzer/yersinia,
|
|
||||||
net-analyzer/zabbix,
|
|
||||||
net-analyzer/zenmap,
|
|
||||||
net-analyzer/zniper
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: yes
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,105 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
net-dns/bind,
|
|
||||||
net-dns/bind-tools,
|
|
||||||
net-dns/c-ares,
|
|
||||||
net-dns/ddclient,
|
|
||||||
net-dns/djbdns,
|
|
||||||
net-dns/dnrd,
|
|
||||||
net-dns/dnsmasq,
|
|
||||||
net-dns/dnssec-root,
|
|
||||||
net-dns/dnstop,
|
|
||||||
net-dns/dnswalk,
|
|
||||||
net-dns/ez-ipupdate,
|
|
||||||
net-dns/fpdns,
|
|
||||||
net-dns/hesiod,
|
|
||||||
net-dns/host,
|
|
||||||
net-dns/idnkit,
|
|
||||||
net-dns/libidn,
|
|
||||||
net-dns/maradns,
|
|
||||||
net-dns/mydns,
|
|
||||||
net-dns/ndu,
|
|
||||||
net-dns/noip-updater,
|
|
||||||
net-dns/openresolv,
|
|
||||||
net-dns/pdns,
|
|
||||||
net-dns/pdns-recursor,
|
|
||||||
net-dns/pdnsd,
|
|
||||||
net-dns/rbldnsd,
|
|
||||||
net-dns/sheerdns,
|
|
||||||
net-dns/unbound,
|
|
||||||
net-dns/updatedd
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,101 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
net-firewall/arno-iptables-firewall,
|
|
||||||
net-firewall/arptables,
|
|
||||||
net-firewall/conntrack-tools,
|
|
||||||
net-firewall/dshieldpy,
|
|
||||||
net-firewall/ebtables,
|
|
||||||
net-firewall/firehol,
|
|
||||||
net-firewall/fwbuilder,
|
|
||||||
net-firewall/fwipsec,
|
|
||||||
net-firewall/gshield,
|
|
||||||
net-firewall/ipkungfu,
|
|
||||||
net-firewall/ipsec-tools,
|
|
||||||
net-firewall/ipset,
|
|
||||||
net-firewall/iptables,
|
|
||||||
net-firewall/itval,
|
|
||||||
net-firewall/lutelwall,
|
|
||||||
net-firewall/psad,
|
|
||||||
net-firewall/quicktables,
|
|
||||||
net-firewall/shapecfg,
|
|
||||||
net-firewall/shorewall,
|
|
||||||
net-firewall/shorewall-lite,
|
|
||||||
net-firewall/shorewall6,
|
|
||||||
net-firewall/shorewall6-lite,
|
|
||||||
net-firewall/ufw,
|
|
||||||
net-firewall/ufw-frontends
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,105 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
net-ftp/axyftp,
|
|
||||||
net-ftp/bareftp,
|
|
||||||
net-ftp/cmdftp,
|
|
||||||
net-ftp/filezilla,
|
|
||||||
net-ftp/frox,
|
|
||||||
net-ftp/ftp,
|
|
||||||
net-ftp/ftpbase,
|
|
||||||
net-ftp/ftpcube,
|
|
||||||
net-ftp/gftp,
|
|
||||||
net-ftp/gproftpd,
|
|
||||||
net-ftp/leechcraft-lcftp,
|
|
||||||
net-ftp/lftp,
|
|
||||||
net-ftp/linksys-tftp,
|
|
||||||
net-ftp/ncftp,
|
|
||||||
net-ftp/netkit-ftpd,
|
|
||||||
net-ftp/oftpd,
|
|
||||||
net-ftp/oneclickftp,
|
|
||||||
net-ftp/pftpfxp,
|
|
||||||
net-ftp/proftpd,
|
|
||||||
net-ftp/profxp,
|
|
||||||
net-ftp/pure-ftpd,
|
|
||||||
net-ftp/pureadmin,
|
|
||||||
net-ftp/qshare,
|
|
||||||
net-ftp/scythia,
|
|
||||||
net-ftp/tftp-hpa,
|
|
||||||
net-ftp/tnftp,
|
|
||||||
net-ftp/vsftpd,
|
|
||||||
net-ftp/weex
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,135 +0,0 @@
|
|||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
net-im/amsn,
|
|
||||||
net-im/ayttm,
|
|
||||||
net-im/bitlbee,
|
|
||||||
net-im/centerim,
|
|
||||||
net-im/choqok,
|
|
||||||
net-im/climm,
|
|
||||||
net-im/coccinella,
|
|
||||||
net-im/cpop,
|
|
||||||
net-im/ejabberd,
|
|
||||||
net-im/ekg,
|
|
||||||
net-im/ekg2,
|
|
||||||
net-im/emesene,
|
|
||||||
net-im/empathy,
|
|
||||||
net-im/gajim,
|
|
||||||
net-im/gg-transport,
|
|
||||||
net-im/gnomeicu,
|
|
||||||
net-im/gyachi,
|
|
||||||
net-im/imcom,
|
|
||||||
net-im/jabber-base,
|
|
||||||
net-im/jabberd2,
|
|
||||||
net-im/kadu,
|
|
||||||
net-im/kde-telepathy-meta,
|
|
||||||
net-im/kmess,
|
|
||||||
net-im/kouchat,
|
|
||||||
net-im/librvp,
|
|
||||||
net-im/licq,
|
|
||||||
net-im/linpopup,
|
|
||||||
net-im/mcabber,
|
|
||||||
net-im/minbif,
|
|
||||||
net-im/msnlib,
|
|
||||||
net-im/openfire,
|
|
||||||
net-im/pebrot,
|
|
||||||
net-im/pidgin,
|
|
||||||
net-im/pork,
|
|
||||||
net-im/prosody,
|
|
||||||
net-im/psi,
|
|
||||||
net-im/psimedia,
|
|
||||||
net-im/pyaim-t,
|
|
||||||
net-im/pyicq-t,
|
|
||||||
net-im/pymsn-t,
|
|
||||||
net-im/python-otr,
|
|
||||||
net-im/qtwitter,
|
|
||||||
net-im/qutim,
|
|
||||||
net-im/qwit,
|
|
||||||
net-im/reaim,
|
|
||||||
net-im/sendxmpp,
|
|
||||||
net-im/silc-server,
|
|
||||||
net-im/silc-toolkit,
|
|
||||||
net-im/simpserver-bin,
|
|
||||||
net-im/skype,
|
|
||||||
net-im/skypetab-ng,
|
|
||||||
net-im/skysentials,
|
|
||||||
net-im/telepathy-connection-managers,
|
|
||||||
net-im/telepathy-logger,
|
|
||||||
net-im/telepathy-mission-control,
|
|
||||||
net-im/tkabber,
|
|
||||||
net-im/turpial,
|
|
||||||
net-im/twittare,
|
|
||||||
net-im/vacuum,
|
|
||||||
net-im/ysm
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,132 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
net-irc/anope,
|
|
||||||
net-irc/atheme-services,
|
|
||||||
net-irc/bip,
|
|
||||||
net-irc/bnc,
|
|
||||||
net-irc/bobotpp,
|
|
||||||
net-irc/cgiirc,
|
|
||||||
net-irc/conspire,
|
|
||||||
net-irc/ctrlproxy,
|
|
||||||
net-irc/cwirc,
|
|
||||||
net-irc/dircproxy,
|
|
||||||
net-irc/eggdrop,
|
|
||||||
net-irc/eiwic,
|
|
||||||
net-irc/epic5,
|
|
||||||
net-irc/ezbounce,
|
|
||||||
net-irc/ii,
|
|
||||||
net-irc/iip,
|
|
||||||
net-irc/inspircd,
|
|
||||||
net-irc/ircii,
|
|
||||||
net-irc/ircservices,
|
|
||||||
net-irc/irssi,
|
|
||||||
net-irc/irssi-otr,
|
|
||||||
net-irc/irssistats,
|
|
||||||
net-irc/jircii,
|
|
||||||
net-irc/konversation,
|
|
||||||
net-irc/kvirc,
|
|
||||||
net-irc/loqui,
|
|
||||||
net-irc/miau,
|
|
||||||
net-irc/muh,
|
|
||||||
net-irc/ngircd,
|
|
||||||
net-irc/ninja,
|
|
||||||
net-irc/pisg,
|
|
||||||
net-irc/psybnc,
|
|
||||||
net-irc/quassel,
|
|
||||||
net-irc/quassel-client,
|
|
||||||
net-irc/quassel-common,
|
|
||||||
net-irc/quassel-core,
|
|
||||||
net-irc/rbot,
|
|
||||||
net-irc/rhapsody,
|
|
||||||
net-irc/scrollz,
|
|
||||||
net-irc/sic,
|
|
||||||
net-irc/smuxi,
|
|
||||||
net-irc/supybot,
|
|
||||||
net-irc/supybot-plugins,
|
|
||||||
net-irc/telepathy-idle,
|
|
||||||
net-irc/tirc,
|
|
||||||
net-irc/ultimate,
|
|
||||||
net-irc/unrealircd,
|
|
||||||
net-irc/weechat,
|
|
||||||
net-irc/xaric,
|
|
||||||
net-irc/xchat,
|
|
||||||
net-irc/xchat-gnome,
|
|
||||||
net-irc/xchat-otr,
|
|
||||||
net-irc/xchat-xsys,
|
|
||||||
net-irc/xchatosd,
|
|
||||||
net-irc/znc
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,105 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
net-proxy/3proxy,
|
|
||||||
net-proxy/adzapper,
|
|
||||||
net-proxy/bfilter,
|
|
||||||
net-proxy/c-icap,
|
|
||||||
net-proxy/dansguardian,
|
|
||||||
net-proxy/dante,
|
|
||||||
net-proxy/dnsproxy,
|
|
||||||
net-proxy/haproxy,
|
|
||||||
net-proxy/havp,
|
|
||||||
net-proxy/http-replicator,
|
|
||||||
net-proxy/leechcraft-xproxy,
|
|
||||||
net-proxy/ntlmaps,
|
|
||||||
net-proxy/nylon,
|
|
||||||
net-proxy/oops,
|
|
||||||
net-proxy/paros,
|
|
||||||
net-proxy/pingtunnel,
|
|
||||||
net-proxy/piper,
|
|
||||||
net-proxy/polipo,
|
|
||||||
net-proxy/privoxy,
|
|
||||||
net-proxy/ratproxy,
|
|
||||||
net-proxy/squid,
|
|
||||||
net-proxy/squidclamav,
|
|
||||||
net-proxy/squidguard,
|
|
||||||
net-proxy/tinyproxy,
|
|
||||||
net-proxy/tsocks,
|
|
||||||
net-proxy/webscarab,
|
|
||||||
net-proxy/wwwoffle,
|
|
||||||
net-proxy/ziproxy
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,96 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
sci-astronomy/cdsclient,
|
|
||||||
sci-astronomy/celestia,
|
|
||||||
sci-astronomy/ds9-bin,
|
|
||||||
sci-astronomy/funtools,
|
|
||||||
sci-astronomy/galaxy,
|
|
||||||
sci-astronomy/gasgano,
|
|
||||||
sci-astronomy/kapteyn,
|
|
||||||
sci-astronomy/orsa,
|
|
||||||
sci-astronomy/pyephem,
|
|
||||||
sci-astronomy/scamp,
|
|
||||||
sci-astronomy/sextractor,
|
|
||||||
sci-astronomy/skycat,
|
|
||||||
sci-astronomy/stellarium,
|
|
||||||
sci-astronomy/stiff,
|
|
||||||
sci-astronomy/swarp,
|
|
||||||
sci-astronomy/wcslib,
|
|
||||||
sci-astronomy/wcstools,
|
|
||||||
sci-astronomy/xephem,
|
|
||||||
sci-astronomy/xfitsview
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,170 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
sci-biology/GBrowse,
|
|
||||||
sci-biology/aaindex,
|
|
||||||
sci-biology/abyss,
|
|
||||||
sci-biology/amos,
|
|
||||||
sci-biology/ariadne,
|
|
||||||
sci-biology/augustus,
|
|
||||||
sci-biology/bfast,
|
|
||||||
sci-biology/biogrep,
|
|
||||||
sci-biology/bioperl,
|
|
||||||
sci-biology/bioperl-db,
|
|
||||||
sci-biology/bioperl-network,
|
|
||||||
sci-biology/bioperl-run,
|
|
||||||
sci-biology/biopython,
|
|
||||||
sci-biology/bioruby,
|
|
||||||
sci-biology/biosql,
|
|
||||||
sci-biology/blat,
|
|
||||||
sci-biology/blossoc,
|
|
||||||
sci-biology/bowtie,
|
|
||||||
sci-biology/bwa,
|
|
||||||
sci-biology/cd-hit,
|
|
||||||
sci-biology/clustal-omega,
|
|
||||||
sci-biology/clustalw,
|
|
||||||
sci-biology/clustalw-mpi,
|
|
||||||
sci-biology/clustalx,
|
|
||||||
sci-biology/cutg,
|
|
||||||
sci-biology/dialign-tx,
|
|
||||||
sci-biology/elph,
|
|
||||||
sci-biology/embassy,
|
|
||||||
sci-biology/emboss,
|
|
||||||
sci-biology/eugene,
|
|
||||||
sci-biology/exonerate,
|
|
||||||
sci-biology/fasta,
|
|
||||||
sci-biology/fasttree,
|
|
||||||
sci-biology/finchtv,
|
|
||||||
sci-biology/foldingathome,
|
|
||||||
sci-biology/gibbs,
|
|
||||||
sci-biology/gmap,
|
|
||||||
sci-biology/goby-cpp,
|
|
||||||
sci-biology/hmmer,
|
|
||||||
sci-biology/iedera,
|
|
||||||
sci-biology/infernal,
|
|
||||||
sci-biology/iqpnni,
|
|
||||||
sci-biology/kalign,
|
|
||||||
sci-biology/lagan,
|
|
||||||
sci-biology/last,
|
|
||||||
sci-biology/mafft,
|
|
||||||
sci-biology/maq,
|
|
||||||
sci-biology/maqview,
|
|
||||||
sci-biology/mcl,
|
|
||||||
sci-biology/meme,
|
|
||||||
sci-biology/mosaik,
|
|
||||||
sci-biology/mothur,
|
|
||||||
sci-biology/mrbayes,
|
|
||||||
sci-biology/mummer,
|
|
||||||
sci-biology/muscle,
|
|
||||||
sci-biology/ncbi-tools,
|
|
||||||
sci-biology/njplot,
|
|
||||||
sci-biology/pals,
|
|
||||||
sci-biology/paml,
|
|
||||||
sci-biology/phylip,
|
|
||||||
sci-biology/phyml,
|
|
||||||
sci-biology/piler,
|
|
||||||
sci-biology/pilercr,
|
|
||||||
sci-biology/plink,
|
|
||||||
sci-biology/poa,
|
|
||||||
sci-biology/prank,
|
|
||||||
sci-biology/primer3,
|
|
||||||
sci-biology/prints,
|
|
||||||
sci-biology/prosite,
|
|
||||||
sci-biology/qrna,
|
|
||||||
sci-biology/raxml,
|
|
||||||
sci-biology/readseq,
|
|
||||||
sci-biology/rebase,
|
|
||||||
sci-biology/recon,
|
|
||||||
sci-biology/rnaview,
|
|
||||||
sci-biology/samtools,
|
|
||||||
sci-biology/shrimp,
|
|
||||||
sci-biology/sibsim4,
|
|
||||||
sci-biology/sim4,
|
|
||||||
sci-biology/snpfile,
|
|
||||||
sci-biology/stride,
|
|
||||||
sci-biology/t-coffee,
|
|
||||||
sci-biology/transfac,
|
|
||||||
sci-biology/tree-puzzle,
|
|
||||||
sci-biology/treeviewx,
|
|
||||||
sci-biology/trnascan-se,
|
|
||||||
sci-biology/ucsc-genome-browser,
|
|
||||||
sci-biology/unafold,
|
|
||||||
sci-biology/vaal,
|
|
||||||
sci-biology/velvet,
|
|
||||||
sci-biology/vienna-rna,
|
|
||||||
sci-biology/wise,
|
|
||||||
sci-biology/yass
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,156 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
sys-apps/915resolution,
|
|
||||||
sys-apps/cookbug,
|
|
||||||
sys-apps/ddcxinfo-knoppix,
|
|
||||||
sys-apps/debianutils,
|
|
||||||
sys-apps/diffutils,
|
|
||||||
sys-apps/dmapi,
|
|
||||||
sys-apps/dmidecode,
|
|
||||||
sys-apps/dnotify,
|
|
||||||
sys-apps/dog,
|
|
||||||
sys-apps/dstat,
|
|
||||||
sys-apps/dtc,
|
|
||||||
sys-apps/ed,
|
|
||||||
sys-apps/fakechroot,
|
|
||||||
sys-apps/fakeroot,
|
|
||||||
sys-apps/file,
|
|
||||||
sys-apps/findutils,
|
|
||||||
sys-apps/fxload,
|
|
||||||
sys-apps/gnome-disk-utility,
|
|
||||||
sys-apps/gptfdisk,
|
|
||||||
sys-apps/grep,
|
|
||||||
sys-apps/groff,
|
|
||||||
sys-apps/hbaapi,
|
|
||||||
sys-apps/hdparm,
|
|
||||||
sys-apps/help2man,
|
|
||||||
sys-apps/hwdata-gentoo,
|
|
||||||
sys-apps/hwinfo,
|
|
||||||
sys-apps/hwloc,
|
|
||||||
sys-apps/i2c-tools,
|
|
||||||
sys-apps/ifd-gempc,
|
|
||||||
sys-apps/ipmiutil,
|
|
||||||
sys-apps/irqbalance,
|
|
||||||
sys-apps/kbd,
|
|
||||||
sys-apps/kexec-tools,
|
|
||||||
sys-apps/keyboard-configuration-helpers,
|
|
||||||
sys-apps/language-configuration-helpers,
|
|
||||||
sys-apps/less,
|
|
||||||
sys-apps/lm_sensors,
|
|
||||||
sys-apps/lshw,
|
|
||||||
sys-apps/memtest86+,
|
|
||||||
sys-apps/memtest86,
|
|
||||||
sys-apps/memtester,
|
|
||||||
sys-apps/microcode-ctl,
|
|
||||||
sys-apps/microcode-data,
|
|
||||||
sys-apps/minised,
|
|
||||||
sys-apps/miscfiles,
|
|
||||||
sys-apps/mlocate,
|
|
||||||
sys-apps/most,
|
|
||||||
sys-apps/paludis,
|
|
||||||
sys-apps/pcmciautils,
|
|
||||||
sys-apps/pcsc-lite,
|
|
||||||
sys-apps/pcsc-slb-rf72-drv,
|
|
||||||
sys-apps/pkgcore,
|
|
||||||
sys-apps/pmount,
|
|
||||||
sys-apps/preload,
|
|
||||||
sys-apps/pv,
|
|
||||||
sys-apps/qdiskusage,
|
|
||||||
sys-apps/qingy,
|
|
||||||
sys-apps/raidutils,
|
|
||||||
sys-apps/readahead-list,
|
|
||||||
sys-apps/sdparm,
|
|
||||||
sys-apps/sed,
|
|
||||||
sys-apps/setserial,
|
|
||||||
sys-apps/sg3_utils,
|
|
||||||
sys-apps/smartmontools,
|
|
||||||
sys-apps/turbotail,
|
|
||||||
sys-apps/tuxonice-userui,
|
|
||||||
sys-apps/uam,
|
|
||||||
sys-apps/ucspi-ssl,
|
|
||||||
sys-apps/ucspi-tcp,
|
|
||||||
sys-apps/ucspi-unix,
|
|
||||||
sys-apps/ultracopier,
|
|
||||||
sys-apps/usb_modeswitch,
|
|
||||||
sys-apps/usermode-utilities,
|
|
||||||
sys-apps/util-linux,
|
|
||||||
sys-apps/vbetool,
|
|
||||||
sys-apps/watchdog,
|
|
||||||
sys-apps/which,
|
|
||||||
sys-apps/x86info,
|
|
||||||
sys-apps/xmbmon
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,108 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
# sys-libs/freeipmi,
|
|
||||||
# sys-libs/gdbm,
|
|
||||||
# sys-libs/gpm,
|
|
||||||
# sys-libs/gwenhywfar,
|
|
||||||
# sys-libs/lib-compat-loki,
|
|
||||||
# sys-libs/libaal,
|
|
||||||
# sys-libs/libavc1394,
|
|
||||||
# sys-libs/libcap,
|
|
||||||
# sys-libs/libcap-ng,
|
|
||||||
# sys-libs/libchipcard,
|
|
||||||
# sys-libs/libhx,
|
|
||||||
# sys-libs/libieee1284,
|
|
||||||
# sys-libs/libixp,
|
|
||||||
# sys-libs/libkudzu,
|
|
||||||
# sys-libs/libmath++,
|
|
||||||
# sys-libs/libraw1394,
|
|
||||||
# sys-libs/libsafe,
|
|
||||||
# sys-libs/libsmbios,
|
|
||||||
# sys-libs/libstatgrab,
|
|
||||||
# sys-libs/libtermcap-compat,
|
|
||||||
# sys-libs/libtrash,
|
|
||||||
# sys-libs/libunwind,
|
|
||||||
# sys-libs/libuser,
|
|
||||||
# sys-libs/lwp,
|
|
||||||
# sys-libs/ncurses,
|
|
||||||
# sys-libs/openipmi,
|
|
||||||
# sys-libs/pwdb,
|
|
||||||
# sys-libs/readline,
|
|
||||||
# sys-libs/rvm,
|
|
||||||
# sys-libs/tdb,
|
|
||||||
sys-libs/timezone-data
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,152 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
www-apps/389-dsgw,
|
|
||||||
www-apps/Apache-Gallery,
|
|
||||||
www-apps/ampache,
|
|
||||||
www-apps/b2evolution,
|
|
||||||
www-apps/blazeblogger,
|
|
||||||
www-apps/blohg,
|
|
||||||
www-apps/bugzilla,
|
|
||||||
www-apps/cgisysinfo,
|
|
||||||
www-apps/cgit,
|
|
||||||
www-apps/collectd-web,
|
|
||||||
www-apps/coppermine,
|
|
||||||
www-apps/curator,
|
|
||||||
www-apps/cvsweb,
|
|
||||||
www-apps/dokuwiki,
|
|
||||||
www-apps/dotproject,
|
|
||||||
www-apps/drraw,
|
|
||||||
www-apps/drupal,
|
|
||||||
www-apps/dspam-web,
|
|
||||||
www-apps/egroupware,
|
|
||||||
www-apps/freeradius-dialupadmin,
|
|
||||||
www-apps/gallery,
|
|
||||||
www-apps/gitweb,
|
|
||||||
www-apps/gnopaste,
|
|
||||||
www-apps/groupoffice,
|
|
||||||
www-apps/horde,
|
|
||||||
www-apps/horde-chora,
|
|
||||||
www-apps/horde-dimp,
|
|
||||||
www-apps/horde-gollem,
|
|
||||||
www-apps/horde-hermes,
|
|
||||||
www-apps/horde-imp,
|
|
||||||
www-apps/horde-ingo,
|
|
||||||
www-apps/horde-jeta,
|
|
||||||
www-apps/horde-kronolith,
|
|
||||||
www-apps/horde-mimp,
|
|
||||||
www-apps/horde-mnemo,
|
|
||||||
www-apps/horde-nag,
|
|
||||||
www-apps/horde-passwd,
|
|
||||||
www-apps/horde-pear,
|
|
||||||
www-apps/horde-turba,
|
|
||||||
www-apps/ikiwiki,
|
|
||||||
www-apps/joomla,
|
|
||||||
www-apps/lxr,
|
|
||||||
www-apps/mantisbt,
|
|
||||||
www-apps/mediawiki,
|
|
||||||
www-apps/mirmon,
|
|
||||||
www-apps/mod_survey,
|
|
||||||
www-apps/moinmoin,
|
|
||||||
www-apps/mythweb,
|
|
||||||
www-apps/nanoblogger,
|
|
||||||
www-apps/online-bookmarks,
|
|
||||||
www-apps/otrs,
|
|
||||||
www-apps/phpBB,
|
|
||||||
www-apps/phpmp,
|
|
||||||
www-apps/phpsysinfo,
|
|
||||||
www-apps/postfixadmin,
|
|
||||||
www-apps/pyblosxom,
|
|
||||||
www-apps/roundup,
|
|
||||||
www-apps/rt,
|
|
||||||
www-apps/scgi,
|
|
||||||
www-apps/sitebar,
|
|
||||||
www-apps/swish-e,
|
|
||||||
www-apps/trac,
|
|
||||||
www-apps/trac-accountmanager,
|
|
||||||
www-apps/trac-downloads,
|
|
||||||
www-apps/trac-git,
|
|
||||||
www-apps/trac-mercurial,
|
|
||||||
www-apps/trac-tags,
|
|
||||||
www-apps/tt-rss,
|
|
||||||
www-apps/twiki,
|
|
||||||
www-apps/venus,
|
|
||||||
www-apps/viewvc,
|
|
||||||
www-apps/websvn,
|
|
||||||
www-apps/wiliki,
|
|
||||||
www-apps/wordpress,
|
|
||||||
www-apps/zina
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,110 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
www-client/arora,
|
|
||||||
www-client/conkeror,
|
|
||||||
www-client/dooble,
|
|
||||||
www-client/downman,
|
|
||||||
www-client/dwb,
|
|
||||||
www-client/elinks,
|
|
||||||
www-client/epiphany,
|
|
||||||
www-client/epiphany-extensions,
|
|
||||||
www-client/fetch,
|
|
||||||
www-client/htmlview,
|
|
||||||
www-client/httrack,
|
|
||||||
www-client/jd,
|
|
||||||
www-client/leechcraft-deadlyrics,
|
|
||||||
www-client/leechcraft-poshuku,
|
|
||||||
www-client/leechcraft-vgrabber,
|
|
||||||
www-client/links,
|
|
||||||
www-client/luakit,
|
|
||||||
www-client/lynx,
|
|
||||||
www-client/netrik,
|
|
||||||
www-client/opera,
|
|
||||||
www-client/phantomjs,
|
|
||||||
www-client/pybugz,
|
|
||||||
www-client/rekonq,
|
|
||||||
www-client/seamonkey,
|
|
||||||
www-client/seamonkey-bin,
|
|
||||||
www-client/surf,
|
|
||||||
www-client/surfraw,
|
|
||||||
www-client/uget,
|
|
||||||
www-client/uzbl,
|
|
||||||
www-client/w3m,
|
|
||||||
www-client/w3mir,
|
|
||||||
www-client/w3mmee,
|
|
||||||
www-client/xxxterm
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,89 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
www-misc/awstats,
|
|
||||||
www-misc/fcgiwrap,
|
|
||||||
www-misc/gurlchecker,
|
|
||||||
www-misc/htdig,
|
|
||||||
www-misc/leechcraft-seekthru,
|
|
||||||
www-misc/log-toolkit,
|
|
||||||
www-misc/mergelog,
|
|
||||||
www-misc/reflector,
|
|
||||||
www-misc/surl,
|
|
||||||
www-misc/vdradmin-am,
|
|
||||||
www-misc/visitors,
|
|
||||||
www-misc/xxv
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,85 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
www-plugins/adobe-flash,
|
|
||||||
www-plugins/gecko-mediaplayer,
|
|
||||||
www-plugins/gnash,
|
|
||||||
www-plugins/google-talkplugin,
|
|
||||||
www-plugins/lightspark,
|
|
||||||
www-plugins/mozplugger,
|
|
||||||
www-plugins/nspluginwrapper,
|
|
||||||
www-plugins/swfdec-mozilla
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,104 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
www-servers/apache,
|
|
||||||
www-servers/boa,
|
|
||||||
www-servers/cherokee,
|
|
||||||
www-servers/gatling,
|
|
||||||
www-servers/gorg,
|
|
||||||
www-servers/jboss-bin:5.1,
|
|
||||||
www-servers/jboss-bin:5.0,
|
|
||||||
www-servers/jboss-bin:4.2,
|
|
||||||
www-servers/jboss-bin,
|
|
||||||
www-servers/lighttpd,
|
|
||||||
www-servers/mongrel,
|
|
||||||
www-servers/monkeyd,
|
|
||||||
www-servers/nginx,
|
|
||||||
www-servers/pound,
|
|
||||||
www-servers/resin,
|
|
||||||
www-servers/skunkweb,
|
|
||||||
www-servers/spawn-fcgi,
|
|
||||||
www-servers/thin,
|
|
||||||
www-servers/thttpd,
|
|
||||||
www-servers/tomcat:6,
|
|
||||||
www-servers/tomcat:7,
|
|
||||||
www-servers/tomcat,
|
|
||||||
www-servers/tornado,
|
|
||||||
www-servers/uwsgi,
|
|
||||||
www-servers/varnish,
|
|
||||||
www-servers/webcit,
|
|
||||||
www-servers/webfs
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
@ -1,101 +0,0 @@
|
|||||||
# Entropy Matter, Automated Entropy Packages Build Service, example spec file
|
|
||||||
|
|
||||||
# List of packages required to be built.
|
|
||||||
# Comma separated, example: app-foo/bar, bar-baz/foo
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
packages:
|
|
||||||
x11-terms/aterm,
|
|
||||||
x11-terms/cxterm,
|
|
||||||
x11-terms/eterm,
|
|
||||||
x11-terms/evilvte,
|
|
||||||
x11-terms/gnome-terminal,
|
|
||||||
x11-terms/guake,
|
|
||||||
x11-terms/hanterm,
|
|
||||||
x11-terms/kterm,
|
|
||||||
x11-terms/mlterm,
|
|
||||||
x11-terms/mrxvt,
|
|
||||||
x11-terms/multi-aterm,
|
|
||||||
x11-terms/root-tail,
|
|
||||||
x11-terms/roxterm,
|
|
||||||
x11-terms/rxvt,
|
|
||||||
x11-terms/rxvt-unicode,
|
|
||||||
x11-terms/sakura,
|
|
||||||
x11-terms/st,
|
|
||||||
x11-terms/terminal,
|
|
||||||
x11-terms/terminator,
|
|
||||||
x11-terms/tilda,
|
|
||||||
x11-terms/valaterm,
|
|
||||||
x11-terms/xterm,
|
|
||||||
x11-terms/xvt,
|
|
||||||
x11-terms/yeahconsole
|
|
||||||
|
|
||||||
# Entropy repository where to commit packages
|
|
||||||
# Mandatory, cannot be empty
|
|
||||||
repository: sabayon-hell
|
|
||||||
|
|
||||||
# Allow Source Package Manager (Portage) repository change?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
spm-repository-change: no
|
|
||||||
|
|
||||||
# Allow compiling package even if it's not actually installed on system?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
not-installed: no
|
|
||||||
|
|
||||||
# Allow dependencies to be pulled in?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
dependencies: yes
|
|
||||||
|
|
||||||
# Allow package downgrade?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
downgrade: no
|
|
||||||
|
|
||||||
# Allow package rebuild?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
rebuild: no
|
|
||||||
|
|
||||||
# Make possible to continue if one or more packages fail to build?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
keep-going: yes
|
|
||||||
|
|
||||||
# Allow new USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
new-useflags: yes
|
|
||||||
|
|
||||||
# Allow removed USE flags?
|
|
||||||
# Valid values are either "yes" or "no"
|
|
||||||
# Default is: no
|
|
||||||
removed-useflags: yes
|
|
||||||
|
|
||||||
# Package pre execution script hook
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
|
||||||
# Valid value is path to executable file
|
|
||||||
# Env vars:
|
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
|
||||||
|
|
||||||
# Env vars:
|
|
||||||
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
|
|
||||||
# not reflect the name of the failing package, because it could be just a
|
|
||||||
# dependency of it.
|
|
||||||
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
|
|
||||||
# package, the one that triggered the buildfail hook.
|
|
||||||
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
|
|
||||||
# comes from
|
|
||||||
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
|
|
||||||
# the failed package
|
|
||||||
buildfail: /particles/hooks/buildfail.sh
|
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
|
||||||
# matter --help
|
|
Loading…
Reference in New Issue
Block a user