Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Forks
Puppet Portage
Commits
933af98c
Commit
933af98c
authored
Jun 25, 2014
by
Dāvis
Browse files
Change Modulefile to metadata.json because Modulefile is deprecated
parent
14e2c897
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
+16
-7
Modulefile
Modulefile
+0
-7
metadata.json
metadata.json
+16
-0
No files found.
Modulefile
deleted
100644 → 0
View file @
14e2c897
name 'gentoo-portage'
version '2.2.0'
license 'GPLv2'
summary 'Puppet types and providers for Gentoo portage'
project_page 'https://github.com/gentoo/puppet-portage'
dependency 'puppetlabs/concat', '1.x'
metadata.json
0 → 100644
View file @
933af98c
{
"name"
:
"gentoo-portage"
,
"version"
:
"2.2.0"
,
"author"
:
"Gentoo"
,
"summary"
:
"Puppet types and providers for Gentoo portage"
,
"license"
:
"GPLv2"
,
"source"
:
"https://github.com/gentoo/puppet-portage.git"
,
"project_page"
:
"https://github.com/gentoo/puppet-portage"
,
"issues_url"
:
"https://github.com/gentoo/puppet-portage/issues"
,
"dependencies"
:
[
{
"name"
:
"puppetlabs/concat"
,
"version_range"
:
">= 1.0.2"
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment