public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/yngwin:master commit in: dev-libs/libuv/
@ 2014-02-27 14:56 Ben de Groot
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot @ 2014-02-27 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e542305b6158c2ab7e6daa9f6e1fc38eadc15f1f
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 13:23:47 2014 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 13:23:47 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/yngwin.git;a=commit;h=e542305b

dev-libs/libuv version bump

---
 dev-libs/libuv/Manifest             |  1 +
 dev-libs/libuv/libuv-0.11.21.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest
new file mode 100644
index 0000000..cbe23a7
--- /dev/null
+++ b/dev-libs/libuv/Manifest
@@ -0,0 +1 @@
+DIST libuv-0.11.21.tar.gz 380948 SHA256 f8da8e8c76b39550dbc4c5ea6cb99bfe961445079e67b6f5fb8c909fd4a026f9 SHA512 511bec3d69f22c506034705cc97936abda7bfa847ecd367a5063edec917b52c65712249c2a9eccf5ebbbb4b0c1e9c0139c451b27f9b69c2a8c45436e77e3f250 WHIRLPOOL 264597939f38407bc9e4b63c5193891556085b73cc7850eb3a4c8190d8d39750105e1e649978d3860e18b8d27e2738bed807517b9d98d75b22b56f752eec1979

diff --git a/dev-libs/libuv/libuv-0.11.21.ebuild b/dev-libs/libuv/libuv-0.11.21.ebuild
new file mode 100644
index 0000000..2c130c4
--- /dev/null
+++ b/dev-libs/libuv/libuv-0.11.21.ebuild
@@ -0,0 +1,33 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/yngwin:master commit in: dev-libs/libuv/
@ 2014-12-14 10:50 Ben de Groot
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot @ 2014-12-14 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ea3a3d986f8f210b811778a03b8228b6021d4811
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 14 10:48:44 2014 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Sun Dec 14 10:48:44 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/yngwin.git;a=commit;h=ea3a3d98

Remove libuv (updated in gx86)

---
 dev-libs/libuv/Manifest             |  1 -
 dev-libs/libuv/libuv-0.11.21.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest
deleted file mode 100644
index cbe23a7..0000000
--- a/dev-libs/libuv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libuv-0.11.21.tar.gz 380948 SHA256 f8da8e8c76b39550dbc4c5ea6cb99bfe961445079e67b6f5fb8c909fd4a026f9 SHA512 511bec3d69f22c506034705cc97936abda7bfa847ecd367a5063edec917b52c65712249c2a9eccf5ebbbb4b0c1e9c0139c451b27f9b69c2a8c45436e77e3f250 WHIRLPOOL 264597939f38407bc9e4b63c5193891556085b73cc7850eb3a4c8190d8d39750105e1e649978d3860e18b8d27e2738bed807517b9d98d75b22b56f752eec1979

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 2c130c4..0000000
--- a/dev-libs/libuv/libuv-0.11.21.ebuild
+++ /dev/null
@@ -1,33 +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
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/yngwin:master commit in: dev-libs/libuv/
@ 2015-02-18 10:05 Ben de Groot
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot @ 2015-02-18 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     14c83ce3c8cf8641ff85afa2eda84ed380c6c7a1
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 04:49:34 2015 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 04:49:34 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/yngwin.git;a=commit;h=14c83ce3

dev-libs/libuv: remove, since latest release is now in gx86

---
 dev-libs/libuv/Manifest           |  1 -
 dev-libs/libuv/libuv-1.4.0.ebuild | 48 ---------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest
deleted file mode 100644
index 07eeb3c..0000000
--- a/dev-libs/libuv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libuv-1.4.0.tar.gz 1017114 SHA256 fbb26b0384cae834b987c58e4c703b84b3d0f88445989877b8b594294f42fbc9 SHA512 e12313b6b0bd52a25e1a31d33fc71d2307f43688e6ca16146962a1c8e139a0b9f21451c46bf5704489213b53f2c307a4e332ab6ee3e720625f3fe0fd48bf7d14 WHIRLPOOL dce2d9c2238a9dceb61cd82828356d5688d51389d127954ad224da08bd48b81965fcf58cfa98b9dbfc1fb6af7c212b073081eaa6ea01e1945ef358fdfb27c095

diff --git a/dev-libs/libuv/libuv-1.4.0.ebuild b/dev-libs/libuv/libuv-1.4.0.ebuild
deleted file mode 100644
index a5a2f94..0000000
--- a/dev-libs/libuv/libuv-1.4.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-1.2.1-r1.ebuild,v 1.1 2015/01/16 15:47:31 hasufell Exp $
-
-EAPI=5
-
-inherit eutils autotools multilib-minimal
-
-DESCRIPTION="A new platform layer for Node"
-HOMEPAGE="https://github.com/libuv/libuv"
-SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD BSD-2 ISC MIT"
-SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-DEPEND="
-	sys-devel/libtool
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
-		> m4/libuv-extra-automake-flags.m4 || die
-
-	sed -i \
-		-e '/CC_CHECK_CFLAGS_APPEND(\[-g\])/d' \
-		configure.ac || die "fixing CFLAGS failed!"
-
-	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
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-18 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 14:56 [gentoo-commits] dev/yngwin:master commit in: dev-libs/libuv/ Ben de Groot
  -- strict thread matches above, loose matches on Subject: below --
2014-12-14 10:50 Ben de Groot
2015-02-18 10:05 Ben de Groot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox