public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/oww/
@ 2021-01-02 19:16 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2021-01-02 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b52f7230159bb69525d91a11a2dea655447db704
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 19:16:03 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 19:16:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52f7230

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 <AT> gentoo.org>

 sci-misc/oww/Manifest          |  1 -
 sci-misc/oww/oww-0.86.4.ebuild | 37 -------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/sci-misc/oww/Manifest b/sci-misc/oww/Manifest
index ade477b528c..cec83c5df81 100644
--- a/sci-misc/oww/Manifest
+++ b/sci-misc/oww/Manifest
@@ -1,2 +1 @@
-DIST oww-0.86.4.tar.gz 927032 BLAKE2B c8874d7ed8448a4e0a589c02936a0dc1e19121cc093f746ff2e74ce27fb05ea31ef82f1136ac5bfeb203bbdaf02497f8fd51f6934505ced039fad47b65b4fcdb SHA512 b97ddd164fe81848e87466992414c8382a0f681bd8f1e16fc51a43facb73f073eb6b0c1da858f4d2d1ffc09273b05b6c3b526a1ccf1d572dbbfd3bfcd0742e05
 DIST oww-0.86.5.tar.gz 926962 BLAKE2B 2309dc36f6ced4b131672d231079612e687a37df3529d93c9ef6d350e6d140138f87536dc4eeace290959466a6c2ee555287f8c07f4e4ca75e9643967dea9afa SHA512 cc787379790367eea02423f5213a8947de906d6ccdebb1b76e97196e0be9d9f86e77fbc402693588ae4d7db69968caa7bc9e97e8dfc9395bf420d9df51b28ba9

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 37fca19f131..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-misc/oww/
@ 2024-04-02 12:00 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2024-04-02 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     918364ba4bda6685526abcd655f1e903e69c1d77
Author:     NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Mon Apr  1 06:26:29 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 12:00:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918364ba

sci-misc/oww: fix missing build-time dependency

Closes: https://bugs.gentoo.org/831137
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/36032
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-misc/oww/oww-0.86.5-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-misc/oww/oww-0.86.5-r1.ebuild b/sci-misc/oww/oww-0.86.5-r1.ebuild
index e91581f01553..48b92ed439b8 100644
--- a/sci-misc/oww/oww-0.86.5-r1.ebuild
+++ b/sci-misc/oww/oww-0.86.5-r1.ebuild
@@ -18,7 +18,9 @@ RDEPEND="
 	net-misc/curl
 	gtk? ( x11-libs/gtk+:2 )"
 DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+	virtual/pkgconfig
+	dev-util/intltool"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-0.86.4-build.patch


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-02 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-02 19:16 [gentoo-commits] repo/gentoo:master commit in: sci-misc/oww/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-04-02 12:00 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox