* [gentoo-commits] gentoo-x86 commit in dev-libs/libedit: ChangeLog libedit-20130712.3.1.ebuild
@ 2013-08-27 23:25 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-27 23:25 UTC (permalink / raw
To: gentoo-commits
aballier 13/08/27 23:25:31
Modified: ChangeLog
Added: libedit-20130712.3.1.ebuild
Log:
version bump
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.80 dev-libs/libedit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libedit/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 27 Aug 2013 23:23:09 -0000 1.79
+++ ChangeLog 27 Aug 2013 23:25:31 -0000 1.80
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libedit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/ChangeLog,v 1.79 2013/08/27 23:23:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/ChangeLog,v 1.80 2013/08/27 23:25:31 aballier Exp $
+
+*libedit-20130712.3.1 (27 Aug 2013)
+
+ 27 Aug 2013; Alexis Ballier <aballier@gentoo.org>
+ +libedit-20130712.3.1.ebuild:
+ version bump
27 Aug 2013; Alexis Ballier <aballier@gentoo.org>
-libedit-20120311.3.0.ebuild, -libedit-20130611.3.1.ebuild:
1.1 dev-libs/libedit/libedit-20130712.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild?rev=1.1&content-type=text/plain
Index: libedit-20130712.3.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild,v 1.1 2013/08/27 23:25:31 aballier Exp $
EAPI=5
inherit eutils toolchain-funcs versionator base multilib-minimal
MY_PV=$(get_major_version)-$(get_after_major_version)
MY_P=${PN}-${MY_PV}
DESCRIPTION="BSD replacement for libreadline."
HOMEPAGE="http://www.thrysoee.dk/editline/"
SRC_URI="http://www.thrysoee.dk/editline/${MY_P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="static-libs"
DEPEND=">=sys-libs/ncurses-5.7-r5[static-libs?,${MULTILIB_USEDEP}]
!<=sys-freebsd/freebsd-lib-6.2_rc1"
RDEPEND=${DEPEND}
S="${WORKDIR}/${MY_P}"
PATCHES=(
"${FILESDIR}/${PN}-ncursesprivate.patch"
"${FILESDIR}/${PN}-20100424.3.0-bsd.patch"
"${FILESDIR}/${PN}-20110709.3.0-weak-reference.patch"
"${FILESDIR}/${PN}-20120311-3.0-el_fn_sh_complete.patch"
)
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
$(use_enable static-libs static) \
--enable-widec \
--enable-fast-install
}
multilib_src_install() {
emake DESTDIR="${D}" install
multilib_is_native_abi && gen_usr_ldscript -a edit
}
multilib_src_install_all() {
find "${ED}" -name '*.la' -delete
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libedit: ChangeLog libedit-20130712.3.1.ebuild
@ 2013-11-26 20:03 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2013-11-26 20:03 UTC (permalink / raw
To: gentoo-commits
jer 13/11/26 20:03:39
Modified: ChangeLog libedit-20130712.3.1.ebuild
Log:
Stable for HPPA (bug #492038).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.82 dev-libs/libedit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libedit/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 13 Oct 2013 20:38:24 -0000 1.81
+++ ChangeLog 26 Nov 2013 20:03:39 -0000 1.82
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libedit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/ChangeLog,v 1.81 2013/10/13 20:38:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/ChangeLog,v 1.82 2013/11/26 20:03:39 jer Exp $
+
+ 26 Nov 2013; Jeroen Roovers <jer@gentoo.org> libedit-20130712.3.1.ebuild:
+ Stable for HPPA (bug #492038).
13 Oct 2013; Michał Górny <mgorny@gentoo.org> libedit-20130611.3.1-r1.ebuild,
libedit-20130712.3.1.ebuild:
1.3 dev-libs/libedit/libedit-20130712.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild?r1=1.2&r2=1.3
Index: libedit-20130712.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libedit-20130712.3.1.ebuild 13 Oct 2013 20:38:24 -0000 1.2
+++ libedit-20130712.3.1.ebuild 26 Nov 2013 20:03:39 -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/dev-libs/libedit/libedit-20130712.3.1.ebuild,v 1.2 2013/10/13 20:38:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild,v 1.3 2013/11/26 20:03:39 jer Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="static-libs"
DEPEND=">=sys-libs/ncurses-5.7-r5[static-libs?,${MULTILIB_USEDEP}]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libedit: ChangeLog libedit-20130712.3.1.ebuild
@ 2013-12-01 19:16 Markus Meier (maekke)
0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2013-12-01 19:16 UTC (permalink / raw
To: gentoo-commits
maekke 13/12/01 19:16:56
Modified: ChangeLog libedit-20130712.3.1.ebuild
Log:
arm stable, bug #492038
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.83 dev-libs/libedit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/ChangeLog?r1=1.82&r2=1.83
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libedit/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog 26 Nov 2013 20:03:39 -0000 1.82
+++ ChangeLog 1 Dec 2013 19:16:56 -0000 1.83
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libedit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/ChangeLog,v 1.82 2013/11/26 20:03:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/ChangeLog,v 1.83 2013/12/01 19:16:56 maekke Exp $
+
+ 01 Dec 2013; Markus Meier <maekke@gentoo.org> libedit-20130712.3.1.ebuild:
+ arm stable, bug #492038
26 Nov 2013; Jeroen Roovers <jer@gentoo.org> libedit-20130712.3.1.ebuild:
Stable for HPPA (bug #492038).
1.4 dev-libs/libedit/libedit-20130712.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild?r1=1.3&r2=1.4
Index: libedit-20130712.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libedit-20130712.3.1.ebuild 26 Nov 2013 20:03:39 -0000 1.3
+++ libedit-20130712.3.1.ebuild 1 Dec 2013 19:16:56 -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/dev-libs/libedit/libedit-20130712.3.1.ebuild,v 1.3 2013/11/26 20:03:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild,v 1.4 2013/12/01 19:16:56 maekke Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="static-libs"
DEPEND=">=sys-libs/ncurses-5.7-r5[static-libs?,${MULTILIB_USEDEP}]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-01 19:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 19:16 [gentoo-commits] gentoo-x86 commit in dev-libs/libedit: ChangeLog libedit-20130712.3.1.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2013-11-26 20:03 Jeroen Roovers (jer)
2013-08-27 23:25 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox