diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2006-02-11 20:31:04 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2006-02-11 20:31:04 +0000 |
commit | 84e67e86d6625b11d53aa42988a746712dcc6b3e (patch) | |
tree | 6ef4a3771260ed9fb8d93c57e787229b5acc85cb /media-sound/gramofile/gramofile-1.6.ebuild | |
parent | Fixed HOMEPAGE and closing bug #122436. (diff) | |
download | historical-84e67e86d6625b11d53aa42988a746712dcc6b3e.tar.gz historical-84e67e86d6625b11d53aa42988a746712dcc6b3e.tar.bz2 historical-84e67e86d6625b11d53aa42988a746712dcc6b3e.zip |
Change homepage and download URL as per bug #122477, make description more terse and add longdescription.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'media-sound/gramofile/gramofile-1.6.ebuild')
-rw-r--r-- | media-sound/gramofile/gramofile-1.6.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/media-sound/gramofile/gramofile-1.6.ebuild b/media-sound/gramofile/gramofile-1.6.ebuild index 395f924fd471..1ef82851ebd5 100644 --- a/media-sound/gramofile/gramofile-1.6.ebuild +++ b/media-sound/gramofile/gramofile-1.6.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/gramofile-1.6.ebuild,v 1.16 2005/07/25 12:37:29 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/gramofile-1.6.ebuild,v 1.17 2006/02/11 20:31:04 chutzpah Exp $ inherit eutils -DESCRIPTION="Gramofile is an audio recording/editing program whose main goal is to allow recording of analog audio for digital remastering." -HOMEPAGE="http://panic.et.tudelft.nl/~costar/gramofile/" -SRC_URI="http://panic.et.tudelft.nl/~costar/gramofile/${P}.tar.gz - http://panic.et.tudelft.nl/~costar/gramofile/tappin3a.patch - http://panic.et.tudelft.nl/~costar/gramofile/tappin3b.patch" +DESCRIPTION="Gramofile is an audio recording/editing program for recording of analog audio for digital remastering." +HOMEPAGE="http://www.opensourcepartners.nl/~costar/gramofile/" +SRC_URI="http://www.opensourcepartners.nl/~costar/${PN}/${P}.tar.gz + http://www.opensourcepartners.nl/~costar/${PN}/tappin3a.patch + http://www.opensourcepartners.nl/~costar/${PN}/tappin3b.patch" LICENSE="GPL-2" SLOT="0" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" IUSE="" -DEPEND="sys-libs/ncurses \ +DEPEND="sys-libs/ncurses =sci-libs/fftw-2*" src_unpack() { |