public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/syslog-notify: metadata.xml ChangeLog syslog-notify-0.1.ebuild
@ 2010-03-02 16:43 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2010-03-02 16:43 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/03/02 16:43:33

  Added:                metadata.xml ChangeLog syslog-notify-0.1.ebuild
  Log:
  Initial commit of syslog-notify application. Fixes bug #304159
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-apps/syslog-notify/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/syslog-notify/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/syslog-notify/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>no-herd</herd>
<maintainer>
<email>hwoarang@gentoo.org</email>
<name>Markos Chandras</name>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>




1.1                  sys-apps/syslog-notify/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/syslog-notify/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/syslog-notify/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sys-apps/syslog-notify
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslog-notify/ChangeLog,v 1.1 2010/03/02 16:43:32 hwoarang Exp $

*syslog-notify-0.1 (02 Mar 2010)

  02 Mar 2010; Markos Chandras <hwoarang@gentoo.org>
  +syslog-notify-0.1.ebuild, +metadata.xml:
  Initial commit of syslog-notify application. Fixes bug #304159. Thanks to
  dfrkp <bugzilla@mhhs.de> for the initial ebuild




1.1                  sys-apps/syslog-notify/syslog-notify-0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/syslog-notify/syslog-notify-0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/syslog-notify/syslog-notify-0.1.ebuild?rev=1.1&content-type=text/plain

Index: syslog-notify-0.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslog-notify/syslog-notify-0.1.ebuild,v 1.1 2010/03/02 16:43:32 hwoarang Exp $

EAPI="2"

DESCRIPTION="Notifications for syslog entries via libnotify"
HOMEPAGE="http://jtniehof.github.com/syslog-notify/"
SRC_URI="http://cloud.github.com/downloads/jtniehof/${PN}/${P}.tar.bz2"

KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""

DEPEND="x11-libs/libnotify"
RDEPEND="${DEPEND}
	app-admin/syslog-ng"

src_install() {
	dosbin src/syslog-notify || die "install failed"
	ebegin "Creating /var/spool/syslog-notify FIFO"
	dodir /var/spool/ || die "dodir failed"
	mkfifo "${D}"var/spool/syslog-notify || die "mkfifo failed"
	eend $?
	dodoc AUTHORS INSTALL README || die "dodoc failed"
}

pkg_postinst() {
	elog "Add the following options on your"
	elog "/etc/syslog-ng/syslog-ng.conf file:"
	elog "	#  destination notify { pipe("/var/spool/syslog-notify"); };"
	elog "	#  log { source(src); destination(notify);};"
	elog "Remember to restart syslog-ng before starting syslog-notify."
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-02 16:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 16:43 [gentoo-commits] gentoo-x86 commit in sys-apps/syslog-notify: metadata.xml ChangeLog syslog-notify-0.1.ebuild Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox