diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-07-15 13:23:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-07-15 13:23:18 +0000 |
commit | 04734406017b280d405588f8a1e5c8330052addf (patch) | |
tree | c3923a12d6c79098388c0d6dab49e4217989f63c /media-sound/cvoicecontrol | |
parent | Remove old ebuild. (diff) | |
download | historical-04734406017b280d405588f8a1e5c8330052addf.tar.gz historical-04734406017b280d405588f8a1e5c8330052addf.tar.bz2 historical-04734406017b280d405588f8a1e5c8330052addf.zip |
Fixed URL for cvoicecontrol. Thanks to Benjie Gillam in bug #98015.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-sound/cvoicecontrol')
-rw-r--r-- | media-sound/cvoicecontrol/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/cvoicecontrol/Manifest | 10 | ||||
-rw-r--r-- | media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild | 6 |
3 files changed, 18 insertions, 4 deletions
diff --git a/media-sound/cvoicecontrol/ChangeLog b/media-sound/cvoicecontrol/ChangeLog index 1bfddec2c504..e21a4331e30f 100644 --- a/media-sound/cvoicecontrol/ChangeLog +++ b/media-sound/cvoicecontrol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/cvoicecontrol # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cvoicecontrol/ChangeLog,v 1.10 2005/05/10 13:12:10 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cvoicecontrol/ChangeLog,v 1.11 2005/07/15 13:23:18 flameeyes Exp $ + + 15 Jul 2005; Diego Pettenò <flameeyes@gentoo.org> + cvoicecontrol-0.9_alpha.ebuild: + Fixed URL for cvoicecontrol. Thanks to Benjie Gillam in bug #98015. 10 May 2005; David Holm <dholm@gentoo.org> cvoicecontrol-0.9_alpha.ebuild: Added to ~ppc. diff --git a/media-sound/cvoicecontrol/Manifest b/media-sound/cvoicecontrol/Manifest index 8a833c0a3ad3..22fb1e2c5aa4 100644 --- a/media-sound/cvoicecontrol/Manifest +++ b/media-sound/cvoicecontrol/Manifest @@ -1,5 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 99776d225ae21cda2f64933885127876 ChangeLog 1363 MD5 f0da2103159969a640794b468beea425 cvoicecontrol-0.9_alpha.ebuild 1091 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 07de3af430261f9f254dfa78a2b4702a files/cvoicecontrol-0.9_alpha-gentoo.diff 442 MD5 3618ff772e58c07e7505ccb582258dfe files/digest-cvoicecontrol-0.9_alpha 74 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC17kBj5H05b2HAEkRAnyuAJ9fne49mYh2VhUYIBmPT3spWOZ1zACgpc48 +FzSjEIuzmAO5jsOHhEMJe0o= +=80uY +-----END PGP SIGNATURE----- diff --git a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild index 494d137777e4..f2c218c7507e 100644 --- a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild +++ b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild,v 1.13 2005/05/10 13:12:10 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild,v 1.14 2005/07/15 13:23:18 flameeyes Exp $ IUSE="" @@ -10,8 +10,8 @@ MY_P=${P/_/} S=${WORKDIR}/${MY_P} DESCRIPTION="Console based speech recognition system" -HOMEPAGE="http://www.kiecza.de/daniel/linux/cvoicecontrol/index.html" -SRC_URI="http://www.kiecza.de/daniel/linux/${MY_P}.tar.bz2" +HOMEPAGE="http://www.kiecza.net/daniel/linux/" +SRC_URI="http://www.kiecza.net/daniel/linux/${MY_P}.tar.bz2" DEPEND="virtual/libc" |