summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-01-24 12:53:59 -0800
committerMatt Turner <mattst88@gentoo.org>2022-01-24 14:42:48 -0800
commitda61ac549768485a496842c243afcd5cd9e92792 (patch)
tree82e1f515940162e48686b34482a8260dda18fb8c /gnome-extra/eiciel
parentgnome-base/nautilus: Drop old versions (diff)
downloadgentoo-da61ac549768485a496842c243afcd5cd9e92792.tar.gz
gentoo-da61ac549768485a496842c243afcd5cd9e92792.tar.bz2
gentoo-da61ac549768485a496842c243afcd5cd9e92792.zip
gnome-extra/eiciel: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/eiciel')
-rw-r--r--gnome-extra/eiciel/Manifest1
-rw-r--r--gnome-extra/eiciel/eiciel-0.9.13.ebuild42
-rw-r--r--gnome-extra/eiciel/files/eiciel_participant_target.hpp29
3 files changed, 0 insertions, 72 deletions
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