public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse-plugins: seahorse-plugins-2.26.2.ebuild ChangeLog
@ 2009-05-23 20:22 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-05-23 20:22 UTC (permalink / raw
  To: gentoo-commits

eva         09/05/23 20:22:45

  Modified:             ChangeLog
  Added:                seahorse-plugins-2.26.2.ebuild
  Log:
  Bump to 2.26.2. Make configure more portage. Update translations.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-crypt/seahorse-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	14 May 2009 09:18:18 -0000	1.2
+++ ChangeLog	23 May 2009 20:22:45 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/seahorse-plugins
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.2 2009/05/14 09:18:18 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.3 2009/05/23 20:22:45 eva Exp $
+
+*seahorse-plugins-2.26.2 (23 May 2009)
+
+  23 May 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  +seahorse-plugins-2.26.2.ebuild:
+  Bump to 2.26.2. Make configure more portage. Update translations.
 
 *seahorse-plugins-2.26.1 (14 May 2009)
 



1.1                  app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.1&content-type=text/plain

Index: seahorse-plugins-2.26.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.1 2009/05/23 20:22:45 eva Exp $

EAPI="2"

inherit gnome2

DESCRIPTION="A GNOME application for managing encryption keys"
HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="applet debug epiphany gedit libnotify nautilus test"

RDEPEND="
	>=gnome-base/libglade-2.0
	>=gnome-base/gconf-2.0
	>=x11-libs/gtk+-2.10
	>=dev-libs/glib-2.16
	>=dev-libs/dbus-glib-0.72
	>=app-crypt/gpgme-1.0.0
	>=app-crypt/seahorse-2.25
	>=gnome-base/gnome-keyring-2.25
	>=gnome-extra/evolution-data-server-1.8

	|| (
		=app-crypt/gnupg-1.4*
		=app-crypt/gnupg-2.0* )

	nautilus? ( >=gnome-base/nautilus-2.12 )
	epiphany? (
		>=www-client/epiphany-2.24
		>=dev-libs/libxml2-2.6.0 )
	gedit? ( >=app-editors/gedit-2.16 )
	applet? ( >=gnome-base/gnome-panel-2.10 )
	libnotify? ( >=x11-libs/libnotify-0.3.2 )"
DEPEND="${RDEPEND}
	sys-devel/gettext
	>=app-text/gnome-doc-utils-0.3.2
	>=app-text/scrollkeeper-0.3
	>=dev-util/pkgconfig-0.20
	>=dev-util/intltool-0.35"

pkg_setup() {
	if use epiphany ; then
		if has_version '>=www-client/epiphany-2.24.3-r10'; then
			G2CONF="${G2CONF} --with-gecko=libxul-unstable"
		else
			# Now, epiphany could be using xul-1.8, xul-1.9 or ff-2
			# Let it auto-detect.
			:
		fi
	fi

	G2CONF="${G2CONF}
		--enable-agent
		--disable-update-mime-database
		$(use_enable applet)
		$(use_enable debug)
		$(use_enable epiphany)
		$(use_enable gedit)
		$(use_enable libnotify)
		$(use_enable nautilus)
		$(use_enable test tests)"
}

src_prepare() {
	gnome2_src_prepare

	# Fix intltoolize broken file, see upstream #577133
	sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
}

src_install() {
	gnome2_src_install

	exeinto /etc/X11/xinit/xinitrc.d/
	doexe "${FILESDIR}/70-seahorse-agent" || die "doexe failed"
}






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

* [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse-plugins: seahorse-plugins-2.26.2.ebuild ChangeLog
@ 2009-09-04 17:05 Romain Perier (mrpouet)
  0 siblings, 0 replies; 7+ messages in thread
From: Romain Perier (mrpouet) @ 2009-09-04 17:05 UTC (permalink / raw
  To: gentoo-commits

mrpouet     09/09/04 17:05:19

  Modified:             seahorse-plugins-2.26.2.ebuild ChangeLog
  Log:
  Fix missing inheritance from eutils, per bug #275445.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?r1=1.2&r2=1.3

Index: seahorse-plugins-2.26.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- seahorse-plugins-2.26.2.ebuild	31 Aug 2009 20:50:06 -0000	1.2
+++ seahorse-plugins-2.26.2.ebuild	4 Sep 2009 17:05:19 -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/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.2 2009/08/31 20:50:06 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.3 2009/09/04 17:05:19 mrpouet Exp $
 
 EAPI="2"
 
-inherit gnome2
+inherit eutils gnome2
 
 DESCRIPTION="A GNOME application for managing encryption keys"
 HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"



1.5                  app-crypt/seahorse-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	31 Aug 2009 20:50:06 -0000	1.4
+++ ChangeLog	4 Sep 2009 17:05:19 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/seahorse-plugins
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.4 2009/08/31 20:50:06 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.5 2009/09/04 17:05:19 mrpouet Exp $
+
+  04 Sep 2009; Romain Perier <mrpouet@gentoo.org>
+  seahorse-plugins-2.26.2.ebuild:
+  Fix missing inheritance from eutils, per bug #275445.
 
   31 Aug 2009; Gilles Dartiguelongue <eva@gentoo.org>
   -seahorse-plugins-2.26.1.ebuild, seahorse-plugins-2.26.2.ebuild,






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

* [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse-plugins: seahorse-plugins-2.26.2.ebuild ChangeLog
@ 2009-10-08  3:11 Olivier Crete (tester)
  0 siblings, 0 replies; 7+ messages in thread
From: Olivier Crete (tester) @ 2009-10-08  3:11 UTC (permalink / raw
  To: gentoo-commits

tester      09/10/08 03:11:44

  Modified:             seahorse-plugins-2.26.2.ebuild ChangeLog
  Log:
  Stable on amd64, bug #281427
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?r1=1.3&r2=1.4

Index: seahorse-plugins-2.26.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- seahorse-plugins-2.26.2.ebuild	4 Sep 2009 17:05:19 -0000	1.3
+++ seahorse-plugins-2.26.2.ebuild	8 Oct 2009 03:11:43 -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/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.3 2009/09/04 17:05:19 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.4 2009/10/08 03:11:43 tester Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="applet debug epiphany gedit libnotify nautilus test"
 
 RDEPEND="



1.6                  app-crypt/seahorse-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	4 Sep 2009 17:05:19 -0000	1.5
+++ ChangeLog	8 Oct 2009 03:11:43 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/seahorse-plugins
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.5 2009/09/04 17:05:19 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.6 2009/10/08 03:11:43 tester Exp $
+
+  08 Oct 2009; Olivier Crête <tester@gentoo.org>
+  seahorse-plugins-2.26.2.ebuild:
+  Stable on amd64, bug #281427
 
   04 Sep 2009; Romain Perier <mrpouet@gentoo.org>
   seahorse-plugins-2.26.2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse-plugins: seahorse-plugins-2.26.2.ebuild ChangeLog
@ 2009-10-16 22:53 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-10-16 22:53 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/16 22:53:09

  Modified:             seahorse-plugins-2.26.2.ebuild ChangeLog
  Log:
  x86 stable, bug #281427
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?r1=1.4&r2=1.5

Index: seahorse-plugins-2.26.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- seahorse-plugins-2.26.2.ebuild	8 Oct 2009 03:11:43 -0000	1.4
+++ seahorse-plugins-2.26.2.ebuild	16 Oct 2009 22:53:08 -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/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.4 2009/10/08 03:11:43 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.5 2009/10/16 22:53:08 maekke Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="applet debug epiphany gedit libnotify nautilus test"
 
 RDEPEND="



1.7                  app-crypt/seahorse-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	8 Oct 2009 03:11:43 -0000	1.6
+++ ChangeLog	16 Oct 2009 22:53:08 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/seahorse-plugins
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.6 2009/10/08 03:11:43 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.7 2009/10/16 22:53:08 maekke Exp $
+
+  16 Oct 2009; Markus Meier <maekke@gentoo.org>
+  seahorse-plugins-2.26.2.ebuild:
+  x86 stable, bug #281427
 
   08 Oct 2009; Olivier Crête <tester@gentoo.org>
   seahorse-plugins-2.26.2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse-plugins: seahorse-plugins-2.26.2.ebuild ChangeLog
@ 2009-10-18 16:26 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-18 16:26 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/10/18 16:26:09

  Modified:             seahorse-plugins-2.26.2.ebuild ChangeLog
  Log:
  ~ppc'd
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.6                  app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?r1=1.5&r2=1.6

Index: seahorse-plugins-2.26.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- seahorse-plugins-2.26.2.ebuild	16 Oct 2009 22:53:08 -0000	1.5
+++ seahorse-plugins-2.26.2.ebuild	18 Oct 2009 16:26:09 -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/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.5 2009/10/16 22:53:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.6 2009/10/18 16:26:09 nixnut Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="applet debug epiphany gedit libnotify nautilus test"
 
 RDEPEND="



1.9                  app-crypt/seahorse-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	17 Oct 2009 20:30:51 -0000	1.8
+++ ChangeLog	18 Oct 2009 16:26:09 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/seahorse-plugins
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.8 2009/10/17 20:30:51 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.9 2009/10/18 16:26:09 nixnut Exp $
+
+  18 Oct 2009; nixnut <nixnut@gentoo.org> seahorse-plugins-2.26.2.ebuild:
+  ~ppc'd
 
 *seahorse-plugins-2.26.2-r1 (17 Oct 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse-plugins: seahorse-plugins-2.26.2.ebuild ChangeLog
@ 2009-10-24 16:58 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-24 16:58 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/10/24 16:58:15

  Modified:             seahorse-plugins-2.26.2.ebuild ChangeLog
  Log:
  ppc stable #281427
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.7                  app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?r1=1.6&r2=1.7

Index: seahorse-plugins-2.26.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- seahorse-plugins-2.26.2.ebuild	18 Oct 2009 16:26:09 -0000	1.6
+++ seahorse-plugins-2.26.2.ebuild	24 Oct 2009 16:58:15 -0000	1.7
@@ -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/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.6 2009/10/18 16:26:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.7 2009/10/24 16:58:15 nixnut Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="applet debug epiphany gedit libnotify nautilus test"
 
 RDEPEND="



1.10                 app-crypt/seahorse-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	18 Oct 2009 16:26:09 -0000	1.9
+++ ChangeLog	24 Oct 2009 16:58:15 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/seahorse-plugins
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.9 2009/10/18 16:26:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.10 2009/10/24 16:58:15 nixnut Exp $
+
+  24 Oct 2009; nixnut <nixnut@gentoo.org> seahorse-plugins-2.26.2.ebuild:
+  ppc stable #281427
 
   18 Oct 2009; nixnut <nixnut@gentoo.org> seahorse-plugins-2.26.2.ebuild:
   ~ppc'd






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

* [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse-plugins: seahorse-plugins-2.26.2.ebuild ChangeLog
@ 2009-11-28 18:24 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-11-28 18:24 UTC (permalink / raw
  To: gentoo-commits

armin76     09/11/28 18:24:02

  Modified:             seahorse-plugins-2.26.2.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.9                  app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?r1=1.8&r2=1.9

Index: seahorse-plugins-2.26.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- seahorse-plugins-2.26.2.ebuild	28 Nov 2009 12:37:36 -0000	1.8
+++ seahorse-plugins-2.26.2.ebuild	28 Nov 2009 18:24:02 -0000	1.9
@@ -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/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.8 2009/11/28 12:37:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.9 2009/11/28 18:24:02 armin76 Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 IUSE="applet debug epiphany gedit libnotify nautilus test"
 
 RDEPEND="



1.14                 app-crypt/seahorse-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	28 Nov 2009 12:37:36 -0000	1.13
+++ ChangeLog	28 Nov 2009 18:24:02 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/seahorse-plugins
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.13 2009/11/28 12:37:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.14 2009/11/28 18:24:02 armin76 Exp $
+
+  28 Nov 2009; Raúl Porcel <armin76@gentoo.org>
+  seahorse-plugins-2.26.2.ebuild:
+  alpha/ia64/sparc stable
 
   28 Nov 2009; Raúl Porcel <armin76@gentoo.org>
   seahorse-plugins-2.26.2.ebuild, seahorse-plugins-2.26.2-r1.ebuild,






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

end of thread, other threads:[~2009-11-28 18:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-28 18:24 [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse-plugins: seahorse-plugins-2.26.2.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-24 16:58 Gysbert Wassenaar (nixnut)
2009-10-18 16:26 Gysbert Wassenaar (nixnut)
2009-10-16 22:53 Markus Meier (maekke)
2009-10-08  3:11 Olivier Crete (tester)
2009-09-04 17:05 Romain Perier (mrpouet)
2009-05-23 20:22 Gilles Dartiguelongue (eva)

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