summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-06-25 13:29:48 +0000
committerWilliam Hubbs <williamh@gentoo.org>2011-06-25 13:29:48 +0000
commit75af8b1a254b880ca856db3180e139ece9c75f9c (patch)
treeffa6c3f0017f2caec23830a130c3b4399d53ec03 /app-accessibility/speakup/speakup-9999.ebuild
parent[kde-misc/kio-upnp-ms] version bump (diff)
downloadhistorical-75af8b1a254b880ca856db3180e139ece9c75f9c.tar.gz
historical-75af8b1a254b880ca856db3180e139ece9c75f9c.tar.bz2
historical-75af8b1a254b880ca856db3180e139ece9c75f9c.zip
migrate to git-2 eclass.
Package-Manager: portage-2.2.0_alpha41/cvs/Linux i686
Diffstat (limited to 'app-accessibility/speakup/speakup-9999.ebuild')
-rw-r--r--app-accessibility/speakup/speakup-9999.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/app-accessibility/speakup/speakup-9999.ebuild b/app-accessibility/speakup/speakup-9999.ebuild
index 90c011b0fc16..2fa60342c306 100644
--- a/app-accessibility/speakup/speakup-9999.ebuild
+++ b/app-accessibility/speakup/speakup-9999.ebuild
@@ -1,20 +1,19 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.8 2010/12/14 00:01:55 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-9999.ebuild,v 1.9 2011/06/25 13:29:48 williamh Exp $
EAPI="2"
-inherit linux-mod
-
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="http://linux-speakup.org/speakup.git"
- inherit git
- KEYWORDS=""
+ vcs=git-2
else
SRC_URI="ftp://linux-speakup.org/pub/speakup/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
fi
+inherit $vcs linux-mod
+
DESCRIPTION="The speakup linux kernel based screen reader."
HOMEPAGE="http://linux-speakup.org"