diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2010-06-28 14:07:54 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2010-06-28 14:07:54 +0000 |
commit | d4bef53933dbdbd46848fc141f25ca09209581b1 (patch) | |
tree | 18f432309cd2c4b3457de60c8a7f997f149845f0 /dev-util/molecule/metadata.xml | |
parent | stable x86, bug 325425 (diff) | |
download | historical-d4bef53933dbdbd46848fc141f25ca09209581b1.tar.gz historical-d4bef53933dbdbd46848fc141f25ca09209581b1.tar.bz2 historical-d4bef53933dbdbd46848fc141f25ca09209581b1.zip |
new ebuild added, Molecule is the Sabayon release metatool
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-util/molecule/metadata.xml')
-rw-r--r-- | dev-util/molecule/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/molecule/metadata.xml b/dev-util/molecule/metadata.xml new file mode 100644 index 000000000000..6dd2858ca0bd --- /dev/null +++ b/dev-util/molecule/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>lxnay@gentoo.org</email> + <name>Fabio Erculiani</name> + </maintainer> + <longdescription lang="en"> + Metro is a build tool that can build, rebuild or extend Sabayon Linux or + Gentoo Linux OS releases OpenVZ templates and stage4 tarballs. + It doesn't contain any specific package manager bit and can work with + your favourite one. The philosophy of Molecule is simple: ease of use and + modularity. + Just like Catalyst, Molecule uses its own .spec file format and learning + how to write one is just about reading examples provided inside + /usr/share/molecule/examples. + You can tweak your ISO image or create one off your chroot (stage4) in no + time. Molecule uses a plugin-based system to implement support for new + execution patterns (like ISO to ISO, ISO to Tar, Chroot to ISO, etc). + Molecule is born inside Sabayon and is used in its release cycle for both + daily(live) and versioned ISO images. + Molecule developers are looking for help for writing user docs and HOWTOs. + </longdescription> +</pkgmetadata> |