From da61ac549768485a496842c243afcd5cd9e92792 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 24 Jan 2022 12:53:59 -0800 Subject: gnome-extra/eiciel: Drop old versions Signed-off-by: Matt Turner --- gnome-extra/eiciel/Manifest | 1 - gnome-extra/eiciel/eiciel-0.9.13.ebuild | 42 ---------------------- .../eiciel/files/eiciel_participant_target.hpp | 29 --------------- 3 files changed, 72 deletions(-) delete mode 100644 gnome-extra/eiciel/eiciel-0.9.13.ebuild delete mode 100644 gnome-extra/eiciel/files/eiciel_participant_target.hpp (limited to 'gnome-extra/eiciel') diff --git a/gnome-extra/eiciel/Manifest b/gnome-extra/eiciel/Manifest index ab7b1ca0cde6..be8d3ccc4012 100644 --- a/gnome-extra/eiciel/Manifest +++ b/gnome-extra/eiciel/Manifest @@ -1,2 +1 @@ DIST eiciel-0.9.13.1.tar.bz2 708191 BLAKE2B f80faf2f529db99fe60c78d60f854e8d92cc3fc3f1044517b5282a09175d80b695bfaee13b8f58fbfb2b7e1eff8a702f552231d75970ceedb3da813a8a95cea1 SHA512 91a79be7585a21addf47b23df7d03d6a44bdf541f52026b3124d6434e4fa379b9a1cd55eb9f164dba843c1fa73b669cca5d2a34d44b6c325dd0bdbaa701c7c9d -DIST eiciel-0.9.13.tar.bz2 707838 BLAKE2B 30702b20482984885dfdb222e631f7572f3199b93509baa48762c0925b1fd78e1601a1279e7454543ddc32e813288cd01f0fdc2cb0c2eb0c5812cefcf8cac29f SHA512 7b5fde27e2d28c69f02092896bb0065372f93319d8ff8ad285b8b0e52acbe6d43b96f7dc215d7210602c6f766b48d2e2c66361dd28ea0f567ed6faf3bbcfdd14 diff --git a/gnome-extra/eiciel/eiciel-0.9.13.ebuild b/gnome-extra/eiciel/eiciel-0.9.13.ebuild deleted file mode 100644 index 0c18719fb3d3..000000000000 --- a/gnome-extra/eiciel/eiciel-0.9.13.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome2 - -DESCRIPTION="ACL editor for GNOME, with Nautilus extension" -HOMEPAGE="https://rofi.roger-ferrer.org/eiciel/" -SRC_URI="https://rofi.roger-ferrer.org/eiciel/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nautilus xattr" - -DEPEND=" - >=sys-apps/acl-2.2.32 - dev-cpp/gtkmm:3.0 - >=dev-cpp/glibmm-2.50:2 - nautilus? ( >=gnome-base/nautilus-3 ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - virtual/pkgconfig - >=sys-devel/gettext-0.18.1 -" - -src_unpack() { - default - - # https://github.com/rofirrim/eiciel/pull/6 - cp "${FILESDIR}"/eiciel_participant_target.hpp "${S}"/src/ -} - -src_configure() { - gnome2_src_configure \ - --disable-static \ - --with-gnome-version=3 \ - $(use_enable nautilus nautilus-extension) \ - $(use_enable xattr user-attributes) -} diff --git a/gnome-extra/eiciel/files/eiciel_participant_target.hpp b/gnome-extra/eiciel/files/eiciel_participant_target.hpp deleted file mode 100644 index a8072b642ff9..000000000000 --- a/gnome-extra/eiciel/files/eiciel_participant_target.hpp +++ /dev/null @@ -1,29 +0,0 @@ -/* - Eiciel - GNOME editor of ACL file permissions. - Copyright (C) 2019 Roger Ferrer Ibáñez - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA -*/ - -#ifndef EICIEL_PARTICIPANT_TARGET_HPP -#define EICIEL_PARTICIPANT_TARGET_HPP - -enum class AddParticipantTarget { - ADD_PARTICIPANT = 0, - ADD_PARTICIPANT_TO_DIRECTORY, - ADD_PARTICIPANT_TO_FILE, -}; - -#endif // EICIEL_PARTICIPANT_TARGET_HPP -- cgit v1.2.3-65-gdbad