diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-08-24 16:35:04 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-08-24 16:35:04 +0000 |
commit | 597d864474e90a5c94414396854f509e7da6dc8c (patch) | |
tree | 1cda095be08833970919dfd95c98a2b91eaf5270 | |
parent | version bump (diff) | |
download | gentoo-2-597d864474e90a5c94414396854f509e7da6dc8c.tar.gz gentoo-2-597d864474e90a5c94414396854f509e7da6dc8c.tar.bz2 gentoo-2-597d864474e90a5c94414396854f509e7da6dc8c.zip |
version bump, rm old
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
-rw-r--r-- | dev-libs/libuv/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libuv/libuv-0.11.22-r1.ebuild | 41 | ||||
-rw-r--r-- | dev-libs/libuv/libuv-0.11.22.ebuild | 35 | ||||
-rw-r--r-- | dev-libs/libuv/libuv-0.11.29.ebuild (renamed from dev-libs/libuv/libuv-0.11.24.ebuild) | 2 |
4 files changed, 8 insertions, 78 deletions
diff --git a/dev-libs/libuv/ChangeLog b/dev-libs/libuv/ChangeLog index 081591e70388..98802ae81db6 100644 --- a/dev-libs/libuv/ChangeLog +++ b/dev-libs/libuv/ChangeLog @@ -1,6 +1,12 @@ # 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.24 2014/08/21 12:51:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.25 2014/08/24 16:35:04 hasufell Exp $ + +*libuv-0.11.29 (24 Aug 2014) + + 24 Aug 2014; Julian Ospald <hasufell@gentoo.org> -libuv-0.11.22.ebuild, + -libuv-0.11.22-r1.ebuild, -libuv-0.11.24.ebuild, +libuv-0.11.29.ebuild: + version bump, rm old 21 Aug 2014; Raúl Porcel <armin76@gentoo.org> libuv-0.11.22.ebuild, libuv-0.11.22-r1.ebuild, libuv-0.11.24.ebuild, libuv-0.11.25-r1.ebuild, diff --git a/dev-libs/libuv/libuv-0.11.22-r1.ebuild b/dev-libs/libuv/libuv-0.11.22-r1.ebuild deleted file mode 100644 index 8c6f0a6ce49f..000000000000 --- a/dev-libs/libuv/libuv-0.11.22-r1.ebuild +++ /dev/null @@ -1,41 +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.22-r1.ebuild,v 1.5 2014/08/21 12:51:36 armin76 Exp $ - -EAPI=5 - -inherit eutils autotools multilib-minimal - -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 ~arm ~sparc ~x86 ~amd64-linux ~x86-linux" -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 -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ - $(use_enable static-libs static) -} - -multilib_src_test() { - mkdir "${BUILD_DIR}"/test || die - cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die - default -} - -multilib_src_install_all() { - einstalldocs - prune_libtool_files -} diff --git a/dev-libs/libuv/libuv-0.11.22.ebuild b/dev-libs/libuv/libuv-0.11.22.ebuild deleted file mode 100644 index 6b41904d485c..000000000000 --- a/dev-libs/libuv/libuv-0.11.22.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.22.ebuild,v 1.3 2014/08/21 12:51:36 armin76 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 ~arm ~sparc ~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.24.ebuild b/dev-libs/libuv/libuv-0.11.29.ebuild index 497164c5d85e..ed0ce1d400e7 100644 --- a/dev-libs/libuv/libuv-0.11.24.ebuild +++ b/dev-libs/libuv/libuv-0.11.29.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.24.ebuild,v 1.2 2014/08/21 12:51:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-0.11.29.ebuild,v 1.1 2014/08/24 16:35:04 hasufell Exp $ EAPI=5 |