* [gentoo-commits] gentoo-x86 commit in mail-client/mailx-support: mailx-support-20060102-r2.ebuild ChangeLog
@ 2015-06-12 22:05 Anthony G. Basile (blueness)
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-06-12 22:05 UTC (permalink / raw
To: gentoo-commits
blueness 15/06/12 22:05:53
Modified: ChangeLog
Added: mailx-support-20060102-r2.ebuild
Log:
Fix bug #548422. Bump to EAPI=5. Punt einstall.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.26 mail-client/mailx-support/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 17 Feb 2013 20:46:43 -0000 1.25
+++ ChangeLog 12 Jun 2015 22:05:53 -0000 1.26
@@ -1,6 +1,13 @@
# ChangeLog for mail-client/mailx-support
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.25 2013/02/17 20:46:43 zmedico Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.26 2015/06/12 22:05:53 blueness Exp $
+
+*mailx-support-20060102-r2 (12 Jun 2015)
+
+ 12 Jun 2015; Anthony G. Basile <blueness@gentoo.org>
+ +files/mailx-support-20060102-add-sys_file_h.patch,
+ +mailx-support-20060102-r2.ebuild:
+ Fix bug #548422. Bump to EAPI=5. Punt einstall.
17 Feb 2013; Zac Medico <zmedico@gentoo.org> mailx-support-20060102-r1.ebuild:
Add ~arm-linux keyword.
1.1 mail-client/mailx-support/mailx-support-20060102-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.1&content-type=text/plain
Index: mailx-support-20060102-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.1 2015/06/12 22:05:53 blueness Exp $
EAPI="5"
inherit eutils toolchain-funcs
DESCRIPTION="Provides lockspool utility"
HOMEPAGE="http://www.openbsd.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=""
DEPEND=""
src_prepare() {
epatch "${FILESDIR}"/${P}-respect-ldflags.patch
epatch "${FILESDIR}"/${P}-add-sys_file_h.patch
# This code should only be ran with Gentoo Prefix profiles
if use prefix; then
ebegin "Allowing unprivileged install"
sed -i -e "s|-g 0 -o 0||g" Makefile
eend $?
fi
}
src_compile() {
emake CC="$(tc-getCC)" BINDNOW_FLAGS="" || die "emake failed"
}
src_install() {
emake prefix="${D}/usr" install
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/mailx-support: mailx-support-20060102-r2.ebuild ChangeLog
@ 2015-06-21 17:06 Anthony G. Basile (blueness)
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-06-21 17:06 UTC (permalink / raw
To: gentoo-commits
blueness 15/06/21 17:06:59
Modified: mailx-support-20060102-r2.ebuild ChangeLog
Log:
Stable for ppc and ppc64. Bug #552724.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.2 mail-client/mailx-support/mailx-support-20060102-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?r1=1.1&r2=1.2
Index: mailx-support-20060102-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mailx-support-20060102-r2.ebuild 12 Jun 2015 22:05:53 -0000 1.1
+++ mailx-support-20060102-r2.ebuild 21 Jun 2015 17:06:59 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.1 2015/06/12 22:05:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.2 2015/06/21 17:06:59 blueness Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=""
1.27 mail-client/mailx-support/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 12 Jun 2015 22:05:53 -0000 1.26
+++ ChangeLog 21 Jun 2015 17:06:59 -0000 1.27
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mailx-support
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.26 2015/06/12 22:05:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.27 2015/06/21 17:06:59 blueness Exp $
+
+ 21 Jun 2015; Anthony G. Basile <blueness@gentoo.org>
+ mailx-support-20060102-r2.ebuild:
+ Stable for ppc and ppc64. Bug #552724.
*mailx-support-20060102-r2 (12 Jun 2015)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/mailx-support: mailx-support-20060102-r2.ebuild ChangeLog
@ 2015-06-21 17:12 Anthony G. Basile (blueness)
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-06-21 17:12 UTC (permalink / raw
To: gentoo-commits
blueness 15/06/21 17:12:26
Modified: mailx-support-20060102-r2.ebuild ChangeLog
Log:
Stable for arm. Bug #552724.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.3 mail-client/mailx-support/mailx-support-20060102-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?r1=1.2&r2=1.3
Index: mailx-support-20060102-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mailx-support-20060102-r2.ebuild 21 Jun 2015 17:06:59 -0000 1.2
+++ mailx-support-20060102-r2.ebuild 21 Jun 2015 17:12:26 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.2 2015/06/21 17:06:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.3 2015/06/21 17:12:26 blueness Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=""
1.28 mail-client/mailx-support/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 21 Jun 2015 17:06:59 -0000 1.27
+++ ChangeLog 21 Jun 2015 17:12:26 -0000 1.28
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mailx-support
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.27 2015/06/21 17:06:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.28 2015/06/21 17:12:26 blueness Exp $
+
+ 21 Jun 2015; Anthony G. Basile <blueness@gentoo.org>
+ mailx-support-20060102-r2.ebuild:
+ Stable for arm. Bug #552724.
21 Jun 2015; Anthony G. Basile <blueness@gentoo.org>
mailx-support-20060102-r2.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/mailx-support: mailx-support-20060102-r2.ebuild ChangeLog
@ 2015-06-22 11:40 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-06-22 11:40 UTC (permalink / raw
To: gentoo-commits
zlogene 15/06/22 11:40:00
Modified: mailx-support-20060102-r2.ebuild ChangeLog
Log:
x86 stable wrt bug #552724
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.4 mail-client/mailx-support/mailx-support-20060102-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?r1=1.3&r2=1.4
Index: mailx-support-20060102-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mailx-support-20060102-r2.ebuild 21 Jun 2015 17:12:26 -0000 1.3
+++ mailx-support-20060102-r2.ebuild 22 Jun 2015 11:40:00 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.3 2015/06/21 17:12:26 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.4 2015/06/22 11:40:00 zlogene Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=""
1.29 mail-client/mailx-support/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 21 Jun 2015 17:12:26 -0000 1.28
+++ ChangeLog 22 Jun 2015 11:40:00 -0000 1.29
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mailx-support
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.28 2015/06/21 17:12:26 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.29 2015/06/22 11:40:00 zlogene Exp $
+
+ 22 Jun 2015; Mikle Kolyada <zlogene@gentoo.org>
+ mailx-support-20060102-r2.ebuild:
+ x86 stable wrt bug #552724
21 Jun 2015; Anthony G. Basile <blueness@gentoo.org>
mailx-support-20060102-r2.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/mailx-support: mailx-support-20060102-r2.ebuild ChangeLog
@ 2015-06-23 9:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-23 9:01 UTC (permalink / raw
To: gentoo-commits
ago 15/06/23 09:01:54
Modified: mailx-support-20060102-r2.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #552724
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 mail-client/mailx-support/mailx-support-20060102-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?r1=1.4&r2=1.5
Index: mailx-support-20060102-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mailx-support-20060102-r2.ebuild 22 Jun 2015 11:40:00 -0000 1.4
+++ mailx-support-20060102-r2.ebuild 23 Jun 2015 09:01:54 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.4 2015/06/22 11:40:00 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.5 2015/06/23 09:01:54 ago Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=""
1.30 mail-client/mailx-support/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 22 Jun 2015 11:40:00 -0000 1.29
+++ ChangeLog 23 Jun 2015 09:01:54 -0000 1.30
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mailx-support
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.29 2015/06/22 11:40:00 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.30 2015/06/23 09:01:54 ago Exp $
+
+ 23 Jun 2015; Agostino Sarubbo <ago@gentoo.org>
+ mailx-support-20060102-r2.ebuild:
+ Stable for amd64, wrt bug #552724
22 Jun 2015; Mikle Kolyada <zlogene@gentoo.org>
mailx-support-20060102-r2.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/mailx-support: mailx-support-20060102-r2.ebuild ChangeLog
@ 2015-07-03 10:17 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-03 10:17 UTC (permalink / raw
To: gentoo-commits
ago 15/07/03 10:17:24
Modified: mailx-support-20060102-r2.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #552724
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 mail-client/mailx-support/mailx-support-20060102-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?r1=1.5&r2=1.6
Index: mailx-support-20060102-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mailx-support-20060102-r2.ebuild 23 Jun 2015 09:01:54 -0000 1.5
+++ mailx-support-20060102-r2.ebuild 3 Jul 2015 10:17:24 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.5 2015/06/23 09:01:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.6 2015/07/03 10:17:24 ago Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=""
1.31 mail-client/mailx-support/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 23 Jun 2015 09:01:54 -0000 1.30
+++ ChangeLog 3 Jul 2015 10:17:24 -0000 1.31
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mailx-support
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.30 2015/06/23 09:01:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.31 2015/07/03 10:17:24 ago Exp $
+
+ 03 Jul 2015; Agostino Sarubbo <ago@gentoo.org>
+ mailx-support-20060102-r2.ebuild:
+ Stable for alpha, wrt bug #552724
23 Jun 2015; Agostino Sarubbo <ago@gentoo.org>
mailx-support-20060102-r2.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/mailx-support: mailx-support-20060102-r2.ebuild ChangeLog
@ 2015-07-17 14:01 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-17 14:01 UTC (permalink / raw
To: gentoo-commits
zlogene 15/07/17 14:01:32
Modified: mailx-support-20060102-r2.ebuild ChangeLog
Log:
ia64 stable wrt bug #552724
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.7 mail-client/mailx-support/mailx-support-20060102-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?r1=1.6&r2=1.7
Index: mailx-support-20060102-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mailx-support-20060102-r2.ebuild 3 Jul 2015 10:17:24 -0000 1.6
+++ mailx-support-20060102-r2.ebuild 17 Jul 2015 14:01:32 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.6 2015/07/03 10:17:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.7 2015/07/17 14:01:32 zlogene Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=""
1.32 mail-client/mailx-support/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 3 Jul 2015 10:17:24 -0000 1.31
+++ ChangeLog 17 Jul 2015 14:01:32 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mailx-support
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.31 2015/07/03 10:17:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.32 2015/07/17 14:01:32 zlogene Exp $
+
+ 17 Jul 2015; Mikle Kolyada <zlogene@gentoo.org>
+ mailx-support-20060102-r2.ebuild:
+ ia64 stable wrt bug #552724
03 Jul 2015; Agostino Sarubbo <ago@gentoo.org>
mailx-support-20060102-r2.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/mailx-support: mailx-support-20060102-r2.ebuild ChangeLog
@ 2015-07-30 12:55 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-30 12:55 UTC (permalink / raw
To: gentoo-commits
ago 15/07/30 12:55:02
Modified: mailx-support-20060102-r2.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #552724
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 mail-client/mailx-support/mailx-support-20060102-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?r1=1.8&r2=1.9
Index: mailx-support-20060102-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mailx-support-20060102-r2.ebuild 18 Jul 2015 11:31:03 -0000 1.8
+++ mailx-support-20060102-r2.ebuild 30 Jul 2015 12:55:02 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.8 2015/07/18 11:31:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v 1.9 2015/07/30 12:55:02 ago Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=""
1.34 mail-client/mailx-support/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 18 Jul 2015 11:31:03 -0000 1.33
+++ ChangeLog 30 Jul 2015 12:55:02 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mailx-support
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.33 2015/07/18 11:31:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.34 2015/07/30 12:55:02 ago Exp $
+
+ 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org>
+ mailx-support-20060102-r2.ebuild:
+ Stable for sparc, wrt bug #552724
18 Jul 2015; Jeroen Roovers <jer@gentoo.org>
mailx-support-20060102-r2.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-07-30 12:55 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03 10:17 [gentoo-commits] gentoo-x86 commit in mail-client/mailx-support: mailx-support-20060102-r2.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-07-30 12:55 Agostino Sarubbo (ago)
2015-07-17 14:01 Mikle Kolyada (zlogene)
2015-06-23 9:01 Agostino Sarubbo (ago)
2015-06-22 11:40 Mikle Kolyada (zlogene)
2015-06-21 17:12 Anthony G. Basile (blueness)
2015-06-21 17:06 Anthony G. Basile (blueness)
2015-06-12 22:05 Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox