Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175797 - x11-misc/alock-60 ebuild needs to install manpage
Summary: x11-misc/alock-60 ebuild needs to install manpage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael Hanselmann (hansmi) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-24 04:44 UTC by Robert R. Russell
Modified: 2007-04-27 20:30 UTC (History)
0 users

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


Attachments
Patch that adds ~x86 to the keywords for alock (alock-60-~x86.patch,235 bytes, patch)
2007-04-24 04:46 UTC, Robert R. Russell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert R. Russell 2007-04-24 04:44:38 UTC
I was looking for a program to replace my previous x terminal locker, and alock caught my eye. The ebuild is keyworded to only ~ppc, but I figured that it was worth at least a test, and it works perfectly fine.

Reproducible: Always

Steps to Reproduce:
1.emerge -pv alock

Actual Results:  
# emerge -pv alock

These are the packages that would be merged, in order:

Calculating dependencies \
!!! All ebuilds that could satisfy "alock" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-misc/alock-60 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or 
refer to the Gentoo Handbook.


The following procedure is a work around.

1. echo "x11-utils/alock ~ppc" >> /etc/portage/package.keywords
2. sudo emerge alock
3. alock -cursor glyph -bg blank -auth none
Comment 1 Robert R. Russell 2007-04-24 04:46:15 UTC
Created attachment 117116 [details, diff]
Patch that adds ~x86 to the keywords for alock
Comment 2 Andrej Kacian (RETIRED) gentoo-dev 2007-04-24 16:47:22 UTC
Keyword added. Michael, the ebuild should also install the manpage - it is included in the tarball.
Comment 3 Michael Hanselmann (hansmi) (RETIRED) gentoo-dev 2007-04-27 20:30:16 UTC
(In reply to comment #2)
> Keyword added. Michael, the ebuild should also install the manpage - it is
> included in the tarball.

I've rewritten src_install because "make install" is broken for Gentoo.