public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog
@ 2013-01-25 21:42 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 12+ messages in thread
From: Lars Wendler (polynomial-c) @ 2013-01-25 21:42 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    13/01/25 21:42:12

  Modified:             ChangeLog
  Added:                dos2unix-6.0.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)

Revision  Changes    Path
1.121                app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	9 Jan 2013 17:14:36 -0000	1.120
+++ ChangeLog	25 Jan 2013 21:42:12 -0000	1.121
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.120 2013/01/09 17:14:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.121 2013/01/25 21:42:12 polynomial-c Exp $
+
+*dos2unix-6.0.3 (25 Jan 2013)
+
+  25 Jan 2013; Lars Wendler <polynomial-c@gentoo.org> +dos2unix-6.0.3.ebuild:
+  Non-maintainer commit: Version bump.
 
   09 Jan 2013; Justin Lecher <jlec@gentoo.org> -dos2unix-6.0.1.ebuild,
   metadata.xml:



1.1                  app-text/dos2unix/dos2unix-6.0.3.ebuild

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

Index: dos2unix-6.0.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.1 2013/01/25 21:42:12 polynomial-c Exp $

EAPI=4

inherit toolchain-funcs

DESCRIPTION="Convert DOS or MAC text files to UNIX format or vice versa"
HOMEPAGE="http://www.xs4all.nl/~waterlan/dos2unix.html http://sourceforge.net/projects/dos2unix/"
SRC_URI="
	http://www.xs4all.nl/~waterlan/${PN}/${P}.tar.gz
	mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="debug nls"

RDEPEND="
	!app-text/hd2u
	!app-text/unix2dos
	virtual/libintl"
DEPEND="
	${RDEPEND}
	dev-lang/perl"

src_prepare() {
	sed \
		-e '/^LDFLAGS/s|=|+=|' \
		-e '/^CC/s|=|?=|' \
		-e '/CFLAGS_OS \+=/d' \
		-e '/LDFLAGS_EXTRA \+=/d' \
		-e "/^CFLAGS/s|-O2|${CFLAGS}|" \
		-i Makefile || die

	if use debug ; then
		sed -e "/^DEBUG/s:0:1:" \
			-e "/EXTRA_CFLAGS +=/s:-g::" \
			-i Makefile || die
	fi

	tc-export CC
}

lintl() {
	# same logic as from virtual/libintl
	use !elibc_glibc && use !elibc_uclibc && echo "-lintl"
}

src_compile() {
	emake prefix="${EPREFIX}/usr" \
		$(use nls && echo "LDFLAGS_EXTRA=$(lintl)" || echo "ENABLE_NLS=")
}

src_install() {
	emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
		$(use nls || echo "ENABLE_NLS=") install
}





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

* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog
@ 2013-03-13  9:13 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-13  9:13 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/13 09:13:17

  Modified:             dos2unix-6.0.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #461082
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  app-text/dos2unix/dos2unix-6.0.3.ebuild

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

Index: dos2unix-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dos2unix-6.0.3.ebuild	9 Mar 2013 02:12:25 -0000	1.2
+++ dos2unix-6.0.3.ebuild	13 Mar 2013 09:13:17 -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-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.2 2013/03/09 02:12:25 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.3 2013/03/13 09:13:17 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug nls"
 
 RDEPEND="



1.123                app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	9 Mar 2013 02:12:26 -0000	1.122
+++ ChangeLog	13 Mar 2013 09:13:17 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.122 2013/03/09 02:12:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.123 2013/03/13 09:13:17 ago Exp $
+
+  13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
+  Stable for amd64, wrt bug #461082
 
   09 Mar 2013; Tim Harder <radhermit@gentoo.org> dos2unix-6.0.2.ebuild,
   dos2unix-6.0.3.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog
@ 2013-03-13  9:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-13  9:15 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/13 09:15:46

  Modified:             dos2unix-6.0.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #461082
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-text/dos2unix/dos2unix-6.0.3.ebuild

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

Index: dos2unix-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dos2unix-6.0.3.ebuild	13 Mar 2013 09:13:17 -0000	1.3
+++ dos2unix-6.0.3.ebuild	13 Mar 2013 09:15:46 -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/dos2unix/dos2unix-6.0.3.ebuild,v 1.3 2013/03/13 09:13:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.4 2013/03/13 09:15:46 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug nls"
 
 RDEPEND="



1.124                app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	13 Mar 2013 09:13:17 -0000	1.123
+++ ChangeLog	13 Mar 2013 09:15:46 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.123 2013/03/13 09:13:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.124 2013/03/13 09:15:46 ago Exp $
+
+  13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
+  Stable for x86, wrt bug #461082
 
   13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
   Stable for amd64, wrt bug #461082





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

* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog
@ 2013-03-13 10:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-13 10:58 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/13 10:58:57

  Modified:             dos2unix-6.0.3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #461082
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-text/dos2unix/dos2unix-6.0.3.ebuild

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

Index: dos2unix-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dos2unix-6.0.3.ebuild	13 Mar 2013 09:15:46 -0000	1.4
+++ dos2unix-6.0.3.ebuild	13 Mar 2013 10:58:57 -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/dos2unix/dos2unix-6.0.3.ebuild,v 1.4 2013/03/13 09:15:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.5 2013/03/13 10:58:57 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug nls"
 
 RDEPEND="



1.125                app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	13 Mar 2013 09:15:46 -0000	1.124
+++ ChangeLog	13 Mar 2013 10:58:57 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.124 2013/03/13 09:15:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.125 2013/03/13 10:58:57 ago Exp $
+
+  13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
+  Stable for ppc, wrt bug #461082
 
   13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
   Stable for x86, wrt bug #461082





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

* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog
@ 2013-03-13 11:28 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-13 11:28 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/13 11:28:31

  Modified:             dos2unix-6.0.3.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #461082
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  app-text/dos2unix/dos2unix-6.0.3.ebuild

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

Index: dos2unix-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dos2unix-6.0.3.ebuild	13 Mar 2013 10:58:57 -0000	1.5
+++ dos2unix-6.0.3.ebuild	13 Mar 2013 11:28:31 -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/dos2unix/dos2unix-6.0.3.ebuild,v 1.5 2013/03/13 10:58:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.6 2013/03/13 11:28:31 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug nls"
 
 RDEPEND="



1.126                app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	13 Mar 2013 10:58:57 -0000	1.125
+++ ChangeLog	13 Mar 2013 11:28:31 -0000	1.126
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.125 2013/03/13 10:58:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.126 2013/03/13 11:28:31 ago Exp $
+
+  13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
+  Stable for ppc64, wrt bug #461082
 
   13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
   Stable for ppc, wrt bug #461082





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

* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog
@ 2013-03-13 12:10 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 12+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-03-13 12:10 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/03/13 12:10:30

  Modified:             dos2unix-6.0.3.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #461082
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.7                  app-text/dos2unix/dos2unix-6.0.3.ebuild

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

Index: dos2unix-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dos2unix-6.0.3.ebuild	13 Mar 2013 11:28:31 -0000	1.6
+++ dos2unix-6.0.3.ebuild	13 Mar 2013 12:10:30 -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/dos2unix/dos2unix-6.0.3.ebuild,v 1.6 2013/03/13 11:28:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.7 2013/03/13 12:10:30 pinkbyte Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug nls"
 
 RDEPEND="



1.127                app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	13 Mar 2013 11:28:31 -0000	1.126
+++ ChangeLog	13 Mar 2013 12:10:30 -0000	1.127
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.126 2013/03/13 11:28:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.127 2013/03/13 12:10:30 pinkbyte Exp $
+
+  13 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> dos2unix-6.0.3.ebuild:
+  Stable for arm, wrt bug #461082
 
   13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
   Stable for ppc64, wrt bug #461082





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

* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog
@ 2013-03-14  6:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-14  6:55 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/14 06:55:42

  Modified:             dos2unix-6.0.3.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #461082
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  app-text/dos2unix/dos2unix-6.0.3.ebuild

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

Index: dos2unix-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dos2unix-6.0.3.ebuild	13 Mar 2013 12:10:30 -0000	1.7
+++ dos2unix-6.0.3.ebuild	14 Mar 2013 06:55:42 -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/dos2unix/dos2unix-6.0.3.ebuild,v 1.7 2013/03/13 12:10:30 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.8 2013/03/14 06:55:42 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug nls"
 
 RDEPEND="



1.128                app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	13 Mar 2013 12:10:30 -0000	1.127
+++ ChangeLog	14 Mar 2013 06:55:42 -0000	1.128
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.127 2013/03/13 12:10:30 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.128 2013/03/14 06:55:42 ago Exp $
+
+  14 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
+  Stable for alpha, wrt bug #461082
 
   13 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> dos2unix-6.0.3.ebuild:
   Stable for arm, wrt bug #461082





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

* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog
@ 2013-03-14  7:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-14  7:50 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/14 07:50:42

  Modified:             dos2unix-6.0.3.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #461082
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  app-text/dos2unix/dos2unix-6.0.3.ebuild

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

Index: dos2unix-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dos2unix-6.0.3.ebuild	14 Mar 2013 06:55:42 -0000	1.8
+++ dos2unix-6.0.3.ebuild	14 Mar 2013 07:50:42 -0000	1.9
@@ -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/dos2unix/dos2unix-6.0.3.ebuild,v 1.8 2013/03/14 06:55:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.9 2013/03/14 07:50:42 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug nls"
 
 RDEPEND="



1.129                app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	14 Mar 2013 06:55:42 -0000	1.128
+++ ChangeLog	14 Mar 2013 07:50:42 -0000	1.129
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.128 2013/03/14 06:55:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.129 2013/03/14 07:50:42 ago Exp $
+
+  14 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
+  Stable for ia64, wrt bug #461082
 
   14 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
   Stable for alpha, wrt bug #461082





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

* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog
@ 2013-03-14 12:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-14 12:47 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/14 12:47:10

  Modified:             dos2unix-6.0.3.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #461082
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 app-text/dos2unix/dos2unix-6.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild?r1=1.9&r2=1.10

Index: dos2unix-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dos2unix-6.0.3.ebuild	14 Mar 2013 07:50:42 -0000	1.9
+++ dos2unix-6.0.3.ebuild	14 Mar 2013 12:47:10 -0000	1.10
@@ -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/dos2unix/dos2unix-6.0.3.ebuild,v 1.9 2013/03/14 07:50:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.10 2013/03/14 12:47:10 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug nls"
 
 RDEPEND="



1.130                app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog	14 Mar 2013 07:50:42 -0000	1.129
+++ ChangeLog	14 Mar 2013 12:47:10 -0000	1.130
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.129 2013/03/14 07:50:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.130 2013/03/14 12:47:10 ago Exp $
+
+  14 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
+  Stable for sparc, wrt bug #461082
 
   14 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
   Stable for ia64, wrt bug #461082





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

* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog
@ 2013-03-14 16:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-14 16:21 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/14 16:21:33

  Modified:             dos2unix-6.0.3.ebuild ChangeLog
  Log:
  Stable for s390, wrt bug #461082
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 app-text/dos2unix/dos2unix-6.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild?r1=1.10&r2=1.11

Index: dos2unix-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dos2unix-6.0.3.ebuild	14 Mar 2013 12:47:10 -0000	1.10
+++ dos2unix-6.0.3.ebuild	14 Mar 2013 16:21:33 -0000	1.11
@@ -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/dos2unix/dos2unix-6.0.3.ebuild,v 1.10 2013/03/14 12:47:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.11 2013/03/14 16:21:33 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug nls"
 
 RDEPEND="



1.131                app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	14 Mar 2013 12:47:10 -0000	1.130
+++ ChangeLog	14 Mar 2013 16:21:33 -0000	1.131
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.130 2013/03/14 12:47:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.131 2013/03/14 16:21:33 ago Exp $
+
+  14 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
+  Stable for s390, wrt bug #461082
 
   14 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
   Stable for sparc, wrt bug #461082





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

* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog
@ 2013-03-15 13:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-15 13:29 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/15 13:29:05

  Modified:             dos2unix-6.0.3.ebuild ChangeLog
  Log:
  Stable for sh, wrt bug #461082
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 app-text/dos2unix/dos2unix-6.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild?r1=1.11&r2=1.12

Index: dos2unix-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dos2unix-6.0.3.ebuild	14 Mar 2013 16:21:33 -0000	1.11
+++ dos2unix-6.0.3.ebuild	15 Mar 2013 13:29:04 -0000	1.12
@@ -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/dos2unix/dos2unix-6.0.3.ebuild,v 1.11 2013/03/14 16:21:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.12 2013/03/15 13:29:04 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug nls"
 
 RDEPEND="



1.132                app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	14 Mar 2013 16:21:33 -0000	1.131
+++ ChangeLog	15 Mar 2013 13:29:04 -0000	1.132
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.131 2013/03/14 16:21:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.132 2013/03/15 13:29:04 ago Exp $
+
+  15 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
+  Stable for sh, wrt bug #461082
 
   14 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
   Stable for s390, wrt bug #461082





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

* [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog
@ 2013-03-15 15:13 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2013-03-15 15:13 UTC (permalink / raw
  To: gentoo-commits

jer         13/03/15 15:13:02

  Modified:             dos2unix-6.0.3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #461082).
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.13                 app-text/dos2unix/dos2unix-6.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild?r1=1.12&r2=1.13

Index: dos2unix-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dos2unix-6.0.3.ebuild	15 Mar 2013 13:29:04 -0000	1.12
+++ dos2unix-6.0.3.ebuild	15 Mar 2013 15:13:01 -0000	1.13
@@ -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/dos2unix/dos2unix-6.0.3.ebuild,v 1.12 2013/03/15 13:29:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.13 2013/03/15 15:13:01 jer Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug nls"
 
 RDEPEND="



1.133                app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog	15 Mar 2013 13:29:04 -0000	1.132
+++ ChangeLog	15 Mar 2013 15:13:01 -0000	1.133
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.132 2013/03/15 13:29:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.133 2013/03/15 15:13:01 jer Exp $
+
+  15 Mar 2013; Jeroen Roovers <jer@gentoo.org> dos2unix-6.0.3.ebuild:
+  Stable for HPPA (bug #461082).
 
   15 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dos2unix-6.0.3.ebuild:
   Stable for sh, wrt bug #461082





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

end of thread, other threads:[~2013-03-15 15:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13 12:10 [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: dos2unix-6.0.3.ebuild ChangeLog Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-15 15:13 Jeroen Roovers (jer)
2013-03-15 13:29 Agostino Sarubbo (ago)
2013-03-14 16:21 Agostino Sarubbo (ago)
2013-03-14 12:47 Agostino Sarubbo (ago)
2013-03-14  7:50 Agostino Sarubbo (ago)
2013-03-14  6:55 Agostino Sarubbo (ago)
2013-03-13 11:28 Agostino Sarubbo (ago)
2013-03-13 10:58 Agostino Sarubbo (ago)
2013-03-13  9:15 Agostino Sarubbo (ago)
2013-03-13  9:13 Agostino Sarubbo (ago)
2013-01-25 21:42 Lars Wendler (polynomial-c)

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