diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-09-18 05:04:28 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-09-18 05:04:28 +0000 |
commit | fa802ce3ec66549cbeb0a61be1c903177707237b (patch) | |
tree | 74b08ce46fd2ed2b23ecb226bda787d0a7da854e /app-accessibility/brltty | |
parent | stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-fa802ce3ec66549cbeb0a61be1c903177707237b.tar.gz gentoo-2-fa802ce3ec66549cbeb0a61be1c903177707237b.tar.bz2 gentoo-2-fa802ce3ec66549cbeb0a61be1c903177707237b.zip |
version bump
Diffstat (limited to 'app-accessibility/brltty')
-rw-r--r-- | app-accessibility/brltty/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/brltty/Manifest | 2 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-3.6_pre3.ebuild | 30 | ||||
-rw-r--r-- | app-accessibility/brltty/files/digest-brltty-3.6_pre3 | 1 |
4 files changed, 39 insertions, 1 deletions
diff --git a/app-accessibility/brltty/ChangeLog b/app-accessibility/brltty/ChangeLog index 4d13ca2a3ce9..dfbbf140da14 100644 --- a/app-accessibility/brltty/ChangeLog +++ b/app-accessibility/brltty/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/brltty # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.13 2004/08/22 11:15:12 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.14 2004/09/18 05:04:28 squinky86 Exp $ + +*brltty-3.6_pre3 (17 Sep 2004) + + 17 Sep 2004; Jon Hood <squinky86@gentoo.org> +brltty-3.6_pre3.ebuild: + Version bump. 22 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> brltty-3.5.ebuild: Stable on alpha. diff --git a/app-accessibility/brltty/Manifest b/app-accessibility/brltty/Manifest index 4563e4aa016d..6ac56d2197a6 100644 --- a/app-accessibility/brltty/Manifest +++ b/app-accessibility/brltty/Manifest @@ -1,8 +1,10 @@ MD5 068efa3e155c12e8e82883ba7c078da9 brltty-3.6_pre1.ebuild 727 MD5 431ed1fe92ef0a8ff048930253818c0e brltty-3.5.ebuild 679 +MD5 068efa3e155c12e8e82883ba7c078da9 brltty-3.6_pre3.ebuild 727 MD5 65a9a4198397ffa83b75459321bd16ee ChangeLog 1758 MD5 4b09fdbc3d3d57fa95a67d6f0173f677 brltty-3.4.1.ebuild 777 MD5 400cd2fad2e2bd56b1920c9cdd5d1420 metadata.xml 259 MD5 01fdfd93bce0191b5ac98a81f9bf7416 files/digest-brltty-3.4.1 65 MD5 aa49f9fa7cf0d4e1972eb7d1ff2a4d8b files/digest-brltty-3.6_pre1 67 +MD5 87b5afbd7d0ebcea59881266424acbc2 files/digest-brltty-3.6_pre3 67 MD5 7d93e814d84d01d5a05daab69875e2f9 files/digest-brltty-3.5 62 diff --git a/app-accessibility/brltty/brltty-3.6_pre3.ebuild b/app-accessibility/brltty/brltty-3.6_pre3.ebuild new file mode 100644 index 000000000000..257237ce17c2 --- /dev/null +++ b/app-accessibility/brltty/brltty-3.6_pre3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.6_pre3.ebuild,v 1.1 2004/09/18 05:04:28 squinky86 Exp $ + +MY_P=${P/_/} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="daemon that provides access to the Linux/Unix console for a blind person" +HOMEPAGE="http://mielke.cc/brltty/" +SRC_URI="http://mielke.cc/brltty/releases/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64 ~ppc64" +IUSE="gpm X usb" + +DEPEND="virtual/libc + gpm? ( >=sys-libs/gpm-1.20 ) + X? ( virtual/x11 )" + +src_compile() { + econf `use_enable gpm` \ + `use_with X x` \ + `use_enable usb usb-support` || die + make || die +} + +src_install() { + make INSTALL_ROOT=${D} install || die +} diff --git a/app-accessibility/brltty/files/digest-brltty-3.6_pre3 b/app-accessibility/brltty/files/digest-brltty-3.6_pre3 new file mode 100644 index 000000000000..e20357d56fb0 --- /dev/null +++ b/app-accessibility/brltty/files/digest-brltty-3.6_pre3 @@ -0,0 +1 @@ +MD5 dd6eb28b4beb647b351bc107f7e9dffd brltty-3.6pre3.tar.gz 1053621 |