public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
Date: Tue, 15 Mar 2016 15:55:24 +0000 (UTC)	[thread overview]
Message-ID: <1458057169.ee7d23566b8ef409dd3a235f6c18b3b9157f6951.np-hardass@gentoo> (raw)

commit:     ee7d23566b8ef409dd3a235f6c18b3b9157f6951
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 15:52:49 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 15:52:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7d2356

mate-base/mate-panel: Drop old

Package-Manager: portage-2.2.26

 mate-base/mate-panel/Manifest                |  1 -
 mate-base/mate-panel/mate-panel-1.8.0.ebuild | 81 ----------------------------
 2 files changed, 82 deletions(-)

diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index 4c078df..5af8891 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,3 +1,2 @@
 DIST mate-panel-1.10.1.tar.xz 1934576 SHA256 261702b4eaf5339a55629c5f31466fb7878d5a640f80f88edde54ed1b9eba444 SHA512 4e8e2eddf2d9ae51b2b332dc6d96130afe90a767d1aca9cbc7a60b77f1e39d233c7a1c2490f5d68f33c6bc2fc834aee9f6cfb888c0cf3ab4b7886880865c9e95 WHIRLPOOL d07913e8b09f3e6ac095a8cc801c06b83c598d38a63dfd39f8b619e736c453dcbf50ef5bb33bcf293b262687cdba4635ea7a16bc4375842b3634ae29ef6f7a40
-DIST mate-panel-1.8.0.tar.xz 1930348 SHA256 ac20c42d1b2ae7bf08e4e701e12165e63753f80648c1ea4ff5297f3381481056 SHA512 bdac2baa567cb52cdb6ddf3ed1d20e9de496e22734538fbca8e9efa6c2d4263ea6c13800ff21cffa8e5383cc5ee875ae7982b0d6e0d0a704abcbd97e3c07c53a WHIRLPOOL 73090851f4410689f184beaafca8c587e8ecf633bffd1356212a8c145c60187de50f7c498e363ebd5f54ae51333e2a6dd6ab1d47c7f04c1318a76d6932fae3ba
 DIST mate-panel-1.8.1.tar.xz 1953156 SHA256 d53d1546577db3e45ce6b46b4a40b2edc066781cc1e864eef47ad07b0fdb3f19 SHA512 925189eedf604117b4b4033b77a6ec4096f5c663218ca6736d549cdfd69c5476eebed56688632a6a20d0e2de49bc09ebd8373ecf45f486161b012346bb2eff8b WHIRLPOOL bb298e1b4b4078409e3a6b7858e2abf1667339c8581ee728f95f8ab0ea63288598e9c205b63baed40a57b19268c062a099fc98600502fd3723675ccfc19baade

diff --git a/mate-base/mate-panel/mate-panel-1.8.0.ebuild b/mate-base/mate-panel/mate-panel-1.8.0.ebuild
deleted file mode 100644
index 50ff6e2..0000000
--- a/mate-base/mate-panel/mate-panel-1.8.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="The MATE panel"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="X +introspection networkmanager"
-
-RDEPEND="
-	dev-libs/atk:0
-	>=dev-libs/dbus-glib-0.80:0
-	>=dev-libs/glib-2.26:2
-	>=dev-libs/libmateweather-1.8
-	dev-libs/libxml2:2
-	>=gnome-base/dconf-0.10:0
-	gnome-base/librsvg:2
-	>=mate-base/mate-desktop-1.8:0
-	>=mate-base/mate-menus-1.8:0
-	>=media-libs/libcanberra-0.23:0[gtk]
-	>=sys-apps/dbus-1.1.2:0
-	>=x11-libs/cairo-1:0
-	>=x11-libs/gdk-pixbuf-2.7.1:2
-	x11-libs/libICE:0
-	x11-libs/libSM:0
-	x11-libs/libX11:0
-	>=x11-libs/libwnck-2.30:1[introspection?]
-	>=x11-libs/pango-1.15.4:0[introspection?]
-	>=x11-libs/gtk+-2.19.7:2[introspection?]
-	x11-libs/libXau:0
-	>=x11-libs/libXrandr-1.2:0
-	virtual/libintl:0
-	introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )
-	networkmanager? ( >=net-misc/networkmanager-0.6:0 )"
-
-DEPEND="${RDEPEND}
-	app-text/docbook-xml-dtd:4.1.2
-	app-text/yelp-tools:0
-	>=dev-lang/perl-5:0=
-	>=dev-util/intltool-0.40:*
-	>=mate-base/mate-common-1.8:0
-	sys-devel/gettext:*
-	virtual/pkgconfig:*"
-
-src_prepare() {
-	# Disable python check.
-	sed -e '/AM_PATH_PYTHON/d' -i configure.ac || die
-
-	eautoreconf
-
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--libexecdir=/usr/libexec/mate-applets \
-		--disable-deprecation-flags \
-		$(use_enable networkmanager network-manager) \
-		$(use_enable introspection) \
-		$(use_with X x)
-}
-
-src_compile() {
-	emake -j1
-}
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README"


             reply	other threads:[~2016-03-15 15:55 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-15 15:55 NP Hardass [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16  6:06 [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/ Joonas Niilola
2024-02-07 14:53 Joonas Niilola
2024-01-19 10:53 Sam James
2023-12-22  6:46 Sam James
2023-06-14 23:13 Sam James
2023-06-14 19:42 Sam James
2023-05-15  5:38 Sam James
2023-03-22  1:20 Sam James
2023-01-20  1:34 Sam James
2023-01-20  1:34 Sam James
2022-12-21 10:00 Andreas Sturmlechner
2022-06-28  6:08 Sam James
2022-01-09 15:48 Andreas Sturmlechner
2021-12-10 20:10 Jakov Smolić
2021-12-10 11:35 Jakov Smolić
2021-06-30 22:43 Adam Feldman
2020-09-25 20:32 Adam Feldman
2020-09-02  6:02 Adam Feldman
2020-04-06 18:58 Adam Feldman
2019-07-07 18:48 Göktürk Yüksek
2019-07-07 18:48 Göktürk Yüksek
2019-05-12 21:04 Göktürk Yüksek
2019-04-07 11:49 Andreas Sturmlechner
2019-04-07 11:26 Mikle Kolyada
2019-03-17 14:55 Mikle Kolyada
2018-02-11 15:03 Ettore Di Giacinto
2018-01-14 17:18 Ettore Di Giacinto
2017-12-21 21:16 Patrice Clement
2016-02-18 19:26 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458057169.ee7d23566b8ef409dd3a235f6c18b3b9157f6951.np-hardass@gentoo \
    --to=np-hardass@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox