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.14.ebuild
@ 2009-08-16  9:11 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 8+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-08-16  9:11 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    09/08/16 09:11:58

  Modified:             ChangeLog pidgin-libnotify-0.14.ebuild
  Log:
  Migrate to EAPI 2 in order to get rid of built_with_use.
  (Portage version: 2.2_rc38/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	1 Feb 2009 02:01:38 -0000	1.15
+++ ChangeLog	16 Aug 2009 09:11:58 -0000	1.16
@@ -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.15 2009/02/01 02:01:38 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.16 2009/08/16 09:11:58 betelgeuse Exp $
+
+  16 Aug 2009; Petteri Räty <betelgeuse@gentoo.org>
+  pidgin-libnotify-0.14.ebuild:
+  Migrate to EAPI 2 in order to get rid of built_with_use.
 
 *pidgin-libnotify-0.14 (01 Feb 2009)
 



1.2                  x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild

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

Index: pidgin-libnotify-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pidgin-libnotify-0.14.ebuild	1 Feb 2009 02:01:38 -0000	1.1
+++ pidgin-libnotify-0.14.ebuild	16 Aug 2009 09:11:58 -0000	1.2
@@ -1,6 +1,8 @@
 # Copyright 1999-2009 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.14.ebuild,v 1.1 2009/02/01 02:01:38 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v 1.2 2009/08/16 09:11:58 betelgeuse Exp $
+
+EAPI="2"
 
 inherit eutils
 
@@ -14,37 +16,26 @@
 IUSE="nls debug"
 
 RDEPEND=">=x11-libs/libnotify-0.3.2
-	net-im/pidgin
+	net-im/pidgin[gtk]
 	>=x11-libs/gtk+-2"
 
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
-pkg_setup() {
-	if ! built_with_use net-im/pidgin gtk; then
-		eerror "You need to compile net-im/pidgin with USE=gtk"
-		die "Missing gtk USE flag on net-im/pidgin"
-	fi
-}
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/pidgin-libnotify-showbutton.patch
 }
 
-src_compile() {
+src_configure() {
 	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
+	emake install DESTDIR="${D}" || die "make install failed"
+	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO VERSION || die
 }






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.14.ebuild
@ 2009-08-29 19:39 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-08-29 19:39 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/08/29 19:39:57

  Modified:             ChangeLog pidgin-libnotify-0.14.ebuild
  Log:
  ppc stable #281645
  (Portage version: 2.1.6.13/cvs/Linux ppc)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	16 Aug 2009 09:11:58 -0000	1.16
+++ ChangeLog	29 Aug 2009 19:39:57 -0000	1.17
@@ -1,6 +1,9 @@
 # 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.16 2009/08/16 09:11:58 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.17 2009/08/29 19:39:57 nixnut Exp $
+
+  29 Aug 2009; nixnut <nixnut@gentoo.org> pidgin-libnotify-0.14.ebuild:
+  ppc stable #281645
 
   16 Aug 2009; Petteri Räty <betelgeuse@gentoo.org>
   pidgin-libnotify-0.14.ebuild:



1.3                  x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild

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

Index: pidgin-libnotify-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pidgin-libnotify-0.14.ebuild	16 Aug 2009 09:11:58 -0000	1.2
+++ pidgin-libnotify-0.14.ebuild	29 Aug 2009 19:39:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.14.ebuild,v 1.2 2009/08/16 09:11:58 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v 1.3 2009/08/29 19:39:57 nixnut Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ppc ~x86"
 IUSE="nls debug"
 
 RDEPEND=">=x11-libs/libnotify-0.3.2






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.14.ebuild
@ 2009-09-01 14:07 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2009-09-01 14:07 UTC (permalink / raw
  To: gentoo-commits

jer         09/09/01 14:07:28

  Modified:             ChangeLog pidgin-libnotify-0.14.ebuild
  Log:
  Stable for HPPA (bug #281645).
  (Portage version: 2.2_rc40/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	29 Aug 2009 19:39:57 -0000	1.17
+++ ChangeLog	1 Sep 2009 14:07:28 -0000	1.18
@@ -1,6 +1,9 @@
 # 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.17 2009/08/29 19:39:57 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.18 2009/09/01 14:07:28 jer Exp $
+
+  01 Sep 2009; Jeroen Roovers <jer@gentoo.org> pidgin-libnotify-0.14.ebuild:
+  Stable for HPPA (bug #281645).
 
   29 Aug 2009; nixnut <nixnut@gentoo.org> pidgin-libnotify-0.14.ebuild:
   ppc stable #281645



1.4                  x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild

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

Index: pidgin-libnotify-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pidgin-libnotify-0.14.ebuild	29 Aug 2009 19:39:57 -0000	1.3
+++ pidgin-libnotify-0.14.ebuild	1 Sep 2009 14:07:28 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.14.ebuild,v 1.3 2009/08/29 19:39:57 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v 1.4 2009/09/01 14:07:28 jer Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc ~x86"
+KEYWORDS="~amd64 hppa ppc ~x86"
 IUSE="nls debug"
 
 RDEPEND=">=x11-libs/libnotify-0.3.2






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.14.ebuild
@ 2009-09-06 14:42 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2009-09-06 14:42 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/06 14:42:07

  Modified:             ChangeLog pidgin-libnotify-0.14.ebuild
  Log:
  amd64/x86 stable, bug #281645
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	1 Sep 2009 14:07:28 -0000	1.18
+++ ChangeLog	6 Sep 2009 14:42:07 -0000	1.19
@@ -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.18 2009/09/01 14:07:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.19 2009/09/06 14:42:07 maekke Exp $
+
+  06 Sep 2009; Markus Meier <maekke@gentoo.org>
+  pidgin-libnotify-0.14.ebuild:
+  amd64/x86 stable, bug #281645
 
   01 Sep 2009; Jeroen Roovers <jer@gentoo.org> pidgin-libnotify-0.14.ebuild:
   Stable for HPPA (bug #281645).



1.5                  x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild

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

Index: pidgin-libnotify-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pidgin-libnotify-0.14.ebuild	1 Sep 2009 14:07:28 -0000	1.4
+++ pidgin-libnotify-0.14.ebuild	6 Sep 2009 14:42:07 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.14.ebuild,v 1.4 2009/09/01 14:07:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v 1.5 2009/09/06 14:42:07 maekke Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 hppa ppc ~x86"
+KEYWORDS="amd64 hppa ppc x86"
 IUSE="nls debug"
 
 RDEPEND=">=x11-libs/libnotify-0.3.2






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.14.ebuild
@ 2010-07-20 18:23 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-20 18:23 UTC (permalink / raw
  To: gentoo-commits

jer         10/07/20 18:23:39

  Modified:             ChangeLog pidgin-libnotify-0.14.ebuild
  Log:
  Drop HPPA keywording (bug #324511).
  (Portage version: 2.2_rc67/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	29 Sep 2009 14:55:50 -0000	1.20
+++ ChangeLog	20 Jul 2010 18:23:39 -0000	1.21
@@ -1,6 +1,9 @@
 # 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.20 2009/09/29 14:55:50 tester Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.21 2010/07/20 18:23:39 jer Exp $
+
+  20 Jul 2010; Jeroen Roovers <jer@gentoo.org> pidgin-libnotify-0.14.ebuild:
+  Drop HPPA keywording (bug #324511).
 
   29 Sep 2009; Olivier Crête <tester@gentoo.org>
   -pidgin-libnotify-0.13-r1.ebuild:



1.6                  x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild?r1=1.5&r2=1.6

Index: pidgin-libnotify-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pidgin-libnotify-0.14.ebuild	6 Sep 2009 14:42:07 -0000	1.5
+++ pidgin-libnotify-0.14.ebuild	20 Jul 2010 18:23:39 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.14.ebuild,v 1.5 2009/09/06 14:42:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v 1.6 2010/07/20 18:23:39 jer Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="nls debug"
 
 RDEPEND=">=x11-libs/libnotify-0.3.2






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.14.ebuild
@ 2010-07-22 20:19 Peter Volkov (pva)
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Volkov (pva) @ 2010-07-22 20:19 UTC (permalink / raw
  To: gentoo-commits

pva         10/07/22 20:19:32

  Modified:             ChangeLog pidgin-libnotify-0.14.ebuild
  Log:
  Don't build static libs: for plugins they are useless, bug #327237, thank Bruno Yporti for report.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	20 Jul 2010 18:23:39 -0000	1.21
+++ ChangeLog	22 Jul 2010 20:19:32 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/pidgin-libnotify
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.21 2010/07/20 18:23:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.22 2010/07/22 20:19:32 pva Exp $
+
+  22 Jul 2010; Peter Volkov <pva@gentoo.org> pidgin-libnotify-0.14.ebuild:
+  Don't build static libs: for plugins they are useless, bug #327237, thank
+  Bruno Yporti for report.
 
   20 Jul 2010; Jeroen Roovers <jer@gentoo.org> pidgin-libnotify-0.14.ebuild:
   Drop HPPA keywording (bug #324511).



1.7                  x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild

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

Index: pidgin-libnotify-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pidgin-libnotify-0.14.ebuild	20 Jul 2010 18:23:39 -0000	1.6
+++ pidgin-libnotify-0.14.ebuild	22 Jul 2010 20:19:32 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.14.ebuild,v 1.6 2010/07/20 18:23:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v 1.7 2010/07/22 20:19:32 pva Exp $
 
 EAPI="2"
 
@@ -27,15 +27,14 @@
 }
 
 src_configure() {
-	local myconf
-
-	myconf="$(use_enable debug) \
-			$(use_enable nls)"
-
-	econf ${myconf} || die "configure failed"
+	econf \
+		--disable-static \
+		$(use_enable debug) \
+		$(use_enable nls)
 }
 
 src_install() {
 	emake install DESTDIR="${D}" || die "make install failed"
+	find "${D}" -name '*.la' -delete
 	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO VERSION || die
 }






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.14.ebuild
@ 2011-01-30  9:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-30  9:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/30 09:04:13

  Modified:             ChangeLog pidgin-libnotify-0.14.ebuild
  Log:
  Fix building with x11-libs/libnotify >= 0.7.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	22 Jul 2010 20:19:32 -0000	1.22
+++ ChangeLog	30 Jan 2011 09:04:13 -0000	1.23
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/pidgin-libnotify
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.22 2010/07/22 20:19:32 pva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.23 2011/01/30 09:04:13 ssuominen Exp $
+
+  30 Jan 2011; Samuli Suominen <ssuominen@gentoo.org>
+  pidgin-libnotify-0.14.ebuild,
+  +files/pidgin-libnotify-0.14-libnotify-0.7.patch:
+  Fix building with x11-libs/libnotify >= 0.7.
 
   22 Jul 2010; Peter Volkov <pva@gentoo.org> pidgin-libnotify-0.14.ebuild:
   Don't build static libs: for plugins they are useless, bug #327237, thank



1.8                  x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild?r1=1.7&r2=1.8

Index: pidgin-libnotify-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pidgin-libnotify-0.14.ebuild	22 Jul 2010 20:19:32 -0000	1.7
+++ pidgin-libnotify-0.14.ebuild	30 Jan 2011 09:04:13 -0000	1.8
@@ -1,9 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.14.ebuild,v 1.7 2010/07/22 20:19:32 pva Exp $
-
-EAPI="2"
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.14.ebuild,v 1.8 2011/01/30 09:04:13 ssuominen Exp $
 
+EAPI=2
 inherit eutils
 
 DESCRIPTION="pidgin-libnotify provides popups for pidgin via a libnotify interface"
@@ -17,13 +16,14 @@
 
 RDEPEND=">=x11-libs/libnotify-0.3.2
 	net-im/pidgin[gtk]
-	>=x11-libs/gtk+-2"
-
+	x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
 src_prepare() {
-	epatch "${FILESDIR}"/pidgin-libnotify-showbutton.patch
+	epatch \
+		"${FILESDIR}"/pidgin-libnotify-showbutton.patch \
+		"${FILESDIR}"/${P}-libnotify-0.7.patch
 }
 
 src_configure() {
@@ -34,7 +34,7 @@
 }
 
 src_install() {
-	emake install DESTDIR="${D}" || die "make install failed"
+	emake install DESTDIR="${D}" || die
 	find "${D}" -name '*.la' -delete
-	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO VERSION || die
+	dodoc AUTHORS ChangeLog NEWS README TODO VERSION || die
 }






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.14.ebuild
@ 2015-03-29  4:02 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-03-29  4:02 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/03/29 04:02:49

  Modified:             ChangeLog
  Removed:              pidgin-libnotify-0.14.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	5 May 2012 05:11:58 -0000	1.29
+++ ChangeLog	29 Mar 2015 04:02:49 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/pidgin-libnotify
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.29 2012/05/05 05:11:58 jdhore Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.30 2015/03/29 04:02:49 mrueg Exp $
+
+  29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -pidgin-libnotify-0.14.ebuild:
+  Remove old.
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> pidgin-libnotify-0.14.ebuild,
   pidgin-libnotify-0.14-r1.ebuild:
@@ -115,4 +118,3 @@
   03 Jul 2007; Olivier Crête <tester@gentoo.org> +metadata.xml,
   +pidgin-libnotify-0.13.ebuild:
   New version, this is the continuation of gaim-libnotify
-





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

end of thread, other threads:[~2015-03-29  4:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-22 20:19 [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.14.ebuild Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-29  4:02 Manuel Rueger (mrueg)
2011-01-30  9:04 Samuli Suominen (ssuominen)
2010-07-20 18:23 Jeroen Roovers (jer)
2009-09-06 14:42 Markus Meier (maekke)
2009-09-01 14:07 Jeroen Roovers (jer)
2009-08-29 19:39 Gysbert Wassenaar (nixnut)
2009-08-16  9:11 Petteri Raty (betelgeuse)

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