diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-06-19 13:40:22 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-06-19 13:41:44 -0500 |
commit | a389184c9261f98856323f533344a0dae28bedaf (patch) | |
tree | 74f6b9921f1231685e39cb119535421d5fa945b7 /sys-cluster/heat/metadata.xml | |
parent | dev-python/blosc: Enable py3.10 (diff) | |
download | gentoo-a389184c9261f98856323f533344a0dae28bedaf.tar.gz gentoo-a389184c9261f98856323f533344a0dae28bedaf.tar.bz2 gentoo-a389184c9261f98856323f533344a0dae28bedaf.zip |
profiles/package.mask: Remove some openstack-related packages
Removed due to high-burden and unmaintainable python requirements.
Closes: https://bugs.gentoo.org/793800
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-cluster/heat/metadata.xml')
-rw-r--r-- | sys-cluster/heat/metadata.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-cluster/heat/metadata.xml b/sys-cluster/heat/metadata.xml deleted file mode 100644 index f8a3eeab0b9a..000000000000 --- a/sys-cluster/heat/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <longdescription lang="en"> - Heat is a service to orchestrate multiple composite cloud applications using - templates, through both an OpenStack-native REST API and a - CloudFormation-compatible Query API. - </longdescription> - <use> - <flag name="memcached">Installs the memcached server</flag> - </use> - <upstream> - <remote-id type="launchpad">heat</remote-id> - </upstream> -</pkgmetadata> |