commit: 1590aacc6a45de87f7914861fd71cbcbc0e3746b Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Fri Sep 6 14:37:53 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Fri Sep 6 14:37:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1590aacc
app-crypt/gnome-encfs-manager: drop 1.9-r1 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> .../gnome-encfs-manager-1.9-r1.ebuild | 57 ---------------------- 1 file changed, 57 deletions(-) diff --git a/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild b/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild deleted file mode 100644 index 9b7a17e61..000000000 --- a/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -VALA_MIN_API_VERSION="0.44" -inherit vala xdg - -DESCRIPTION="An easy to use manager and mounter for encfs stashes" -HOMEPAGE="https://launchpad.net/gencfsm" -SRC_URI="https://launchpad.net/gencfsm/trunk/${PV}/+download/${PN}_${PV}.tar.xz -> ${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+appindicator" - -DEPEND=" - gnome-base/dconf - sys-fs/encfs - sys-fs/fuse - app-crypt/libsecret - x11-libs/libICE -" -RDEPEND="${DEPEND}" -BDEPEND=" - $(vala_depend) - dev-build/libtool - >=dev-build/automake-1.11 - appindicator? ( dev-libs/libappindicator ) - x11-libs/gtk+:3 - >=dev-libs/glib-2 - gnome-base/gnome-keyring - dev-libs/libgee - dev-util/intltool - x11-libs/libSM -" -src_prepare() { - vala_src_prepare - default -} - -src_configure() { - local conf - ./autogen.sh - if ! use appindicator; then - conf+=" --disable-appindicator" - fi - econf ${conf} -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}
