diff options
author | David Seifert <soap@gentoo.org> | 2021-01-02 20:16:03 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-02 20:16:03 +0100 |
commit | b52f7230159bb69525d91a11a2dea655447db704 (patch) | |
tree | d4d84a0176edc6ed6c26445879ccd704547a3ac5 /sci-misc | |
parent | sci-misc/oww: Port to EAPI 7 (diff) | |
download | gentoo-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')
-rw-r--r-- | sci-misc/oww/Manifest | 1 | ||||
-rw-r--r-- | sci-misc/oww/oww-0.86.4.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/sci-misc/oww/Manifest b/sci-misc/oww/Manifest index ade477b528cb..cec83c5df817 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 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 -} |