summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-02-03 23:31:36 +0000
committerJeroen Roovers <jer@gentoo.org>2008-02-03 23:31:36 +0000
commit8ebbfea968f26c78818f559a9755275585fb4b8d (patch)
tree6567a91206f388d444d3e36fd312dc89bea27940 /app-admin/hddtemp
parentMake optional libsoup dep a slot dependency to prepare for the new 2.4 slot, ... (diff)
downloadgentoo-2-8ebbfea968f26c78818f559a9755275585fb4b8d.tar.gz
gentoo-2-8ebbfea968f26c78818f559a9755275585fb4b8d.tar.bz2
gentoo-2-8ebbfea968f26c78818f559a9755275585fb4b8d.zip
Stable for HPPA (bug #208625). Clean up old versions.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-admin/hddtemp')
-rw-r--r--app-admin/hddtemp/ChangeLog7
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r1.ebuild59
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r2.ebuild64
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild28
4 files changed, 20 insertions, 138 deletions
diff --git a/app-admin/hddtemp/ChangeLog b/app-admin/hddtemp/ChangeLog
index e1e40053ddd3..28820300cb43 100644
--- a/app-admin/hddtemp/ChangeLog
+++ b/app-admin/hddtemp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/hddtemp
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v 1.65 2008/01/14 19:50:40 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v 1.66 2008/02/03 23:31:36 jer Exp $
+
+ 03 Feb 2008; Jeroen Roovers <jer@gentoo.org>
+ -hddtemp-0.3_beta15-r1.ebuild, -hddtemp-0.3_beta15-r2.ebuild,
+ hddtemp-0.3_beta15-r3.ebuild:
+ Stable for HPPA (bug #208625). Clean up old versions.
14 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org>
hddtemp-0.3_beta15-r3.ebuild:
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r1.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r1.ebuild
deleted file mode 100644
index f3894d0e0a5e..000000000000
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2007 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-r1.ebuild,v 1.6 2007/03/24 18:43:40 nixnut Exp $
-
-inherit eutils
-
-MY_P=${P/_beta/-beta}
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc sparc x86"
-IUSE="nls"
-
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-satacmds.patch
- epatch ${FILESDIR}/${P}-byteswap.patch
-}
-
-src_compile() {
- local myconf
-
- myconf="--with-db-path=/usr/share/hddtemp/hddtemp.db"
- # disabling nls breaks compiling
- use nls || myconf="--disable-nls ${myconf}"
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc README TODO ChangeLog
-
- insinto /usr/share/hddtemp
- doins ${FILESDIR}/hddtemp.db
-
- newconfd ${FILESDIR}/hddtemp-conf.d hddtemp
- newinitd ${FILESDIR}/hddtemp-init hddtemp
-}
-
-pkg_postinst() {
- einfo "In order to update your hddtemp database, run:"
- einfo " emerge --config =${CATEGORY}/${PF}"
-}
-
-pkg_config() {
- cd ${ROOT}/usr/share/hddtemp
-
- einfo "Trying to download the latest hddtemp.db file"
- wget http://www.guzu.net/linux/hddtemp.db -O hddtemp.db
-}
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r2.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r2.ebuild
deleted file mode 100644
index dc5cf889de71..000000000000
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2007 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-r2.ebuild,v 1.1 2007/07/29 21:28:33 spock Exp $
-
-inherit eutils autotools
-
-MY_P=${P/_beta/-beta}
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="nls"
-
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-satacmds.patch
- epatch ${FILESDIR}/${P}-byteswap.patch
- epatch ${FILESDIR}/${P}-execinfo.patch
- epatch ${FILESDIR}/${P}-nls.patch
- epatch ${FILESDIR}/${P}-iconv.patch
- AT_M4DIR="m4" eautoreconf
-}
-
-src_compile() {
- local myconf
-
- myconf="--with-db-path=/usr/share/hddtemp/hddtemp.db"
- # disabling nls breaks compiling
- use nls || myconf="--disable-nls ${myconf}"
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc README TODO ChangeLog
-
- insinto /usr/share/hddtemp
- doins ${FILESDIR}/hddtemp.db
-
- newconfd ${FILESDIR}/hddtemp-conf.d hddtemp
- newinitd ${FILESDIR}/hddtemp-init hddtemp
-}
-
-pkg_postinst() {
- einfo "In order to update your hddtemp database, run:"
- einfo " emerge --config =${CATEGORY}/${PF}"
-}
-
-pkg_config() {
- cd ${ROOT}/usr/share/hddtemp
-
- einfo "Trying to download the latest hddtemp.db file"
- wget http://www.guzu.net/linux/hddtemp.db -O hddtemp.db
-}
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild
index 16b959ac11ca..4b46c49e0248 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-2008 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.4 2008/01/14 19:50:40 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild,v 1.5 2008/02/03 23:31:36 jer Exp $
inherit eutils autotools
@@ -12,7 +12,7 @@ SRC_URI="http://www.guzu.net/files/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc sparc x86"
+KEYWORDS="amd64 hppa ppc sparc x86"
IUSE="nls"
DEPEND=""
@@ -21,12 +21,12 @@ S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-satacmds.patch
- epatch ${FILESDIR}/${P}-byteswap.patch
- epatch ${FILESDIR}/${P}-execinfo.patch
- epatch ${FILESDIR}/${P}-nls.patch
- epatch ${FILESDIR}/${P}-iconv.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-satacmds.patch
+ epatch "${FILESDIR}"/${P}-byteswap.patch
+ epatch "${FILESDIR}"/${P}-execinfo.patch
+ epatch "${FILESDIR}"/${P}-nls.patch
+ epatch "${FILESDIR}"/${P}-iconv.patch
AT_M4DIR="m4" eautoreconf
}
@@ -41,16 +41,16 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README TODO ChangeLog
insinto /usr/share/hddtemp
- doins ${FILESDIR}/hddtemp.db
- doins ${FILESDIR}/hddgentoo.db
+ doins "${FILESDIR}"/hddtemp.db
+ doins "${FILESDIR}"/hddgentoo.db
update_db "${D}/usr/share/hddtemp/hddgentoo.db" "${D}/usr/share/hddtemp/hddtemp.db"
- newconfd ${FILESDIR}/hddtemp-conf.d hddtemp
- newinitd ${FILESDIR}/hddtemp-init hddtemp
+ newconfd "${FILESDIR}"/hddtemp-conf.d hddtemp
+ newinitd "${FILESDIR}"/hddtemp-init hddtemp
}
pkg_postinst() {
@@ -74,7 +74,7 @@ update_db() {
}
pkg_config() {
- cd ${ROOT}/usr/share/hddtemp
+ cd "${ROOT}"/usr/share/hddtemp
einfo "Trying to download the latest hddtemp.db file"
wget http://www.guzu.net/linux/hddtemp.db -O hddtemp.db \