public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/poedit: ChangeLog poedit-1.5.5.ebuild
@ 2013-02-07  4:08 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 5+ messages in thread
From: Ryan Hill (dirtyepic) @ 2013-02-07  4:08 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    13/02/07 04:08:54

  Modified:             ChangeLog
  Added:                poedit-1.5.5.ebuild
  Log:
  Version bump (bug #43008).
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 957A8463)

Revision  Changes    Path
1.75                 app-i18n/poedit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	3 May 2012 19:24:33 -0000	1.74
+++ ChangeLog	7 Feb 2013 04:08:54 -0000	1.75
@@ -1,6 +1,12 @@
 # ChangeLog for app-i18n/poedit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.74 2012/05/03 19:24:33 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.75 2013/02/07 04:08:54 dirtyepic Exp $
+
+*poedit-1.5.5 (07 Feb 2013)
+
+  07 Feb 2013; Ryan Hill <dirtyepic@gentoo.org> +poedit-1.5.5.ebuild,
+  +files/poedit-1.5.5-wx28.patch:
+  Version bump (bug #43008).
 
   03 May 2012; Jeff Horelick <jdhore@gentoo.org> poedit-1.4.6.1.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.1                  app-i18n/poedit/poedit-1.5.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?rev=1.1&content-type=text/plain

Index: poedit-1.5.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v 1.1 2013/02/07 04:08:54 dirtyepic Exp $

EAPI=5
WX_GTK_VER=2.8

inherit eutils fdo-mime flag-o-matic wxwidgets

DESCRIPTION="Cross-platform gettext catalogs (.po files) editor."
HOMEPAGE="http://poedit.sourceforge.net/"
SRC_URI="mirror://sourceforge/poedit/${P}.tar.gz"

LICENSE="MIT CCPL-Attribution-2.5 CCPL-Attribution-ShareAlike-2.5"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="spell"

RDEPEND="dev-libs/boost
	>=sys-libs/db-4.7
	x11-libs/wxGTK:2.8[X]
	spell? ( app-text/gtkspell:2 )"

DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	epatch "${FILESDIR}"/${P}-wx28.patch
}

src_configure() {
	append-flags -fno-strict-aliasing
	econf $(use_enable spell spellchecking)
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc AUTHORS NEWS README TODO
}

pkg_postinst() {
	fdo-mime_desktop_database_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
}





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/poedit: ChangeLog poedit-1.5.5.ebuild
@ 2013-02-07 21:38 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-02-07 21:38 UTC (permalink / raw
  To: gentoo-commits

ulm         13/02/07 21:38:25

  Modified:             ChangeLog poedit-1.5.5.ebuild
  Log:
  Move Creative Commons licenses to shorter names.
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.76                 app-i18n/poedit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	7 Feb 2013 04:08:54 -0000	1.75
+++ ChangeLog	7 Feb 2013 21:38:25 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/poedit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.75 2013/02/07 04:08:54 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.76 2013/02/07 21:38:25 ulm Exp $
+
+  07 Feb 2013; Ulrich Müller <ulm@gentoo.org> poedit-1.5.5.ebuild:
+  Move Creative Commons licenses to shorter names.
 
 *poedit-1.5.5 (07 Feb 2013)
 



1.2                  app-i18n/poedit/poedit-1.5.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?r1=1.1&r2=1.2

Index: poedit-1.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- poedit-1.5.5.ebuild	7 Feb 2013 04:08:54 -0000	1.1
+++ poedit-1.5.5.ebuild	7 Feb 2013 21:38:25 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v 1.1 2013/02/07 04:08:54 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v 1.2 2013/02/07 21:38:25 ulm Exp $
 
 EAPI=5
 WX_GTK_VER=2.8
@@ -11,7 +11,7 @@
 HOMEPAGE="http://poedit.sourceforge.net/"
 SRC_URI="mirror://sourceforge/poedit/${P}.tar.gz"
 
-LICENSE="MIT CCPL-Attribution-2.5 CCPL-Attribution-ShareAlike-2.5"
+LICENSE="MIT CC-BY-2.5 CC-BY-SA-2.5"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
 IUSE="spell"





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/poedit: ChangeLog poedit-1.5.5.ebuild
@ 2013-11-11 14:10 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2013-11-11 14:10 UTC (permalink / raw
  To: gentoo-commits

jer         13/11/11 14:10:26

  Modified:             ChangeLog poedit-1.5.5.ebuild
  Log:
  Stable for HPPA (bug #485188).
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.77                 app-i18n/poedit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	7 Feb 2013 21:38:25 -0000	1.76
+++ ChangeLog	11 Nov 2013 14:10:26 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/poedit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.76 2013/02/07 21:38:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.77 2013/11/11 14:10:26 jer Exp $
+
+  11 Nov 2013; Jeroen Roovers <jer@gentoo.org> poedit-1.5.5.ebuild:
+  Stable for HPPA (bug #485188).
 
   07 Feb 2013; Ulrich Müller <ulm@gentoo.org> poedit-1.5.5.ebuild:
   Move Creative Commons licenses to shorter names.



1.3                  app-i18n/poedit/poedit-1.5.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?r1=1.2&r2=1.3

Index: poedit-1.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- poedit-1.5.5.ebuild	7 Feb 2013 21:38:25 -0000	1.2
+++ poedit-1.5.5.ebuild	11 Nov 2013 14:10:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v 1.2 2013/02/07 21:38:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v 1.3 2013/11/11 14:10:26 jer Exp $
 
 EAPI=5
 WX_GTK_VER=2.8
@@ -13,7 +13,7 @@
 
 LICENSE="MIT CC-BY-2.5 CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86"
 IUSE="spell"
 
 RDEPEND="dev-libs/boost





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/poedit: ChangeLog poedit-1.5.5.ebuild
@ 2013-12-01 21:10 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 5+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2013-12-01 21:10 UTC (permalink / raw
  To: gentoo-commits

nimiux      13/12/01 21:10:42

  Modified:             ChangeLog poedit-1.5.5.ebuild
  Log:
  Stable for amd64 wrt bug #485188
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.78                 app-i18n/poedit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	11 Nov 2013 14:10:26 -0000	1.77
+++ ChangeLog	1 Dec 2013 21:10:42 -0000	1.78
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/poedit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.77 2013/11/11 14:10:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.78 2013/12/01 21:10:42 nimiux Exp $
+
+  01 Dec 2013; Chema Alonso <nimiux@gentoo.org> poedit-1.5.5.ebuild:
+  Stable for amd64 wrt bug #485188
 
   11 Nov 2013; Jeroen Roovers <jer@gentoo.org> poedit-1.5.5.ebuild:
   Stable for HPPA (bug #485188).



1.4                  app-i18n/poedit/poedit-1.5.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?r1=1.3&r2=1.4

Index: poedit-1.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- poedit-1.5.5.ebuild	11 Nov 2013 14:10:26 -0000	1.3
+++ poedit-1.5.5.ebuild	1 Dec 2013 21:10:42 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v 1.3 2013/11/11 14:10:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v 1.4 2013/12/01 21:10:42 nimiux Exp $
 
 EAPI=5
 WX_GTK_VER=2.8
@@ -13,7 +13,7 @@
 
 LICENSE="MIT CC-BY-2.5 CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~sparc ~x86"
 IUSE="spell"
 
 RDEPEND="dev-libs/boost





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/poedit: ChangeLog poedit-1.5.5.ebuild
@ 2013-12-03 19:09 Johannes Huber (johu)
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2013-12-03 19:09 UTC (permalink / raw
  To: gentoo-commits

johu        13/12/03 19:09:23

  Modified:             ChangeLog poedit-1.5.5.ebuild
  Log:
  x86 stable, bug #485188
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.79                 app-i18n/poedit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	1 Dec 2013 21:10:42 -0000	1.78
+++ ChangeLog	3 Dec 2013 19:09:23 -0000	1.79
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/poedit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.78 2013/12/01 21:10:42 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.79 2013/12/03 19:09:23 johu Exp $
+
+  03 Dec 2013; Johannes Huber <johu@gentoo.org> poedit-1.5.5.ebuild:
+  x86 stable, bug #485188
 
   01 Dec 2013; Chema Alonso <nimiux@gentoo.org> poedit-1.5.5.ebuild:
   Stable for amd64 wrt bug #485188



1.5                  app-i18n/poedit/poedit-1.5.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild?r1=1.4&r2=1.5

Index: poedit-1.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- poedit-1.5.5.ebuild	1 Dec 2013 21:10:42 -0000	1.4
+++ poedit-1.5.5.ebuild	3 Dec 2013 19:09:23 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v 1.4 2013/12/01 21:10:42 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.5.5.ebuild,v 1.5 2013/12/03 19:09:23 johu Exp $
 
 EAPI=5
 WX_GTK_VER=2.8
@@ -13,7 +13,7 @@
 
 LICENSE="MIT CC-BY-2.5 CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~sparc x86"
 IUSE="spell"
 
 RDEPEND="dev-libs/boost





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

end of thread, other threads:[~2013-12-03 19:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 21:10 [gentoo-commits] gentoo-x86 commit in app-i18n/poedit: ChangeLog poedit-1.5.5.ebuild JosA MarAa Alonso (nimiux)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-03 19:09 Johannes Huber (johu)
2013-11-11 14:10 Jeroen Roovers (jer)
2013-02-07 21:38 Ulrich Mueller (ulm)
2013-02-07  4:08 Ryan Hill (dirtyepic)

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