* [gentoo-commits] gentoo-x86 commit in dev-libs/uthash: uthash-1.9.7.ebuild ChangeLog
@ 2012-10-16 20:58 Markos Chandras (hwoarang)
0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-10-16 20:58 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/10/16 20:58:55
Modified: ChangeLog
Added: uthash-1.9.7.ebuild
Log:
Version bump. Bug #438514
(Portage version: 2.1.11.27/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Revision Changes Path
1.4 dev-libs/uthash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 5 May 2012 08:33:03 -0000 1.3
+++ ChangeLog 16 Oct 2012 20:58:55 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/uthash
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.3 2012/05/05 08:33:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.4 2012/10/16 20:58:55 hwoarang Exp $
+
+*uthash-1.9.7 (16 Oct 2012)
+
+ 16 Oct 2012; Markos Chandras <hwoarang@gentoo.org> +uthash-1.9.7.ebuild:
+ Version bump. Bug #438514
*uthash-1.9.6 (05 May 2012)
@@ -17,4 +22,3 @@
14 Nov 2011; Markos Chandras <hwoarang@gentoo.org> +uthash-1.9.4.ebuild,
+metadata.xml:
Initial commit. Thanks to Johan Bergström <bugs@bergstroem.nu>. Bug #205911
-
1.1 dev-libs/uthash/uthash-1.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?rev=1.1&content-type=text/plain
Index: uthash-1.9.7.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.1 2012/10/16 20:58:55 hwoarang Exp $
EAPI="4"
inherit toolchain-funcs
DESCRIPTION="An easy-to-use hash implementation for C programmers"
HOMEPAGE="http://uthash.sourceforge.net"
SRC_URI="mirror://sourceforge/uthash/${P}.tar.bz2"
LICENSE="BSD-1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="test"
DEPEND="test? ( dev-lang/perl )"
RDEPEND=""
src_test() {
cd tests
sed -i "/CFLAGS/s/-O3/${CFLAGS}/" Makefile || die "sed cflags failed"
emake CC="$(tc-getCC)"
}
src_install() {
insinto /usr/include
doins src/*.h || die "doins failed"
dodoc doc/txt/{ChangeLog,userguide,ut*}.txt
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/uthash: uthash-1.9.7.ebuild ChangeLog
@ 2012-12-22 9:26 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-22 9:26 UTC (permalink / raw
To: gentoo-commits
ago 12/12/22 09:26:27
Modified: uthash-1.9.7.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #445588
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 dev-libs/uthash/uthash-1.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?r1=1.1&r2=1.2
Index: uthash-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uthash-1.9.7.ebuild 16 Oct 2012 20:58:55 -0000 1.1
+++ uthash-1.9.7.ebuild 22 Dec 2012 09:26:27 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.1 2012/10/16 20:58:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.2 2012/12/22 09:26:27 ago Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="BSD-1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
IUSE="test"
DEPEND="test? ( dev-lang/perl )"
1.5 dev-libs/uthash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 16 Oct 2012 20:58:55 -0000 1.4
+++ ChangeLog 22 Dec 2012 09:26:27 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/uthash
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.4 2012/10/16 20:58:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.5 2012/12/22 09:26:27 ago Exp $
+
+ 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> uthash-1.9.7.ebuild:
+ Stable for amd64, wrt bug #445588
*uthash-1.9.7 (16 Oct 2012)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/uthash: uthash-1.9.7.ebuild ChangeLog
@ 2012-12-22 13:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-22 13:50 UTC (permalink / raw
To: gentoo-commits
ago 12/12/22 13:50:28
Modified: uthash-1.9.7.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #445588
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.3 dev-libs/uthash/uthash-1.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?r1=1.2&r2=1.3
Index: uthash-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uthash-1.9.7.ebuild 22 Dec 2012 09:26:27 -0000 1.2
+++ uthash-1.9.7.ebuild 22 Dec 2012 13:50:28 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.2 2012/12/22 09:26:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.3 2012/12/22 13:50:28 ago Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="BSD-1"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc ~sparc ~x86"
IUSE="test"
DEPEND="test? ( dev-lang/perl )"
1.6 dev-libs/uthash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 22 Dec 2012 09:26:27 -0000 1.5
+++ ChangeLog 22 Dec 2012 13:50:28 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/uthash
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.5 2012/12/22 09:26:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.6 2012/12/22 13:50:28 ago Exp $
+
+ 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> uthash-1.9.7.ebuild:
+ Stable for ppc, wrt bug #445588
22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> uthash-1.9.7.ebuild:
Stable for amd64, wrt bug #445588
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/uthash: uthash-1.9.7.ebuild ChangeLog
@ 2012-12-29 14:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-29 14:40 UTC (permalink / raw
To: gentoo-commits
ago 12/12/29 14:40:28
Modified: uthash-1.9.7.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #445588
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.5 dev-libs/uthash/uthash-1.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?r1=1.4&r2=1.5
Index: uthash-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- uthash-1.9.7.ebuild 23 Dec 2012 18:49:07 -0000 1.4
+++ uthash-1.9.7.ebuild 29 Dec 2012 14:40:28 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.4 2012/12/23 18:49:07 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.5 2012/12/29 14:40:28 ago Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="BSD-1"
SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE="test"
DEPEND="test? ( dev-lang/perl )"
1.8 dev-libs/uthash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 23 Dec 2012 18:49:07 -0000 1.7
+++ ChangeLog 29 Dec 2012 14:40:28 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/uthash
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.7 2012/12/23 18:49:07 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.8 2012/12/29 14:40:28 ago Exp $
+
+ 29 Dec 2012; Agostino Sarubbo <ago@gentoo.org> uthash-1.9.7.ebuild:
+ Stable for sparc, wrt bug #445588
23 Dec 2012; Jeff Horelick <jdhore@gentoo.org> uthash-1.9.7.ebuild:
marked x86 per bug 445588
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/uthash: uthash-1.9.7.ebuild ChangeLog
@ 2013-06-26 16:42 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-06-26 16:42 UTC (permalink / raw
To: gentoo-commits
blueness 13/06/26 16:42:31
Modified: uthash-1.9.7.ebuild ChangeLog
Log:
Keyword ~ppc64 for bfgminer
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.6 dev-libs/uthash/uthash-1.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?r1=1.5&r2=1.6
Index: uthash-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- uthash-1.9.7.ebuild 29 Dec 2012 14:40:28 -0000 1.5
+++ uthash-1.9.7.ebuild 26 Jun 2013 16:42:31 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.5 2012/12/29 14:40:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.6 2013/06/26 16:42:31 blueness Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="BSD-1"
SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
IUSE="test"
DEPEND="test? ( dev-lang/perl )"
1.10 dev-libs/uthash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 15 Jan 2013 21:19:00 -0000 1.9
+++ ChangeLog 26 Jun 2013 16:42:31 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/uthash
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.9 2013/01/15 21:19:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.10 2013/06/26 16:42:31 blueness Exp $
+
+ 26 Jun 2013; Anthony G. Basile <blueness@gentoo.org> uthash-1.9.7.ebuild:
+ Keyword ~ppc64 for bfgminer
15 Jan 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Remove myself from metadata
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/uthash: uthash-1.9.7.ebuild ChangeLog
@ 2013-06-26 17:08 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-06-26 17:08 UTC (permalink / raw
To: gentoo-commits
blueness 13/06/26 17:08:12
Modified: uthash-1.9.7.ebuild ChangeLog
Log:
Keyword ~arm for bfgminer
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.7 dev-libs/uthash/uthash-1.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild?r1=1.6&r2=1.7
Index: uthash-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- uthash-1.9.7.ebuild 26 Jun 2013 16:42:31 -0000 1.6
+++ uthash-1.9.7.ebuild 26 Jun 2013 17:08:12 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.6 2013/06/26 16:42:31 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.7 2013/06/26 17:08:12 blueness Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="BSD-1"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 sparc x86"
IUSE="test"
DEPEND="test? ( dev-lang/perl )"
1.11 dev-libs/uthash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uthash/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 26 Jun 2013 16:42:31 -0000 1.10
+++ ChangeLog 26 Jun 2013 17:08:12 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/uthash
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.10 2013/06/26 16:42:31 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.11 2013/06/26 17:08:12 blueness Exp $
+
+ 26 Jun 2013; Anthony G. Basile <blueness@gentoo.org> uthash-1.9.7.ebuild:
+ Keyword ~arm for bfgminer
26 Jun 2013; Anthony G. Basile <blueness@gentoo.org> uthash-1.9.7.ebuild:
Keyword ~ppc64 for bfgminer
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-06-26 17:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-29 14:40 [gentoo-commits] gentoo-x86 commit in dev-libs/uthash: uthash-1.9.7.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-06-26 17:08 Anthony G. Basile (blueness)
2013-06-26 16:42 Anthony G. Basile (blueness)
2012-12-22 13:50 Agostino Sarubbo (ago)
2012-12-22 9:26 Agostino Sarubbo (ago)
2012-10-16 20:58 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox