diff options
author | 2011-07-05 14:33:29 +0000 | |
---|---|---|
committer | 2011-07-05 14:33:29 +0000 | |
commit | d901c352f0bb3bc31da631c7fe1c89e20c106f65 (patch) | |
tree | f80cfc56fdedff714ce97d02920d03fc948f7685 /app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild | |
parent | Version bump from upstream, multiple bug fixes (diff) | |
download | gentoo-2-d901c352f0bb3bc31da631c7fe1c89e20c106f65.tar.gz gentoo-2-d901c352f0bb3bc31da631c7fe1c89e20c106f65.tar.bz2 gentoo-2-d901c352f0bb3bc31da631c7fe1c89e20c106f65.zip |
app-admin/hddtemp: Updated HOMEPAGE and SRC_URI. Fixed minor repoman warnings.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild')
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild index 2f0d4bc605de..ba74f68c3c5a 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild @@ -1,6 +1,6 @@ -# 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-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild,v 1.10 2009/04/08 23:11:06 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild,v 1.11 2011/07/05 14:33:29 aidecoe Exp $ inherit eutils autotools @@ -8,8 +8,8 @@ MY_P=${P/_beta/-beta} DBV=20080531 DESCRIPTION="A simple utility to read the temperature of SMART capable hard drives" -HOMEPAGE="http://www.guzu.net/linux/hddtemp.php" -SRC_URI="http://www.guzu.net/files/${MY_P}.tar.bz2 mirror://gentoo/hddtemp-${DBV}.db.bz2" +HOMEPAGE="http://savannah.nongnu.org/projects/hddtemp/" +SRC_URI="http://download.savannah.gnu.org/releases/hddtemp/${MY_P}.tar.bz2 mirror://gentoo/hddtemp-${DBV}.db.bz2" LICENSE="GPL-2" SLOT="0" @@ -17,6 +17,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86" IUSE="nls" DEPEND="" +RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" |