public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Olivier Crete (tester)" <tester@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.13-r1.ebuild
Date: Fri, 26 Oct 2007 01:46:24 +0000	[thread overview]
Message-ID: <E1IlEHI-00011m-HD@stork.gentoo.org> (raw)

tester      07/10/26 01:46:24

  Modified:             ChangeLog
  Added:                pidgin-libnotify-0.13-r1.ebuild
  Log:
  Add patch to fix the show button in the bubble, bug #188325
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.7                  x11-plugins/pidgin-libnotify/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	28 Aug 2007 16:24:05 -0000	1.6
+++ ChangeLog	26 Oct 2007 01:46:23 -0000	1.7
@@ -1,6 +1,13 @@
 # ChangeLog for x11-plugins/pidgin-libnotify
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.6 2007/08/28 16:24:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.7 2007/10/26 01:46:23 tester Exp $
+
+*pidgin-libnotify-0.13-r1 (26 Oct 2007)
+
+  26 Oct 2007; Olivier Crête <tester@gentoo.org>
+  +files/pidgin-libnotify-showbutton.patch,
+  +pidgin-libnotify-0.13-r1.ebuild:
+  Add patch to fix the show button in the bubble, bug #188325
 
   28 Aug 2007; nixnut <nixnut@gentoo.org> pidgin-libnotify-0.13.ebuild:
   Stable on ppc wrt bug 189781



1.1                  x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild?rev=1.1&content-type=text/plain

Index: pidgin-libnotify-0.13-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild,v 1.1 2007/10/26 01:46:23 tester Exp $


inherit eutils

DESCRIPTION="pidgin-libnotify provides popups for pidgin via a libnotify interface"
HOMEPAGE="http://gaim-libnotify.sourceforge.net/"
SRC_URI="mirror://sourceforge/gaim-libnotify/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="nls debug"

DEPEND=">=x11-libs/libnotify-0.3.2"

RDEPEND="net-im/pidgin ${DEPEND}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/pidgin-libnotify-showbutton.patch
}

src_compile() {
	local myconf

	myconf="$(use_enable debug) \
			$(use_enable nls)"

	econf ${myconf} || die "configure failed"

	emake || die "make failed"
}

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



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-10-26  1:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-26  1:46 Olivier Crete (tester) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-29 14:55 [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.13-r1.ebuild Olivier Crete (tester)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1IlEHI-00011m-HD@stork.gentoo.org \
    --to=tester@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox