diff options
author | Kristian Fiskerstrand <k_f@gentoo.org> | 2017-11-28 19:47:46 +0100 |
---|---|---|
committer | Kristian Fiskerstrand <k_f@gentoo.org> | 2017-11-28 19:47:58 +0100 |
commit | 6c3d18bb16403baf3f0a391ceb678a60ea1ab31f (patch) | |
tree | ef28ba79e8c2c5746b05b9d1b1e8e8c798f63a35 /gnome-extra/cinnamon-session | |
parent | gnome-extra/cinnamon-session: use upower instead of upower-pm-utils (diff) | |
download | gentoo-6c3d18bb16403baf3f0a391ceb678a60ea1ab31f.tar.gz gentoo-6c3d18bb16403baf3f0a391ceb678a60ea1ab31f.tar.bz2 gentoo-6c3d18bb16403baf3f0a391ceb678a60ea1ab31f.zip |
gnome-extra/cinnamon-session: Cleanup old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'gnome-extra/cinnamon-session')
3 files changed, 0 insertions, 199 deletions
diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r1.ebuild b/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r1.ebuild deleted file mode 100644 index 14a94279c741..000000000000 --- a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools eutils gnome2 - -DESCRIPTION="Cinnamon session manager" -HOMEPAGE="http://cinnamon.linuxmint.com/" -SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+ FDL-1.1+ LGPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc ipv6 systemd" - -COMMON_DEPEND=" - >=dev-libs/dbus-glib-0.88 - >=dev-libs/glib-2.37.3:2 - media-libs/libcanberra - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3:3 - x11-libs/cairo - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXcomposite - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXtst - x11-libs/pango[X] - virtual/opengl - systemd? ( >=sys-apps/systemd-183 ) - !systemd? ( >=sys-power/upower-pm-utils-0.9.23 ) -" -RDEPEND="${COMMON_DEPEND} - >=gnome-extra/cinnamon-desktop-2.6[systemd=] - !systemd? ( sys-auth/elogind ) -" -DEPEND="${COMMON_DEPEND} - dev-libs/libxslt - >=dev-util/intltool-0.40.6 - virtual/pkgconfig - doc? ( app-text/xmlto ) - - gnome-base/gnome-common -" -# gnome-base/gnome-common for eautoreconf - -src_prepare() { - # make upower and logind check non-automagic - eapply "${FILESDIR}/${PN}-3.0.1-automagic.patch" - eapply "${FILESDIR}/${PN}-3.6.1-elogind.patch" - - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-gconf \ - --disable-static \ - --enable-logind \ - $(use_enable doc docbook-docs) \ - $(use_enable ipv6) -} diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r2.ebuild b/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r2.ebuild deleted file mode 100644 index 19e691222668..000000000000 --- a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r2.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools eutils gnome2 - -DESCRIPTION="Cinnamon session manager" -HOMEPAGE="http://cinnamon.linuxmint.com/" -SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+ FDL-1.1+ LGPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc ipv6 systemd" - -COMMON_DEPEND=" - >=dev-libs/dbus-glib-0.88 - >=dev-libs/glib-2.37.3:2 - media-libs/libcanberra - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3:3 - x11-libs/cairo - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXcomposite - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXtst - x11-libs/pango[X] - virtual/opengl - systemd? ( >=sys-apps/systemd-183 - sys-auth/polkit ) - !systemd? ( >=sys-power/upower-pm-utils-0.9.23 - sys-auth/polkit[elogind] ) - -" -RDEPEND="${COMMON_DEPEND} - >=gnome-extra/cinnamon-desktop-2.6[systemd=] - !systemd? ( sys-auth/elogind[policykit] ) -" -DEPEND="${COMMON_DEPEND} - dev-libs/libxslt - >=dev-util/intltool-0.40.6 - virtual/pkgconfig - doc? ( app-text/xmlto ) - - gnome-base/gnome-common -" - -src_prepare() { - # make upower and logind check non-automagic - eapply "${FILESDIR}/${PN}-3.0.1-automagic.patch" - eapply "${FILESDIR}/${PN}-3.6.1-elogind.patch" - - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-gconf \ - --disable-static \ - --enable-logind \ - $(use_enable doc docbook-docs) \ - $(use_enable ipv6) -} diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1.ebuild b/gnome-extra/cinnamon-session/cinnamon-session-3.6.1.ebuild deleted file mode 100644 index 487a19d7bd3f..000000000000 --- a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools eutils gnome2 - -DESCRIPTION="Cinnamon session manager" -HOMEPAGE="http://cinnamon.linuxmint.com/" -SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+ FDL-1.1+ LGPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc ipv6 systemd" - -COMMON_DEPEND=" - >=dev-libs/dbus-glib-0.88 - >=dev-libs/glib-2.37.3:2 - media-libs/libcanberra - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3:3 - x11-libs/cairo - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXcomposite - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXtst - x11-libs/pango[X] - virtual/opengl - systemd? ( >=sys-apps/systemd-183 ) - !systemd? ( >=sys-power/upower-pm-utils-0.9.23 ) -" -RDEPEND="${COMMON_DEPEND} - >=gnome-extra/cinnamon-desktop-2.6[systemd=] - !systemd? ( sys-auth/elogind ) -" -DEPEND="${COMMON_DEPEND} - dev-libs/libxslt - >=dev-util/intltool-0.40.6 - virtual/pkgconfig - doc? ( app-text/xmlto ) - - gnome-base/gnome-common -" -# gnome-base/gnome-common for eautoreconf - -src_prepare() { - # make upower and logind check non-automagic - eapply "${FILESDIR}/${PN}-3.0.1-automagic.patch" - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-gconf \ - --disable-static \ - $(use_enable doc docbook-docs) \ - $(use_enable ipv6) \ - $(use_enable systemd logind) \ - $(usex systemd --disable-old-upower --enable-old-upower) -} |