public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: metadata.xml ChangeLog libmicrohttpd-0.9.0.ebuild
@ 2010-08-14 14:22 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 2+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-08-14 14:22 UTC (permalink / raw
  To: gentoo-commits

chithanh    10/08/14 14:22:40

  Added:                metadata.xml ChangeLog libmicrohttpd-0.9.0.ebuild
  Log:
  New ebuild for bug #224165.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-libs/libmicrohttpd/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>no-herd</herd>
	<maintainer>
		<email>chithanh@gentoo.org</email>
		<name>Chí-Thanh Christopher Nguyễn</name>
	</maintainer>
</pkgmetadata>




1.1                  net-libs/libmicrohttpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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.1 2010/08/14 14:22:40 chithanh Exp $

*libmicrohttpd-0.9.0 (14 Aug 2010)

  14 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +libmicrohttpd-0.9.0.ebuild, +metadata.xml:
  New ebuild for bug #224165. Thanks to rpansky, Adam Coyne, candrews and
  others




1.1                  net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild?rev=1.1&content-type=text/plain

Index: libmicrohttpd-0.9.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild,v 1.1 2010/08/14 14:22:40 chithanh Exp $

EAPI=2

MY_P=${P/_/}

DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application."
HOMEPAGE="http://gnunet.org/libmicrohttpd/"
SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"

IUSE="ssl"
KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-2.1"
SLOT="0"

DEPEND="ssl? (
		>=dev-libs/libgcrypt-1.2.2
		net-libs/gnutls
	)
	>=net-misc/curl-7.16.4"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

src_configure() {
	econf \
		--enable-curl \
		$(use_enable ssl https) \
		$(use_with ssl gnutls)
}

src_compile() {
	emake || die "emake failed"
}

src_install() {
	emake install DESTDIR="${D}" || die "make install failed"
	dodoc AUTHORS NEWS README ChangeLog || die
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: metadata.xml ChangeLog libmicrohttpd-0.9.0.ebuild
@ 2010-09-18 22:13 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 2+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-09-18 22:13 UTC (permalink / raw
  To: gentoo-commits

chithanh    10/09/18 22:13:05

  Modified:             metadata.xml ChangeLog libmicrohttpd-0.9.0.ebuild
  Log:
  Add USE flag for messages, bug #224165
  
  (Portage version: 2.2_rc81/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-libs/libmicrohttpd/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	14 Aug 2010 14:22:40 -0000	1.1
+++ metadata.xml	18 Sep 2010 22:13:05 -0000	1.2
@@ -6,5 +6,8 @@
 		<email>chithanh@gentoo.org</email>
 		<name>Chí-Thanh Christopher Nguyễn</name>
 	</maintainer>
+	<use>
+		<flag name='messages'>enable error messages</flag>
+	</use>
 </pkgmetadata>
 



1.2                  net-libs/libmicrohttpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	14 Aug 2010 14:22:40 -0000	1.1
+++ ChangeLog	18 Sep 2010 22:13:05 -0000	1.2
@@ -1,6 +1,10 @@
 # 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.1 2010/08/14 14:22:40 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.2 2010/09/18 22:13:05 chithanh Exp $
+
+  18 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  libmicrohttpd-0.9.0.ebuild, metadata.xml:
+  Add USE flag for messages, bug #224165
 
 *libmicrohttpd-0.9.0 (14 Aug 2010)
 



1.2                  net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild?r1=1.1&r2=1.2

Index: libmicrohttpd-0.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libmicrohttpd-0.9.0.ebuild	14 Aug 2010 14:22:40 -0000	1.1
+++ libmicrohttpd-0.9.0.ebuild	18 Sep 2010 22:13:05 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild,v 1.1 2010/08/14 14:22:40 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.0.ebuild,v 1.2 2010/09/18 22:13:05 chithanh Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://gnunet.org/libmicrohttpd/"
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
-IUSE="ssl"
+IUSE="messages ssl"
 KEYWORDS="~amd64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -27,6 +27,7 @@
 src_configure() {
 	econf \
 		--enable-curl \
+		$(use_enable messages) \
 		$(use_enable ssl https) \
 		$(use_with ssl gnutls)
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-18 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-14 14:22 [gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: metadata.xml ChangeLog libmicrohttpd-0.9.0.ebuild Chi-Thanh Christopher Nguyen (chithanh)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-18 22:13 Chi-Thanh Christopher Nguyen (chithanh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox