Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/notify-osd-icons/
Date: Sat, 15 Sep 2018 20:19:39
Message-Id: 1537042764.6e7833a68107faf3fd8bafeaa17930313516e16a.zlogene@gentoo
1 commit: 6e7833a68107faf3fd8bafeaa17930313516e16a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 15 20:19:08 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 20:19:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7833a6
7
8 x11-themes/notify-osd-icons: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 .../notify-osd-icons/notify-osd-icons-0.7.ebuild | 29 ----------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/x11-themes/notify-osd-icons/notify-osd-icons-0.7.ebuild b/x11-themes/notify-osd-icons/notify-osd-icons-0.7.ebuild
16 deleted file mode 100644
17 index 302e7e91204..00000000000
18 --- a/x11-themes/notify-osd-icons/notify-osd-icons-0.7.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=2
25 -
26 -DESCRIPTION="Icons for on-screen-display notification agent"
27 -HOMEPAGE="https://launchpad.net/notify-osd"
28 -SRC_URI="mirror://ubuntu/pool/main/n/${PN}/${PN}_${PV}.tar.gz"
29 -
30 -LICENSE="CC-BY-SA-3.0"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~x86"
33 -IUSE=""
34 -
35 -RDEPEND="x11-misc/notify-osd"
36 -DEPEND=""
37 -
38 -S=${WORKDIR}/${PN}
39 -
40 -src_install() {
41 - emake DESTDIR="${D}" install || die
42 -
43 - # Source: debian/notify-osd-icons.links
44 - local path=/usr/share/notify-osd/icons/gnome/scalable/status
45 - dosym notification-battery-000.svg ${path}/notification-battery-empty.svg
46 - dosym notification-battery-020.svg ${path}/notification-battery-low.svg
47 -
48 - dodoc AUTHORS debian/changelog
49 -}