public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: libmicrohttpd-0.9.22.ebuild ChangeLog
@ 2012-09-15  1:43 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-15  1:43 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/15 01:43:03

  Modified:             ChangeLog
  Added:                libmicrohttpd-0.9.22.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 net-libs/libmicrohttpd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	20 Jul 2012 20:00:25 -0000	1.16
+++ ChangeLog	15 Sep 2012 01:43:03 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libmicrohttpd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.16 2012/07/20 20:00:25 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.17 2012/09/15 01:43:03 blueness Exp $
+
+*libmicrohttpd-0.9.22 (15 Sep 2012)
+
+  15 Sep 2012; Anthony G. Basile <blueness@gentoo.org>
+  +libmicrohttpd-0.9.22.ebuild:
+  Version bump
 
 *libmicrohttpd-0.9.21 (20 Jul 2012)
 



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

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

Index: libmicrohttpd-0.9.22.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild,v 1.1 2012/09/15 01:43:03 blueness Exp $

EAPI="4"

MY_P="${P/_/}"

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

IUSE="messages ssl static-libs test"
KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-2.1"
SLOT="0"

RDEPEND="ssl? (
		dev-libs/libgcrypt
		net-libs/gnutls
	)"

DEPEND="${RDEPEND}
	test?	(
		ssl? ( >=net-misc/curl-7.25.0-r1[ssl] )
	)"

S=${WORKDIR}/${MY_P}

DOCS="AUTHORS NEWS README ChangeLog"

src_configure() {
	econf \
		$(use_enable test curl) \
		$(use_enable messages) \
		$(use_enable ssl https) \
		$(use_with ssl gnutls) \
		$(use_enable static-libs static)
}

src_install() {
	default

	use static-libs || find "${ED}" -name '*.la' -exec rm -f {} +
}





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

* [gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: libmicrohttpd-0.9.22.ebuild ChangeLog
@ 2012-09-30 23:43 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-30 23:43 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/30 23:43:38

  Modified:             libmicrohttpd-0.9.22.ebuild ChangeLog
  Log:
  keyword ~arm, bug #436728
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild

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

Index: libmicrohttpd-0.9.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libmicrohttpd-0.9.22.ebuild	15 Sep 2012 01:43:03 -0000	1.1
+++ libmicrohttpd-0.9.22.ebuild	30 Sep 2012 23:43:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild,v 1.1 2012/09/15 01:43:03 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild,v 1.2 2012/09/30 23:43:38 blueness Exp $
 
 EAPI="4"
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 IUSE="messages ssl static-libs test"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 



1.19                 net-libs/libmicrohttpd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	15 Sep 2012 15:07:20 -0000	1.18
+++ ChangeLog	30 Sep 2012 23:43:38 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libmicrohttpd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.18 2012/09/15 15:07:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.19 2012/09/30 23:43:38 blueness Exp $
+
+  30 Sep 2012; Anthony G. Basile <blueness@gentoo.org>
+  libmicrohttpd-0.9.22.ebuild:
+  keyword ~arm, bug #436728
 
   15 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.21.ebuild:
   Stable for amd64, wrt bug #433327
@@ -92,4 +96,3 @@
   +libmicrohttpd-0.9.0.ebuild, +metadata.xml:
   New ebuild for bug #224165. Thanks to rpansky, Adam Coyne, candrews and
   others
-





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

* [gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: libmicrohttpd-0.9.22.ebuild ChangeLog
@ 2012-10-01  1:09 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-10-01  1:09 UTC (permalink / raw
  To: gentoo-commits

blueness    12/10/01 01:09:26

  Modified:             libmicrohttpd-0.9.22.ebuild ChangeLog
  Log:
  keyword ~mips ~ppc ~ppc64
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild

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

Index: libmicrohttpd-0.9.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libmicrohttpd-0.9.22.ebuild	30 Sep 2012 23:43:38 -0000	1.2
+++ libmicrohttpd-0.9.22.ebuild	1 Oct 2012 01:09:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild,v 1.2 2012/09/30 23:43:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild,v 1.3 2012/10/01 01:09:26 blueness Exp $
 
 EAPI="4"
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 IUSE="messages ssl static-libs test"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 



1.20                 net-libs/libmicrohttpd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	30 Sep 2012 23:43:38 -0000	1.19
+++ ChangeLog	1 Oct 2012 01:09:26 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libmicrohttpd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.19 2012/09/30 23:43:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.20 2012/10/01 01:09:26 blueness Exp $
+
+  01 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
+  libmicrohttpd-0.9.22.ebuild:
+  keyword ~mips ~ppc ~ppc64
 
   30 Sep 2012; Anthony G. Basile <blueness@gentoo.org>
   libmicrohttpd-0.9.22.ebuild:





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

end of thread, other threads:[~2012-10-01  1:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-15  1:43 [gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: libmicrohttpd-0.9.22.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-30 23:43 Anthony G. Basile (blueness)
2012-10-01  1:09 Anthony G. Basile (blueness)

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