summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-06-25 17:12:46 +0200
committerPacho Ramos <pacho@gentoo.org>2016-06-25 18:26:21 +0200
commit99465da515308ff65ca2134a9ef56323feedecce (patch)
treebab0f937297cc2b1035acd20d3d012f7a3d43390
parentgnome-extra/cinnamon-control-center: Version bump (diff)
downloadgentoo-99465da515308ff65ca2134a9ef56323feedecce.tar.gz
gentoo-99465da515308ff65ca2134a9ef56323feedecce.tar.bz2
gentoo-99465da515308ff65ca2134a9ef56323feedecce.zip
gnome-extra/cinnamon-desktop: Drop old
Package-Manager: portage-2.3.0_rc1
-rw-r--r--gnome-extra/cinnamon-desktop/Manifest1
-rw-r--r--gnome-extra/cinnamon-desktop/cinnamon-desktop-2.8.0.ebuild75
2 files changed, 0 insertions, 76 deletions
diff --git a/gnome-extra/cinnamon-desktop/Manifest b/gnome-extra/cinnamon-desktop/Manifest
index 3b4ff86e5ddf..abbef784bb61 100644
--- a/gnome-extra/cinnamon-desktop/Manifest
+++ b/gnome-extra/cinnamon-desktop/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-desktop-2.8.0.tar.gz 529136 SHA256 39c2800d882f2970afbd8e4552f99ba591429fdd66dbeafffe66957053995872 SHA512 594d0de91fce0f26264148b273809cb69aa808bb65768e4a7e44a2d4abf6513889fc70718d6cbc50fb3ca0cc4d8fff8380159be758f72153b2cb20a7793fd3f1 WHIRLPOOL ce4ad642a4097463baa264aa609366740ffef07bf56c7c2bbae47bd66b49970246472033ffb5782c2587649ca0b06d15599e4cd1b61e582c54789503f25f797c
DIST cinnamon-desktop-2.8.1.tar.gz 529226 SHA256 e3eb7210013992db9de050bc6c26f405d66a6c4f0363812deaf191b1fbab595b SHA512 2f1447232ed11bca7507aa0af1de1f0843c5161665a42c9382b402695fa1f0b42972fb29d6d02cf8f951a7573f44fa9771e82f5bad6aa714419bf4a690e35dae WHIRLPOOL 729b191ecf237ae3bc0bfe68c63c650b596ff76347457ce15b267cb01e52dcd13f39b0d21ea1d5164ee841dc0065393587da1f51868338bd71af753891c24860
diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-2.8.0.ebuild b/gnome-extra/cinnamon-desktop/cinnamon-desktop-2.8.0.ebuild
deleted file mode 100644
index d62c8da72305..000000000000
--- a/gnome-extra/cinnamon-desktop/cinnamon-desktop-2.8.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils gnome2 python-single-r1
-
-DESCRIPTION="A collection of libraries and utilites used by Cinnamon"
-HOMEPAGE="http://cinnamon.linuxmint.com/"
-SRC_URI="https://github.com/linuxmint/cinnamon-desktop/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="0/4" # subslot = libcinnamon-desktop soname version
-KEYWORDS="amd64 x86"
-IUSE="+introspection systemd"
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.37.3:2[dbus]
- >=x11-libs/gdk-pixbuf-2.22:2[introspection?]
- >=x11-libs/gtk+-3.3.16:3[introspection?]
- >=x11-libs/libXext-1.1
- >=x11-libs/libXrandr-1.3
- x11-libs/cairo:=[X]
- x11-libs/libX11
- x11-libs/libxkbfile
- x11-misc/xkeyboard-config
- >=gnome-base/gsettings-desktop-schemas-3.5.91
- introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-
- ${PYTHON_DEPS}
-"
-RDEPEND="${COMMON_DEPEND}
- dev-python/pygobject:3[${PYTHON_USEDEP}]
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/gtk-doc-am-1.4
- >=dev-util/intltool-0.40.6
- gnome-base/gnome-common
- x11-proto/randrproto
- x11-proto/xproto
- virtual/pkgconfig
-"
-
-pkg_setup() {
- python_setup
-}
-
-src_prepare() {
- epatch_user
- eautoreconf
-
- python_fix_shebang files
- gnome2_src_prepare
-}
-
-src_configure() {
- DOCS="AUTHORS ChangeLog HACKING MAINTAINERS README"
-
- gnome2_src_configure \
- --disable-static \
- $(use_enable introspection)
-}
-
-src_install() {
- gnome2_src_install
-
- # set sane default gschema values for systemd users
- if use systemd; then
- insinto /usr/share/glib-2.0/schemas/
- newins "${FILESDIR}"/${PN}-2.6.4.systemd.gschema.override ${PN}.systemd.gschema.override
- fi
-}