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 1068F138334 for ; Mon, 9 Jul 2018 16:21:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E61DE08C9; Mon, 9 Jul 2018 16:21:21 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19C80E08C9 for ; Mon, 9 Jul 2018 16:21:21 +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 80EDB335C36 for ; Mon, 9 Jul 2018 16:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38633355 for ; Mon, 9 Jul 2018 16:21:18 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1531153274.74230b9471320fa35e95f5b62eae6f9cc64a0917.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dunst/Manifest x11-misc/dunst/dunst-1.1.0.ebuild X-VCS-Directories: x11-misc/dunst/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 74230b9471320fa35e95f5b62eae6f9cc64a0917 X-VCS-Branch: master Date: Mon, 9 Jul 2018 16:21:18 +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: 6645a64b-c48c-45df-81f1-d365309b8bcb X-Archives-Hash: 5966760d7c4b139d3fc648c43fae6d96 commit: 74230b9471320fa35e95f5b62eae6f9cc64a0917 Author: Johannes Huber gentoo org> AuthorDate: Mon Jul 9 16:21:01 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jul 9 16:21:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74230b94 x11-misc/dunst: Remove 1.1.0 Superseded by 1.3.2. Package-Manager: Portage-2.3.41, Repoman-2.3.9 x11-misc/dunst/Manifest | 1 - x11-misc/dunst/dunst-1.1.0.ebuild | 67 --------------------------------------- 2 files changed, 68 deletions(-) diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest index d328eaac6f8..29ccea4b22e 100644 --- a/x11-misc/dunst/Manifest +++ b/x11-misc/dunst/Manifest @@ -1,2 +1 @@ -DIST dunst-1.1.0.tar.bz2 79032 BLAKE2B d0c0550a7bc2da5ba5f3fdfd04d06c03e70cf3bc4b69dc69071667a885a361fbb9564dc02d6a0530b85eea2df845b8b5f917ceef0dbe5159f968f20ef50762f6 SHA512 ba01a6b18da5199b3356342f5c22592f93f447389267810bbfc35decf1a67f89650d445d3c1dd6f3cc76a4f86f7165adc777b669444627e42d3e671d4f04a04b DIST dunst-1.3.2.tar.gz 121575 BLAKE2B 97f0011ce960a7852dca5a2917e328de2cc1a052ad0b7c2f07e878e3b6eb5281e49a070a574885b9a66eb6dc30ac07fdfd6322b44cbb7dbc1edf8d193a68b538 SHA512 eb7bff16a19d8f60e2f0eec419a0ffb2f8822b5ec2ffbe535303a71cc7d4ef528e5dbf2fe5f8f2f6f5bfd1ad2d39eab79b68054af924e118c646e059b6929465 diff --git a/x11-misc/dunst/dunst-1.1.0.ebuild b/x11-misc/dunst/dunst-1.1.0.ebuild deleted file mode 100644 index 1ce9d2c4edb..00000000000 --- a/x11-misc/dunst/dunst-1.1.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="customizable and lightweight notification-daemon" -HOMEPAGE="http://www.knopwob.org/dunst/" -SRC_URI="http://www.knopwob.org/public/dunst-release/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="dunstify" - -CDEPEND=" - dev-libs/glib:2 - dev-libs/libxdg-basedir - sys-apps/dbus - x11-libs/cairo[X,glib] - x11-libs/gdk-pixbuf - x11-libs/libXScrnSaver - x11-libs/libXft - x11-libs/libXinerama - x11-libs/pango[X] - dunstify? ( x11-libs/libnotify ) -" -DEPEND=" - ${CDEPEND} - dev-lang/perl - virtual/pkgconfig -" -RDEPEND="${CDEPEND}" - -src_prepare() { - sed -i \ - -e '/^CFLAGS/ { s:-g::; s:-O.:: }' \ - -e '/^CPPFLAGS/ s:-D_BSD_SOURCE:-D_DEFAULT_SOURCE:' \ - config.mk || die - - sed -i \ - -e 's:registration_id > 0:(&):' \ - dbus.c || die - - sed -i \ - -e '/g_print.*iter->data/ s:iter->data:(char *)&:' \ - dunstify.c || die - - default -} - -src_compile() { - tc-export CC - emake V= - - use dunstify && emake V= dunstify -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install - - if use dunstify; then - dobin dunstify - fi - - dodoc CHANGELOG -}