public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.13-r1.ebuild
@ 2007-10-26  1:46 Olivier Crete (tester)
  0 siblings, 0 replies; 2+ messages in thread
From: Olivier Crete (tester) @ 2007-10-26  1:46 UTC (permalink / raw
  To: gentoo-commits

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.13-r1.ebuild
@ 2009-09-29 14:55 Olivier Crete (tester)
  0 siblings, 0 replies; 2+ messages in thread
From: Olivier Crete (tester) @ 2009-09-29 14:55 UTC (permalink / raw
  To: gentoo-commits

tester      09/09/29 14:55:50

  Modified:             ChangeLog
  Removed:              pidgin-libnotify-0.13-r1.ebuild
  Log:
  Remove old versions
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	6 Sep 2009 14:42:07 -0000	1.19
+++ ChangeLog	29 Sep 2009 14:55:50 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/pidgin-libnotify
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.19 2009/09/06 14:42:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.20 2009/09/29 14:55:50 tester Exp $
+
+  29 Sep 2009; Olivier Crête <tester@gentoo.org>
+  -pidgin-libnotify-0.13-r1.ebuild:
+  Remove old versions
 
   06 Sep 2009; Markus Meier <maekke@gentoo.org>
   pidgin-libnotify-0.14.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-29 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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)
  -- strict thread matches above, loose matches on Subject: below --
2007-10-26  1:46 Olivier Crete (tester)

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