Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465098 - app-admin/keepass-2.22 version bump
Summary: app-admin/keepass-2.22 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alessandro Di Federico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-08 13:44 UTC by Alessandro Di Federico
Modified: 2013-04-09 10:57 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Di Federico 2013-04-08 13:44:48 UTC
Hi, I've tested the new version of KeePass, no changes are needed to the ebuild. Just rename it to keepass-2.22.ebuild.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2013-04-09 10:57:11 UTC
Thanks, fixed in CVS.

+  09 Apr 2013; Michael Palimaka <kensington@gentoo.org> +keepass-2.22.ebuild,
+  -keepass-2.20.1.ebuild:
+  Version bump wrt bug #465098. Remove old.

I made one minor change unrelated to the bump to minimise elog spam:

-       elog "Optional dependencies:"
-       elog "  x11-misc/xdotool (enables autotype)"
+       if ! has_version x11-misc/xdotool ; then
+               elog "Optional dependencies:"
+               elog "  x11-misc/xdotool (enables autotype)"
+       fi