summaryrefslogtreecommitdiff
path: root/sci-misc
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-23 18:55:58 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-23 18:55:58 -0500
commitcdcbdbc2768a2b227ed7d980ebcec51a492bd53f (patch)
tree3d2e7f33d50ce982cd8767ee5099f7c924d4eb49 /sci-misc
parent3ac897312b1982e0855eb4251695765d57976b18 (diff)
downloadbaldeagleos-repo-cdcbdbc2768a2b227ed7d980ebcec51a492bd53f.tar.gz
baldeagleos-repo-cdcbdbc2768a2b227ed7d980ebcec51a492bd53f.tar.xz
baldeagleos-repo-cdcbdbc2768a2b227ed7d980ebcec51a492bd53f.zip
Adding metadata
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/oww/oww-0.86.5.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sci-misc/oww/oww-0.86.5.ebuild b/sci-misc/oww/oww-0.86.5.ebuild
deleted file mode 100644
index d97a90efb0df..000000000000
--- a/sci-misc/oww/oww-0.86.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A one-wire weather station for Dallas Semiconductor"
-HOMEPAGE="http://oww.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk nls usb"
-
-RDEPEND="
- net-misc/curl
- gtk? ( x11-libs/gtk+:2 )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.86.4-build.patch
- "${FILESDIR}"/${P}-format-security.patch
- "${FILESDIR}"/${P}-musl.patch
-)
-
-src_prepare() {
- default
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- --enable-interactive \
- $(use_enable nls) \
- $(use_enable gtk gui) \
- $(use_with usb)
-}