commit: 924f0eb6db2380973c8557f1515d099e80331a8b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 14:15:45 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 17:43:27 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924f0eb6
sci-geosciences/gtk-g-rays2: drop 2.05 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../gtk-g-rays2/gtk-g-rays2-2.05.ebuild | 37 ---------------------- 1 file changed, 37 deletions(-) diff --git a/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.05.ebuild b/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.05.ebuild deleted file mode 100644 index 7752dc2afb2f..000000000000 --- a/sci-geosciences/gtk-g-rays2/gtk-g-rays2-2.05.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools gnome2 - -DESCRIPTION="GUI for accessing the Wintec WBT 201 / G-Rays 2 GPS device" -HOMEPAGE="http://www.daria.co.uk/gps" -SRC_URI="http://www.zen35309.zen.co.uk/gps/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" - -RDEPEND=" - dev-libs/dbus-glib - dev-libs/glib:2 - dev-libs/libgudev - net-wireless/bluez - x11-libs/cairo - x11-libs/gtk+:3 - virtual/freedesktop-icon-theme" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig" - -src_prepare() { - default - - # werror is bad idea - sed -i -e 's:-Werror::g' configure.ac || die - # we run this ourselves - sed -i -e '/gtk-update-icon-cache/d' Makefile.am || die - eautoreconf -}
