public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libhx: libhx-3.16.ebuild ChangeLog
@ 2013-10-05  1:14 Matt Turner (mattst88)
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner (mattst88) @ 2013-10-05  1:14 UTC (permalink / raw
  To: gentoo-commits

mattst88    13/10/05 01:14:28

  Modified:             ChangeLog
  Added:                libhx-3.16.ebuild
  Log:
  Version bump to 3.16.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)

Revision  Changes    Path
1.43                 sys-libs/libhx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	25 Mar 2013 14:52:14 -0000	1.42
+++ ChangeLog	5 Oct 2013 01:14:27 -0000	1.43
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/libhx
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.42 2013/03/25 14:52:14 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.43 2013/10/05 01:14:27 mattst88 Exp $
+
+*libhx-3.16 (05 Oct 2013)
+
+  05 Oct 2013; Matt Turner <mattst88@gentoo.org> +libhx-3.16.ebuild:
+  Version bump to 3.16.
 
 *libhx-3.15 (25 Mar 2013)
 



1.1                  sys-libs/libhx/libhx-3.16.ebuild

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

Index: libhx-3.16.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild,v 1.1 2013/10/05 01:14:27 mattst88 Exp $

EAPI=5

inherit eutils

DESCRIPTION="Platform independent library providing basic system functions."
HOMEPAGE="http://libhx.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="app-arch/xz-utils"
RDEPEND=""

S="${WORKDIR}/libHX-${PV}"

src_configure() {
	econf --docdir="/usr/share/doc/${PF}"
}

src_install() {
	default
	dodoc doc/*.txt
	prune_libtool_files --all
}





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

* [gentoo-commits] gentoo-x86 commit in sys-libs/libhx: libhx-3.16.ebuild ChangeLog
@ 2013-12-27 19:46 Matt Turner (mattst88)
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner (mattst88) @ 2013-12-27 19:46 UTC (permalink / raw
  To: gentoo-commits

mattst88    13/12/27 19:46:15

  Modified:             libhx-3.16.ebuild ChangeLog
  Log:
  amd64 stable, bug 495960.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)

Revision  Changes    Path
1.2                  sys-libs/libhx/libhx-3.16.ebuild

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

Index: libhx-3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libhx-3.16.ebuild	5 Oct 2013 01:14:27 -0000	1.1
+++ libhx-3.16.ebuild	27 Dec 2013 19:46:15 -0000	1.2
@@ -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/sys-libs/libhx/libhx-3.16.ebuild,v 1.1 2013/10/05 01:14:27 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild,v 1.2 2013/12/27 19:46:15 mattst88 Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="app-arch/xz-utils"



1.44                 sys-libs/libhx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	5 Oct 2013 01:14:27 -0000	1.43
+++ ChangeLog	27 Dec 2013 19:46:15 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libhx
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.43 2013/10/05 01:14:27 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.44 2013/12/27 19:46:15 mattst88 Exp $
+
+  27 Dec 2013; Matt Turner <mattst88@gentoo.org> libhx-3.16.ebuild:
+  amd64 stable, bug 495960.
 
 *libhx-3.16 (05 Oct 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in sys-libs/libhx: libhx-3.16.ebuild ChangeLog
@ 2014-01-20 15:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-20 15:54 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/20 15:54:53

  Modified:             libhx-3.16.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #495960
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  sys-libs/libhx/libhx-3.16.ebuild

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

Index: libhx-3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libhx-3.16.ebuild	27 Dec 2013 19:46:15 -0000	1.2
+++ libhx-3.16.ebuild	20 Jan 2014 15:54:53 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild,v 1.2 2013/12/27 19:46:15 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild,v 1.3 2014/01/20 15:54:53 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE=""
 
 DEPEND="app-arch/xz-utils"



1.45                 sys-libs/libhx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	27 Dec 2013 19:46:15 -0000	1.44
+++ ChangeLog	20 Jan 2014 15:54:53 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libhx
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.44 2013/12/27 19:46:15 mattst88 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.45 2014/01/20 15:54:53 ago Exp $
+
+  20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libhx-3.16.ebuild:
+  Stable for ppc, wrt bug #495960
 
   27 Dec 2013; Matt Turner <mattst88@gentoo.org> libhx-3.16.ebuild:
   amd64 stable, bug 495960.





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

* [gentoo-commits] gentoo-x86 commit in sys-libs/libhx: libhx-3.16.ebuild ChangeLog
@ 2014-08-10 20:12 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:12 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:12:32

  Modified:             libhx-3.16.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.5                  sys-libs/libhx/libhx-3.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild?r1=1.4&r2=1.5

Index: libhx-3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libhx-3.16.ebuild	24 Feb 2014 01:52:57 -0000	1.4
+++ libhx-3.16.ebuild	10 Aug 2014 20:12:32 -0000	1.5
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild,v 1.4 2014/02/24 01:52:57 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.16.ebuild,v 1.5 2014/08/10 20:12:32 slyfox Exp $
 
 EAPI=5
 
 inherit eutils
 
-DESCRIPTION="Platform independent library providing basic system functions."
+DESCRIPTION="Platform independent library providing basic system functions"
 HOMEPAGE="http://libhx.sourceforge.net"
 SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.xz"
 



1.48                 sys-libs/libhx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	24 Feb 2014 02:34:13 -0000	1.47
+++ ChangeLog	10 Aug 2014 20:12:32 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libhx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.47 2014/02/24 02:34:13 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.48 2014/08/10 20:12:32 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> libhx-3.16.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   24 Feb 2014; Matt Turner <mattst88@gentoo.org> -libhx-3.12.1.ebuild,
   -libhx-3.14.ebuild, -libhx-3.15.ebuild:





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

end of thread, other threads:[~2014-08-11 20:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-27 19:46 [gentoo-commits] gentoo-x86 commit in sys-libs/libhx: libhx-3.16.ebuild ChangeLog Matt Turner (mattst88)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:12 Sergei Trofimovich (slyfox)
2014-01-20 15:54 Agostino Sarubbo (ago)
2013-10-05  1:14 Matt Turner (mattst88)

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