[gentoo-commits] repo/gentoo:master commit in: x11-themes/notify-osd-icons/

2018-09-15 Thread Mikle Kolyada
commit: e30785a4ebffcded6e7cb93e7c904e6906e1d06a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 20:18:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 20:19:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30785a4

x11-themes/notify-osd-icons: revbump (EAPI=7)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../notify-osd-icons-0.7-r1.ebuild | 29 ++
 1 file changed, 29 insertions(+)

diff --git a/x11-themes/notify-osd-icons/notify-osd-icons-0.7-r1.ebuild 
b/x11-themes/notify-osd-icons/notify-osd-icons-0.7-r1.ebuild
new file mode 100644
index 000..0280f86f587
--- /dev/null
+++ b/x11-themes/notify-osd-icons/notify-osd-icons-0.7-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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() {
+   default
+
+   # 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/notify-osd-icons/

2018-09-15 Thread Mikle Kolyada
commit: 6e7833a68107faf3fd8bafeaa17930313516e16a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 20:19:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 20:19:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7833a6

x11-themes/notify-osd-icons: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../notify-osd-icons/notify-osd-icons-0.7.ebuild   | 29 --
 1 file changed, 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 302e7e91204..000
--- 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
-}