commit: d24600a71dade13abf890f10ae29a2d39302b68c Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat May 18 18:56:24 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat May 18 18:56:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24600a7
dev-libs/libunique: drop 3.0.2-r1, EAPI6-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-libs/libunique/libunique-3.0.2-r1.ebuild | 46 ---------------------------- 1 file changed, 46 deletions(-) diff --git a/dev-libs/libunique/libunique-3.0.2-r1.ebuild b/dev-libs/libunique/libunique-3.0.2-r1.ebuild deleted file mode 100644 index 973d210fa476..000000000000 --- a/dev-libs/libunique/libunique-3.0.2-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME2_LA_PUNT="yes" - -inherit gnome2 virtualx - -DESCRIPTION="A library for writing single instance application" -HOMEPAGE="https://wiki.gnome.org/Attic/LibUnique" - -LICENSE="LGPL-2.1" -SLOT="3" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug +introspection" - -RDEPEND=" - >=dev-libs/glib-2.25.7:2 - sys-apps/dbus[X] - >=x11-libs/gtk+-2.90.0:3[introspection?] - x11-libs/libX11 - introspection? ( >=dev-libs/gobject-introspection-0.9.0:= ) -" -DEPEND="${RDEPEND} - dev-util/glib-utils - >=dev-build/gtk-doc-am-1.11 - virtual/pkgconfig -" -# For eautoreconf -# dev-build/gtk-doc-am - -src_configure() { - # --disable-dbus means gdbus is used instead of dbus-glib - gnome2_src_configure \ - --disable-static \ - --disable-maintainer-flags \ - --disable-dbus \ - $(usex debug --enable-debug=yes ' ') \ - $(use_enable introspection) -} - -src_test() { - cd "${S}/tests" - cp "${FILESDIR}/run-tests" . || die "Unable to cp \${FILESDIR}/run-tests" - virtx emake -f run-tests -}
