app-misc/tails-installer: Drop old
authorMichał Górny <mgorny@gentoo.org>
Wed, 11 Sep 2019 11:23:34 +0000 (13:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 11 Sep 2019 16:18:35 +0000 (18:18 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-misc/tails-installer/Manifest
app-misc/tails-installer/tails-installer-4.4.8.ebuild [deleted file]

index 94e9d3b0e9556eb406e8c1814e8ee81356ab0cb2..4546b6db9f1562c31d3e2fe531ea794a50801814 100644 (file)
@@ -1,2 +1 @@
 DIST tails-installer-4.4.11.tar.gz 346123 BLAKE2B c6e0888cce180d411ab60a8098581da0df64ea6b2201076e58d6ae4d489feb5e9967fd67a457e8d333fad9934350d5df13044e02e2d428980bee335fd5420dcd SHA512 06d7e21f01841250ada8eca3dcb14078331450b61be4a15923fd0543970b9fb4284aba6cf12729515b2adff9dfa3f8a011e48d97a114356fff1edfd1eb914684
-DIST tails-installer-4.4.8.tar.gz 332532 BLAKE2B 5c597f38e8cfd690b56e1a08d98567278bcb12eb72cb292c02b77d497c8fc4925f5829efdbb3351fc5a30296d9138a07f2dc8077ada2e32bf7b04dff2f31193e SHA512 3a15d31d54ae17c12c1ba8346782f26678fbabcdd99582a5b43c75f520001ec01e5cc09b1832d0f7d346852f9eb30114135c92caff8690281469f35f23806a12
diff --git a/app-misc/tails-installer/tails-installer-4.4.8.ebuild b/app-misc/tails-installer/tails-installer-4.4.8.ebuild
deleted file mode 100644 (file)
index 95febfb..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 gnome2-utils
-
-DESCRIPTION="A graphical tool to install or upgrade Tails on a USB stick from an ISO image"
-HOMEPAGE="https://tails.boum.org https://git.tails.boum.org/liveusb-creator"
-SRC_URI="https://deb.tails.boum.org/pool/main/t/${PN}/${PN}_${PV}+dfsg.orig.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PATCHES=( ${FILESDIR}/fix-desktop-file.patch ${FILESDIR}/sgdisk.patch )
-
-DEPEND="${PYTHON_DEPS}
-       dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
-RDEPEND="${PYTHON_DEPS}
-       app-arch/p7zip
-       dev-libs/glib:2
-       dev-python/configobj[${PYTHON_USEDEP}]
-       dev-python/pygobject[${PYTHON_USEDEP}]
-       dev-python/urlgrabber[${PYTHON_USEDEP}]
-       sys-apps/gptfdisk
-       sys-auth/polkit
-       sys-boot/syslinux
-       sys-fs/dosfstools
-       sys-fs/mtools
-       sys-fs/udisks:2[introspection]
-       virtual/cdrtools
-       x11-libs/gtk+:3[introspection]"
-
-pkg_preinst() {
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}