public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-geolocation: ChangeLog claws-mail-geolocation-0.0.7.ebuild
@ 2011-12-26 11:08 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-12-26 11:08 UTC (permalink / raw
  To: gentoo-commits

fauli       11/12/26 11:08:22

  Modified:             ChangeLog
  Added:                claws-mail-geolocation-0.0.7.ebuild
  Log:
  version bump for bug 395381 by Justin
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.15                 mail-client/claws-mail-geolocation/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	26 Dec 2011 10:54:30 -0000	1.14
+++ ChangeLog	26 Dec 2011 11:08:22 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-geolocation
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.14 2011/12/26 10:54:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.15 2011/12/26 11:08:22 fauli Exp $
+
+*claws-mail-geolocation-0.0.7 (26 Dec 2011)
+
+  26 Dec 2011; Christian Faulhammer <fauli@gentoo.org>
+  +claws-mail-geolocation-0.0.7.ebuild:
+  version bump
 
   26 Dec 2011; Christian Faulhammer <fauli@gentoo.org>
   -claws-mail-geolocation-0.0.5.ebuild:



1.1                  mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?rev=1.1&content-type=text/plain

Index: claws-mail-geolocation-0.0.7.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild,v 1.1 2011/12/26 11:08:22 fauli Exp $

EAPI=3

MY_P="geolocation_plugin-${PV}"

DESCRIPTION="GeoLocation functionality for Claws Mail"
HOMEPAGE="http://www.claws-mail.org/"
SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

# Check if other versions of libchamplain ship the same pc file
RDEPEND=">=mail-client/claws-mail-3.8.0
	media-libs/clutter-gtk:0.10
	media-libs/libchamplain:0.8[gtk]
	sys-devel/gettext"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S="${WORKDIR}/${MY_P}"

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






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-geolocation: ChangeLog claws-mail-geolocation-0.0.7.ebuild
@ 2012-02-25 21:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-25 21:14 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/25 21:14:21

  Modified:             ChangeLog claws-mail-geolocation-0.0.7.ebuild
  Log:
  Stable for amd64, wrt bug #387547
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 mail-client/claws-mail-geolocation/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	26 Dec 2011 11:08:22 -0000	1.15
+++ ChangeLog	25 Feb 2012 21:14:21 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-geolocation
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.15 2011/12/26 11:08:22 fauli Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.16 2012/02/25 21:14:21 ago Exp $
+
+  25 Feb 2012; Agostino Sarubbo <ago@gentoo.org>
+  claws-mail-geolocation-0.0.7.ebuild:
+  Stable for amd64, wrt bug #387547
 
 *claws-mail-geolocation-0.0.7 (26 Dec 2011)
 



1.2                  mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?r1=1.1&r2=1.2

Index: claws-mail-geolocation-0.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- claws-mail-geolocation-0.0.7.ebuild	26 Dec 2011 11:08:22 -0000	1.1
+++ claws-mail-geolocation-0.0.7.ebuild	25 Feb 2012 21:14:21 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild,v 1.1 2011/12/26 11:08:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild,v 1.2 2012/02/25 21:14:21 ago Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 # Check if other versions of libchamplain ship the same pc file






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-geolocation: ChangeLog claws-mail-geolocation-0.0.7.ebuild
@ 2012-04-07 11:31 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2012-04-07 11:31 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/07 11:31:54

  Modified:             ChangeLog claws-mail-geolocation-0.0.7.ebuild
  Log:
  x86 stable, bug #387547
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 mail-client/claws-mail-geolocation/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	4 Mar 2012 12:10:25 -0000	1.17
+++ ChangeLog	7 Apr 2012 11:31:54 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-geolocation
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.17 2012/03/04 12:10:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.18 2012/04/07 11:31:54 maekke Exp $
+
+  07 Apr 2012; Markus Meier <maekke@gentoo.org>
+  claws-mail-geolocation-0.0.7.ebuild:
+  x86 stable, bug #387547
 
   04 Mar 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #206112



1.3                  mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?r1=1.2&r2=1.3

Index: claws-mail-geolocation-0.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- claws-mail-geolocation-0.0.7.ebuild	25 Feb 2012 21:14:21 -0000	1.2
+++ claws-mail-geolocation-0.0.7.ebuild	7 Apr 2012 11:31:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild,v 1.2 2012/02/25 21:14:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild,v 1.3 2012/04/07 11:31:54 maekke Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 # Check if other versions of libchamplain ship the same pc file






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-geolocation: ChangeLog claws-mail-geolocation-0.0.7.ebuild
@ 2012-05-04  8:42 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-04  8:42 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 08:42:24

  Modified:             ChangeLog claws-mail-geolocation-0.0.7.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.20                 mail-client/claws-mail-geolocation/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	11 Apr 2012 21:16:00 -0000	1.19
+++ ChangeLog	4 May 2012 08:42:24 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-geolocation
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.19 2012/04/11 21:16:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.20 2012/05/04 08:42:24 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org>
+  claws-mail-geolocation-0.0.7.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   11 Apr 2012; Christian Faulhammer <fauli@gentoo.org>
   -claws-mail-geolocation-0.0.6.ebuild:



1.4                  mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?r1=1.3&r2=1.4

Index: claws-mail-geolocation-0.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- claws-mail-geolocation-0.0.7.ebuild	7 Apr 2012 11:31:54 -0000	1.3
+++ claws-mail-geolocation-0.0.7.ebuild	4 May 2012 08:42:24 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild,v 1.3 2012/04/07 11:31:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild,v 1.4 2012/05/04 08:42:24 jdhore Exp $
 
 EAPI=3
 
@@ -22,7 +22,7 @@
 	sys-devel/gettext"
 
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 S="${WORKDIR}/${MY_P}"
 






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

end of thread, other threads:[~2012-05-04  8:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-25 21:14 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-geolocation: ChangeLog claws-mail-geolocation-0.0.7.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-04  8:42 Jeff Horelick (jdhore)
2012-04-07 11:31 Markus Meier (maekke)
2011-12-26 11:08 Christian Faulhammer (fauli)

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