From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-panel/
Date: Sat, 25 Apr 2020 21:14:51 +0000 (UTC) [thread overview]
Message-ID: <1587848930.1c429103fffb56e6d885a403ac82a3f1b863ff75.leio@gentoo> (raw)
commit: 1c429103fffb56e6d885a403ac82a3f1b863ff75
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 21:08:50 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 21:08:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c429103
gnome-base/gnome-panel: remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
gnome-base/gnome-panel/Manifest | 1 -
gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild | 72 ------------------------
2 files changed, 73 deletions(-)
diff --git a/gnome-base/gnome-panel/Manifest b/gnome-base/gnome-panel/Manifest
index fe02316ff4c..d126de8947f 100644
--- a/gnome-base/gnome-panel/Manifest
+++ b/gnome-base/gnome-panel/Manifest
@@ -1,2 +1 @@
-DIST gnome-panel-3.32.0.tar.xz 3073664 BLAKE2B 90960646bb6a7d455e295203b0ae9af8fb2313d3f69c54907f5b975bcf2102667aac693c0e32912538015a48d784bfad45335df6df060dcebfeb04486955d850 SHA512 afbb5d61d024250bc6532ddcb2817067bb4e5f243a0d0f27efcaa9b1c2da8ab6c98e014e3a852ccb93d64aba8da51254d0e811f5eecc927cfc18c72e7c324e42
DIST gnome-panel-3.34.1.tar.xz 3072196 BLAKE2B 23fdfc0b78e13169ec6af92ee386ae3997536199c6f13406523e2deb6b696b90828ce614fc06115a83fdb6ec76fc14e0518f4eb839eabfbf29507d6fd4b2ab3d SHA512 6d43285cda00b2e9415cf11f47a51a00941ed294edefb411f7b40003ece814ac08da9d2ccfb167a0a91c7abb9eb17a7f70970ac4eb585ce665cca5fcfbddcf03
diff --git a/gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild b/gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild
deleted file mode 100644
index 565591dd17d..00000000000
--- a/gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eapi7-ver gnome2
-
-DESCRIPTION="The GNOME Flashback Panel"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-panel/"
-
-LICENSE="GPL-2+ FDL-1.1 LGPL-2.1+"
-SLOT="0"
-IUSE="eds elogind systemd"
-REQUIRED_USE="^^ ( elogind systemd )"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=gnome-base/gnome-desktop-2.91.0:3=
- >=x11-libs/gdk-pixbuf-2.26.0:2
- >=x11-libs/pango-1.15.4
- >=dev-libs/glib-2.45.3:2
- >=x11-libs/gtk+-3.22.0:3[X]
- >=x11-libs/libwnck-3.4.6:3
- >=gnome-base/gnome-menus-3.7.90:3
- eds? ( >=gnome-extra/evolution-data-server-3.5.3:=
- <gnome-extra/evolution-data-server-3.33
- )
- elogind? ( >=sys-auth/elogind-230 )
- systemd? ( >=sys-apps/systemd-230:= )
- >=x11-libs/cairo-1.0.0[X,glib]
- >=dev-libs/libgweather-3.28.0:2=
- >=gnome-base/dconf-0.13.4
- >=x11-libs/libXrandr-1.3.0
- gnome-base/gdm
- x11-libs/libX11
- sys-auth/polkit
- x11-libs/libXi
-"
-DEPEND="${RDEPEND}
- app-text/docbook-xml-dtd:4.1.2
- dev-util/gdbus-codegen
- dev-util/glib-utils
- >=dev-util/gtk-doc-am-1.25
- dev-util/itstool
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
- x11-base/xorg-proto
-" # yelp-tools and autoconf-archive for eautoreconf
-
-src_configure() {
- local myconf=(
- --disable-static
- $(use_enable eds)
- )
-
- # Below elogind MENU_* pkg-config calls need to match up with what upstream has
- # each version (libsystemd replaced with libelogind). Explicit per-version die
- # to force a manual recheck. Only update the explicit version if the
- # "PKG_CHECK_MODULES([MENU], ...)" block did not change; otherwise adjust
- # elogind conditional block below accordingly first.
- if ver_test ${PV} -ne 3.32.0; then
- die "Maintainer has not checked over packages MENU pkg-config deps for elogind support"
- fi
-
- if use elogind; then
- myconf+=(
- MENU_CFLAGS=`pkg-config --cflags gdm gio-unix-2.0 gtk+-3.0 libgnome-menu-3.0 libelogind 2>/dev/null`
- MENU_LIBS=`pkg-config --libs gdm gio-unix-2.0 gtk+-3.0 libgnome-menu-3.0 libelogind 2>/dev/null`
- )
- fi
-
- gnome2_src_configure "${myconf[@]}"
-}
next reply other threads:[~2020-04-25 21:15 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-25 21:14 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-23 19:08 [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-panel/ Florian Schmaus
2024-08-22 9:33 Florian Schmaus
2024-05-28 15:41 Florian Schmaus
2024-05-28 10:23 Florian Schmaus
2024-05-28 8:01 Florian Schmaus
2024-01-09 15:33 Florian Schmaus
2023-09-27 6:58 Florian Schmaus
2023-09-27 6:58 Florian Schmaus
2023-03-03 18:50 Arthur Zamarin
2022-10-30 16:34 Matt Turner
2022-10-07 22:30 Matt Turner
2022-09-30 16:52 Matt Turner
2022-03-27 18:58 Matt Turner
2022-01-17 23:19 Matt Turner
2021-10-09 16:42 Mart Raudsepp
2021-05-01 13:39 Matt Turner
2020-12-14 16:47 Mike Gilbert
2020-11-07 17:41 Mart Raudsepp
2020-07-12 21:32 Mart Raudsepp
2020-03-01 16:18 Mart Raudsepp
2020-02-29 21:22 Mart Raudsepp
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=1587848930.1c429103fffb56e6d885a403ac82a3f1b863ff75.leio@gentoo \
--to=leio@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