diff options
author | William Hubbs <williamh@gentoo.org> | 2009-08-12 18:20:10 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2009-08-12 18:20:10 +0000 |
commit | 8239cb75b07fc29bbe328f56447bd1115aa697bc (patch) | |
tree | cdf0b421413586d18a02b7e847b7ab0527816279 /app-accessibility | |
parent | Removed wxwindows flag, since it is mandatory even with qt (diff) | |
download | historical-8239cb75b07fc29bbe328f56447bd1115aa697bc.tar.gz historical-8239cb75b07fc29bbe328f56447bd1115aa697bc.tar.bz2 historical-8239cb75b07fc29bbe328f56447bd1115aa697bc.zip |
fixed description and dependencies
Package-Manager: portage-2.2_rc38/cvs/Linux i686
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/morseall/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/morseall/Manifest | 4 | ||||
-rw-r--r-- | app-accessibility/morseall/morseall-0.4.8.ebuild | 7 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-accessibility/morseall/ChangeLog b/app-accessibility/morseall/ChangeLog index fea48eb6bb4a..36cf572cf264 100644 --- a/app-accessibility/morseall/ChangeLog +++ b/app-accessibility/morseall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/morseall -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/morseall/ChangeLog,v 1.2 2007/02/21 19:23:02 peper Exp $ +# 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 $ + + 12 Aug 2009; William Hubbs <williamh@gentoo.org> morseall-0.4.8.ebuild: + fixed description and dependencies 21 Feb 2007; <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-accessibility/morseall/Manifest b/app-accessibility/morseall/Manifest index 3862264366cf..2c23b8f4853e 100644 --- a/app-accessibility/morseall/Manifest +++ b/app-accessibility/morseall/Manifest @@ -1,4 +1,4 @@ DIST morseall-0.4.8.tar.gz 656249 RMD160 2a2b582324bcf62f969f9ffcc8f8b3806a683031 SHA1 66f24ca281888f285ef62edc938a66db648dd8ce SHA256 efc37518792164304e1faf4b4174098ad88b14a7eabf3912f2b9f9ac896017d8 -EBUILD morseall-0.4.8.ebuild 550 RMD160 2392272e4e800b0f8fb1561c7d19d1e97c0294dd SHA1 958badde1ef237584dfe7dc32bd115cb7203501f SHA256 cd6ef1a381299a7521ddfef847fe77af7fb67e087d9d83a4f89886f872a5496a -MISC ChangeLog 496 RMD160 3a9ba40d1c4941c0eef4dfad595913f0d7ea96ca SHA1 fe85c0553ef6ec5007b865233900f62d0d1a1f05 SHA256 a56f1c5d5b2ab83f1faea1a6968136ffa1c2f8f710cdeaf5bd76241c6e2ad584 +EBUILD morseall-0.4.8.ebuild 609 RMD160 1ea894ca0441e603949084788db106a157716b61 SHA1 5079eb7c8614ee9c3443f47a4b1a1c2d0ba15b32 SHA256 e90884856dbc91f5db15b1fae2c6ee2c57d4c598a3f0e24b3df397ad10ef525f +MISC ChangeLog 611 RMD160 3c931d83d0e84b10e25757ef329fd9abe03d0c68 SHA1 c7b794f4300e1c81b86ddb4de8952fcc57529fb2 SHA256 a0e35e829a024de775c9b1e7502ee1bb869e5261bef0ebd01cbddfb638cbba60 MISC metadata.xml 166 RMD160 61b5c672638182ae90aa0987021012f9bcac0c85 SHA1 03f155d94dfd6ed8455a0de382ae1956c3ec1692 SHA256 b405a4d46651e139c00ec6b19acf7bb3cd23456275250b6de43951b7559a0b21 diff --git a/app-accessibility/morseall/morseall-0.4.8.ebuild b/app-accessibility/morseall/morseall-0.4.8.ebuild index 34a41a962c19..8383b18aa147 100644 --- a/app-accessibility/morseall/morseall-0.4.8.ebuild +++ b/app-accessibility/morseall/morseall-0.4.8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 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/morseall/morseall-0.4.8.ebuild,v 1.1 2006/04/01 06:11:24 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/morseall/morseall-0.4.8.ebuild,v 1.2 2009/08/12 18:20:10 williamh Exp $ -DESCRIPTION="Program applicated morse code for blind's" +DESCRIPTION="Allows people who have limitid mobility to control their computer using morse code" HOMEPAGE="http://morseall.org/" SRC_URI="http://pehr.net/software/${P}.tar.gz" @@ -12,6 +12,7 @@ KEYWORDS="-amd64 ~x86" IUSE="" DEPEND="gnome-extra/at-spi" +RDEPEND="${DEPEND}" src_install() { make DESTDIR="${D}" install || die "install failed" |