summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEttore Di Giacinto <mudler@gentoo.org>2016-10-21 21:21:23 +0200
committerEttore Di Giacinto <mudler@gentoo.org>2016-11-24 23:21:15 +0100
commit478cda31df43e52b89ed53168f2fdac9be718d08 (patch)
treee19472c158cba25e2aea2da33327653ce4b07766 /mate-extra
parentmate-extra/mate-indicator-applet: Drop 1.10.x (diff)
downloadgentoo-478cda31df43e52b89ed53168f2fdac9be718d08.tar.gz
gentoo-478cda31df43e52b89ed53168f2fdac9be718d08.tar.bz2
gentoo-478cda31df43e52b89ed53168f2fdac9be718d08.zip
mate-extra/mate-netbook: Drop 1.10.x
Package-Manager: portage-2.3.1
Diffstat (limited to 'mate-extra')
-rw-r--r--mate-extra/mate-netbook/Manifest1
-rw-r--r--mate-extra/mate-netbook/mate-netbook-1.10.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/mate-extra/mate-netbook/Manifest b/mate-extra/mate-netbook/Manifest
index b0c93e3404a2..b5393219b801 100644
--- a/mate-extra/mate-netbook/Manifest
+++ b/mate-extra/mate-netbook/Manifest
@@ -1,3 +1,2 @@
-DIST mate-netbook-1.10.0.tar.xz 268792 SHA256 d84c2a6cd10b112a571e311613508b4391676f03d9bed1cea51bfca8b1dafee3 SHA512 b98b2233591b3fd0168c7250c9c993d365e0d951bb20a60e602e7999a50ee4ef8340869ff17a3a14f43fde376113864e3de0381a0751466605aa330935c81727 WHIRLPOOL 2d13427780d652ad9bbfcb5a015eb5c9a0360b4552ccc946594beeecb9b4214cd1cc2f986e8c5ecb63f0380f8021e9b958bc264b7fcfcbd99a093d11520fea67
DIST mate-netbook-1.12.0.tar.xz 268632 SHA256 96f65b971b03932fc10060a8f8745c29bcd2db48fb5b4b396048f0cbcf87d7d3 SHA512 3f46e537b48833fe3bd599dcaa6af89a265dacac4fc077d46ca87b5a35c2368810824747411d263541e2685e2700311996f8741aa9321122d6d306c1ad8fc15b WHIRLPOOL 4eb462cd69ca82752ecee3da3b8d57e27c4518ae05f1b1c441872e5b3a6b8e7d360b894f0cff2293ceb04c8369ee69e949c9955b61b6dede661ba133bad9e0af
DIST mate-netbook-1.14.0.tar.xz 284248 SHA256 4236ed28f2aa33b9ec4be2c9bd72410b908eefba5674280273b252354b4ce0c0 SHA512 aa5d5ed1a8c31df4b7e84cad8efaaf326f7bf2a9a392b34b053c30287404949ddd5f27d438d028bc569cbedc177dc1236af32e869b0418677021e7a6ef17dfe1 WHIRLPOOL c1ac9862ddba339de5409d0175d712cc8fe7049da1a08ddf9b281fed19e3769b97d48c4fc2f85c07671f2d03a824f944f927b9c24a72d8046ec82f2a6397fbe7
diff --git a/mate-extra/mate-netbook/mate-netbook-1.10.0.ebuild b/mate-extra/mate-netbook/mate-netbook-1.10.0.ebuild
deleted file mode 100644
index 777f1468c53b..000000000000
--- a/mate-extra/mate-netbook/mate-netbook-1.10.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="MATE utilities for netbooks"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-RDEPEND=">=mate-base/mate-desktop-1.10.0:0
- >=mate-base/mate-panel-1.10.0:0
- >=dev-libs/glib-2.36:2
- dev-libs/libunique:1
- x11-libs/gtk+:2
- x11-libs/libwnck:1
- x11-libs/libfakekey:0
- x11-libs/libXtst:0
- x11-libs/libX11:0
- x11-libs/cairo:0
- virtual/libintl:0"
-
-DEPEND="${RDEPEND}
- x11-proto/xproto:0
- >=dev-util/intltool-0.34:*
- sys-devel/gettext:*
- virtual/pkgconfig:*"
-
-src_configure() {
- gnome2_src_configure --with-gtk=2.0
-}
-
-DOCS="AUTHORS ChangeLog NEWS README"