From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgcrypt: ChangeLog libgcrypt-1.4.6.ebuild
Date: Thu, 15 Jul 2010 22:26:17 +0000 (UTC) [thread overview]
Message-ID: <20100715222617.CB5612CE14@corvid.gentoo.org> (raw)
arfrever 10/07/15 22:26:17
Modified: ChangeLog
Added: libgcrypt-1.4.6.ebuild
Log:
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.134 dev-libs/libgcrypt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/ChangeLog?r1=1.133&r2=1.134
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog 7 Mar 2010 12:27:37 -0000 1.133
+++ ChangeLog 15 Jul 2010 22:26:17 -0000 1.134
@@ -1,6 +1,14 @@
# ChangeLog for dev-libs/libgcrypt
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.133 2010/03/07 12:27:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.134 2010/07/15 22:26:17 arfrever Exp $
+
+*libgcrypt-1.4.6 (15 Jul 2010)
+
+ 15 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -libgcrypt-1.4.0-r1.ebuild, -files/libgcrypt-1.4.0-HMAC-SHA-384-512.patch,
+ -libgcrypt-1.4.3-r1.ebuild, -files/libgcrypt-1.4.3-HMAC-SHA-384-512.patch,
+ -libgcrypt-1.4.4.ebuild, +libgcrypt-1.4.6.ebuild, metadata.xml:
+ Version bump.
07 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
libgcrypt-1.4.5.ebuild:
1.1 dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild?rev=1.1&content-type=text/plain
Index: libgcrypt-1.4.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild,v 1.1 2010/07/15 22:26:17 arfrever Exp $
EAPI="2"
inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
HOMEPAGE="http://www.gnupg.org/"
SRC_URI="mirror://gnupg/libgcrypt/${P}.tar.bz2
ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-libs/libgpg-error-1.5"
DEPEND="${RDEPEND}"
src_prepare() {
epunt_cxx
}
src_configure() {
# --disable-padlock-support for bug #201917
econf \
--disable-padlock-support \
--disable-dependency-tracking \
--with-pic \
--enable-noexecstack
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README* THANKS TODO
}
next reply other threads:[~2010-07-15 22:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-15 22:26 Arfrever Frehtes Taifersar Arahesis (arfrever) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-08-30 18:31 [gentoo-commits] gentoo-x86 commit in dev-libs/libgcrypt: ChangeLog libgcrypt-1.4.6.ebuild Patrick Lauer (patrick)
2010-09-13 23:08 Markos Chandras (hwoarang)
2010-09-14 3:24 PaweA Hajdan (phajdan.jr)
2010-09-18 16:00 Raul Porcel (armin76)
2010-09-30 20:18 Brent Baude (ranger)
2010-10-15 17:00 Jeroen Roovers (jer)
2010-10-16 15:16 Jeroen Roovers (jer)
2011-01-16 19:47 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-01-21 2:12 Robin H. Johnson (robbat2)
2011-01-29 17:32 Arfrever Frehtes Taifersar Arahesis (arfrever)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100715222617.CB5612CE14@corvid.gentoo.org \
--to=arfrever@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox