Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created February 1, 2017 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentfredric/8c32f3a24283a66e54dfeefaadbceba0 to your computer and use it in GitHub Desktop.
Save kentfredric/8c32f3a24283a66e54dfeefaadbceba0 to your computer and use it in GitHub Desktop.
<normal ebuild shit here>
RDEPEND="Normal deps here"
DEPEND="MOAR"
# --[ perldeps ]--
# Foo::Bar>4.0
# Foo::Baz<5.6
----------------------< EOF
&&
perl utils.templaterun.pl ->
finds all files with " --[ perldeps ]--"
rewrites them as following with applicable
-r bumps
-----------
<normal ebuild shit here>
RDEPEND="Normal deps here"
DEPEND="MOAR"
# --[ perldeps ]--
# Foo::Bar>4.0
# Foo::Baz<5.6
RDEPEND+=" >=dev-lang/perl-5.18.4"
----------------------< EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment