diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-03-20 21:42:39 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-03-20 21:42:39 +0000 |
commit | bc762aff5290240647c7baa2aee7b54d0e9f351b (patch) | |
tree | 868aa689292ba8c3530fb4a5d0ff06f951f501e2 /net-libs/libmicrohttpd | |
parent | drop CFLAGS_x86 forcing since the affected profiles dont exist anymore #26523... (diff) | |
download | gentoo-2-bc762aff5290240647c7baa2aee7b54d0e9f351b.tar.gz gentoo-2-bc762aff5290240647c7baa2aee7b54d0e9f351b.tar.bz2 gentoo-2-bc762aff5290240647c7baa2aee7b54d0e9f351b.zip |
Version bump.
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libmicrohttpd')
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.8.ebuild (renamed from net-libs/libmicrohttpd/libmicrohttpd-0.9.4.ebuild) | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index 955cbe50663d..462271231a4c 100644 --- a/net-libs/libmicrohttpd/ChangeLog +++ b/net-libs/libmicrohttpd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/libmicrohttpd -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.4 2010/12/28 18:01:36 chithanh Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.5 2011/03/20 21:42:39 chithanh Exp $ + +*libmicrohttpd-0.9.8 (20 Mar 2011) + + 20 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -libmicrohttpd-0.9.4.ebuild, +libmicrohttpd-0.9.8.ebuild: + Version bump. *libmicrohttpd-0.9.4 (28 Dec 2010) diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.4.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.8.ebuild index c522cb6bf07e..3111e21e3d9a 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.4.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.4.ebuild,v 1.1 2010/12/28 18:01:36 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.8.ebuild,v 1.1 2011/03/20 21:42:39 chithanh Exp $ EAPI=2 @@ -38,8 +38,6 @@ src_configure() { $(use_enable ssl https) \ $(use_with ssl gnutls) } -# SSL is disabled when --enable-https is passed -# messages are disabled when --enable-messages is passed src_compile() { emake || die "emake failed" |