diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-06-25 01:00:17 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-06-25 01:00:17 +0000 |
commit | 288bda53eb2d065052e3c5bffc05cddbb101da8a (patch) | |
tree | 445e6b393c0ea2c64e321c0f904adf21a7a4dff0 /net-libs/libmicrohttpd | |
parent | Fix swap deadlock involving zfs_range_lock() and zvols (diff) | |
download | gentoo-2-288bda53eb2d065052e3c5bffc05cddbb101da8a.tar.gz gentoo-2-288bda53eb2d065052e3c5bffc05cddbb101da8a.tar.bz2 gentoo-2-288bda53eb2d065052e3c5bffc05cddbb101da8a.zip |
Update HOMEPAGE
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libmicrohttpd')
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.20.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index cd4b77047d0e..cdc0bb143801 100644 --- a/net-libs/libmicrohttpd/ChangeLog +++ b/net-libs/libmicrohttpd/ChangeLog @@ -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.14 2012/06/25 00:42:08 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.15 2012/06/25 01:00:16 blueness Exp $ + + 25 Jun 2012; Anthony G. Basile <blueness@gentoo.org> + libmicrohttpd-0.9.19.ebuild, libmicrohttpd-0.9.20.ebuild: + Update HOMEPAGE 25 Jun 2012; Anthony G. Basile <blueness@gentoo.org> metadata.xml: Add myself as maintainer diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild index 250cbfbf3fa6..77577b943e68 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild @@ -1,13 +1,13 @@ # 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.19.ebuild,v 1.4 2012/05/22 22:54:13 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild,v 1.5 2012/06/25 01:00:16 blueness Exp $ -EAPI=4 +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://gnunet.org/libmicrohttpd/" +HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" IUSE="messages ssl static-libs test" diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.20.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.20.ebuild index 106675fd341a..5aa2cf85b7b0 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.20.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.20.ebuild @@ -1,13 +1,13 @@ # 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.20.ebuild,v 1.1 2012/06/09 22:35:42 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.20.ebuild,v 1.2 2012/06/25 01:00:17 blueness Exp $ -EAPI=4 +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://gnunet.org/libmicrohttpd/" +HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" IUSE="messages ssl static-libs test" |