commit: edf2666a6b93762b002011d9f707fd8ff5f92da2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Thu Feb 18 22:18:42 2021 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Thu Feb 18 22:19:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf2666a
app-arch/gnome-autoar: security cleanup Bug: https://bugs.gentoo.org/768828 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> app-arch/gnome-autoar/Manifest | 1 - app-arch/gnome-autoar/gnome-autoar-0.2.4.ebuild | 43 ------------------------- 2 files changed, 44 deletions(-) diff --git a/app-arch/gnome-autoar/Manifest b/app-arch/gnome-autoar/Manifest index ee621193fcf..bd8222d31f4 100644 --- a/app-arch/gnome-autoar/Manifest +++ b/app-arch/gnome-autoar/Manifest @@ -1,2 +1 @@ -DIST gnome-autoar-0.2.4.tar.xz 294956 BLAKE2B 20e2054f996443f7c3d84d91c41705c8c63df8aea626cb54c17a9cb0c20c7109dc1dba99ad9489d8870674b0a3bbdef23da6ef07684f9c01870d421873d5bed1 SHA512 66750ae30bf9f59820f06653898eb33ac4edbb63976a02d15417118a068abd9292350220713813ddfdd1f2e77db7b3a8f8980f0c70a93d1bb87a9405e013de19 DIST gnome-autoar-0.3.0.tar.xz 297072 BLAKE2B 7c7204d605c80a6e0735e0be6dec1024e6073cb99d6bde885a1c8b10b7f6e6476a181c99b5bbb755abfdf86bc56aff3d9b174189ff29cc58d24607b482f242ab SHA512 2f5962e115b25be9578ecad51d9906e426bb60b675e42b364d9f0b67f0751cf59d4afd4dbfc8adc0d13256e5dcee445c5195262e6ff0839ef88350b1c6e5293a diff --git a/app-arch/gnome-autoar/gnome-autoar-0.2.4.ebuild b/app-arch/gnome-autoar/gnome-autoar-0.2.4.ebuild deleted file mode 100644 index ff4e408cbc9..00000000000 --- a/app-arch/gnome-autoar/gnome-autoar-0.2.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala - -DESCRIPTION="Automatic archives creating and extracting library" -HOMEPAGE="https://git.gnome.org/browse/gnome-autoar" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="gtk +introspection vala" -REQUIRED_USE="vala? ( introspection )" - -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" - -RDEPEND=" - >=app-arch/libarchive-3.2.0 - >=dev-libs/glib-2.35.6:2 - gtk? ( >=x11-libs/gtk+-3.2:3[introspection?] ) - introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-util/gtk-doc-am-1.14 - virtual/pkgconfig - vala? ( $(vala_depend) ) -" - -src_prepare() { - use vala && vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-static \ - $(use_enable introspection) \ - $(use_enable vala) \ - $(use_enable gtk) -}
