public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/liberasurecode: liberasurecode-1.0.8.ebuild ChangeLog
@ 2015-07-23  5:14 Matt Thode (prometheanfire)
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Thode (prometheanfire) @ 2015-07-23  5:14 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    15/07/23 05:14:28

  Modified:             ChangeLog
  Added:                liberasurecode-1.0.8.ebuild
  Log:
  bup, also fixing bug 549048
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.4                  dev-libs/liberasurecode/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	18 Jul 2015 12:06:46 -0000	1.3
+++ ChangeLog	23 Jul 2015 05:14:28 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/liberasurecode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v 1.3 2015/07/18 12:06:46 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v 1.4 2015/07/23 05:14:28 prometheanfire Exp $
+
+*liberasurecode-1.0.8 (23 Jul 2015)
+
+  23 Jul 2015; Matthew Thode <prometheanfire@gentoo.org>
+  +liberasurecode-1.0.8.ebuild:
+  bup, also fixing bug 549048
 
   18 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> liberasurecode-1.0.7.ebuild:
   amd64 stable wrt bug #554284



1.1                  dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild?rev=1.1&content-type=text/plain

Index: liberasurecode-1.0.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild,v 1.1 2015/07/23 05:14:28 prometheanfire Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION="Erasure Code API library written in C with pluggable Erasure Code backends."
HOMEPAGE="https://bitbucket.org/tsg-/liberasurecode/overview"
SRC_URI="https://bitbucket.org/tsg-/${PN}/get/v${PV}.tar.gz -> ${P}.tar.gz"
CUSTOM_VERSION="f61e907d2bbc"
S="${WORKDIR}/tsg--${PN}-${CUSTOM_VERSION}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=""
DEPEND="sys-devel/autoconf"

src_prepare() {
	autoreconf -i -v || die "autoconf failed"
}

src_configure() {
	econf
}

src_install() {
	emake DESTDIR="${D}" install
}





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/liberasurecode: liberasurecode-1.0.8.ebuild ChangeLog
@ 2015-07-31 15:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-31 15:12 UTC (permalink / raw
  To: gentoo-commits

ago         15/07/31 15:12:46

  Modified:             liberasurecode-1.0.8.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #556020
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild?r1=1.1&r2=1.2

Index: liberasurecode-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liberasurecode-1.0.8.ebuild	23 Jul 2015 05:14:28 -0000	1.1
+++ liberasurecode-1.0.8.ebuild	31 Jul 2015 15:12:46 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild,v 1.1 2015/07/23 05:14:28 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild,v 1.2 2015/07/31 15:12:46 ago Exp $
 
 EAPI=5
 inherit toolchain-funcs
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=""



1.6                  dev-libs/liberasurecode/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	29 Jul 2015 17:52:58 -0000	1.5
+++ ChangeLog	31 Jul 2015 15:12:46 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/liberasurecode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v 1.5 2015/07/29 17:52:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v 1.6 2015/07/31 15:12:46 ago Exp $
+
+  31 Jul 2015; Agostino Sarubbo <ago@gentoo.org> liberasurecode-1.0.8.ebuild:
+  Stable for amd64, wrt bug #556020
 
   29 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> liberasurecode-1.0.7.ebuild:
   x86 stable wrt bug #554284





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/liberasurecode: liberasurecode-1.0.8.ebuild ChangeLog
@ 2015-08-02 18:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-08-02 18:47 UTC (permalink / raw
  To: gentoo-commits

ago         15/08/02 18:47:37

  Modified:             liberasurecode-1.0.8.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #556020
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild?r1=1.2&r2=1.3

Index: liberasurecode-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- liberasurecode-1.0.8.ebuild	31 Jul 2015 15:12:46 -0000	1.2
+++ liberasurecode-1.0.8.ebuild	2 Aug 2015 18:47:37 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild,v 1.2 2015/07/31 15:12:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild,v 1.3 2015/08/02 18:47:37 ago Exp $
 
 EAPI=5
 inherit toolchain-funcs
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=""



1.7                  dev-libs/liberasurecode/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	31 Jul 2015 15:12:46 -0000	1.6
+++ ChangeLog	2 Aug 2015 18:47:37 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/liberasurecode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v 1.6 2015/07/31 15:12:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v 1.7 2015/08/02 18:47:37 ago Exp $
+
+  02 Aug 2015; Agostino Sarubbo <ago@gentoo.org> liberasurecode-1.0.8.ebuild:
+  Stable for x86, wrt bug #556020
 
   31 Jul 2015; Agostino Sarubbo <ago@gentoo.org> liberasurecode-1.0.8.ebuild:
   Stable for amd64, wrt bug #556020





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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31 15:12 [gentoo-commits] gentoo-x86 commit in dev-libs/liberasurecode: liberasurecode-1.0.8.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-08-02 18:47 Agostino Sarubbo (ago)
2015-07-23  5:14 Matt Thode (prometheanfire)

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