summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Rivero <neurogeek@gentoo.org>2011-09-01 21:07:24 +0000
committerJesus Rivero <neurogeek@gentoo.org>2011-09-01 21:07:24 +0000
commitc826f671f29a45ad5dea9430a126a2eb75bcd737 (patch)
treec56ce5c2b3b09f1ca0313a799c4c441546bf7562 /app-accessibility
parentVersion bump (diff)
downloadgentoo-2-c826f671f29a45ad5dea9430a126a2eb75bcd737.tar.gz
gentoo-2-c826f671f29a45ad5dea9430a126a2eb75bcd737.tar.bz2
gentoo-2-c826f671f29a45ad5dea9430a126a2eb75bcd737.zip
Version bump and removal of older version
(Portage version: 2.2.0_alpha46/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/morseall/ChangeLog8
-rw-r--r--app-accessibility/morseall/morseall-0.5.0.ebuild (renamed from app-accessibility/morseall/morseall-0.4.8.ebuild)10
2 files changed, 12 insertions, 6 deletions
diff --git a/app-accessibility/morseall/ChangeLog b/app-accessibility/morseall/ChangeLog
index 58800f28ac6b..efa0282ecf0d 100644
--- a/app-accessibility/morseall/ChangeLog
+++ b/app-accessibility/morseall/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-accessibility/morseall
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/morseall/ChangeLog,v 1.5 2011/09/01 21:07:23 neurogeek Exp $
+
+*morseall-0.5.0 (01 Sep 2011)
+
+ 01 Sep 2011; Jesus Rivero <neurogeek@gentoo.org> -morseall-0.4.8.ebuild,
+ +morseall-0.5.0.ebuild:
+ Version bump and removal of older version
19 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> morseall-0.4.8.ebuild:
Fix slot dep on at-spi, remove old
diff --git a/app-accessibility/morseall/morseall-0.4.8.ebuild b/app-accessibility/morseall/morseall-0.5.0.ebuild
index 5d75f1236a85..b643b1f83b11 100644
--- a/app-accessibility/morseall/morseall-0.4.8.ebuild
+++ b/app-accessibility/morseall/morseall-0.5.0.ebuild
@@ -1,11 +1,11 @@
# 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.3 2011/08/19 11:30:44 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/morseall/morseall-0.5.0.ebuild,v 1.1 2011/09/01 21:07:23 neurogeek Exp $
-EAPI="2"
+EAPI="3"
-DESCRIPTION="Allows people who have limitid mobility to control their computer using morse code"
-HOMEPAGE="http://morseall.org/"
+DESCRIPTION="Allows people who have limited mobility to control their computer using morse code"
+HOMEPAGE="http://www.morseall.org/"
SRC_URI="http://pehr.net/software/${P}.tar.gz"
LICENSE="GPL-2"
@@ -18,5 +18,5 @@ RDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${D}" install || die "install failed"
- dodoc README CHANGES
+ dodoc README ChangeLog NEWS TODO
}