Add a new package for IcedTea (#4804)

* alsa-lib: new package

* cups: new package

* icedtea: new package

* icedtea: adding JAVA_HOME variable

* alsa: removing placeholder

* icedtea: typo fix

* alsa: fixing formattting

* icedtea: formatting fixes and cleanup

* icedtea: additional cleanup

* jdk: adding provides('java') to jdk, setting jdk to default java.

* icedtea: adding jdk as a dependency

* java: changing depends_on('jdk') and similar entries to depends_on('java')

* icedtea: removing unused imports, trying to placate flake8.

* fastqc: fixing flake8 error

* bazel: fixing typo in java dependency

* jdk: changing provides java to a range

* icedtea: cleaning up. Splitting up checksums.

* icedtea: jdk dependency is build only
This commit is contained in:
snehring
2017-08-05 14:53:09 -05:00
committed by Adam J. Stewart
parent ab0ea3cec4
commit db74f4c3a1
31 changed files with 301 additions and 35 deletions

View File

@@ -104,7 +104,7 @@ class Graphviz(AutotoolsPackage):
depends_on('libtool')
depends_on('pkg-config', type='build')
depends_on('jdk', when='+java')
depends_on('java', when='+java')
depends_on('python@2:2.8', when='+python')
def patch(self):