* [gentoo-commits] gentoo-x86 commit in dev-libs/libtasn1: libtasn1-4.0.ebuild ChangeLog
@ 2014-06-26 18:51 Alon Bar-Lev (alonbl)
0 siblings, 0 replies; 2+ messages in thread
From: Alon Bar-Lev (alonbl) @ 2014-06-26 18:51 UTC (permalink / raw
To: gentoo-commits
alonbl 14/06/26 18:51:44
Modified: ChangeLog
Added: libtasn1-4.0.ebuild
Log:
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Revision Changes Path
1.209 dev-libs/libtasn1/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.209&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.209&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?r1=1.208&r2=1.209
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog 23 Jun 2014 15:23:00 -0000 1.208
+++ ChangeLog 26 Jun 2014 18:51:44 -0000 1.209
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libtasn1
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.208 2014/06/23 15:23:00 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.209 2014/06/26 18:51:44 alonbl Exp $
+
+*libtasn1-4.0 (26 Jun 2014)
+
+ 26 Jun 2014; Alon Bar-Lev <alonbl@gentoo.org> +libtasn1-4.0.ebuild:
+ Version bump
23 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> libtasn1-3.6.ebuild:
x86 stable wrt security bug #511536
1.1 dev-libs/libtasn1/libtasn1-4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild?rev=1.1&content-type=text/plain
Index: libtasn1-4.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild,v 1.1 2014/06/26 18:51:44 alonbl Exp $
EAPI=5
inherit autotools-multilib
DESCRIPTION="ASN.1 library"
HOMEPAGE="http://www.gnu.org/software/libtasn1/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3 LGPL-2.1"
SLOT="0/6" # subslot = libtasn1 soname version
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
IUSE="doc static-libs"
DEPEND=">=dev-lang/perl-5.6
sys-apps/help2man
virtual/yacc"
RDEPEND="
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20131008-r16
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
DOCS=( AUTHORS ChangeLog NEWS README THANKS )
src_configure() {
local myeconfargs
[[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests )
autotools-multilib_src_configure
}
src_install() {
autotools-multilib_src_install
if use doc ; then
dodoc doc/libtasn1.pdf
dohtml doc/reference/html/*
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libtasn1: libtasn1-4.0.ebuild ChangeLog
@ 2014-08-10 19:16 Fabian Groffen (grobian)
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2014-08-10 19:16 UTC (permalink / raw
To: gentoo-commits
grobian 14/08/10 19:16:07
Modified: libtasn1-4.0.ebuild ChangeLog
Log:
Marked ~{ppc,x86}-macos
(Portage version: 2.2.10.1-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path
1.2 dev-libs/libtasn1/libtasn1-4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild?r1=1.1&r2=1.2
Index: libtasn1-4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtasn1-4.0.ebuild 26 Jun 2014 18:51:44 -0000 1.1
+++ libtasn1-4.0.ebuild 10 Aug 2014 19:16:07 -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/dev-libs/libtasn1/libtasn1-4.0.ebuild,v 1.1 2014/06/26 18:51:44 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild,v 1.2 2014/08/10 19:16:07 grobian Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="GPL-3 LGPL-2.1"
SLOT="0/6" # subslot = libtasn1 soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc static-libs"
DEPEND=">=dev-lang/perl-5.6
1.214 dev-libs/libtasn1/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.214&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.214&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?r1=1.213&r2=1.214
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog 5 Jul 2014 12:55:55 -0000 1.213
+++ ChangeLog 10 Aug 2014 19:16:07 -0000 1.214
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libtasn1
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.213 2014/07/05 12:55:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.214 2014/08/10 19:16:07 grobian Exp $
+
+ 10 Aug 2014; Fabian Groffen <grobian@gentoo.org> libtasn1-4.0.ebuild:
+ Marked ~{ppc,x86}-macos
05 Jul 2014; Agostino Sarubbo <ago@gentoo.org> libtasn1-3.6.ebuild:
Stable for sparc, wrt bug #511536
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-11 21:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 19:16 [gentoo-commits] gentoo-x86 commit in dev-libs/libtasn1: libtasn1-4.0.ebuild ChangeLog Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2014-06-26 18:51 Alon Bar-Lev (alonbl)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox