summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-01-02 20:16:03 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-02 20:16:03 +0100
commitb52f7230159bb69525d91a11a2dea655447db704 (patch)
treed4d84a0176edc6ed6c26445879ccd704547a3ac5 /sci-misc/oww/oww-0.86.4.ebuild
parentsci-misc/oww: Port to EAPI 7 (diff)
downloadgentoo-b52f7230159bb69525d91a11a2dea655447db704.tar.gz
gentoo-b52f7230159bb69525d91a11a2dea655447db704.tar.bz2
gentoo-b52f7230159bb69525d91a11a2dea655447db704.zip
sci-misc/oww: Remove old
Closes: https://bugs.gentoo.org/707192 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-misc/oww/oww-0.86.4.ebuild')
-rw-r--r--sci-misc/oww/oww-0.86.4.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/sci-misc/oww/oww-0.86.4.ebuild b/sci-misc/oww/oww-0.86.4.ebuild
deleted file mode 100644
index 37fca19f1314..000000000000
--- a/sci-misc/oww/oww-0.86.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="A one-wire weather station for Dallas Semiconductor"
-HOMEPAGE="http://oww.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk nls usb"
-
-RDEPEND="
- net-misc/curl
- gtk? ( x11-libs/gtk+:2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${P}-build.patch
- )
-
-src_configure() {
- local myeconfargs=(
- --enable-interactive
- $(use_enable nls)
- $(use_enable gtk gui)
- $(use_with usb)
- )
- autotools-utils_src_configure
-}