public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/wgetpaste: wgetpaste-2.22.ebuild ChangeLog
@ 2013-04-29 19:12 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; 6+ messages in thread
From: Maxim Koltsov (maksbotan) @ 2013-04-29 19:12 UTC (permalink / raw
  To: gentoo-commits

maksbotan    13/04/29 19:12:45

  Modified:             ChangeLog
  Added:                wgetpaste-2.22.ebuild
  Log:
  Bump to 2.22, bug #467790.
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)

Revision  Changes    Path
1.130                app-text/wgetpaste/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.130&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.130&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?r1=1.129&r2=1.130

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog	20 Mar 2013 09:50:08 -0000	1.129
+++ ChangeLog	29 Apr 2013 19:12:45 -0000	1.130
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/wgetpaste
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.129 2013/03/20 09:50:08 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.130 2013/04/29 19:12:45 maksbotan Exp $
+
+*wgetpaste-2.22 (29 Apr 2013)
+
+  29 Apr 2013; Maxim Koltsov <maksbotan@gentoo.org> +wgetpaste-2.22.ebuild:
+  Bump to 2.22, bug #467790.
 
 *wgetpaste-2.21 (20 Mar 2013)
 



1.1                  app-text/wgetpaste/wgetpaste-2.22.ebuild

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

Index: wgetpaste-2.22.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild,v 1.1 2013/04/29 19:12:45 maksbotan Exp $

EAPI="4"

DESCRIPTION="Command-line interface to various pastebins"
HOMEPAGE="http://wgetpaste.zlin.dk/"
SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="zsh-completion +lodgeit-default"

DEPEND=""
RDEPEND="net-misc/wget
	zsh-completion? ( app-shells/zsh )"

src_prepare() {
	sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die
}

src_install() {
	dobin ${PN}
	insinto /etc/wgetpaste.d
	newins "${FILESDIR}"/wgetpaste-config-services services.conf
	use lodgeit-default && \
		newins "${FILESDIR}"/wgetpaste-config-default-lodgeit gentoo-default.conf
	if use zsh-completion ; then
		insinto /usr/share/zsh/site-functions
		doins _wgetpaste
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in app-text/wgetpaste: wgetpaste-2.22.ebuild ChangeLog
@ 2013-05-28 11:00 Vicente Olivert Riera (vincent)
  0 siblings, 0 replies; 6+ messages in thread
From: Vicente Olivert Riera (vincent) @ 2013-05-28 11:00 UTC (permalink / raw
  To: gentoo-commits

vincent     13/05/28 11:00:23

  Modified:             wgetpaste-2.22.ebuild ChangeLog
  Log:
  ppc, ppc64 stable. bug #471408
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)

Revision  Changes    Path
1.4                  app-text/wgetpaste/wgetpaste-2.22.ebuild

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

Index: wgetpaste-2.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wgetpaste-2.22.ebuild	27 May 2013 11:20:28 -0000	1.3
+++ wgetpaste-2.22.ebuild	28 May 2013 11:00:23 -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-text/wgetpaste/wgetpaste-2.22.ebuild,v 1.3 2013/05/27 11:20:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild,v 1.4 2013/05/28 11:00:23 vincent Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="zsh-completion +lodgeit-default"
 
 DEPEND=""



1.133                app-text/wgetpaste/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?r1=1.132&r2=1.133

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog	27 May 2013 11:20:28 -0000	1.132
+++ ChangeLog	28 May 2013 11:00:23 -0000	1.133
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wgetpaste
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.132 2013/05/27 11:20:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.133 2013/05/28 11:00:23 vincent Exp $
+
+  28 May 2013; Vicente Olivert Riera <vincent@gentoo.org> wgetpaste-2.22.ebuild:
+  ppc, ppc64 stable. bug #471408
 
   27 May 2013; Jeroen Roovers <jer@gentoo.org> wgetpaste-2.22.ebuild:
   Stable for HPPA (bug #471408).





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

* [gentoo-commits] gentoo-x86 commit in app-text/wgetpaste: wgetpaste-2.22.ebuild ChangeLog
@ 2013-05-28 16:33 Vicente Olivert Riera (vincent)
  0 siblings, 0 replies; 6+ messages in thread
From: Vicente Olivert Riera (vincent) @ 2013-05-28 16:33 UTC (permalink / raw
  To: gentoo-commits

vincent     13/05/28 16:33:11

  Modified:             wgetpaste-2.22.ebuild ChangeLog
  Log:
  amd64, x86 stable. bug #471408
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)

Revision  Changes    Path
1.5                  app-text/wgetpaste/wgetpaste-2.22.ebuild

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

Index: wgetpaste-2.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wgetpaste-2.22.ebuild	28 May 2013 11:00:23 -0000	1.4
+++ wgetpaste-2.22.ebuild	28 May 2013 16:33:10 -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-text/wgetpaste/wgetpaste-2.22.ebuild,v 1.4 2013/05/28 11:00:23 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild,v 1.5 2013/05/28 16:33:10 vincent Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="zsh-completion +lodgeit-default"
 
 DEPEND=""



1.134                app-text/wgetpaste/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?r1=1.133&r2=1.134

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog	28 May 2013 11:00:23 -0000	1.133
+++ ChangeLog	28 May 2013 16:33:10 -0000	1.134
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wgetpaste
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.133 2013/05/28 11:00:23 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.134 2013/05/28 16:33:10 vincent Exp $
+
+  28 May 2013; Vicente Olivert Riera <vincent@gentoo.org> wgetpaste-2.22.ebuild:
+  amd64, x86 stable. bug #471408
 
   28 May 2013; Vicente Olivert Riera <vincent@gentoo.org> wgetpaste-2.22.ebuild:
   ppc, ppc64 stable. bug #471408





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

* [gentoo-commits] gentoo-x86 commit in app-text/wgetpaste: wgetpaste-2.22.ebuild ChangeLog
@ 2013-06-26  3:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26  3:05 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/26 03:05:34

  Modified:             wgetpaste-2.22.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #471408
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  app-text/wgetpaste/wgetpaste-2.22.ebuild

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

Index: wgetpaste-2.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wgetpaste-2.22.ebuild	28 May 2013 16:33:10 -0000	1.5
+++ wgetpaste-2.22.ebuild	26 Jun 2013 03:05:34 -0000	1.6
@@ -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-text/wgetpaste/wgetpaste-2.22.ebuild,v 1.5 2013/05/28 16:33:10 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild,v 1.6 2013/06/26 03:05:34 ago Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="zsh-completion +lodgeit-default"
 
 DEPEND=""



1.135                app-text/wgetpaste/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?r1=1.134&r2=1.135

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog	28 May 2013 16:33:10 -0000	1.134
+++ ChangeLog	26 Jun 2013 03:05:34 -0000	1.135
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wgetpaste
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.134 2013/05/28 16:33:10 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.135 2013/06/26 03:05:34 ago Exp $
+
+  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> wgetpaste-2.22.ebuild:
+  Stable for alpha, wrt bug #471408
 
   28 May 2013; Vicente Olivert Riera <vincent@gentoo.org> wgetpaste-2.22.ebuild:
   amd64, x86 stable. bug #471408





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

* [gentoo-commits] gentoo-x86 commit in app-text/wgetpaste: wgetpaste-2.22.ebuild ChangeLog
@ 2013-06-26  8:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26  8:58 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/26 08:58:37

  Modified:             wgetpaste-2.22.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #471408
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  app-text/wgetpaste/wgetpaste-2.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild?r1=1.6&r2=1.7

Index: wgetpaste-2.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wgetpaste-2.22.ebuild	26 Jun 2013 03:05:34 -0000	1.6
+++ wgetpaste-2.22.ebuild	26 Jun 2013 08:58:37 -0000	1.7
@@ -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-text/wgetpaste/wgetpaste-2.22.ebuild,v 1.6 2013/06/26 03:05:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild,v 1.7 2013/06/26 08:58:37 ago Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="zsh-completion +lodgeit-default"
 
 DEPEND=""



1.136                app-text/wgetpaste/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?r1=1.135&r2=1.136

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog	26 Jun 2013 03:05:34 -0000	1.135
+++ ChangeLog	26 Jun 2013 08:58:37 -0000	1.136
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wgetpaste
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.135 2013/06/26 03:05:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.136 2013/06/26 08:58:37 ago Exp $
+
+  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> wgetpaste-2.22.ebuild:
+  Stable for ia64, wrt bug #471408
 
   26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> wgetpaste-2.22.ebuild:
   Stable for alpha, wrt bug #471408





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

* [gentoo-commits] gentoo-x86 commit in app-text/wgetpaste: wgetpaste-2.22.ebuild ChangeLog
@ 2013-06-29 16:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-29 16:32 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/29 16:32:17

  Modified:             wgetpaste-2.22.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #471408
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  app-text/wgetpaste/wgetpaste-2.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild?r1=1.7&r2=1.8

Index: wgetpaste-2.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wgetpaste-2.22.ebuild	26 Jun 2013 08:58:37 -0000	1.7
+++ wgetpaste-2.22.ebuild	29 Jun 2013 16:32:17 -0000	1.8
@@ -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-text/wgetpaste/wgetpaste-2.22.ebuild,v 1.7 2013/06/26 08:58:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.22.ebuild,v 1.8 2013/06/29 16:32:17 ago Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="zsh-completion +lodgeit-default"
 
 DEPEND=""



1.137                app-text/wgetpaste/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?r1=1.136&r2=1.137

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog	26 Jun 2013 08:58:37 -0000	1.136
+++ ChangeLog	29 Jun 2013 16:32:17 -0000	1.137
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wgetpaste
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.136 2013/06/26 08:58:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.137 2013/06/29 16:32:17 ago Exp $
+
+  29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> wgetpaste-2.22.ebuild:
+  Stable for sparc, wrt bug #471408
 
   26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> wgetpaste-2.22.ebuild:
   Stable for ia64, wrt bug #471408





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

end of thread, other threads:[~2013-06-29 16:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-28 11:00 [gentoo-commits] gentoo-x86 commit in app-text/wgetpaste: wgetpaste-2.22.ebuild ChangeLog Vicente Olivert Riera (vincent)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-29 16:32 Agostino Sarubbo (ago)
2013-06-26  8:58 Agostino Sarubbo (ago)
2013-06-26  3:05 Agostino Sarubbo (ago)
2013-05-28 16:33 Vicente Olivert Riera (vincent)
2013-04-29 19:12 Maxim Koltsov (maksbotan)

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