diff options
author | William Hubbs <williamh@gentoo.org> | 2007-07-22 04:02:59 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2007-07-22 04:02:59 +0000 |
commit | 2e802bec622fa7ed1599f1c3d42cb4415c70440a (patch) | |
tree | 905049c637e889106dc627bd32b69e228ee338b0 /app-accessibility/brltty | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-2e802bec622fa7ed1599f1c3d42cb4415c70440a.tar.gz gentoo-2-2e802bec622fa7ed1599f1c3d42cb4415c70440a.tar.bz2 gentoo-2-2e802bec622fa7ed1599f1c3d42cb4415c70440a.zip |
Removed another old version.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-accessibility/brltty')
-rw-r--r-- | app-accessibility/brltty/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-3.6.1-r1.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/app-accessibility/brltty/ChangeLog b/app-accessibility/brltty/ChangeLog index f06a7c06521f..562a090b9229 100644 --- a/app-accessibility/brltty/ChangeLog +++ b/app-accessibility/brltty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/brltty # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.56 2007/07/22 03:55:18 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.57 2007/07/22 04:02:59 williamh Exp $ + + 22 Jul 2007; William Hubbs <williamh@gentoo.org> -brltty-3.6.1-r1.ebuild: + Removed another old version. 22 Jul 2007; William Hubbs <williamh@gentoo.org> -brltty-3.5.ebuild, -brltty-3.6.ebuild, brltty-3.7.2.ebuild, brltty-3.7.2-r1.ebuild, diff --git a/app-accessibility/brltty/brltty-3.6.1-r1.ebuild b/app-accessibility/brltty/brltty-3.6.1-r1.ebuild deleted file mode 100644 index cc1d78a459e5..000000000000 --- a/app-accessibility/brltty/brltty-3.6.1-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.6.1-r1.ebuild,v 1.4 2006/02/02 02:08:14 williamh 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="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="gpm X usb" - -RDEPEND="virtual/libc - gpm? ( >=sys-libs/gpm-1.20 ) - X? ( || ( x11-libs/libXaw virtual/x11 ) )" -DEPEND="${RDEPEND} - X? ( || ( x11-proto/xextproto virtual/x11 ) )" - -src_compile() { - econf `use_enable gpm` \ - `use_with X x` \ - `use_enable usb usb-support` \ - --prefix=/ \ - --includedir=/usr/include || die - make || die -} - -src_install() { - make INSTALL_ROOT=${D} install || die -} |