From 38bb228f2fa4b6fa4bbea8f86a5d9ee892db4a2e Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 20 Apr 2020 23:47:38 +0300 Subject: gnome-extra/cinnamon-screensaver: remove old Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp --- gnome-extra/cinnamon-screensaver/Manifest | 2 - .../cinnamon-screensaver-3.6.1-r1.ebuild | 92 ---------------------- .../cinnamon-screensaver-3.8.0.ebuild | 92 ---------------------- 3 files changed, 186 deletions(-) delete mode 100644 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.6.1-r1.ebuild delete mode 100644 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.8.0.ebuild (limited to 'gnome-extra') diff --git a/gnome-extra/cinnamon-screensaver/Manifest b/gnome-extra/cinnamon-screensaver/Manifest index 7b75a8e87b14..9cda7dfe33fe 100644 --- a/gnome-extra/cinnamon-screensaver/Manifest +++ b/gnome-extra/cinnamon-screensaver/Manifest @@ -1,3 +1 @@ -DIST cinnamon-screensaver-3.6.1.tar.gz 154729 BLAKE2B cd94413791d0500f01ec8eefc9b003e635c1bdac35d37768097ba19aff3005359e6596d3795dcf41ded9338f33dc9b68f6fdd5b7556eef9fbdcb88b8de4dd500 SHA512 9fd5ad0227993277d8ea773cbf80de7d3d7145eb38014e3673d2c31f9947dae0f45cd961077c56cd17deb6422b128ea56c909f4974ab55953bd42c63a2a2fc37 -DIST cinnamon-screensaver-3.8.0.tar.gz 161238 BLAKE2B 1deb5439c30eed8f16240cdacb20beee3dfeef9529d9efb913f4922b7a53ebf3372f64f80c1afdc9899eb5350b97bccf9a1cb98d703d19afa05e6ce11377531e SHA512 9abed09abfdf193b66c70cd2220d7d7aa056a99b6ffe12e3d80ea8af39d4aef79f0851e83b525850cc56da5944d7b29ceb8c4e15e2bc1e847ce62c13c45d1bdb DIST cinnamon-screensaver-4.0.1.tar.gz 156640 BLAKE2B e82354ce36fc325f524e60680c51d46ba7924154e2ff64514687498a7ebbf13d626e5441177d0679c763a4bd3c10a2b7e08ed01470358bc4606be90d37867570 SHA512 c1262d6c1e9575da8007f41f637ab9f7ba33ad5a3a909a7b756cef1f4cb0f323ea4d89fd7498d9589975b9fa6e4715d631413eec7fbcb9c3b46d3a42e02ac7bf diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.6.1-r1.ebuild b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.6.1-r1.ebuild deleted file mode 100644 index a9ae0d2b2e4a..000000000000 --- a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.6.1-r1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit autotools gnome2 multilib python-single-r1 - -DESCRIPTION="Screensaver for Cinnamon" -HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html" -SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -IUSE="debug doc pam systemd xinerama" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -KEYWORDS="amd64 x86" - -COMMON_DEPEND=" - >=dev-libs/glib-2.37.3:2[dbus] - >=x11-libs/gtk+-3.1.4:3[introspection] - >=gnome-extra/cinnamon-desktop-2.6.3:0=[systemd=] - >=gnome-base/gsettings-desktop-schemas-0.1.7 - >=gnome-base/libgnomekbd-3.6 - >=dev-libs/dbus-glib-0.78 - - net-libs/webkit-gtk:4[introspection] - - sys-apps/dbus - x11-libs/libxklavier - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrandr - x11-libs/libXScrnSaver - x11-libs/libXxf86misc - x11-libs/libXxf86vm - x11-themes/adwaita-icon-theme - - !systemd? ( sys-auth/elogind ) - - ${PYTHON_DEPS} - - pam? ( sys-libs/pam ) - systemd? ( >=sys-apps/systemd-31:0= ) - xinerama? ( x11-libs/libXinerama ) -" -# our cinnamon-1.8 ebuilds installed a cinnamon-screensaver.desktop hack -RDEPEND="${COMMON_DEPEND} - !~gnome-extra/cinnamon-1.8.8.1 - $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] - dev-python/setproctitle[${PYTHON_MULTI_USEDEP}] - dev-python/xapp[${PYTHON_MULTI_USEDEP}] - dev-python/psutil[${PYTHON_MULTI_USEDEP}] - ') -" -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.35 - gnome-base/gnome-common - sys-devel/gettext - virtual/pkgconfig - x11-base/xorg-proto - doc? ( - app-text/xmlto - app-text/docbook-xml-dtd:4.1.2 - app-text/docbook-xml-dtd:4.4 ) -" - -pkg_setup() { - python_setup -} - -src_prepare() { - python_fix_shebang screensavers - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(usex debug --enable-debug ' ') \ - $(use_enable xinerama) -} - -pkg_postinst() { - gnome2_pkg_postinst - - if ! has_version x11-misc/xscreensaver; then - elog "${PN} can use screensavers from x11-misc/xscreensaver" - fi - -} diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.8.0.ebuild b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.8.0.ebuild deleted file mode 100644 index 36c7cc681d2c..000000000000 --- a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.8.0.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit autotools gnome2 multilib python-single-r1 - -DESCRIPTION="Screensaver for Cinnamon" -HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html" -SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -IUSE="debug doc pam systemd xinerama" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -KEYWORDS="~amd64 ~x86" - -COMMON_DEPEND=" - >=dev-libs/glib-2.37.3:2[dbus] - >=x11-libs/gtk+-3.1.4:3[introspection] - >=gnome-extra/cinnamon-desktop-2.6.3:0=[systemd=] - >=gnome-base/gsettings-desktop-schemas-0.1.7 - >=gnome-base/libgnomekbd-3.6 - >=dev-libs/dbus-glib-0.78 - - net-libs/webkit-gtk:4[introspection] - - sys-apps/dbus - x11-libs/libxklavier - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrandr - x11-libs/libXScrnSaver - x11-libs/libXxf86misc - x11-libs/libXxf86vm - x11-themes/adwaita-icon-theme - - !systemd? ( sys-auth/elogind ) - - ${PYTHON_DEPS} - - pam? ( sys-libs/pam ) - systemd? ( >=sys-apps/systemd-31:0= ) - xinerama? ( x11-libs/libXinerama ) -" -# our cinnamon-1.8 ebuilds installed a cinnamon-screensaver.desktop hack -RDEPEND="${COMMON_DEPEND} - !~gnome-extra/cinnamon-1.8.8.1 - $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] - dev-python/setproctitle[${PYTHON_MULTI_USEDEP}] - dev-python/xapp[${PYTHON_MULTI_USEDEP}] - dev-python/psutil[${PYTHON_MULTI_USEDEP}] - ') -" -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.35 - gnome-base/gnome-common - sys-devel/gettext - virtual/pkgconfig - x11-base/xorg-proto - doc? ( - app-text/xmlto - app-text/docbook-xml-dtd:4.1.2 - app-text/docbook-xml-dtd:4.4 ) -" - -pkg_setup() { - python_setup -} - -src_prepare() { - python_fix_shebang screensavers - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(usex debug --enable-debug ' ') \ - $(use_enable xinerama) -} - -pkg_postinst() { - gnome2_pkg_postinst - - if ! has_version x11-misc/xscreensaver; then - elog "${PN} can use screensavers from x11-misc/xscreensaver" - fi - -} -- cgit v1.2.3-65-gdbad