gnome-extra/eiciel: remove old
authorMart Raudsepp <leio@gentoo.org>
Tue, 28 Jan 2020 09:26:32 +0000 (11:26 +0200)
committerMart Raudsepp <leio@gentoo.org>
Tue, 28 Jan 2020 09:34:21 +0000 (11:34 +0200)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
gnome-extra/eiciel/Manifest
gnome-extra/eiciel/eiciel-0.9.11-r1.ebuild [deleted file]
gnome-extra/eiciel/eiciel-0.9.12.1.ebuild [deleted file]

index a9fe68c3c1affc105ff8d891de3f5a9daddee8fe..1d44a931521e69b3f880769a8e9242bbd7cb63d4 100644 (file)
@@ -1,2 +1 @@
-DIST eiciel-0.9.11.tar.bz2 680384 BLAKE2B 1d16aa383b25fb870f44bb942736287b063ff82c886119207dd222adad900f529075f58c0d5881e7f8d845f0c43d099dafd3f6e871bb11fe7171a7d1e099f8f7 SHA512 914b8b888e502a31f6c70bcc7d391ea8b79dde07e13b9a6ebb3b52a20b793fafd7a7a7f8ff7177c0150a223a74cae1b06fca0a274bc27545bb89223b4b8fd2aa
 DIST eiciel-0.9.12.1.tar.bz2 723727 BLAKE2B e32f3af9f4664610169fc718a9d274ae9d91c5d0d56a6be9872da1c105b349584300879742b753a02ad621cdc597591c52f47d705222ad52cb37b0750616a553 SHA512 f54fbb149eed7f8fd534b77ec5e2d0f579c68a39afd7417a2298d75c7e95c459b49fc8ccb66d0188956ffaadf3bcc8a3eb048425cb82fc875573eb131f4b0494
diff --git a/gnome-extra/eiciel/eiciel-0.9.11-r1.ebuild b/gnome-extra/eiciel/eiciel-0.9.11-r1.ebuild
deleted file mode 100644 (file)
index fa509d7..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit flag-o-matic gnome2
-
-DESCRIPTION="ACL editor for GNOME, with Nautilus extension"
-HOMEPAGE="http://rofi.roger-ferrer.org/eiciel/"
-SRC_URI="http://rofi.roger-ferrer.org/eiciel/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="xattr"
-
-RDEPEND="
-       >=sys-apps/acl-2.2.32
-       >=dev-cpp/gtkmm-3:3.0
-       >=gnome-base/nautilus-3
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       >=sys-devel/gettext-0.18.1
-"
-
-src_configure() {
-       append-cxxflags -std=c++11
-       gnome2_src_configure \
-               --disable-static \
-               --with-gnome-version=3 \
-               $(use_enable xattr user-attributes)
-}
diff --git a/gnome-extra/eiciel/eiciel-0.9.12.1.ebuild b/gnome-extra/eiciel/eiciel-0.9.12.1.ebuild
deleted file mode 100644 (file)
index 88a5e83..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit flag-o-matic gnome2
-
-DESCRIPTION="ACL editor for GNOME, with Nautilus extension"
-HOMEPAGE="http://rofi.roger-ferrer.org/eiciel/"
-SRC_URI="http://rofi.roger-ferrer.org/eiciel/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="xattr"
-
-RDEPEND="
-       >=sys-apps/acl-2.2.32
-       >=dev-cpp/gtkmm-3:3.0
-       >=gnome-base/nautilus-3
-       gnome-base/gvfs
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       >=sys-devel/gettext-0.18.1
-"
-
-src_configure() {
-       append-cxxflags -std=c++11
-       gnome2_src_configure \
-               --disable-static \
-               --with-gnome-version=3 \
-               $(use_enable xattr user-attributes)
-}