You notice that version 2.0 is out for your favorite software, but portage only has 1.0 (foobar-1.0.ebuild) and you want it now.
bumper will copy the 1.0 ebuild to your portage overlay directory, creating the necessary directories, and name it foobar-2.0.ebuild. It will then create a digest, which will also download the new package. It also copies any non-digest files in ${FILESDIR}.
Its a Python script you can get here:
http://dev.gentoo.org/~pythonhead/bumper/bumper-0.0.10
Usage:
Code: Select all
bumper app-games/pacman-1.0 2.0Code: Select all
bumper apps-foo/boo-1.0 1.0





