summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-09-15 23:19:08 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-09-15 23:19:24 +0300
commit6e7833a68107faf3fd8bafeaa17930313516e16a (patch)
tree067da88d183d905f5b9a6a588560a2ae48339395 /x11-themes
parentx11-themes/notify-osd-icons: revbump (EAPI=7) (diff)
downloadgentoo-6e7833a68107faf3fd8bafeaa17930313516e16a.tar.gz
gentoo-6e7833a68107faf3fd8bafeaa17930313516e16a.tar.bz2
gentoo-6e7833a68107faf3fd8bafeaa17930313516e16a.zip
x11-themes/notify-osd-icons: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/notify-osd-icons/notify-osd-icons-0.7.ebuild29
1 files changed, 0 insertions, 29 deletions
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
deleted file mode 100644
index 302e7e912042..000000000000
--- a/x11-themes/notify-osd-icons/notify-osd-icons-0.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-DESCRIPTION="Icons for on-screen-display notification agent"
-HOMEPAGE="https://launchpad.net/notify-osd"
-SRC_URI="mirror://ubuntu/pool/main/n/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-misc/notify-osd"
-DEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- # Source: debian/notify-osd-icons.links
- local path=/usr/share/notify-osd/icons/gnome/scalable/status
- dosym notification-battery-000.svg ${path}/notification-battery-empty.svg
- dosym notification-battery-020.svg ${path}/notification-battery-low.svg
-
- dodoc AUTHORS debian/changelog
-}