summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-03-31 16:52:10 +0000
committerUlrich Müller <ulm@gentoo.org>2015-03-31 16:52:10 +0000
commit6cc9f3092ee0fe20a45eb4db5046e69b0f2dbd37 (patch)
tree26d4870538f22912bbb4dbbbae789a73cbdaa958 /app-eselect/eselect-notify-send
parentMove package from app-admin to app-eselect category. (diff)
downloadgentoo-2-6cc9f3092ee0fe20a45eb4db5046e69b0f2dbd37.tar.gz
gentoo-2-6cc9f3092ee0fe20a45eb4db5046e69b0f2dbd37.tar.bz2
gentoo-2-6cc9f3092ee0fe20a45eb4db5046e69b0f2dbd37.zip
Move package from app-admin to app-eselect category.
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-eselect/eselect-notify-send')
-rw-r--r--app-eselect/eselect-notify-send/ChangeLog43
-rw-r--r--app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild25
-rw-r--r--app-eselect/eselect-notify-send/files/notify-send.eselect-0.113
-rw-r--r--app-eselect/eselect-notify-send/metadata.xml8
4 files changed, 89 insertions, 0 deletions
diff --git a/app-eselect/eselect-notify-send/ChangeLog b/app-eselect/eselect-notify-send/ChangeLog
new file mode 100644
index 000000000000..791cda725f32
--- /dev/null
+++ b/app-eselect/eselect-notify-send/ChangeLog
@@ -0,0 +1,43 @@
+# ChangeLog for app-eselect/eselect-notify-send
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-notify-send/ChangeLog,v 1.1 2015/03/31 16:52:10 ulm Exp $
+
+ 31 Mar 2015; Ulrich Müller <ulm@gentoo.org> +eselect-notify-send-0.1.ebuild,
+ +files/notify-send.eselect-0.1, +metadata.xml:
+ Move package from app-admin to app-eselect category.
+
+ 02 Mar 2015; Yixun Lan <dlan@gentoo.org> eselect-notify-send-0.1.ebuild:
+ add arm64 support, tested on A53 board
+
+ 01 May 2013; Agostino Sarubbo <ago@gentoo.org> eselect-notify-send-0.1.ebuild:
+ Stable for sh, wrt bug #466004
+
+ 22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> eselect-notify-send-0.1.ebuild:
+ Stable for sparc, wrt bug #466004
+
+ 22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> eselect-notify-send-0.1.ebuild:
+ Stable for ppc, wrt bug #466004
+
+ 18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> eselect-notify-send-0.1.ebuild:
+ Stable for ia64, wrt bug #466004
+
+ 18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> eselect-notify-send-0.1.ebuild:
+ Stable for alpha, wrt bug #466004
+
+ 16 Apr 2013; Agostino Sarubbo <ago@gentoo.org> eselect-notify-send-0.1.ebuild:
+ Stable for arm, wrt bug #466004
+
+ 16 Apr 2013; Agostino Sarubbo <ago@gentoo.org> eselect-notify-send-0.1.ebuild:
+ Stable for ppc64, wrt bug #466004
+
+ 15 Apr 2013; Agostino Sarubbo <ago@gentoo.org> eselect-notify-send-0.1.ebuild:
+ Stable for x86, wrt bug #466004
+
+ 15 Apr 2013; Agostino Sarubbo <ago@gentoo.org> eselect-notify-send-0.1.ebuild:
+ Stable for amd64, wrt bug #466004
+
+*eselect-notify-send-0.1 (19 Mar 2013)
+
+ 19 Mar 2013; Samuli Suominen <ssuominen@gentoo.org>
+ +files/notify-send.eselect-0.1, +eselect-notify-send-0.1.ebuild:
+ Initial commit wrt #379941 by Michał Górny
diff --git a/app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild b/app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild
new file mode 100644
index 000000000000..36fa8b704f3b
--- /dev/null
+++ b/app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild,v 1.1 2015/03/31 16:52:10 ulm Exp $
+
+EAPI=5
+
+DESCRIPTION="Manage /usr/bin/notify-send symlink"
+HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1
+ !<x11-libs/libnotify-0.7.5-r1"
+DEPEND=${RDEPEND}
+
+S=${FILESDIR}
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ newins notify-send.eselect-${PV} notify-send.eselect
+}
diff --git a/app-eselect/eselect-notify-send/files/notify-send.eselect-0.1 b/app-eselect/eselect-notify-send/files/notify-send.eselect-0.1
new file mode 100644
index 000000000000..14ff45c8638d
--- /dev/null
+++ b/app-eselect/eselect-notify-send/files/notify-send.eselect-0.1
@@ -0,0 +1,13 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id: notify-send.eselect-0.1,v 1.1 2015/03/31 16:52:10 ulm Exp $
+
+DESCRIPTION="Manage /usr/bin/notify-send implementation"
+MAINTAINER="ssuominen@gentoo.org"
+VERSION="0.1"
+
+SYMLINK_PATH=/usr/bin/notify-send
+SYMLINK_TARGETS=( libnotify-notify-send tinynotify-send )
+SYMLINK_DESCRIPTION='notify-send binary'
+
+inherit bin-symlink
diff --git a/app-eselect/eselect-notify-send/metadata.xml b/app-eselect/eselect-notify-send/metadata.xml
new file mode 100644
index 000000000000..c03b663ea9ff
--- /dev/null
+++ b/app-eselect/eselect-notify-send/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>freedesktop</herd>
+ <maintainer>
+ <email>freedesktop-bugs@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>