mate-base/mate-desktop: Drop 1.8.x
authorNP-Hardass <NP-Hardass@gentoo.org>
Sat, 26 Mar 2016 01:41:25 +0000 (21:41 -0400)
committerNP-Hardass <NP-Hardass@gentoo.org>
Sat, 6 Aug 2016 02:11:50 +0000 (22:11 -0400)
Package-Manager: portage-2.2.26

mate-base/mate-desktop/Manifest
mate-base/mate-desktop/mate-desktop-1.8.1-r1.ebuild [deleted file]

index b09bc0882a0eca6f830ceb2794db85337a34a8d8..48f5ddf82d398d0e76f752987239b6cec235bae0 100644 (file)
@@ -1,2 +1 @@
 DIST mate-desktop-1.10.2.tar.xz 9100064 SHA256 8b09bc357f8fc874cda06944fee6fa828e2e6e45730bbc07dc0bb2eeed3cbad6 SHA512 71853f3c418da826229dfaf86abd98483b0a9984d9b92cac9ec7e94f3cce5996ea6def2e69d4e20eb56bf12fe99131e886ab576d269c492a4d92f18c77a7eccd WHIRLPOOL bd611bcb8c46d188fe35e335210bedf1f4a1dec2f756b1a0fd65097c054270a4e12f49844eb6d526a00ae9c4c1fecf0d50cce749d90eca6bec6f54ffc3e6f8ac
-DIST mate-desktop-1.8.1.tar.xz 8027312 SHA256 a4e1316f9468150e30495b54024fbc9f98e12cc7f9750d972f5457f13ca908f3 SHA512 64c32ea32a0e0e88df314297b2b45c5a6da2747a3bed41437eb17bf282511a4d01bd678728005a6301f93ae2b3c09a38039af85a8666d18e51958d6ffa091d9b WHIRLPOOL f5ed8a0b338b453ccbf7fcb560dd2490f43edceff21c8b6104eb91e8df6e016890174d34a1be3eec2b20322fd34a5c9ce553d0450a533407d4ef8269ff1aa4f8
diff --git a/mate-base/mate-desktop/mate-desktop-1.8.1-r1.ebuild b/mate-base/mate-desktop/mate-desktop-1.8.1-r1.ebuild
deleted file mode 100644 (file)
index f063d90..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 multilib python-r1 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="Libraries for the MATE desktop that are not part of the UI"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-IUSE="X startup-notification"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-libs/glib-2.34:2
-       >=dev-libs/libunique-1:1
-       x11-libs/cairo:0
-       >=x11-libs/gdk-pixbuf-2.4:2
-       >=x11-libs/gtk+-2.24:2
-       x11-libs/libX11:0
-       >=x11-libs/libXrandr-1.2:0
-       virtual/libintl:0
-       startup-notification? ( >=x11-libs/startup-notification-0.5:0 )"
-
-DEPEND="${RDEPEND}
-       app-text/docbook-xml-dtd:4.1.2
-       app-text/yelp-tools:0
-       >=dev-util/intltool-0.40:*
-       >=gnome-base/dconf-0.10:0
-       sys-devel/gettext:*
-       >=x11-proto/randrproto-1.2:0
-       x11-proto/xproto:0
-       virtual/pkgconfig:*"
-
-src_configure() {
-       gnome2_src_configure \
-               --enable-mate-about \
-               --enable-mate-conf-import \
-               --disable-desktop-docs \
-               --with-gtk=2.0 \
-               $(use_with X x) \
-               $(use_enable startup-notification)
-}
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
-src_install() {
-       gnome2_src_install
-
-       python_replicate_script "${ED}"/usr/bin/mate-conf-import
-
-       # Remove installed files that cause collissions.
-       rm -rf "${ED}"/usr/share/help/C/{lgpl,gpl,fdl}
-}