From 02aa3b53d83607948e2cadc3d0b95d0eefe998df Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 15 Mar 2014 16:10:09 +0000 Subject: version bump (fixes bug #504542), add subslot, remove old (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020) --- dev-libs/libuv/ChangeLog | 10 +++++++++- dev-libs/libuv/libuv-0.11.10.ebuild | 33 --------------------------------- dev-libs/libuv/libuv-0.11.12.ebuild | 33 --------------------------------- dev-libs/libuv/libuv-0.11.13.ebuild | 33 --------------------------------- dev-libs/libuv/libuv-0.11.16.ebuild | 35 ----------------------------------- dev-libs/libuv/libuv-0.11.18.ebuild | 35 ----------------------------------- dev-libs/libuv/libuv-0.11.21.ebuild | 35 ----------------------------------- dev-libs/libuv/libuv-0.11.22.ebuild | 35 +++++++++++++++++++++++++++++++++++ dev-libs/libuv/libuv-0.11.6.ebuild | 34 ---------------------------------- dev-libs/libuv/libuv-0.11.8.ebuild | 33 --------------------------------- 10 files changed, 44 insertions(+), 272 deletions(-) delete mode 100644 dev-libs/libuv/libuv-0.11.10.ebuild delete mode 100644 dev-libs/libuv/libuv-0.11.12.ebuild delete mode 100644 dev-libs/libuv/libuv-0.11.13.ebuild delete mode 100644 dev-libs/libuv/libuv-0.11.16.ebuild delete mode 100644 dev-libs/libuv/libuv-0.11.18.ebuild delete mode 100644 dev-libs/libuv/libuv-0.11.21.ebuild create mode 100644 dev-libs/libuv/libuv-0.11.22.ebuild delete mode 100644 dev-libs/libuv/libuv-0.11.6.ebuild delete mode 100644 dev-libs/libuv/libuv-0.11.8.ebuild (limited to 'dev-libs/libuv') diff --git a/dev-libs/libuv/ChangeLog b/dev-libs/libuv/ChangeLog index eb2ac25bd933..e3dfeb47e195 100644 --- a/dev-libs/libuv/ChangeLog +++ b/dev-libs/libuv/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-libs/libuv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.12 2014/02/27 14:20:55 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.13 2014/03/15 16:10:09 hasufell Exp $ + +*libuv-0.11.22 (15 Mar 2014) + + 15 Mar 2014; Julian Ospald -libuv-0.11.6.ebuild, + -libuv-0.11.8.ebuild, -libuv-0.11.10.ebuild, -libuv-0.11.12.ebuild, + -libuv-0.11.13.ebuild, -libuv-0.11.16.ebuild, -libuv-0.11.18.ebuild, + -libuv-0.11.21.ebuild, +libuv-0.11.22.ebuild: + version bump (fixes bug #504542), add subslot, remove old *libuv-0.11.21 (27 Feb 2014) diff --git a/dev-libs/libuv/libuv-0.11.10.ebuild b/dev-libs/libuv/libuv-0.11.10.ebuild deleted file mode 100644 index 263b91ac2819..000000000000 --- a/dev-libs/libuv/libuv-0.11.10.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-0.11.10.ebuild,v 1.1 2013/08/26 01:11:15 hasufell Exp $ - -EAPI=5 - -inherit eutils autotools - -DESCRIPTION="A new platform layer for Node" -HOMEPAGE="https://github.com/joyent/libuv" -SRC_URI="https://github.com/joyent/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD BSD-2 ISC MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -src_prepare() { - echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \ - > m4/libuv-extra-automake-flags.m4 || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} diff --git a/dev-libs/libuv/libuv-0.11.12.ebuild b/dev-libs/libuv/libuv-0.11.12.ebuild deleted file mode 100644 index 629e65027502..000000000000 --- a/dev-libs/libuv/libuv-0.11.12.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-0.11.12.ebuild,v 1.1 2013/09/03 22:57:24 hasufell Exp $ - -EAPI=5 - -inherit eutils autotools - -DESCRIPTION="A new platform layer for Node" -HOMEPAGE="https://github.com/joyent/libuv" -SRC_URI="https://github.com/joyent/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD BSD-2 ISC MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -src_prepare() { - echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \ - > m4/libuv-extra-automake-flags.m4 || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} diff --git a/dev-libs/libuv/libuv-0.11.13.ebuild b/dev-libs/libuv/libuv-0.11.13.ebuild deleted file mode 100644 index 3a0b56754799..000000000000 --- a/dev-libs/libuv/libuv-0.11.13.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-0.11.13.ebuild,v 1.1 2013/10/03 12:40:49 hasufell Exp $ - -EAPI=5 - -inherit eutils autotools - -DESCRIPTION="A new platform layer for Node" -HOMEPAGE="https://github.com/joyent/libuv" -SRC_URI="https://github.com/joyent/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD BSD-2 ISC MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -src_prepare() { - echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \ - > m4/libuv-extra-automake-flags.m4 || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} diff --git a/dev-libs/libuv/libuv-0.11.16.ebuild b/dev-libs/libuv/libuv-0.11.16.ebuild deleted file mode 100644 index 12b239dc1209..000000000000 --- a/dev-libs/libuv/libuv-0.11.16.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-0.11.16.ebuild,v 1.1 2013/12/14 12:15:29 hasufell Exp $ - -EAPI=5 - -inherit eutils autotools - -DESCRIPTION="A new platform layer for Node" -HOMEPAGE="https://github.com/joyent/libuv" -SRC_URI="https://github.com/joyent/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD BSD-2 ISC MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -DEPEND="virtual/pkgconfig" - -src_prepare() { - echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \ - > m4/libuv-extra-automake-flags.m4 || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} diff --git a/dev-libs/libuv/libuv-0.11.18.ebuild b/dev-libs/libuv/libuv-0.11.18.ebuild deleted file mode 100644 index 5faff6cb81b6..000000000000 --- a/dev-libs/libuv/libuv-0.11.18.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-0.11.18.ebuild,v 1.2 2014/02/16 21:17:10 maekke Exp $ - -EAPI=5 - -inherit eutils autotools - -DESCRIPTION="A new platform layer for Node" -HOMEPAGE="https://github.com/joyent/libuv" -SRC_URI="https://github.com/joyent/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD BSD-2 ISC MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="static-libs" - -DEPEND="virtual/pkgconfig" - -src_prepare() { - echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \ - > m4/libuv-extra-automake-flags.m4 || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} diff --git a/dev-libs/libuv/libuv-0.11.21.ebuild b/dev-libs/libuv/libuv-0.11.21.ebuild deleted file mode 100644 index 335d1a82c9ca..000000000000 --- a/dev-libs/libuv/libuv-0.11.21.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-0.11.21.ebuild,v 1.1 2014/02/27 14:20:55 hasufell Exp $ - -EAPI=5 - -inherit eutils autotools - -DESCRIPTION="A new platform layer for Node" -HOMEPAGE="https://github.com/joyent/libuv" -SRC_URI="https://github.com/joyent/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD BSD-2 ISC MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -DEPEND="virtual/pkgconfig" - -src_prepare() { - echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \ - > m4/libuv-extra-automake-flags.m4 || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} diff --git a/dev-libs/libuv/libuv-0.11.22.ebuild b/dev-libs/libuv/libuv-0.11.22.ebuild new file mode 100644 index 000000000000..559b92a61ac3 --- /dev/null +++ b/dev-libs/libuv/libuv-0.11.22.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-0.11.22.ebuild,v 1.1 2014/03/15 16:10:09 hasufell Exp $ + +EAPI=5 + +inherit eutils autotools + +DESCRIPTION="A new platform layer for Node" +HOMEPAGE="https://github.com/joyent/libuv" +SRC_URI="https://github.com/joyent/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD BSD-2 ISC MIT" +SLOT="0/11" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" + +DEPEND="virtual/pkgconfig" + +src_prepare() { + echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \ + > m4/libuv-extra-automake-flags.m4 || die + + eautoreconf +} + +src_configure() { + econf \ + $(use_enable static-libs static) +} + +src_install() { + default + prune_libtool_files +} diff --git a/dev-libs/libuv/libuv-0.11.6.ebuild b/dev-libs/libuv/libuv-0.11.6.ebuild deleted file mode 100644 index e5fb416645fe..000000000000 --- a/dev-libs/libuv/libuv-0.11.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-0.11.6.ebuild,v 1.1 2013/08/01 16:06:11 hasufell Exp $ - -EAPI=5 - -inherit eutils autotools - -DESCRIPTION="A new platform layer for Node" -HOMEPAGE="https://github.com/joyent/libuv" -SRC_URI="https://github.com/joyent/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD BSD-2 ISC MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -src_prepare() { - sed -i \ - -e 's/-Werror//' \ - configure.ac || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} diff --git a/dev-libs/libuv/libuv-0.11.8.ebuild b/dev-libs/libuv/libuv-0.11.8.ebuild deleted file mode 100644 index 52c55ac51b80..000000000000 --- a/dev-libs/libuv/libuv-0.11.8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-0.11.8.ebuild,v 1.4 2013/08/23 10:33:47 hasufell Exp $ - -EAPI=5 - -inherit eutils autotools - -DESCRIPTION="A new platform layer for Node" -HOMEPAGE="https://github.com/joyent/libuv" -SRC_URI="https://github.com/joyent/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD BSD-2 ISC MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -src_prepare() { - echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \ - > m4/libuv-extra-automake-flags.m4 || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} -- cgit v1.2.3-65-gdbad