diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-26 16:39:50 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-26 16:39:50 +0000 |
commit | fcfc7968814100c44d434e47cc5cf868634df6a3 (patch) | |
tree | 54e9e710357e0e3862cc8702243b0b9b123037f6 /net-libs | |
parent | Stable for x86, wrt bug #448660 (diff) | |
download | gentoo-2-fcfc7968814100c44d434e47cc5cf868634df6a3.tar.gz gentoo-2-fcfc7968814100c44d434e47cc5cf868634df6a3.tar.bz2 gentoo-2-fcfc7968814100c44d434e47cc5cf868634df6a3.zip |
Remove older versions
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild | 49 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.20.ebuild | 48 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild | 45 |
4 files changed, 6 insertions, 143 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index 80dbed47e790..18d3f4a3911c 100644 --- a/net-libs/libmicrohttpd/ChangeLog +++ b/net-libs/libmicrohttpd/ChangeLog @@ -1,6 +1,11 @@ # 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.27 2012/12/26 16:36:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.28 2012/12/26 16:39:50 blueness Exp $ + + 26 Dec 2012; Anthony G. Basile <blueness@gentoo.org> + -libmicrohttpd-0.9.19.ebuild, -libmicrohttpd-0.9.20.ebuild, + -libmicrohttpd-0.9.22.ebuild: + Remove older versions 26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.23.ebuild: Stable for x86, wrt bug #448660 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild deleted file mode 100644 index 77577b943e68..000000000000 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.19.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# 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.5 2012/06/25 01:00:16 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 - ) - net-misc/curl" -# Some tests fail if curl is built against nss, bug #334067 -DEPEND="${RDEPEND} - test? ( - ssl? ( || ( - >=net-misc/curl-7.21[ssl,-nss] - >=net-misc/curl-7.21[ssl,gnutls] - ) ) - )" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS NEWS README ChangeLog" - -src_configure() { - econf \ - --enable-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 {} + -} diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.20.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.20.ebuild deleted file mode 100644 index 5aa2cf85b7b0..000000000000 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.20.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.2 2012/06/25 01:00:17 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 - )" -# Some tests fail if curl is built against nss, bug #334067 -DEPEND="${RDEPEND} - test? ( - ssl? ( || ( - >=net-misc/curl-7.21[ssl,-nss(-),-curl_ssl_nss(-)] - >=net-misc/curl-7.21[ssl,gnutls] - ) ) - )" - -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 {} + -} diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild deleted file mode 100644 index 1612a430e64f..000000000000 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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.3 2012/10/01 01:09:26 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 ~arm ~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 \ - $(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 {} + -} |