diff options
author | Deedra M. Waters <dmwaters@gentoo.org> | 2004-04-23 03:57:35 +0000 |
---|---|---|
committer | Deedra M. Waters <dmwaters@gentoo.org> | 2004-04-23 03:57:35 +0000 |
commit | 0e0bc24597592f3f2adb1db067fa39c4a6ca828d (patch) | |
tree | 92cffaa17445908dbdb603846fe7a969d90b561f /app-accessibility/yasr | |
parent | Marked stable on amd64. (diff) | |
download | historical-0e0bc24597592f3f2adb1db067fa39c4a6ca828d.tar.gz historical-0e0bc24597592f3f2adb1db067fa39c4a6ca828d.tar.bz2 historical-0e0bc24597592f3f2adb1db067fa39c4a6ca828d.zip |
Bumping to stable on x86. fixed RDEPEND
Diffstat (limited to 'app-accessibility/yasr')
-rw-r--r-- | app-accessibility/yasr/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/yasr/Manifest | 4 | ||||
-rw-r--r-- | app-accessibility/yasr/yasr-0.6.5.ebuild | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/app-accessibility/yasr/ChangeLog b/app-accessibility/yasr/ChangeLog index 540642c7aa8b..4c37afda83f8 100644 --- a/app-accessibility/yasr/ChangeLog +++ b/app-accessibility/yasr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/yasr # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/ChangeLog,v 1.6 2004/04/19 14:48:34 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/ChangeLog,v 1.7 2004/04/23 03:57:35 dmwaters Exp $ + + 22 Apr 2004; Deedra Waters,,, <dmwaters@gentoo.org> yasr-0.6.5.ebuild: + Marking stable on x86 + Fixed a typo in RDEPENd + Changed RDEPEND to be empty since the package has no runtime dependencies. 20 Apr 2004; Daniel Black <dragonheart@gentoo.org> yasr-0.6.5.ebuild: QA - removed runtime dependance on make and autoconf diff --git a/app-accessibility/yasr/Manifest b/app-accessibility/yasr/Manifest index 221e3d532fa4..1ea6d9f3027b 100644 --- a/app-accessibility/yasr/Manifest +++ b/app-accessibility/yasr/Manifest @@ -1,4 +1,4 @@ -MD5 8f29f5be9801a4d2c256097d35b293f6 ChangeLog 940 +MD5 e89d4d07c7f077a1d2c6c23773accb7c ChangeLog 1139 MD5 d95be012485868eef230d5000ddda556 metadata.xml 295 -MD5 ec08e320da70302d26a1243c9735d3f0 yasr-0.6.5.ebuild 938 +MD5 c02ce76f0bc8fe4bde5f17e823b8bcbe yasr-0.6.5.ebuild 922 MD5 c3a6f527d4905362c02d855df8ad8c81 files/digest-yasr-0.6.5 62 diff --git a/app-accessibility/yasr/yasr-0.6.5.ebuild b/app-accessibility/yasr/yasr-0.6.5.ebuild index 67e48bd2c6d7..6d73ed8ed545 100644 --- a/app-accessibility/yasr/yasr-0.6.5.ebuild +++ b/app-accessibility/yasr/yasr-0.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.5.ebuild,v 1.5 2004/04/19 14:48:34 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.5.ebuild,v 1.6 2004/04/23 03:57:35 dmwaters Exp $ DESCRIPTION="Yasr is a general-purpose console screen reader for GNU/Linux and other Unix-like operating systems." HOMEPAGE="http://yasr.sourceforge.net" @@ -8,14 +8,14 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/glibc >=sys-devel/make-3.80 >=sys-devel/autoconf-2.58" -DEPEND="virtual/glibc" +RDEPEND="" src_unpack(){ unpack ${A} |