* Change versioning so it matches the .deb package.
And to be in ebuild format standards.
Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro>
* The app does not auto-update itself.
As ztrawhcse mentioned on #gentoo-guru,
the ebuild only needs regular bump,
since its source is not changing versions.
We needed to adjust the SRC_URI to rename
the source via arrow rename, and bump
whenever upstream uploads new version.
Checksum manifest will be generated whenever
we bump a version, so it will not conflict
with old Manifest.
* Corrected licenses
* Corrected dependencies
* Corrected sed syntax
* Corrected hardcoded values
* Added arrow rename SRC_URI
Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro>