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 06E93138335 for ; Wed, 12 Dec 2018 14:05:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09ACEE0A45; Wed, 12 Dec 2018 14:05:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D28F9E0A45 for ; Wed, 12 Dec 2018 14:05:40 +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 138FE335CC0 for ; Wed, 12 Dec 2018 14:05:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 795304E4 for ; Wed, 12 Dec 2018 14:05:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1544620500.83be0a3615c7d2b5d877d533e1d79acff651be5d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/statusnotifier/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild X-VCS-Directories: dev-libs/statusnotifier/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 83be0a3615c7d2b5d877d533e1d79acff651be5d X-VCS-Branch: master Date: Wed, 12 Dec 2018 14:05:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4b722eeb-e19a-4df3-beac-42c4e7490e26 X-Archives-Hash: 6a573dbbc093067ebec4d7f9f1854bf7 commit: 83be0a3615c7d2b5d877d533e1d79acff651be5d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 12 13:15:00 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 12 13:15:00 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=83be0a36 dev-libs/statusnotifier: Drop 0.1.0 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../statusnotifier/statusnotifier-0.1.0.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild deleted file mode 100644 index e6889af825..0000000000 --- a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Library to use KDE's StatusNotifierItem via GObject" -HOMEPAGE="https://github.com/jjk-jacky/statusnotifier" -SRC_URI="https://github.com/jjk-jacky/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples" - -BDEPEND="dev-util/gtk-doc" -DEPEND="dev-libs/glib:2 - x11-libs/gdk-pixbuf:2 - x11-libs/cairo - examples? ( x11-libs/gtk+:3 )" -RDEPEND="${DEPEND}" - -src_prepare() { - eautoreconf - eapply_user -} - -src_configure() { - econf $(use_enable examples example) -}