diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-12-22 22:33:08 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-12-22 22:33:08 +0000 |
commit | 0ec9f9aed762586b39e31847427407a7946a16c3 (patch) | |
tree | 896522ce48cc1c49db357091a287b3dcd5365cb5 | |
parent | Version bump (diff) | |
download | gentoo-2-0ec9f9aed762586b39e31847427407a7946a16c3.tar.gz gentoo-2-0ec9f9aed762586b39e31847427407a7946a16c3.tar.bz2 gentoo-2-0ec9f9aed762586b39e31847427407a7946a16c3.zip |
Remove older versions
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.27.ebuild | 48 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.28.ebuild | 54 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild | 48 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild | 50 |
5 files changed, 6 insertions, 201 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index f7b925f28784..6fe810f68726 100644 --- a/net-libs/libmicrohttpd/ChangeLog +++ b/net-libs/libmicrohttpd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libmicrohttpd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.55 2013/12/22 22:31:05 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.56 2013/12/22 22:33:08 blueness Exp $ + + 22 Dec 2013; Anthony G. Basile <blueness@gentoo.org> + -libmicrohttpd-0.9.27.ebuild, -libmicrohttpd-0.9.28.ebuild, + -libmicrohttpd-0.9.30.ebuild, -libmicrohttpd-0.9.31.ebuild: + Remove older versions *libmicrohttpd-0.9.33 (22 Dec 2013) diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.27.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.27.ebuild deleted file mode 100644 index c852a5865cd1..000000000000 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.27.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.27.ebuild,v 1.7 2013/07/20 15:34:32 jer Exp $ - -EAPI="5" - -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 arm ~hppa ~mips ppc ppc64 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 \ - --enable-bauth \ - --enable-dauth \ - $(use_enable test curl) \ - $(use_enable messages) \ - $(use_enable messages postprocessor) \ - $(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 {} + -} diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.28.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.28.ebuild deleted file mode 100644 index a8bd84199ef7..000000000000 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.28.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.28.ebuild,v 1.2 2013/11/25 20:57:10 jer Exp $ - -EAPI="5" - -inherit eutils - -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 ~arm ~hppa ~mips ~ppc ~ppc64 ~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_prepare() { - epatch "${FILESDIR}"/${P}-fix-no-messages.patch -} - -src_configure() { - econf \ - --enable-bauth \ - --enable-dauth \ - $(use_enable test curl) \ - $(use_enable messages) \ - $(use_enable messages postprocessor) \ - $(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 {} + -} diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild deleted file mode 100644 index 7082932c2da9..000000000000 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild,v 1.6 2013/12/22 13:13:06 pacho Exp $ - -EAPI="5" - -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 arm ~hppa ~mips ppc ppc64 ~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 \ - --enable-bauth \ - --enable-dauth \ - $(use_enable test curl) \ - $(use_enable messages) \ - $(use_enable messages postprocessor) \ - $(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 {} + -} diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild deleted file mode 100644 index aa2c1b63f153..000000000000 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild,v 1.3 2013/11/25 20:57:10 jer Exp $ - -EAPI="5" - -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="epoll messages ssl static-libs test" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~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 \ - --enable-bauth \ - --enable-dauth \ - --disable-spdy \ - $(use_enable epoll) \ - $(use_enable test curl) \ - $(use_enable messages) \ - $(use_enable messages postprocessor) \ - $(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 {} + -} |