public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-otr: pidgin-otr-3.2.0.ebuild ChangeLog
@ 2009-08-16  9:02 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 8+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-08-16  9:02 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    09/08/16 09:02:49

  Modified:             pidgin-otr-3.2.0.ebuild ChangeLog
  Log:
  Migrate to EAPI 2 in order to drop built_with_use call.
  (Portage version: 2.2_rc38/cvs/Linux i686)

Revision  Changes    Path
1.2                  x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild

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

Index: pidgin-otr-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pidgin-otr-3.2.0.ebuild	2 Jul 2008 15:40:19 -0000	1.1
+++ pidgin-otr-3.2.0.ebuild	16 Aug 2009 09:02:49 -0000	1.2
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.1 2008/07/02 15:40:19 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.2 2009/08/16 09:02:49 betelgeuse Exp $
+
+EAPI="2"
 
 inherit flag-o-matic eutils autotools
 
@@ -15,27 +17,23 @@
 
 RDEPEND=">=net-libs/libotr-3.2.0
 	>=x11-libs/gtk+-2
-	net-im/pidgin"
+	net-im/pidgin[gtk]"
 
 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_compile() {
+src_configure() {
 	strip-flags
 	replace-flags -O? -O2
 
 	econf || die "econf failed"
+}
+
+src_compile() {
 	emake -j1 || die "Make failed"
 }
 
 src_install() {
 	emake -j1 install DESTDIR="${D}" || die "Install failed"
-	dodoc ChangeLog README
+	dodoc ChangeLog README || die
 }



1.15                 x11-plugins/pidgin-otr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	2 Jul 2008 15:40:19 -0000	1.14
+++ ChangeLog	16 Aug 2009 09:02:49 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/pidgin-otr
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.14 2008/07/02 15:40:19 tester Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.15 2009/08/16 09:02:49 betelgeuse Exp $
+
+  16 Aug 2009; Petteri Räty <betelgeuse@gentoo.org>
+  pidgin-otr-3.2.0.ebuild:
+  Migrate to EAPI 2 in order to drop built_with_use call.
 
 *pidgin-otr-3.2.0 (02 Jul 2008)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-otr: pidgin-otr-3.2.0.ebuild ChangeLog
@ 2009-08-22  4:05 Olivier Crete (tester)
  0 siblings, 0 replies; 8+ messages in thread
From: Olivier Crete (tester) @ 2009-08-22  4:05 UTC (permalink / raw
  To: gentoo-commits

tester      09/08/22 04:05:23

  Modified:             pidgin-otr-3.2.0.ebuild ChangeLog
  Log:
  Build with parallel make, remove -j1. Bug #235990
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.3                  x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild

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

Index: pidgin-otr-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pidgin-otr-3.2.0.ebuild	16 Aug 2009 09:02:49 -0000	1.2
+++ pidgin-otr-3.2.0.ebuild	22 Aug 2009 04:05:23 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.2 2009/08/16 09:02:49 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.3 2009/08/22 04:05:23 tester Exp $
 
 EAPI="2"
 
-inherit flag-o-matic eutils autotools
+inherit flag-o-matic
 
 DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
 HOMEPAGE="http://www.cypherpunks.ca/otr/"
@@ -29,11 +29,7 @@
 	econf || die "econf failed"
 }
 
-src_compile() {
-	emake -j1 || die "Make failed"
-}
-
 src_install() {
-	emake -j1 install DESTDIR="${D}" || die "Install failed"
+	make install DESTDIR="${D}" || die "Install failed"
 	dodoc ChangeLog README || die
 }



1.16                 x11-plugins/pidgin-otr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Aug 2009 09:02:49 -0000	1.15
+++ ChangeLog	22 Aug 2009 04:05:23 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/pidgin-otr
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.15 2009/08/16 09:02:49 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.16 2009/08/22 04:05:23 tester Exp $
+
+  22 Aug 2009; Olivier Crête <tester@gentoo.org> pidgin-otr-3.2.0.ebuild:
+  Build with parallel make, remove -j1. Bug #235990
 
   16 Aug 2009; Petteri Räty <betelgeuse@gentoo.org>
   pidgin-otr-3.2.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-otr: pidgin-otr-3.2.0.ebuild ChangeLog
@ 2009-08-22 15:55 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 8+ messages in thread
From: Mark Loeser (halcy0n) @ 2009-08-22 15:55 UTC (permalink / raw
  To: gentoo-commits

halcy0n     09/08/22 15:55:32

  Modified:             pidgin-otr-3.2.0.ebuild ChangeLog
  Log:
  Remove unnecessary CFLAG stripping; bug #235990
  (Portage version: 2.2_rc38/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild

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

Index: pidgin-otr-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pidgin-otr-3.2.0.ebuild	22 Aug 2009 04:05:23 -0000	1.3
+++ pidgin-otr-3.2.0.ebuild	22 Aug 2009 15:55:32 -0000	1.4
@@ -1,11 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.3 2009/08/22 04:05:23 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.4 2009/08/22 15:55:32 halcy0n Exp $
 
 EAPI="2"
 
-inherit flag-o-matic
-
 DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
 HOMEPAGE="http://www.cypherpunks.ca/otr/"
 SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz"
@@ -22,13 +20,6 @@
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
-src_configure() {
-	strip-flags
-	replace-flags -O? -O2
-
-	econf || die "econf failed"
-}
-
 src_install() {
 	make install DESTDIR="${D}" || die "Install failed"
 	dodoc ChangeLog README || die



1.17                 x11-plugins/pidgin-otr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	22 Aug 2009 04:05:23 -0000	1.16
+++ ChangeLog	22 Aug 2009 15:55:32 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/pidgin-otr
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.16 2009/08/22 04:05:23 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.17 2009/08/22 15:55:32 halcy0n Exp $
+
+  22 Aug 2009; Mark Loeser <halcy0n@gentoo.org> pidgin-otr-3.2.0.ebuild:
+  Remove unnecessary CFLAG stripping; bug #235990
 
   22 Aug 2009; Olivier Crête <tester@gentoo.org> pidgin-otr-3.2.0.ebuild:
   Build with parallel make, remove -j1. Bug #235990






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-otr: pidgin-otr-3.2.0.ebuild ChangeLog
@ 2009-08-25 10:26 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-08-25 10:26 UTC (permalink / raw
  To: gentoo-commits

fauli       09/08/25 10:26:43

  Modified:             pidgin-otr-3.2.0.ebuild ChangeLog
  Log:
  stable x86, bug 281643
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.5                  x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild

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

Index: pidgin-otr-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pidgin-otr-3.2.0.ebuild	22 Aug 2009 15:55:32 -0000	1.4
+++ pidgin-otr-3.2.0.ebuild	25 Aug 2009 10:26:43 -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-otr/pidgin-otr-3.2.0.ebuild,v 1.4 2009/08/22 15:55:32 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.5 2009/08/25 10:26:43 fauli Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND=">=net-libs/libotr-3.2.0



1.18                 x11-plugins/pidgin-otr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	22 Aug 2009 15:55:32 -0000	1.17
+++ ChangeLog	25 Aug 2009 10:26:43 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/pidgin-otr
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.17 2009/08/22 15:55:32 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.18 2009/08/25 10:26:43 fauli Exp $
+
+  25 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
+  pidgin-otr-3.2.0.ebuild:
+  stable x86, bug 281643
 
   22 Aug 2009; Mark Loeser <halcy0n@gentoo.org> pidgin-otr-3.2.0.ebuild:
   Remove unnecessary CFLAG stripping; bug #235990






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

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

nixnut      09/08/29 19:38:37

  Modified:             pidgin-otr-3.2.0.ebuild ChangeLog
  Log:
  ppc stable #281643
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.6                  x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild

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

Index: pidgin-otr-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pidgin-otr-3.2.0.ebuild	25 Aug 2009 10:26:43 -0000	1.5
+++ pidgin-otr-3.2.0.ebuild	29 Aug 2009 19:38:36 -0000	1.6
@@ -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-otr/pidgin-otr-3.2.0.ebuild,v 1.5 2009/08/25 10:26:43 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.6 2009/08/29 19:38:36 nixnut Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ppc ~sparc x86"
 IUSE=""
 
 RDEPEND=">=net-libs/libotr-3.2.0



1.19                 x11-plugins/pidgin-otr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	25 Aug 2009 10:26:43 -0000	1.18
+++ ChangeLog	29 Aug 2009 19:38:36 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/pidgin-otr
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.18 2009/08/25 10:26:43 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.19 2009/08/29 19:38:36 nixnut Exp $
+
+  29 Aug 2009; nixnut <nixnut@gentoo.org> pidgin-otr-3.2.0.ebuild:
+  ppc stable #281643
 
   25 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
   pidgin-otr-3.2.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-otr: pidgin-otr-3.2.0.ebuild ChangeLog
@ 2009-10-21 16:03 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-21 16:03 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/21 16:03:57

  Modified:             pidgin-otr-3.2.0.ebuild ChangeLog
  Log:
  amd64 stable wrt #281643
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild

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

Index: pidgin-otr-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pidgin-otr-3.2.0.ebuild	29 Aug 2009 19:38:36 -0000	1.6
+++ pidgin-otr-3.2.0.ebuild	21 Oct 2009 16:03:57 -0000	1.7
@@ -1,8 +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-otr/pidgin-otr-3.2.0.ebuild,v 1.6 2009/08/29 19:38:36 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.7 2009/10/21 16:03:57 ssuominen Exp $
 
-EAPI="2"
+EAPI=2
 
 DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
 HOMEPAGE="http://www.cypherpunks.ca/otr/"
@@ -10,17 +10,16 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE=""
 
 RDEPEND=">=net-libs/libotr-3.2.0
-	>=x11-libs/gtk+-2
+	x11-libs/gtk+:2
 	net-im/pidgin[gtk]"
-
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
 src_install() {
-	make install DESTDIR="${D}" || die "Install failed"
-	dodoc ChangeLog README || die
+	emake DESTDIR="${D}" install || die
+	dodoc ChangeLog README
 }



1.20                 x11-plugins/pidgin-otr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	29 Aug 2009 19:38:36 -0000	1.19
+++ ChangeLog	21 Oct 2009 16:03:57 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/pidgin-otr
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.19 2009/08/29 19:38:36 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.20 2009/10/21 16:03:57 ssuominen Exp $
+
+  21 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
+  pidgin-otr-3.2.0.ebuild:
+  amd64 stable wrt #281643
 
   29 Aug 2009; nixnut <nixnut@gentoo.org> pidgin-otr-3.2.0.ebuild:
   ppc stable #281643






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-otr: pidgin-otr-3.2.0.ebuild ChangeLog
@ 2009-12-21 15:40 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-21 15:40 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/21 15:40:49

  Modified:             pidgin-otr-3.2.0.ebuild ChangeLog
  Log:
  sparc stable wrt #281643
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.8                  x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild

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

Index: pidgin-otr-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pidgin-otr-3.2.0.ebuild	21 Oct 2009 16:03:57 -0000	1.7
+++ pidgin-otr-3.2.0.ebuild	21 Dec 2009 15:40:49 -0000	1.8
@@ -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-otr/pidgin-otr-3.2.0.ebuild,v 1.7 2009/10/21 16:03:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.8 2009/12/21 15:40:49 armin76 Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
 RDEPEND=">=net-libs/libotr-3.2.0



1.21                 x11-plugins/pidgin-otr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	21 Oct 2009 16:03:57 -0000	1.20
+++ ChangeLog	21 Dec 2009 15:40:49 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/pidgin-otr
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.20 2009/10/21 16:03:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.21 2009/12/21 15:40:49 armin76 Exp $
+
+  21 Dec 2009; Raúl Porcel <armin76@gentoo.org> pidgin-otr-3.2.0.ebuild:
+  sparc stable wrt #281643
 
   21 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
   pidgin-otr-3.2.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-otr: pidgin-otr-3.2.0.ebuild ChangeLog
@ 2012-05-05  5:12 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05  5:12 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/05 05:12:03

  Modified:             pidgin-otr-3.2.0.ebuild ChangeLog
  Log:
  dev-util/pkgconfig -. virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.9                  x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild

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

Index: pidgin-otr-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pidgin-otr-3.2.0.ebuild	21 Dec 2009 15:40:49 -0000	1.8
+++ pidgin-otr-3.2.0.ebuild	5 May 2012 05:12:03 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.8 2009/12/21 15:40:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.0.ebuild,v 1.9 2012/05/05 05:12:03 jdhore Exp $
 
 EAPI=2
 
@@ -17,7 +17,7 @@
 	x11-libs/gtk+:2
 	net-im/pidgin[gtk]"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_install() {
 	emake DESTDIR="${D}" install || die



1.22                 x11-plugins/pidgin-otr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	21 Dec 2009 15:40:49 -0000	1.21
+++ ChangeLog	5 May 2012 05:12:03 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/pidgin-otr
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.21 2009/12/21 15:40:49 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.22 2012/05/05 05:12:03 jdhore Exp $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org> pidgin-otr-3.2.0.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   21 Dec 2009; Raúl Porcel <armin76@gentoo.org> pidgin-otr-3.2.0.ebuild:
   sparc stable wrt #281643






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

end of thread, other threads:[~2012-05-05  5:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-16  9:02 [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-otr: pidgin-otr-3.2.0.ebuild ChangeLog Petteri Raty (betelgeuse)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-22  4:05 Olivier Crete (tester)
2009-08-22 15:55 Mark Loeser (halcy0n)
2009-08-25 10:26 Christian Faulhammer (fauli)
2009-08-29 19:38 Gysbert Wassenaar (nixnut)
2009-10-21 16:03 Samuli Suominen (ssuominen)
2009-12-21 15:40 Raul Porcel (armin76)
2012-05-05  5:12 Jeff Horelick (jdhore)

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