summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-08-19 11:30:44 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-08-19 11:30:44 +0000
commitb84caafb96f5457d824243bf8023277ec24418c2 (patch)
tree2c20d682b5c9c976d0a219c8f51ac7692d134b6c /app-accessibility
parentFix slot dep on at-spi, remove old (diff)
downloadgentoo-2-b84caafb96f5457d824243bf8023277ec24418c2.tar.gz
gentoo-2-b84caafb96f5457d824243bf8023277ec24418c2.tar.bz2
gentoo-2-b84caafb96f5457d824243bf8023277ec24418c2.zip
Fix slot dep on at-spi, remove old
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/morseall/ChangeLog7
-rw-r--r--app-accessibility/morseall/morseall-0.4.8.ebuild10
2 files changed, 11 insertions, 6 deletions
diff --git a/app-accessibility/morseall/ChangeLog b/app-accessibility/morseall/ChangeLog
index 36cf572cf264..58800f28ac6b 100644
--- a/app-accessibility/morseall/ChangeLog
+++ b/app-accessibility/morseall/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/morseall
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/morseall/ChangeLog,v 1.3 2009/08/12 18:20:10 williamh Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/morseall/ChangeLog,v 1.4 2011/08/19 11:30:44 nirbheek Exp $
+
+ 19 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> morseall-0.4.8.ebuild:
+ Fix slot dep on at-spi, remove old
12 Aug 2009; William Hubbs <williamh@gentoo.org> morseall-0.4.8.ebuild:
fixed description and dependencies
diff --git a/app-accessibility/morseall/morseall-0.4.8.ebuild b/app-accessibility/morseall/morseall-0.4.8.ebuild
index 8383b18aa147..5d75f1236a85 100644
--- a/app-accessibility/morseall/morseall-0.4.8.ebuild
+++ b/app-accessibility/morseall/morseall-0.4.8.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 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/morseall/morseall-0.4.8.ebuild,v 1.2 2009/08/12 18:20:10 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/morseall/morseall-0.4.8.ebuild,v 1.3 2011/08/19 11:30:44 nirbheek Exp $
+
+EAPI="2"
DESCRIPTION="Allows people who have limitid mobility to control their computer using morse code"
HOMEPAGE="http://morseall.org/"
@@ -11,10 +13,10 @@ SLOT="0"
KEYWORDS="-amd64 ~x86"
IUSE=""
-DEPEND="gnome-extra/at-spi"
+DEPEND="gnome-extra/at-spi:1"
RDEPEND="${DEPEND}"
src_install() {
- make DESTDIR="${D}" install || die "install failed"
+ emake DESTDIR="${D}" install || die "install failed"
dodoc README CHANGES
}