public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-notifyd: metadata.xml ChangeLog xfce4-notifyd-0.1.0_p20090722.ebuild xfce4-notifyd-0.1.0_p20100326.ebuild
@ 2010-03-26 16:27 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-03-26 16:27 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/26 16:27:39

  Added:                metadata.xml ChangeLog
                        xfce4-notifyd-0.1.0_p20090722.ebuild
                        xfce4-notifyd-0.1.0_p20100326.ebuild
  Log:
  Revision bump and use xfconf.eclass.
  (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.1                  xfce-extra/xfce4-notifyd/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notifyd/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notifyd/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>xfce</herd>
  <use>
    <flag name="libsexy">Enable support for <pkg>x11-libs/libsexy</pkg></flag>
  </use>
</pkgmetadata>



1.1                  xfce-extra/xfce4-notifyd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for xfce-extra/xfce4-notifyd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.1 2010/03/26 16:27:39 ssuominen Exp $

*xfce4-notifyd-0.1.0_p20100326 (26 Mar 2010)

  26 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
  +xfce4-notifyd-0.1.0_p20100326.ebuild:
  Revision bump and use xfconf.eclass.

  27 Sep 2009; Markus Meier <maekke@gentoo.org>
  xfce4-notifyd-0.1.0_p20090722.ebuild:
  amd64/x86 stable, bug #286072

  23 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
  xfce4-notifyd-0.1.0_p20090722.ebuild:
  DEPEND and RDEPEND xfce-base/exo wrt #284276, thanks to Thomas Kritzinger
  for reporting.

*xfce4-notifyd-0.1.0_p20090722 (22 Jul 2009)

  22 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
  +xfce4-notifyd-0.1.0_p20090722.ebuild:
  Version bump (snapshot).

*xfce4-notifyd-0.1.0-r1 (22 Jul 2009)

  22 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
  +xfce4-notifyd-0.1.0-r1.ebuild,
  +files/xfce4-notifyd-0.1.0-send-second-arg-notification-closed.patch:
  Send second argument (close) to libnotify for compability with 0.4.5.

  01 May 2009; Jeremy Olexa <darkside@gentoo.org>
  xfce4-notifyd-0.1.0.ebuild:
  Move use_enable out of global scope

  03 Apr 2009; <chainsaw@gentoo.org> xfce4-notifyd-0.1.0.ebuild:
  Block x11-misc/notification-daemon as it provides the same D-Bus service.
  A prerequisite to resolving bug #260686 by Joshua Rich.

*xfce4-notifyd-0.1.0 (10 Mar 2009)

  10 Mar 2009; Christoph Mende <angelos@gentoo.org>
  +xfce4-notifyd-0.1.0.ebuild:
  Initial import




1.1                  xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-notifyd-0.1.0_p20090722.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild,v 1.1 2010/03/26 16:27:39 ssuominen Exp $

EAPI=2
inherit autotools

DESCRIPTION="Xfce4 notification daemon"
HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug nls +libsexy"

RDEPEND=">=dev-libs/dbus-glib-0.72
	>=gnome-base/libglade-2.6
	>=x11-libs/gtk+-2.10:2
	>=xfce-base/libxfce4util-4.6
	>=xfce-base/libxfcegui4-4.6
	>=xfce-base/xfconf-4.6
	xfce-base/exo
	libsexy? ( >=x11-libs/libsexy-0.1.6 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/xfce4-dev-tools
	nls? ( dev-util/intltool
		sys-devel/gettext )
	!<x11-libs/libnotify-0.4.5
	!x11-misc/notification-daemon
	!xfce-extra/notification-daemon-xfce"

src_prepare() {
	AT_M4DIR="/usr/share/xfce4/dev-tools/m4macros" eautoreconf
}

src_configure() {
	econf \
		--enable-maintainer-mode \
		--disable-dependency-tracking \
		$(use_enable nls) \
		$(use_enable libsexy) \
		$(use_enable debug)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README TODO
}



1.1                  xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-notifyd-0.1.0_p20100326.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.ebuild,v 1.1 2010/03/26 16:27:39 ssuominen Exp $

EAPI=2
EAUTORECONF=yes
inherit xfconf

DESCRIPTION="A simple notification daemon for Xfce4"
HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd"
SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"

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

RDEPEND=">=xfce-base/libxfce4util-4.4
	>=xfce-base/libxfcegui4-4.5.3
	>=xfce-base/xfconf-0.1
	>=x11-libs/gtk+-2.10:2
	>=sys-apps/dbus-1
	>=dev-libs/dbus-glib-0.72
	>=gnome-base/libglade-2.6
	libsexy? ( >=x11-libs/libsexy-0.1.6 )
	!<x11-libs/libnotify-0.4.5
	!x11-misc/notification-daemon"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/intltool
	sys-devel/gettext
	xfce-base/exo"

pkg_setup() {
	DOCS="AUTHORS ChangeLog NEWS README TODO"
	XFCONF="--enable-maintainer-mode
		--disable-dependency-tracking
		$(use_enable libsexy)
		$(xfconf_use_debug)"
}






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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-26 16:27 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-notifyd: metadata.xml ChangeLog xfce4-notifyd-0.1.0_p20090722.ebuild xfce4-notifyd-0.1.0_p20100326.ebuild Samuli Suominen (ssuominen)

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