From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0D87139694 for ; Sat, 1 Apr 2017 10:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F212E234006; Sat, 1 Apr 2017 10:24:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0E9621C09D for ; Sat, 1 Apr 2017 10:24:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C986034165B for ; Sat, 1 Apr 2017 10:24:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63D7573E7 for ; Sat, 1 Apr 2017 10:24:20 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1491042178.a0de3883439544d0ac722afdad7c4e53d707616f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/wbar/wbar-2.3.4-r1.ebuild X-VCS-Directories: x11-misc/wbar/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a0de3883439544d0ac722afdad7c4e53d707616f X-VCS-Branch: master Date: Sat, 1 Apr 2017 10:24:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d44eed9e-46ea-4c46-a82f-0fa6d264fd32 X-Archives-Hash: 82ed3215f1f051340c21a9d34420886e commit: a0de3883439544d0ac722afdad7c4e53d707616f Author: Harri Nieminen gmail com> AuthorDate: Tue Mar 28 18:25:11 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 1 10:22:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0de3883 x11-misc/wbar: Remove old Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319 x11-misc/wbar/wbar-2.3.4-r1.ebuild | 53 -------------------------------------- 1 file changed, 53 deletions(-) diff --git a/x11-misc/wbar/wbar-2.3.4-r1.ebuild b/x11-misc/wbar/wbar-2.3.4-r1.ebuild deleted file mode 100644 index 40424acd149..00000000000 --- a/x11-misc/wbar/wbar-2.3.4-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools bash-completion-r1 eutils - -DESCRIPTION="A fast, lightweight quick launch bar" -HOMEPAGE="https://github.com/rodolf0/wbar" -SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gtk" - -RDEPEND="media-libs/imlib2[X] - x11-libs/libX11 - gtk? ( gnome-base/libglade - media-libs/freetype:2 - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 )" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -src_prepare() { - use gtk || epatch "${FILESDIR}"/${PN}-2.3.3-cfg.patch - epatch \ - "${FILESDIR}"/${PN}-2.3.3-desktopfile.patch \ - "${FILESDIR}"/${PN}-2.3.3-nowerror.patch \ - "${FILESDIR}"/${PN}-2.3.3-test.patch \ - "${FILESDIR}"/${P}-automake-1.13.patch - - sed -i \ - -e "/^bashcompletiondir/s:=.*$:=$(get_bashcompdir):" \ - etc/Makefile.am || die #482358 - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable gtk wbar-config) -} - -pkg_postinst() { - einfo - elog "media-libs/imlib2 needs to be compiled with the appropriate useflags" - elog "depending on your choice of image files (such as png, jpeg...)" - einfo -}