From 845204801f548fee59f9d3c1a2a9391bfd688ac7 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Wed, 10 Apr 2019 14:55:23 +0300 Subject: gnome-extra/nemo: remove old Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- gnome-extra/nemo/Manifest | 2 - gnome-extra/nemo/nemo-3.6.4.ebuild | 85 ----------------------------------- gnome-extra/nemo/nemo-3.8.5-r1.ebuild | 82 --------------------------------- gnome-extra/nemo/nemo-4.0.2.ebuild | 82 --------------------------------- 4 files changed, 251 deletions(-) delete mode 100644 gnome-extra/nemo/nemo-3.6.4.ebuild delete mode 100644 gnome-extra/nemo/nemo-3.8.5-r1.ebuild delete mode 100644 gnome-extra/nemo/nemo-4.0.2.ebuild (limited to 'gnome-extra') diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest index ced9a92831c8..abc1c758583c 100644 --- a/gnome-extra/nemo/Manifest +++ b/gnome-extra/nemo/Manifest @@ -1,5 +1,3 @@ DIST nemo-3.6.4.tar.gz 1433265 BLAKE2B 0640ad5e803d955072d0773ef3ea20739d6189720defbf3db6fc48da503b7cb72f8c33302542799933499f2f5c0e28c8e706da77f9943362e7db23eb9c4d6a21 SHA512 a8541e8944ce44b3f62ad0211c550509704f3210ce4aaaebcaefcb50a358f018eb01fba26d18ea8edbd662dab2b915fb7c4f4704e8468f6b9b3f4b636bf0d87e -DIST nemo-3.8.5.tar.gz 1424948 BLAKE2B fc773f7a1666d94beabfaab3b1e97c4a6f32cd61dbb2e5eefc57cb3fd577df780f5d220501d7dbc6c67955afb9a623d36d1631c8b3c5e201894529784ac1991c SHA512 8ae4eafdd056e7e33c722c96a82e8bb5b10617823397927a3247e27bde14a3083f4402cd7e7bfc6a4f7802fe8c7aed005fa912a9855b6accb36af3a7f63b3188 DIST nemo-3.8.6.tar.gz 1425290 BLAKE2B 15e82a6b6c298e66f6d752f738bec31d1d4fab726f86baa5d58c5d47cfef2de218c18c711ee95588f68c4bd8bced41a993af3c100b8478707a746857cce906ad SHA512 88cc268aabd9fadcb87df55e3872bc69f136e68f252ad2077e1cbf86e3c53d027142390883cdd61235171d04807d8ae85893abbdc65ff34cc6207d10879b1797 -DIST nemo-4.0.2.tar.gz 1446758 BLAKE2B 37141bf514b4a17a41876a643f89cb489a7991d2ef0792a23a9b5b08ff1462733e820cde3f23dc1943dec90eb57e9d68ff1e58e526026c738d3f3b71cc0b7957 SHA512 d2c60f379092dee79902877beb2d47d2cfcb4a22b1f86fd84fafb96367c74cc2cd060bdcf8c7fef28ef5ff6df488a4a15f0c8b9fb1680eda26a13208a4a5742c DIST nemo-4.0.6.tar.gz 1449313 BLAKE2B 0d80e23a503c34e52f126635a7b3df54f7f0d336a637f14e11ac8e1d252a4b7bd43173c362ea0f24602fc4eceb71c97d651ddec2f2922d70c32518fbc8d15424 SHA512 87006f345317b37093daed1081880a4c28eb84438b9c43f9b62211824306074969e5e21df57cfc5fa163d66d16bcf7ba6c26674e27353cfd8a91cf2bfe82099f diff --git a/gnome-extra/nemo/nemo-3.6.4.ebuild b/gnome-extra/nemo/nemo-3.6.4.ebuild deleted file mode 100644 index bba409dbc557..000000000000 --- a/gnome-extra/nemo/nemo-3.6.4.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit autotools eutils gnome2 python-any-r1 virtualx - -DESCRIPTION="A file manager for Cinnamon, forked from Nautilus" -HOMEPAGE="http://cinnamon.linuxmint.com/" -SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+ LGPL-2+ FDL-1.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="exif +introspection +nls packagekit tracker xmp" - -COMMON_DEPEND=" - >=dev-libs/glib-2.37.3:2[dbus] - >=gnome-extra/cinnamon-desktop-2.6.1:0= - >=x11-libs/pango-1.28.3 - >=x11-libs/gtk+-3.9.10:3[introspection?] - >=dev-libs/libxml2-2.7.8:2 - - gnome-base/dconf:0= - gnome-base/gsettings-desktop-schemas - >=x11-libs/libnotify-0.7:= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - >=x11-libs/xapps-1.0.4 - - exif? ( >=media-libs/libexif-0.6.20:= ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) - tracker? ( >=app-misc/tracker-0.12:0/100 ) - xmp? ( >=media-libs/exempi-2.2.0:= ) - sys-libs/libselinux -" -RDEPEND="${COMMON_DEPEND} - x11-themes/adwaita-icon-theme - nls? ( >=gnome-extra/cinnamon-translations-2.2 ) -" - -PDEPEND=">=gnome-base/gvfs-0.1.2" - -DEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/polib[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - ') - >=dev-lang/perl-5 - >=dev-util/gdbus-codegen-2.31.0 - dev-util/gtk-doc-am - >=dev-util/intltool-0.40.1 - sys-devel/gettext - virtual/pkgconfig - x11-base/xorg-proto - - dev-util/gtk-doc - gnome-base/gnome-common -" -# For eautoreconf -# gnome-base/gnome-common, dev-util/gtk-doc (not only -am!) - -src_prepare() { - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable exif libexif) \ - $(use_enable introspection) \ - $(use_enable tracker) \ - $(use_enable xmp) -} - -src_test() { - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/libnemo-private" || die - - cd src # we don't care about translation tests - GSETTINGS_SCHEMA_DIR="${S}/libnemo-private" virtx emake check -} diff --git a/gnome-extra/nemo/nemo-3.8.5-r1.ebuild b/gnome-extra/nemo/nemo-3.8.5-r1.ebuild deleted file mode 100644 index c4ae41b45371..000000000000 --- a/gnome-extra/nemo/nemo-3.8.5-r1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit meson eutils gnome2 python-any-r1 virtualx - -DESCRIPTION="A file manager for Cinnamon, forked from Nautilus" -HOMEPAGE="http://cinnamon.linuxmint.com/" -SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+ LGPL-2+ FDL-1.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="exif +introspection +nls packagekit selinux tracker xmp" -RESTRICT=test - -COMMON_DEPEND=" - >=dev-libs/glib-2.37.3:2[dbus] - >=gnome-extra/cinnamon-desktop-2.6.1:0= - >=x11-libs/pango-1.28.3 - >=x11-libs/gtk+-3.9.10:3[introspection?] - >=dev-libs/libxml2-2.7.8:2 - - gnome-base/dconf:0= - gnome-base/gsettings-desktop-schemas - >=x11-libs/libnotify-0.7:= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - >=x11-libs/xapps-1.0.4 - - exif? ( >=media-libs/libexif-0.6.20:= ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) - tracker? ( >=app-misc/tracker-0.12:0/100 ) - xmp? ( >=media-libs/exempi-2.2.0:= ) - selinux? ( sys-libs/libselinux ) -" -RDEPEND="${COMMON_DEPEND} - x11-themes/adwaita-icon-theme - nls? ( >=gnome-extra/cinnamon-translations-2.2 ) -" - -PDEPEND=">=gnome-base/gvfs-0.1.2" - -DEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/polib[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - ') - >=dev-lang/perl-5 - >=dev-util/gdbus-codegen-2.31.0 - dev-util/gtk-doc-am - >=dev-util/intltool-0.40.1 - sys-devel/gettext - virtual/pkgconfig - x11-base/xorg-proto - - dev-util/gtk-doc - gnome-base/gnome-common -" -# For eautoreconf -# gnome-base/gnome-common, dev-util/gtk-doc (not only -am!) - -src_prepare() { - gnome2_src_prepare -} - -src_configure() { - meson_src_configure \ - -Dexif=$(usex exif true false) \ - -Dtracker=$(usex tracker true false) \ - -Dxmp=$(usex xmp true false) \ - -Dselinux=$(usex selinux true false) -} - -src_install() { - meson_src_install -} diff --git a/gnome-extra/nemo/nemo-4.0.2.ebuild b/gnome-extra/nemo/nemo-4.0.2.ebuild deleted file mode 100644 index 84fe05b0dad9..000000000000 --- a/gnome-extra/nemo/nemo-4.0.2.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit meson eutils gnome2 python-any-r1 virtualx - -DESCRIPTION="A file manager for Cinnamon, forked from Nautilus" -HOMEPAGE="http://cinnamon.linuxmint.com/" -SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+ LGPL-2+ FDL-1.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="exif +introspection +nls packagekit selinux tracker xmp" -RESTRICT=test - -COMMON_DEPEND=" - >=dev-libs/glib-2.37.3:2[dbus] - >=gnome-extra/cinnamon-desktop-2.6.1:0= - >=x11-libs/pango-1.28.3 - >=x11-libs/gtk+-3.9.10:3[introspection?] - >=dev-libs/libxml2-2.7.8:2 - - gnome-base/dconf:0= - gnome-base/gsettings-desktop-schemas - >=x11-libs/libnotify-0.7:= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - >=x11-libs/xapps-1.4.0 - - exif? ( >=media-libs/libexif-0.6.20:= ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) - tracker? ( >=app-misc/tracker-0.12:0/100 ) - xmp? ( >=media-libs/exempi-2.2.0:= ) - selinux? ( sys-libs/libselinux ) -" -RDEPEND="${COMMON_DEPEND} - x11-themes/adwaita-icon-theme - nls? ( >=gnome-extra/cinnamon-translations-2.2 ) -" - -PDEPEND=">=gnome-base/gvfs-0.1.2" - -DEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/polib[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - ') - >=dev-lang/perl-5 - >=dev-util/gdbus-codegen-2.31.0 - dev-util/gtk-doc-am - >=dev-util/intltool-0.40.1 - sys-devel/gettext - virtual/pkgconfig - x11-base/xorg-proto - - dev-util/gtk-doc - gnome-base/gnome-common -" -# For eautoreconf -# gnome-base/gnome-common, dev-util/gtk-doc (not only -am!) - -src_prepare() { - gnome2_src_prepare -} - -src_configure() { - meson_src_configure \ - -Dexif=$(usex exif true false) \ - -Dtracker=$(usex tracker true false) \ - -Dxmp=$(usex xmp true false) \ - -Dselinux=$(usex selinux true false) -} - -src_install() { - meson_src_install -} -- cgit v1.2.3-18-g5258