summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libmicrohttpd')
-rw-r--r--net-libs/libmicrohttpd/ChangeLog10
-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"