Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40334 - brltty-3.4.1.ebuild [NEW PACKAGE]
Summary: brltty-3.4.1.ebuild [NEW PACKAGE]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 22895 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-03 18:25 UTC by Diego Garcia
Modified: 2004-03-07 10:48 UTC (History)
2 users (show)

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


Attachments
src_unpack() { unpack ${A} cd ${S} sed -i "s:-O2 -g:${CFLAGS}:" Makefile } brltty-3.4.1.ebuild (brltty-3.4.1.ebuild,690 bytes, text/plain)
2004-02-03 18:28 UTC, Diego Garcia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Garcia 2004-02-03 18:25:21 UTC
ebuild attached

Description
Gentoo for blind ppl

BRLTTY gives a braille user access to the text consoles of a Linux/Unix system. It runs as a background process (daemon) which operates a refreshable braille display, and can be started very early in the system boot sequence. It enables a braille user, therefore, to easily independently handle aspects of system administration such as single user mode entry, file system recovery, and boot problem analysis. It even greatly eases such routine tasks as logging in.

Suggest sys-apps/brltty
Comment 1 Diego Garcia 2004-02-03 18:28:00 UTC
Created attachment 24914 [details]
src_unpack() {
        unpack ${A}
        cd ${S}
        sed -i "s:-O2 -g:${CFLAGS}:" Makefile
}
 brltty-3.4.1.ebuild
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2004-03-07 10:35:27 UTC
*** Bug 22895 has been marked as a duplicate of this bug. ***
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2004-03-07 10:48:28 UTC
thanks Diego, added to cvs