public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/gtkspell: gtkspell-2.0.15-r1.ebuild ChangeLog
@ 2009-05-26  4:40 Serkan Kaba (serkan)
  0 siblings, 0 replies; 2+ messages in thread
From: Serkan Kaba (serkan) @ 2009-05-26  4:40 UTC (permalink / raw
  To: gentoo-commits

serkan      09/05/26 04:40:29

  Modified:             ChangeLog
  Added:                gtkspell-2.0.15-r1.ebuild
  Log:
  Revbump to fix critical error. Closes bug #270177
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.77                 app-text/gtkspell/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	10 May 2009 15:10:09 -0000	1.76
+++ ChangeLog	26 May 2009 04:40:29 -0000	1.77
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/gtkspell
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.76 2009/05/10 15:10:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.77 2009/05/26 04:40:29 serkan Exp $
+
+*gtkspell-2.0.15-r1 (26 May 2009)
+
+  26 May 2009; Serkan Kaba <serkan@gentoo.org> +gtkspell-2.0.15-r1.ebuild,
+  +files/gtkspell-2.0.15-fix-null-list.patch:
+  Revbump to fix critical error. Closes bug #270177
 
   10 May 2009; Jeroen Roovers <jer@gentoo.org> gtkspell-2.0.15.ebuild:
   Stable for HPPA (bug #266665).



1.1                  app-text/gtkspell/gtkspell-2.0.15-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild?rev=1.1&content-type=text/plain

Index: gtkspell-2.0.15-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild,v 1.1 2009/05/26 04:40:29 serkan Exp $

EAPI="2"

inherit eutils

DESCRIPTION="Spell checking widget for GTK2"
HOMEPAGE="http://gtkspell.sourceforge.net/"
# gtkspell doesn't use sourceforge mirroring system it seems.
SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc"

RDEPEND=">=x11-libs/gtk+-2
	>=app-text/enchant-1.1.6"

DEPEND="${RDEPEND}
	dev-util/pkgconfig
	>=dev-util/intltool-0.35.0
	doc? ( >=dev-util/gtk-doc-1
		=app-text/docbook-xml-dtd-4.2* )"

src_prepare() {
	# Bug #270177
	epatch "${FILESDIR}"/${P}-fix-null-list.patch
}

src_configure() {
	econf $(use_enable doc gtk-doc)
}

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






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

* [gentoo-commits] gentoo-x86 commit in app-text/gtkspell: gtkspell-2.0.15-r1.ebuild ChangeLog
@ 2010-01-02 11:20 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-02 11:20 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/02 11:20:58

  Modified:             gtkspell-2.0.15-r1.ebuild ChangeLog
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-text/gtkspell/gtkspell-2.0.15-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild?r1=1.1&r2=1.2

Index: gtkspell-2.0.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtkspell-2.0.15-r1.ebuild	26 May 2009 04:40:29 -0000	1.1
+++ gtkspell-2.0.15-r1.ebuild	2 Jan 2010 11:20:58 -0000	1.2
@@ -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/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild,v 1.1 2009/05/26 04:40:29 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild,v 1.2 2010/01/02 11:20:58 fauli Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2



1.78                 app-text/gtkspell/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	26 May 2009 04:40:29 -0000	1.77
+++ ChangeLog	2 Jan 2010 11:20:58 -0000	1.78
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/gtkspell
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.77 2009/05/26 04:40:29 serkan Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.78 2010/01/02 11:20:58 fauli Exp $
+
+  02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  gtkspell-2.0.15-r1.ebuild:
+  Transfer Prefix keywords
 
 *gtkspell-2.0.15-r1 (26 May 2009)
 






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

end of thread, other threads:[~2010-01-02 11:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-02 11:20 [gentoo-commits] gentoo-x86 commit in app-text/gtkspell: gtkspell-2.0.15-r1.ebuild ChangeLog Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-26  4:40 Serkan Kaba (serkan)

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