ulm 15/03/31 16:52:10
Added: metadata.xml ChangeLog
eselect-notify-send-0.1.ebuild
Log:
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!)
Revision Changes Path
1.1 app-eselect/eselect-notify-send/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-notify-send/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-notify-send/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>freedesktop</herd>
<maintainer>
<email>[email protected]</email>
</maintainer>
</pkgmetadata>
1.1 app-eselect/eselect-notify-send/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-notify-send/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-notify-send/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# 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 <[email protected]> +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 <[email protected]> eselect-notify-send-0.1.ebuild:
add arm64 support, tested on A53 board
01 May 2013; Agostino Sarubbo <[email protected]>
eselect-notify-send-0.1.ebuild:
Stable for sh, wrt bug #466004
22 Apr 2013; Agostino Sarubbo <[email protected]>
eselect-notify-send-0.1.ebuild:
Stable for sparc, wrt bug #466004
22 Apr 2013; Agostino Sarubbo <[email protected]>
eselect-notify-send-0.1.ebuild:
Stable for ppc, wrt bug #466004
18 Apr 2013; Agostino Sarubbo <[email protected]>
eselect-notify-send-0.1.ebuild:
Stable for ia64, wrt bug #466004
18 Apr 2013; Agostino Sarubbo <[email protected]>
eselect-notify-send-0.1.ebuild:
Stable for alpha, wrt bug #466004
16 Apr 2013; Agostino Sarubbo <[email protected]>
eselect-notify-send-0.1.ebuild:
Stable for arm, wrt bug #466004
16 Apr 2013; Agostino Sarubbo <[email protected]>
eselect-notify-send-0.1.ebuild:
Stable for ppc64, wrt bug #466004
15 Apr 2013; Agostino Sarubbo <[email protected]>
eselect-notify-send-0.1.ebuild:
Stable for x86, wrt bug #466004
15 Apr 2013; Agostino Sarubbo <[email protected]>
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 <[email protected]>
+files/notify-send.eselect-0.1, +eselect-notify-send-0.1.ebuild:
Initial commit wrt #379941 by Michał Górny
1.1
app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-notify-send/eselect-notify-send-0.1.ebuild?rev=1.1&content-type=text/plain
Index: eselect-notify-send-0.1.ebuild
===================================================================
# 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
}