diff options
author | William Hubbs <williamh@gentoo.org> | 2010-12-14 00:01:55 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2010-12-14 00:01:55 +0000 |
commit | d648b788694a23059a1f0b89a3ea64062f174ede (patch) | |
tree | 3fc5965200aa38cd8665a5719d3cc28219c12aa9 /app-accessibility/speakup | |
parent | Version bump, bug #339009. (diff) | |
download | gentoo-2-d648b788694a23059a1f0b89a3ea64062f174ede.tar.gz gentoo-2-d648b788694a23059a1f0b89a3ea64062f174ede.tar.bz2 gentoo-2-d648b788694a23059a1f0b89a3ea64062f174ede.zip |
sync live ebuild with snapshot
(Portage version: 2.2.0_alpha8/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/speakup')
-rw-r--r-- | app-accessibility/speakup/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/speakup/speakup-9999.ebuild | 16 |
2 files changed, 15 insertions, 6 deletions
diff --git a/app-accessibility/speakup/ChangeLog b/app-accessibility/speakup/ChangeLog index 2aee6531d828..16f8c7fdf297 100644 --- a/app-accessibility/speakup/ChangeLog +++ b/app-accessibility/speakup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/speakup # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.53 2010/12/13 20:51:00 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.54 2010/12/14 00:01:55 williamh Exp $ + + 14 Dec 2010; William Hubbs <williamh@gentoo.org> speakup-9999.ebuild: + sync live ebuild with snapshot *speakup-3.1.6_p201011120508 (13 Dec 2010) diff --git a/app-accessibility/speakup/speakup-9999.ebuild b/app-accessibility/speakup/speakup-9999.ebuild index 37fcd4430905..90c011b0fc16 100644 --- a/app-accessibility/speakup/speakup-9999.ebuild +++ b/app-accessibility/speakup/speakup-9999.ebuild @@ -1,19 +1,25 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-9999.ebuild,v 1.7 2010/12/09 04:08:50 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-9999.ebuild,v 1.8 2010/12/14 00:01:55 williamh Exp $ EAPI="2" -EGIT_REPO_URI="http://linux-speakup.org/speakup.git" -inherit git linux-mod +inherit linux-mod + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="http://linux-speakup.org/speakup.git" + inherit git + KEYWORDS="" +else + SRC_URI="ftp://linux-speakup.org/pub/speakup/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +fi DESCRIPTION="The speakup linux kernel based screen reader." HOMEPAGE="http://linux-speakup.org" -SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" IUSE="modules" MODULE_NAMES="speakup(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) |