diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-08-08 21:07:40 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-08-08 21:07:40 +0000 |
commit | 69c40696df6525516a4dfc4ea8e5732cdb5fb0c3 (patch) | |
tree | 61292c92d6dc66b6589ea99908cc8cd4f8da1d87 /app-admin/hddtemp | |
parent | Change comment to reflect vim plugin names (diff) | |
download | gentoo-2-69c40696df6525516a4dfc4ea8e5732cdb5fb0c3.tar.gz gentoo-2-69c40696df6525516a4dfc4ea8e5732cdb5fb0c3.tar.bz2 gentoo-2-69c40696df6525516a4dfc4ea8e5732cdb5fb0c3.zip |
Remove the Maxtor DiamondMax patch (bug #141391).
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'app-admin/hddtemp')
-rw-r--r-- | app-admin/hddtemp/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.3_beta15.ebuild | 7 |
2 files changed, 9 insertions, 7 deletions
diff --git a/app-admin/hddtemp/ChangeLog b/app-admin/hddtemp/ChangeLog index 92fa57bfa107..bfdce72f536b 100644 --- a/app-admin/hddtemp/ChangeLog +++ b/app-admin/hddtemp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-admin/hddtemp # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v 1.43 2006/07/15 13:37:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v 1.44 2006/08/08 21:07:40 spock Exp $ + + 08 Aug 2006; Michał Januszewski <spock@gentoo.org> + -files/hddtemp-0.3_beta15-maxtor-diamondmax10.patch, + hddtemp-0.3_beta15.ebuild: + Remove the Maxtor DiamondMax patch as it breaks with current hddtemp.db + versions. The patch has been sent upstream, so hopefully it will be merged + into the mainline hddtemp.db. 15 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove aliz from metadata.xml as he's retired. diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15.ebuild index ff1f952fedd7..e6369b673c34 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta15.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.ebuild,v 1.5 2006/07/14 23:58:17 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15.ebuild,v 1.6 2006/08/08 21:07:40 spock Exp $ inherit eutils @@ -23,8 +23,6 @@ S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-byteswap.patch - cp ${FILESDIR}/hddtemp.db ${T} - EPATCH_OPTS="-d ${T}" epatch ${FILESDIR}/${P}-maxtor-diamondmax10.patch } src_compile() { @@ -58,7 +56,4 @@ pkg_config() { einfo "Trying to download the latest hddtemp.db file" wget http://www.guzu.net/linux/hddtemp.db -O hddtemp.db - - einfo "Attempting to apply gentoo patches for further entries." - epatch ${FILESDIR}/${P}-maxtor-diamondmax10.patch } |