gentoo-haskell / hackport

A command line tool to generate Gentoo ebuilds from Hackage packages.
GNU General Public License v3.0
52 stars 21 forks source link

src/Portage/EBuild.hs: Remove obsolete 'src_uri' function #109

Closed hololeap closed 2 years ago

hololeap commented 2 years ago

This removes the generation of SRC_URI from ebuilds generated by hackport.

A default SRC_URI pointing to hackage.haskell.org is now handled automatically by haskell-cabal.eclass and does not normally need to be added explicitly to the ebuild.

See: https://github.com/gentoo-haskell/gentoo-haskell/commit/ea245047d18f82e05656f1664c12a53eaf9afd57

hololeap commented 2 years ago

@solpeth I want to make sure the second commit works as intended, then I'll merge it. Feel free to test, if you can.

solpeth commented 2 years ago

No worries, I'll give it a run.