summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeedra M. Waters <dmwaters@gentoo.org>2004-03-18 00:17:29 +0000
committerDeedra M. Waters <dmwaters@gentoo.org>2004-03-18 00:17:29 +0000
commit028a31e65a655bb190ac3ca9621111ad34bbff2d (patch)
treedbd3319d5f526547437fb5780b0fca6ba03e04dc /app-accessibility/yasr
parentproper headers and other fixes (diff)
downloadhistorical-028a31e65a655bb190ac3ca9621111ad34bbff2d.tar.gz
historical-028a31e65a655bb190ac3ca9621111ad34bbff2d.tar.bz2
historical-028a31e65a655bb190ac3ca9621111ad34bbff2d.zip
closed bug 44982. I owe spanky a beer for that one:) Also fixed a typeo in the ebuild file
Diffstat (limited to 'app-accessibility/yasr')
-rw-r--r--app-accessibility/yasr/ChangeLog9
-rw-r--r--app-accessibility/yasr/Manifest4
-rw-r--r--app-accessibility/yasr/yasr-0.6.5.ebuild10
3 files changed, 18 insertions, 5 deletions
diff --git a/app-accessibility/yasr/ChangeLog b/app-accessibility/yasr/ChangeLog
index 8db2cfe25563..ce2e418626d0 100644
--- a/app-accessibility/yasr/ChangeLog
+++ b/app-accessibility/yasr/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-misc/yasr
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/ChangeLog,v 1.2 2004/03/17 23:05:34 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/ChangeLog,v 1.3 2004/03/18 00:17:29 dmwaters Exp $
+
+ 17 Mar 2004; <dmwaters@gentoo.org> yasr-0.6.5.ebuild:
+ Also fixed a typeo in the ebuild file.
+
+ 17 Mar 2004; <dmwaters@gentoo.org> yasr-0.6.5.ebuild:
+ Fix for files being installed in /@aclocaldir@
+ Closes #44982
18 Mar 2004; David Holm <dholm@gentoo.org> yasr-0.6.5.ebuild:
Added to ~ppc.
diff --git a/app-accessibility/yasr/Manifest b/app-accessibility/yasr/Manifest
index d311993ebcc4..36582410b1b4 100644
--- a/app-accessibility/yasr/Manifest
+++ b/app-accessibility/yasr/Manifest
@@ -1,4 +1,4 @@
-MD5 bdb6b11b0b1d752d6800f4a3540ebe19 ChangeLog 471
+MD5 e80fefb926b62a5bf6fe12a6c3dd1d3b ChangeLog 695
MD5 d95be012485868eef230d5000ddda556 metadata.xml 295
-MD5 d2094f719cc8c7996ea74627ea810dd5 yasr-0.6.5.ebuild 780
+MD5 757b84e21361fb92426555e570519f76 yasr-0.6.5.ebuild 904
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 5381ea5434d1..1600b5bc22da 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.2 2004/03/17 23:05:34 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.5.ebuild,v 1.3 2004/03/18 00:17:29 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"
@@ -15,8 +15,14 @@ DEPEND="virtual/glibc
>=sys-devel/make-3.80
>=sys-devel/autoconf-2.58"
+src_unpack(){
+ unpack ${A}
+ cd ${S}
+ sed -i '/^aclocaldir =/s:@aclocaldir@:$(destdir)/aclocal:' ${S}/m4/Makefile.*
+ }
+
src_compile() {
- econf datadir='/etc' || die "econf failed"
+ econf --datadir='/etc' || die "econf failed"
emake || die "emake failed"
}