[particles] create daily, weekly, monthly subdirs

This commit is contained in:
Fabio Erculiani
2011-08-14 17:11:55 +02:00
parent bc29e0a511
commit 9a397e18f4
9 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
# 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-antivirus/clamav,
app-antivirus/clamtk
# 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 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
# For more info regarding exported environment variables, please see:
# matter --help

View File

@@ -0,0 +1,76 @@
# 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/batterymon,
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 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
# For more info regarding exported environment variables, please see:
# matter --help

View File

@@ -0,0 +1,86 @@
# 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/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 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
# For more info regarding exported environment variables, please see:
# matter --help

107
weekly/app-office.particle Normal file
View File

@@ -0,0 +1,107 @@
# 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 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
# For more info regarding exported environment variables, please see:
# matter --help

View 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:
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/prll,
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 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
# For more info regarding exported environment variables, please see:
# matter --help

649
weekly/games.particle Normal file
View File

@@ -0,0 +1,649 @@
# 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/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/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 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
# For more info regarding exported environment variables, please see:
# matter --help

385
weekly/media-sound.particle Normal file
View File

@@ -0,0 +1,385 @@
# 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/gamix,
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/gmusicbrowser,
media-sound/gnomad,
media-sound/gnome-alsamixer,
media-sound/gnomeradio,
media-sound/gnomoradio,
media-sound/gnump3d,
media-sound/gom,
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/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/minitunes,
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/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/paprefs,
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/squeezeboxserver,
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 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
# For more info regarding exported environment variables, please see:
# matter --help

View File

@@ -0,0 +1,289 @@
# 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/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-nrpe,
net-analyzer/nagios-nsca,
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/openvas-libnasl,
net-analyzer/openvas-libraries,
net-analyzer/openvas-plugins,
net-analyzer/openvas-server,
net-analyzer/p0f,
net-analyzer/packit,
net-analyzer/pathload,
net-analyzer/pathrate,
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 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
# For more info regarding exported environment variables, please see:
# matter --help