diff options
author | William Hubbs <williamh@gentoo.org> | 2009-04-01 18:11:40 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2009-04-01 18:11:40 +0000 |
commit | 3970636b7217cb4cbd6e6221a679fadc71e9644e (patch) | |
tree | 014a5e4a376057f5d39fea41d7b402fa60bc9e4e /app-accessibility/sound-icons | |
parent | Stable on x86. (diff) | |
download | gentoo-2-3970636b7217cb4cbd6e6221a679fadc71e9644e.tar.gz gentoo-2-3970636b7217cb4cbd6e6221a679fadc71e9644e.tar.bz2 gentoo-2-3970636b7217cb4cbd6e6221a679fadc71e9644e.zip |
Stable on x86.
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/sound-icons')
-rw-r--r-- | app-accessibility/sound-icons/ChangeLog | 10 | ||||
-rw-r--r-- | app-accessibility/sound-icons/sound-icons-0.1.ebuild | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-accessibility/sound-icons/ChangeLog b/app-accessibility/sound-icons/ChangeLog index aec5df13f3c5..3b8f8835a0e5 100644 --- a/app-accessibility/sound-icons/ChangeLog +++ b/app-accessibility/sound-icons/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/sound-icons -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sound-icons/ChangeLog,v 1.1 2007/09/12 06:01:35 williamh Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sound-icons/ChangeLog,v 1.2 2009/04/01 18:11:40 williamh Exp $ + + 01 Apr 2009; William Hubbs <williamh@gentoo.org> sound-icons-0.1.ebuild: + Stable on x86. + + 01 Apr 2009; William Hubbs <williamh@gentoo.org> sound-icons-0.1.ebuild: + Stable on x86. *sound-icons-0.1 (12 Sep 2007) diff --git a/app-accessibility/sound-icons/sound-icons-0.1.ebuild b/app-accessibility/sound-icons/sound-icons-0.1.ebuild index f232d81402fd..2333646fe2d6 100644 --- a/app-accessibility/sound-icons/sound-icons-0.1.ebuild +++ b/app-accessibility/sound-icons/sound-icons-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sound-icons/sound-icons-0.1.ebuild,v 1.1 2007/09/12 06:01:35 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sound-icons/sound-icons-0.1.ebuild,v 1.2 2009/04/01 18:11:40 williamh Exp $ DESCRIPTION="a collection of Sound Icons for speech-dispatcher" HOMEPAGE="http://www.freebsoft.org" @@ -8,7 +8,7 @@ SRC_URI="http://www.freebsoft.org/pub/projects/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" RDEPEND="app-accessibility/speech-dispatcher" @@ -20,7 +20,7 @@ src_compile(){ src_install() { dodoc README insinto /usr/share/sounds/sound-icons - doins ${S}/*.wav + doins "${S}"/*.wav links="`find ${S} -type l -print`" for link in $links; do target=`readlink -n $link` |