summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2014-03-15 16:10:09 +0000
committerJulian Ospald <hasufell@gentoo.org>2014-03-15 16:10:09 +0000
commit02aa3b53d83607948e2cadc3d0b95d0eefe998df (patch)
tree367340c0e29c5063cd56edc722f8e0f0d9e8449f /dev-libs/libuv
parentversion bump (diff)
downloadgentoo-2-02aa3b53d83607948e2cadc3d0b95d0eefe998df.tar.gz
gentoo-2-02aa3b53d83607948e2cadc3d0b95d0eefe998df.tar.bz2
gentoo-2-02aa3b53d83607948e2cadc3d0b95d0eefe998df.zip
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)
Diffstat (limited to 'dev-libs/libuv')
-rw-r--r--dev-libs/libuv/ChangeLog10
-rw-r--r--dev-libs/libuv/libuv-0.11.10.ebuild33
-rw-r--r--dev-libs/libuv/libuv-0.11.12.ebuild33
-rw-r--r--dev-libs/libuv/libuv-0.11.13.ebuild33
-rw-r--r--dev-libs/libuv/libuv-0.11.16.ebuild35
-rw-r--r--dev-libs/libuv/libuv-0.11.18.ebuild35
-rw-r--r--dev-libs/libuv/libuv-0.11.22.ebuild (renamed from dev-libs/libuv/libuv-0.11.21.ebuild)4
-rw-r--r--dev-libs/libuv/libuv-0.11.6.ebuild34
-rw-r--r--dev-libs/libuv/libuv-0.11.8.ebuild33
9 files changed, 11 insertions, 239 deletions
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 <hasufell@gentoo.org> -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.22.ebuild
index 335d1a82c9ca..559b92a61ac3 100644
--- a/dev-libs/libuv/libuv-0.11.21.ebuild
+++ b/dev-libs/libuv/libuv-0.11.22.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $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
@@ -11,7 +11,7 @@ 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"
+SLOT="0/11"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
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
-}