* [gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.30.4.ebuild ChangeLog
@ 2014-09-18 13:19 Ian Stakenvicius (axs)
0 siblings, 0 replies; 8+ messages in thread
From: Ian Stakenvicius (axs) @ 2014-09-18 13:19 UTC (permalink / raw
To: gentoo-commits
axs 14/09/18 13:19:19
Modified: ChangeLog
Added: eix-0.30.4.ebuild
Log:
version bump, fixes severe regression affecting funtoo and possibly others
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path
1.477 app-portage/eix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.477&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.477&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.476&r2=1.477
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -r1.476 -r1.477
--- ChangeLog 23 Aug 2014 18:58:21 -0000 1.476
+++ ChangeLog 18 Sep 2014 13:19:19 -0000 1.477
@@ -1,6 +1,11 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.476 2014/08/23 18:58:21 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.477 2014/09/18 13:19:19 axs Exp $
+
+*eix-0.30.4 (18 Sep 2014)
+
+ 18 Sep 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> +eix-0.30.4.ebuild:
+ version bump, fixes severe regression affecting funtoo and possibly others
*eix-0.30.3 (23 Aug 2014)
1.1 app-portage/eix/eix-0.30.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.1&content-type=text/plain
Index: eix-0.30.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.1 2014/09/18 13:19:19 axs Exp $
EAPI=5
PLOCALES="de ru"
inherit bash-completion-r1 eutils l10n
DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more"
HOMEPAGE="http://github.com/vaeth/eix/"
SRC_URI="http://dev.gentoo.org/~axs/distfiles/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools"
BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
nls? ( virtual/libintl )"
RDEPEND="${BOTHDEPEND}
app-shells/push"
DEPEND="${BOTHDEPEND}
app-arch/xz-utils
nls? ( sys-devel/gettext )"
pkg_setup() {
case " ${REPLACING_VERSIONS}" in
*\ 0.[0-9].*|*\ 0.1[0-9].*|*\ 0.2[0-4].*|*\ 0.25.0*)
local eixcache="${EROOT}/var/cache/${PN}"
test -f "${eixcache}" && rm -f -- "${eixcache}";;
esac
}
src_prepare() {
sed -i -e "s'/'${EPREFIX}/'" -- "${S}"/tmpfiles.d/eix.conf
epatch_user
}
src_configure() {
econf $(use_with sqlite) $(use_with doc extra-doc) \
$(use_enable nls) $(use_enable tools separate-tools) \
$(use_enable security) $(use_enable optimization) \
$(use_enable strong-security) \
$(use_enable strong-optimization) $(use_enable debug debugging) \
$(use_enable swap-remote) \
$(use_with prefix always-accept-keywords) \
$(use_with dep dep-default) \
--with-zsh-completion \
--with-portage-rootpath="${ROOTPATH}" \
--with-eprefix-default="${EPREFIX}" \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
--htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
}
src_install() {
default
dobashcomp bash/eix
insinto "/usr/lib/tmpfiles.d"
doins tmpfiles.d/eix.conf
}
pkg_postinst() {
test -d "${EROOT}var/cache/${PN}" || {
mkdir "${EROOT}var/cache/${PN}"
use prefix || chown portage:portage "${EROOT}var/cache/${PN}"
}
local obs="${EROOT}var/cache/eix.previous"
! test -f "${obs}" || ewarn "Found obsolete ${obs}, please remove it"
}
pkg_postrm() {
[ -n "${REPLACED_BY_VERSION}" ] || rm -rf -- "${EROOT}var/cache/${PN}"
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.30.4.ebuild ChangeLog
@ 2014-11-22 16:59 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-11-22 16:59 UTC (permalink / raw
To: gentoo-commits
zlogene 14/11/22 16:59:28
Modified: eix-0.30.4.ebuild ChangeLog
Log:
amd64 stable wrt bug #529510
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.2 app-portage/eix/eix-0.30.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?r1=1.1&r2=1.2
Index: eix-0.30.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eix-0.30.4.ebuild 18 Sep 2014 13:19:19 -0000 1.1
+++ eix-0.30.4.ebuild 22 Nov 2014 16:59:28 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.1 2014/09/18 13:19:19 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.2 2014/11/22 16:59:28 zlogene Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools"
BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
1.478 app-portage/eix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.478&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.478&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.477&r2=1.478
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.477
retrieving revision 1.478
diff -u -r1.477 -r1.478
--- ChangeLog 18 Sep 2014 13:19:19 -0000 1.477
+++ ChangeLog 22 Nov 2014 16:59:28 -0000 1.478
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.477 2014/09/18 13:19:19 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.478 2014/11/22 16:59:28 zlogene Exp $
+
+ 22 Nov 2014; Mikle Kolyada <zlogene@gentoo.org> eix-0.30.4.ebuild:
+ amd64 stable wrt bug #529510
*eix-0.30.4 (18 Sep 2014)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.30.4.ebuild ChangeLog
@ 2014-11-25 8:47 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-25 8:47 UTC (permalink / raw
To: gentoo-commits
ago 14/11/25 08:47:17
Modified: eix-0.30.4.ebuild ChangeLog
Log:
Stable for x86, wrt bug #529510
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 app-portage/eix/eix-0.30.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?r1=1.3&r2=1.4
Index: eix-0.30.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eix-0.30.4.ebuild 23 Nov 2014 06:54:47 -0000 1.3
+++ eix-0.30.4.ebuild 25 Nov 2014 08:47:17 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.3 2014/11/23 06:54:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.4 2014/11/25 08:47:17 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools"
BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
1.480 app-portage/eix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.480&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.480&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.479&r2=1.480
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.479
retrieving revision 1.480
diff -u -r1.479 -r1.480
--- ChangeLog 23 Nov 2014 06:54:47 -0000 1.479
+++ ChangeLog 25 Nov 2014 08:47:17 -0000 1.480
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.479 2014/11/23 06:54:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.480 2014/11/25 08:47:17 ago Exp $
+
+ 25 Nov 2014; Agostino Sarubbo <ago@gentoo.org> eix-0.30.4.ebuild:
+ Stable for x86, wrt bug #529510
23 Nov 2014; Jeroen Roovers <jer@gentoo.org> eix-0.30.4.ebuild:
Stable for HPPA (bug #529510).
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.30.4.ebuild ChangeLog
@ 2014-12-01 9:37 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-01 9:37 UTC (permalink / raw
To: gentoo-commits
ago 14/12/01 09:37:35
Modified: eix-0.30.4.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #529510
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 app-portage/eix/eix-0.30.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?r1=1.5&r2=1.6
Index: eix-0.30.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eix-0.30.4.ebuild 29 Nov 2014 19:55:52 -0000 1.5
+++ eix-0.30.4.ebuild 1 Dec 2014 09:37:35 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.5 2014/11/29 19:55:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.6 2014/12/01 09:37:35 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools"
BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
1.482 app-portage/eix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.482&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.482&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.481&r2=1.482
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -r1.481 -r1.482
--- ChangeLog 29 Nov 2014 19:55:52 -0000 1.481
+++ ChangeLog 1 Dec 2014 09:37:35 -0000 1.482
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.481 2014/11/29 19:55:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.482 2014/12/01 09:37:35 ago Exp $
+
+ 01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> eix-0.30.4.ebuild:
+ Stable for sparc, wrt bug #529510
29 Nov 2014; Markus Meier <maekke@gentoo.org> eix-0.30.4.ebuild:
arm stable, bug #529510
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.30.4.ebuild ChangeLog
@ 2014-12-02 9:24 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-02 9:24 UTC (permalink / raw
To: gentoo-commits
ago 14/12/02 09:24:50
Modified: eix-0.30.4.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #529510
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 app-portage/eix/eix-0.30.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?r1=1.6&r2=1.7
Index: eix-0.30.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- eix-0.30.4.ebuild 1 Dec 2014 09:37:35 -0000 1.6
+++ eix-0.30.4.ebuild 2 Dec 2014 09:24:50 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.6 2014/12/01 09:37:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.7 2014/12/02 09:24:50 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools"
BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
1.483 app-portage/eix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.483&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.483&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.482&r2=1.483
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.482
retrieving revision 1.483
diff -u -r1.482 -r1.483
--- ChangeLog 1 Dec 2014 09:37:35 -0000 1.482
+++ ChangeLog 2 Dec 2014 09:24:50 -0000 1.483
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.482 2014/12/01 09:37:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.483 2014/12/02 09:24:50 ago Exp $
+
+ 02 Dec 2014; Agostino Sarubbo <ago@gentoo.org> eix-0.30.4.ebuild:
+ Stable for alpha, wrt bug #529510
01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> eix-0.30.4.ebuild:
Stable for sparc, wrt bug #529510
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.30.4.ebuild ChangeLog
@ 2014-12-03 9:41 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-03 9:41 UTC (permalink / raw
To: gentoo-commits
ago 14/12/03 09:41:56
Modified: eix-0.30.4.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #529510
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 app-portage/eix/eix-0.30.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?r1=1.7&r2=1.8
Index: eix-0.30.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- eix-0.30.4.ebuild 2 Dec 2014 09:24:50 -0000 1.7
+++ eix-0.30.4.ebuild 3 Dec 2014 09:41:56 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.7 2014/12/02 09:24:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.8 2014/12/03 09:41:56 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools"
BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
1.484 app-portage/eix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.484&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.484&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.483&r2=1.484
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.483
retrieving revision 1.484
diff -u -r1.483 -r1.484
--- ChangeLog 2 Dec 2014 09:24:50 -0000 1.483
+++ ChangeLog 3 Dec 2014 09:41:56 -0000 1.484
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.483 2014/12/02 09:24:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.484 2014/12/03 09:41:56 ago Exp $
+
+ 03 Dec 2014; Agostino Sarubbo <ago@gentoo.org> eix-0.30.4.ebuild:
+ Stable for ppc, wrt bug #529510
02 Dec 2014; Agostino Sarubbo <ago@gentoo.org> eix-0.30.4.ebuild:
Stable for alpha, wrt bug #529510
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.30.4.ebuild ChangeLog
@ 2014-12-04 8:35 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-04 8:35 UTC (permalink / raw
To: gentoo-commits
ago 14/12/04 08:35:13
Modified: eix-0.30.4.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #529510
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 app-portage/eix/eix-0.30.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?r1=1.8&r2=1.9
Index: eix-0.30.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- eix-0.30.4.ebuild 3 Dec 2014 09:41:56 -0000 1.8
+++ eix-0.30.4.ebuild 4 Dec 2014 08:35:13 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.8 2014/12/03 09:41:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.9 2014/12/04 08:35:13 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools"
BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
1.485 app-portage/eix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.485&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.485&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.484&r2=1.485
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.484
retrieving revision 1.485
diff -u -r1.484 -r1.485
--- ChangeLog 3 Dec 2014 09:41:56 -0000 1.484
+++ ChangeLog 4 Dec 2014 08:35:13 -0000 1.485
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.484 2014/12/03 09:41:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.485 2014/12/04 08:35:13 ago Exp $
+
+ 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> eix-0.30.4.ebuild:
+ Stable for ppc64, wrt bug #529510
03 Dec 2014; Agostino Sarubbo <ago@gentoo.org> eix-0.30.4.ebuild:
Stable for ppc, wrt bug #529510
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.30.4.ebuild ChangeLog
@ 2014-12-06 16:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-06 16:40 UTC (permalink / raw
To: gentoo-commits
ago 14/12/06 16:40:26
Modified: eix-0.30.4.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #529510
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 app-portage/eix/eix-0.30.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild?r1=1.9&r2=1.10
Index: eix-0.30.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- eix-0.30.4.ebuild 4 Dec 2014 08:35:13 -0000 1.9
+++ eix-0.30.4.ebuild 6 Dec 2014 16:40:26 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.9 2014/12/04 08:35:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.4.ebuild,v 1.10 2014/12/06 16:40:26 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools"
BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
1.486 app-portage/eix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.486&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.486&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.485&r2=1.486
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.485
retrieving revision 1.486
diff -u -r1.485 -r1.486
--- ChangeLog 4 Dec 2014 08:35:13 -0000 1.485
+++ ChangeLog 6 Dec 2014 16:40:26 -0000 1.486
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.485 2014/12/04 08:35:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.486 2014/12/06 16:40:26 ago Exp $
+
+ 06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> eix-0.30.4.ebuild:
+ Stable for ia64, wrt bug #529510
04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> eix-0.30.4.ebuild:
Stable for ppc64, wrt bug #529510
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-12-06 16:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-25 8:47 [gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.30.4.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-12-06 16:40 Agostino Sarubbo (ago)
2014-12-04 8:35 Agostino Sarubbo (ago)
2014-12-03 9:41 Agostino Sarubbo (ago)
2014-12-02 9:24 Agostino Sarubbo (ago)
2014-12-01 9:37 Agostino Sarubbo (ago)
2014-11-22 16:59 Mikle Kolyada (zlogene)
2014-09-18 13:19 Ian Stakenvicius (axs)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox