diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 12:05:15 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 12:05:15 +0000 |
commit | 9588e394a1387f7d06308d89224da0b23c4b80ee (patch) | |
tree | 14f93ac344403166a711e1ffdb1548cc1805f82a /app-misc | |
parent | wmnd 0.4.9 stable on x86. Wipe out old ebuilds... (Manifest recommit) (diff) | |
download | gentoo-2-9588e394a1387f7d06308d89224da0b23c4b80ee.tar.gz gentoo-2-9588e394a1387f7d06308d89224da0b23c4b80ee.tar.bz2 gentoo-2-9588e394a1387f7d06308d89224da0b23c4b80ee.zip |
sync IUSE (-perl, -python)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/digitemp/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/digitemp/digitemp-3.2.0.ebuild | 4 | ||||
-rw-r--r-- | app-misc/digitemp/digitemp-3.3.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/digitemp/ChangeLog b/app-misc/digitemp/ChangeLog index eee11ed781cc..54ab6752d7e7 100644 --- a/app-misc/digitemp/ChangeLog +++ b/app-misc/digitemp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/digitemp # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/digitemp/ChangeLog,v 1.4 2004/06/24 22:08:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/digitemp/ChangeLog,v 1.5 2004/06/30 12:05:15 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> digitemp-3.2.0.ebuild, + digitemp-3.3.1.ebuild: + sync IUSE (-perl, -python) 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> digitemp-3.2.0.ebuild, digitemp-3.3.1.ebuild: diff --git a/app-misc/digitemp/digitemp-3.2.0.ebuild b/app-misc/digitemp/digitemp-3.2.0.ebuild index eaf04e442673..b5da2f5d0636 100644 --- a/app-misc/digitemp/digitemp-3.2.0.ebuild +++ b/app-misc/digitemp/digitemp-3.2.0.ebuild @@ -1,6 +1,6 @@ # 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.2.0.ebuild,v 1.5 2004/06/28 03:31:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/digitemp/digitemp-3.2.0.ebuild,v 1.6 2004/06/30 12:05:15 agriffis Exp $ DESCRIPTION="Temperature logging and reporting using Dallas Semiconductor's iButtons and 1-Wire protocol" HOMEPAGE="http://www.digitemp.com http://www.ibutton.com" @@ -9,7 +9,7 @@ SRC_URI="http://www.digitemp.com/software/linux/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="perl python" +IUSE="" DEPEND="virtual/libc" diff --git a/app-misc/digitemp/digitemp-3.3.1.ebuild b/app-misc/digitemp/digitemp-3.3.1.ebuild index d053d732d84c..178db86e1a37 100644 --- a/app-misc/digitemp/digitemp-3.3.1.ebuild +++ b/app-misc/digitemp/digitemp-3.3.1.ebuild @@ -1,6 +1,6 @@ # 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.4 2004/06/28 03:31:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/digitemp/digitemp-3.3.1.ebuild,v 1.5 2004/06/30 12:05:15 agriffis Exp $ DESCRIPTION="Temperature logging and reporting using Dallas Semiconductor's iButtons and 1-Wire protocol" HOMEPAGE="http://www.digitemp.com http://www.ibutton.com" @@ -9,7 +9,7 @@ SRC_URI="http://www.digitemp.com/software/linux/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="perl python" +IUSE="" DEPEND="virtual/libc" |