diff options
author | Deedra M. Waters <dmwaters@gentoo.org> | 2004-03-15 18:22:37 +0000 |
---|---|---|
committer | Deedra M. Waters <dmwaters@gentoo.org> | 2004-03-15 18:22:37 +0000 |
commit | e9c15f66f4860e126366f558d28652d1e24f1f79 (patch) | |
tree | ae327165bda18fdd3d92789699f5cce2e5a59dac /sys-apps | |
parent | Bump to version 1.0.1. (diff) | |
download | historical-e9c15f66f4860e126366f558d28652d1e24f1f79.tar.gz historical-e9c15f66f4860e126366f558d28652d1e24f1f79.tar.bz2 historical-e9c15f66f4860e126366f558d28652d1e24f1f79.zip |
Fixed a typeo in the ebuild file for the homepage url
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/brltty/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/brltty/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/brltty/brltty-3.4.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/brltty/ChangeLog b/sys-apps/brltty/ChangeLog index ce9961e3be38..a4c2d6854310 100644 --- a/sys-apps/brltty/ChangeLog +++ b/sys-apps/brltty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/brltty # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/brltty/ChangeLog,v 1.1 2004/03/07 18:47:59 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/brltty/ChangeLog,v 1.2 2004/03/15 18:22:37 dmwaters Exp $ + + 15 Mar 2004; <dmwaters@gentoo.org> brltty-3.4.1.ebuild: + Fixed a typeo in the homepage url, thanks to cybersystem for noticing that. *brltty-3.4.1 (07 Mar 2004) diff --git a/sys-apps/brltty/Manifest b/sys-apps/brltty/Manifest index 54c527315d00..81005f78966a 100644 --- a/sys-apps/brltty/Manifest +++ b/sys-apps/brltty/Manifest @@ -1,4 +1,4 @@ -MD5 6ea0fba4e03f15c63acd80557534a8ab ChangeLog 526 -MD5 3f3d76608a5acfb3403ddb995e5512c1 brltty-3.4.1.ebuild 825 +MD5 210b6de33f8943dfb5edca541849c4b1 ChangeLog 664 +MD5 09a9b08c3bb5267dcde915db2136dc4e brltty-3.4.1.ebuild 825 MD5 65da0f96e2021767598e84ba84b70084 metadata.xml 260 MD5 01fdfd93bce0191b5ac98a81f9bf7416 files/digest-brltty-3.4.1 65 diff --git a/sys-apps/brltty/brltty-3.4.1.ebuild b/sys-apps/brltty/brltty-3.4.1.ebuild index 20d0fde87ab0..2709fc24f350 100644 --- a/sys-apps/brltty/brltty-3.4.1.ebuild +++ b/sys-apps/brltty/brltty-3.4.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/brltty/brltty-3.4.1.ebuild,v 1.1 2004/03/07 18:47:59 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/brltty/brltty-3.4.1.ebuild,v 1.2 2004/03/15 18:22:37 dmwaters Exp $ IUSE="gpm" DESCRIPTION="BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person " -HOMEPAGE="http://mielke.cc/brtltty" +HOMEPAGE="http://mielke.cc/brltty" SRC_URI="http://mielke.cc/brltty/releases/${P}.tar.gz" SLOT="0" |