From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D57B13835A for ; Sat, 2 Jan 2021 19:16:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDFEBE07F1; Sat, 2 Jan 2021 19:16:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6E64E07F1 for ; Sat, 2 Jan 2021 19:16:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 405CD340CF2 for ; Sat, 2 Jan 2021 19:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F7AF488 for ; Sat, 2 Jan 2021 19:16:18 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1609614963.b52f7230159bb69525d91a11a2dea655447db704.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/oww/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/oww/Manifest sci-misc/oww/oww-0.86.4.ebuild X-VCS-Directories: sci-misc/oww/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b52f7230159bb69525d91a11a2dea655447db704 X-VCS-Branch: master Date: Sat, 2 Jan 2021 19:16:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ac561178-dd9e-45f5-bea7-a5aa5666acb3 X-Archives-Hash: b529f827f97e7d4e99baf25f2c0f59e2 commit: b52f7230159bb69525d91a11a2dea655447db704 Author: David Seifert gentoo org> AuthorDate: Sat Jan 2 19:16:03 2021 +0000 Commit: David Seifert gentoo 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 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 -}