diff options
author | 2004-06-28 03:45:42 +0000 | |
---|---|---|
committer | 2004-06-28 03:45:42 +0000 | |
commit | ed34e375961396c31c32ea54685059966d51665e (patch) | |
tree | 318409b3268d5b5cf241ef4ccc6ea1c977e22b7c /app-misc/digitemp/digitemp-3.3.1.ebuild | |
parent | QA - fix use invocation (diff) | |
download | historical-ed34e375961396c31c32ea54685059966d51665e.tar.gz historical-ed34e375961396c31c32ea54685059966d51665e.tar.bz2 historical-ed34e375961396c31c32ea54685059966d51665e.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/digitemp/digitemp-3.3.1.ebuild')
-rw-r--r-- | app-misc/digitemp/digitemp-3.3.1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/app-misc/digitemp/digitemp-3.3.1.ebuild b/app-misc/digitemp/digitemp-3.3.1.ebuild index 6e78b4f6c272..d053d732d84c 100644 --- a/app-misc/digitemp/digitemp-3.3.1.ebuild +++ b/app-misc/digitemp/digitemp-3.3.1.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/digitemp/digitemp-3.3.1.ebuild,v 1.3 2004/06/24 22:08:19 agriffis Exp $ - -IUSE="perl python" +# $Header: /var/cvsroot/gentoo-x86/app-misc/digitemp/digitemp-3.3.1.ebuild,v 1.4 2004/06/28 03:31:40 vapier Exp $ DESCRIPTION="Temperature logging and reporting using Dallas Semiconductor's iButtons and 1-Wire protocol" HOMEPAGE="http://www.digitemp.com http://www.ibutton.com" SRC_URI="http://www.digitemp.com/software/linux/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86" +IUSE="perl python" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { # default is to compile to the ds9097u. local use flag takes care of @@ -32,8 +31,8 @@ src_compile() { } src_install() { - dobin digitemp - dodoc README COPYING FAQ TODO + dobin digitemp || die + dodoc README FAQ TODO # method one: don't treat the examples as docs; place them somewhere else. # then tell the user where to find this stuff. suitable alternative: |