From 1d8f8196c5505357f254a5b2bedd3fea74860a14 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 30 May 2021 16:20:53 -0700 Subject: dev-cpp/glibmm: Drop old versions Signed-off-by: Matt Turner --- dev-cpp/glibmm/glibmm-2.68.0.ebuild | 64 ------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 dev-cpp/glibmm/glibmm-2.68.0.ebuild (limited to 'dev-cpp/glibmm/glibmm-2.68.0.ebuild') diff --git a/dev-cpp/glibmm/glibmm-2.68.0.ebuild b/dev-cpp/glibmm/glibmm-2.68.0.ebuild deleted file mode 100644 index 2cf6d1781f54..000000000000 --- a/dev-cpp/glibmm/glibmm-2.68.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -inherit gnome.org meson multilib-minimal python-any-r1 - -DESCRIPTION="C++ interface for glib2" -HOMEPAGE="https://www.gtkmm.org" - -LICENSE="LGPL-2.1+" -SLOT="2.68" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="doc debug test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/glib-2.63.0:2[${MULTILIB_USEDEP}] - dev-libs/libsigc++:3[doc?,${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig - doc? ( - app-doc/doxygen[dot] - dev-lang/perl - dev-libs/libxslt - ) -" - -src_prepare() { - default - - # giomm_tls_client requires FEATURES=-network-sandbox and glib-networking rdep - sed -i -e '/giomm_tls_client/d' tests/meson.build || die - - if ! use test; then - sed -i -e "/^subdir('tests')/d" meson.build || die - fi -} - -multilib_src_configure() { - local emesonargs=( - -Dwarnings=min - -Dbuild-deprecated-api=true - -Dbuild-documentation=$(usex doc true false) - -Ddebug-refcounting=$(usex debug true false) - -Dbuild-examples=false - ) - meson_src_configure -} - -multilib_src_compile() { - meson_src_compile -} - -multilib_src_test() { - meson_src_test -} - -multilib_src_install() { - meson_src_install -} -- cgit v1.2.3-18-g5258