diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-31 13:30:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-31 13:30:22 +0100 |
commit | 30cdbe03372604aa603e44d9855e86f46aad4126 (patch) | |
tree | f0868bdd435b9f71cc8f1ece4313a87f189f123b /app-arch/xarchiver | |
parent | dev-python/python-xlib: Remove old (diff) | |
download | gentoo-30cdbe03372604aa603e44d9855e86f46aad4126.tar.gz gentoo-30cdbe03372604aa603e44d9855e86f46aad4126.tar.bz2 gentoo-30cdbe03372604aa603e44d9855e86f46aad4126.zip |
app-arch/xarchiver: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch/xarchiver')
-rw-r--r-- | app-arch/xarchiver/Manifest | 1 | ||||
-rw-r--r-- | app-arch/xarchiver/xarchiver-0.5.4.19.ebuild | 61 |
2 files changed, 0 insertions, 62 deletions
diff --git a/app-arch/xarchiver/Manifest b/app-arch/xarchiver/Manifest index 92e31a62642b..1f4bef629452 100644 --- a/app-arch/xarchiver/Manifest +++ b/app-arch/xarchiver/Manifest @@ -1,2 +1 @@ -DIST xarchiver-0.5.4.19.tar.gz 1120885 BLAKE2B 4b8b9e188b16b799f33a1816a5f19a0f67720369282239e3a22af8588b9776ee37dbc63cb1b42a426c515a360aeb1abda84b22e783bd8e4e3578eb2f2fb66ab6 SHA512 f35846bcb1236957d4201980eb1c9e49e16472ab2316935c9f8c94a9b4c3c2da879cd2730c3413041098042251607432f6af1cbacadd97b81efb81180fa5ee6a DIST xarchiver-0.5.4.20.tar.gz 1120317 BLAKE2B dbeb21492a4045d504aac92c28847a91c23e0feedeb82074fe89736f64b2b7d09b41bbefe321441c51736a8273267ac13dd616d4f61ba1b9e72cc805e749aa79 SHA512 c05be6f69a576988ca1a67c1664e4e4e3c53588ef4c85ce943e204ae72b08e705eb20be1018274c5420e30c5ed71d773bdacccc538ab458d658fba494c097777 diff --git a/app-arch/xarchiver/xarchiver-0.5.4.19.ebuild b/app-arch/xarchiver/xarchiver-0.5.4.19.ebuild deleted file mode 100644 index 24dc0123a4de..000000000000 --- a/app-arch/xarchiver/xarchiver-0.5.4.19.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="A GTK+ archive manager that can be used with Thunar" -HOMEPAGE="https://github.com/ib/xarchiver/" -SRC_URI=" - https://github.com/ib/xarchiver/archive/${PV}.tar.gz -> ${P}.tar.gz -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="doc" - -DEPEND=" - >=dev-libs/glib-2:= - x11-libs/gtk+:3= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig - doc? ( - app-text/docbook-xml-dtd - app-text/docbook-xsl-stylesheets - dev-libs/libxml2 - dev-libs/libxslt - ) -" - -src_configure() { - local myconf=( - $(use_enable doc) - ) - econf "${myconf[@]}" -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - - elog "You need external programs for some formats, including:" - elog "7zip - app-arch/p7zip" - elog "arj - app-arch/arj" - elog "lha - app-arch/lha" - elog "lzop - app-arch/lzop" - elog "rar - app-arch/unrar app-arch/rar" - elog "zip - app-arch/unzip app-arch/zip" -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} |