diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2013-03-21 13:14:38 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2013-03-21 13:14:38 +0000 |
commit | f7965262feddfba932a8a09195aa5ff1689c68ec (patch) | |
tree | 9279e318045354966e10b3435d17f2ad4f0f4ca5 | |
parent | migration revbump (diff) | |
download | gentoo-2-f7965262feddfba932a8a09195aa5ff1689c68ec.tar.gz gentoo-2-f7965262feddfba932a8a09195aa5ff1689c68ec.tar.bz2 gentoo-2-f7965262feddfba932a8a09195aa5ff1689c68ec.zip |
version bump, turn into meta package to ease migration
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)
-rw-r--r-- | dev-util/molecule/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/molecule/metadata.xml | 19 | ||||
-rw-r--r-- | dev-util/molecule/molecule-1.ebuild | 18 |
3 files changed, 27 insertions, 17 deletions
diff --git a/dev-util/molecule/ChangeLog b/dev-util/molecule/ChangeLog index c965d13535f5..c7bcc17b19a8 100644 --- a/dev-util/molecule/ChangeLog +++ b/dev-util/molecule/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/molecule # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.38 2013/02/12 11:19:00 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.39 2013/03/21 13:14:38 lxnay Exp $ + +*molecule-1 (21 Mar 2013) + + 21 Mar 2013; Fabio Erculiani <lxnay@gentoo.org> +molecule-1.ebuild: + version bump, turn into meta package to ease migration *molecule-0.9.24.8 (12 Feb 2013) diff --git a/dev-util/molecule/metadata.xml b/dev-util/molecule/metadata.xml index 1dd663e437e4..25eddff37146 100644 --- a/dev-util/molecule/metadata.xml +++ b/dev-util/molecule/metadata.xml @@ -5,20 +5,7 @@ <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> + <use> + <flag name='plugins'>Add plugins provided by dev-util/molecule-plugins</flag> + </use> </pkgmetadata> diff --git a/dev-util/molecule/molecule-1.ebuild b/dev-util/molecule/molecule-1.ebuild new file mode 100644 index 000000000000..06a6e42011f6 --- /dev/null +++ b/dev-util/molecule/molecule-1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/molecule-1.ebuild,v 1.1 2013/03/21 13:14:38 lxnay Exp $ + +EAPI="5" + +DESCRIPTION="Meta package for dev-util/molecule-core and dev-util/molecule-plugins" +HOMEPAGE="http://www.sabayon.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+plugins" + +DEPEND="" +RDEPEND=">=dev-util/molecule-core-1.0.1 + plugins? ( >=dev-util/molecule-plugins-1.0.1 )" |