public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libexplain: ChangeLog libexplain-1.4.ebuild
@ 2014-03-08 23:55 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2014-03-08 23:55 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/03/08 23:55:42

  Modified:             ChangeLog
  Added:                libexplain-1.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.28                 dev-libs/libexplain/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	27 Feb 2014 12:52:34 -0000	1.27
+++ ChangeLog	8 Mar 2014 23:55:42 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libexplain
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.27 2014/02/27 12:52:34 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.28 2014/03/08 23:55:42 radhermit Exp $
+
+*libexplain-1.4 (08 Mar 2014)
+
+  08 Mar 2014; Tim Harder <radhermit@gentoo.org> +libexplain-1.4.ebuild:
+  Version bump.
 
   27 Feb 2014; Chema Alonso <nimiux@gentoo.org> libexplain-1.3.ebuild:
   Stable for amd64 wrt bug #499534



1.1                  dev-libs/libexplain/libexplain-1.4.ebuild

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

Index: libexplain-1.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.4.ebuild,v 1.1 2014/03/08 23:55:42 radhermit Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=yes
AUTOTOOLS_IN_SOURCE_BUILD=1

inherit autotools-utils

DESCRIPTION="Library which may be used to explain Unix and Linux system call errors"
HOMEPAGE="http://libexplain.sourceforge.net/"
SRC_URI="http://libexplain.sourceforge.net/${P}.tar.gz"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-3 LGPL-3"
IUSE="doc static-libs"

RDEPEND="
	sys-libs/libcap
	>=sys-libs/glibc-2.11
	sys-process/lsof"
DEPEND="${RDEPEND}
	>=sys-kernel/linux-headers-2.6.35
	doc? (
		app-text/ghostscript-gpl
		sys-apps/groff
	)
"

DOCS=( README )

PATCHES=(
	"${FILESDIR}"/${PN}-0.45-configure.patch
)

src_prepare() {
	# Portage incompatible test
	sed \
		-e '/t0524a/d' \
		-e '/t0363a/d' \
		-i Makefile.in || die

	cp "${S}"/etc/configure.ac "${S}" || die

	autotools-utils_src_prepare
}

src_compile() {
	autotools-utils_src_compile
	use doc && autotools-utils_src_compile all-doc
}





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libexplain: ChangeLog libexplain-1.4.ebuild
@ 2014-10-26 13:22 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2014-10-26 13:22 UTC (permalink / raw
  To: gentoo-commits

jlec        14/10/26 13:22:06

  Modified:             ChangeLog libexplain-1.4.ebuild
  Log:
  dev-libs/libexplain: Restrict test as they are suggestions for improvements, #526896
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.32                 dev-libs/libexplain/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	8 Jun 2014 11:03:35 -0000	1.31
+++ ChangeLog	26 Oct 2014 13:22:06 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libexplain
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.31 2014/06/08 11:03:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.32 2014/10/26 13:22:06 jlec Exp $
+
+  26 Oct 2014; Justin Lecher <jlec@gentoo.org> libexplain-1.4.ebuild:
+  Restrict test as they are suggestions for improvements, #526896
 
   08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> libexplain-1.3.ebuild:
   Stable for ppc, wrt bug #499534
@@ -16,7 +19,7 @@
 *libexplain-1.4 (08 Mar 2014)
 
   08 Mar 2014; Tim Harder <radhermit@gentoo.org> +libexplain-1.4.ebuild:
-  Version bump.
+  Version Bump.
 
   27 Feb 2014; Chema Alonso <nimiux@gentoo.org> libexplain-1.3.ebuild:
   Stable for amd64 wrt bug #499534
@@ -24,12 +27,12 @@
 *libexplain-1.3 (30 Nov 2013)
 
   30 Nov 2013; Tim Harder <radhermit@gentoo.org> +libexplain-1.3.ebuild:
-  Version bump.
+  Version Bump.
 
 *libexplain-1.2 (10 May 2013)
 
   10 May 2013; Tim Harder <radhermit@gentoo.org> +libexplain-1.2.ebuild:
-  Version bump.
+  Version Bump.
 
   31 Jan 2013; Justin Lecher <jlec@gentoo.org> libexplain-1.1.ebuild:
   Handle docs correctly
@@ -43,7 +46,7 @@
   31 Jan 2013; Justin Lecher <jlec@gentoo.org> +libexplain-1.1.ebuild,
   +files/libexplain-1.1-v4l2.patch, +files/libexplain-1.1-yacc.patch,
   metadata.xml:
-  Version BUmp; add fix for bison-2.6, #429552; backport fix for recent changes
+  Version Bump; add fix for bison-2.6, #429552; backport fix for recent changes
   in linux-header regarding v4l2, #438486
 
   30 May 2012; Tim Harder <radhermit@gentoo.org> -libexplain-0.51.ebuild:
@@ -52,7 +55,7 @@
 *libexplain-1.0 (30 May 2012)
 
   30 May 2012; Tim Harder <radhermit@gentoo.org> +libexplain-1.0.ebuild:
-  Version bump.
+  Version Bump.
 
   04 Mar 2012; Tim Harder <radhermit@gentoo.org> -libexplain-0.50.ebuild:
   Remove old.
@@ -60,7 +63,7 @@
 *libexplain-0.52 (04 Mar 2012)
 
   04 Mar 2012; Tim Harder <radhermit@gentoo.org> +libexplain-0.52.ebuild:
-  Version bump.
+  Version Bump.
 
   23 Feb 2012; Tim Harder <radhermit@gentoo.org> libexplain-0.51.ebuild:
   Set autotools-utils autoreconf variable instead of calling eautoreconf.
@@ -71,7 +74,7 @@
 *libexplain-0.51 (26 Jan 2012)
 
   26 Jan 2012; Tim Harder <radhermit@gentoo.org> +libexplain-0.51.ebuild:
-  Version bump.
+  Version Bump.
 
   16 Jan 2012; Tim Harder <radhermit@gentoo.org> -libexplain-0.40.ebuild,
   -libexplain-0.42.ebuild, -libexplain-0.45.ebuild, -libexplain-0.46.ebuild,
@@ -81,7 +84,7 @@
 *libexplain-0.50 (16 Jan 2012)
 
   16 Jan 2012; Tim Harder <radhermit@gentoo.org> +libexplain-0.50.ebuild:
-  Version bump.
+  Version Bump.
 
   28 Nov 2011; Tim Harder <radhermit@gentoo.org> libexplain-0.49.ebuild:
   Re-add the eautoreconf call and other minor fixes.
@@ -97,27 +100,27 @@
 *libexplain-0.49 (10 Nov 2011)
 
   10 Nov 2011; Tim Harder <radhermit@gentoo.org> +libexplain-0.49.ebuild:
-  Version bump.
+  Version Bump.
 
 *libexplain-0.47 (28 Sep 2011)
 
   28 Sep 2011; Tim Harder <radhermit@gentoo.org> +libexplain-0.47.ebuild:
-  Version bump.
+  Version Bump.
 
 *libexplain-0.46 (31 Aug 2011)
 
   31 Aug 2011; Tim Harder <radhermit@gentoo.org> +libexplain-0.46.ebuild:
-  Version bump.
+  Version Bump.
 
 *libexplain-0.45 (24 Aug 2011)
 
   24 Aug 2011; Tim Harder <radhermit@gentoo.org> +libexplain-0.45.ebuild,
   +files/libexplain-0.45-configure.patch:
-  Version bump.
+  Version Bump.
 
   28 Jun 2011; Justin Lecher <jlec@gentoo.org> libexplain-0.40.ebuild,
   libexplain-0.42.ebuild, metadata.xml:
-  ADded missing dependency on sys-libs/libcap, #372633; EAPI bump
+  ADded missing dependency on sys-libs/libcap, #372633; EAPI Bump
 
 *libexplain-0.42 (13 Jun 2011)
 



1.2                  dev-libs/libexplain/libexplain-1.4.ebuild

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

Index: libexplain-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libexplain-1.4.ebuild	8 Mar 2014 23:55:42 -0000	1.1
+++ libexplain-1.4.ebuild	26 Oct 2014 13:22:06 -0000	1.2
@@ -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/libexplain/libexplain-1.4.ebuild,v 1.1 2014/03/08 23:55:42 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.4.ebuild,v 1.2 2014/10/26 13:22:06 jlec Exp $
 
 EAPI=5
 
@@ -29,6 +29,10 @@
 		sys-apps/groff
 	)
 "
+# Test fails with:
+# This is not a bug, but it does indicate where libexplain's ioctl support
+# could be improved.
+RESTRICT="test"
 
 DOCS=( README )
 





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libexplain: ChangeLog libexplain-1.4.ebuild
@ 2014-11-03 11:57 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2014-11-03 11:57 UTC (permalink / raw
  To: gentoo-commits

jlec        14/11/03 11:57:10

  Modified:             ChangeLog libexplain-1.4.ebuild
  Log:
  dev-libs/libexplain: Always build docs, #527992
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.33                 dev-libs/libexplain/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	26 Oct 2014 13:22:06 -0000	1.32
+++ ChangeLog	3 Nov 2014 11:57:10 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libexplain
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.32 2014/10/26 13:22:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.33 2014/11/03 11:57:10 jlec Exp $
+
+  03 Nov 2014; Justin Lecher <jlec@gentoo.org> libexplain-1.4.ebuild:
+  Always build docs, #527992
 
   26 Oct 2014; Justin Lecher <jlec@gentoo.org> libexplain-1.4.ebuild:
   Restrict test as they are suggestions for improvements, #526896



1.3                  dev-libs/libexplain/libexplain-1.4.ebuild

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

Index: libexplain-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libexplain-1.4.ebuild	26 Oct 2014 13:22:06 -0000	1.2
+++ libexplain-1.4.ebuild	3 Nov 2014 11:57:10 -0000	1.3
@@ -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/libexplain/libexplain-1.4.ebuild,v 1.2 2014/10/26 13:22:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.4.ebuild,v 1.3 2014/11/03 11:57:10 jlec Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-3 LGPL-3"
-IUSE="doc static-libs"
+IUSE="static-libs"
 
 RDEPEND="
 	sys-libs/libcap
@@ -24,10 +24,8 @@
 	sys-process/lsof"
 DEPEND="${RDEPEND}
 	>=sys-kernel/linux-headers-2.6.35
-	doc? (
-		app-text/ghostscript-gpl
-		sys-apps/groff
-	)
+	app-text/ghostscript-gpl
+	sys-apps/groff
 "
 # Test fails with:
 # This is not a bug, but it does indicate where libexplain's ioctl support
@@ -51,8 +49,3 @@
 
 	autotools-utils_src_prepare
 }
-
-src_compile() {
-	autotools-utils_src_compile
-	use doc && autotools-utils_src_compile all-doc
-}





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

end of thread, other threads:[~2014-11-03 11:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-08 23:55 [gentoo-commits] gentoo-x86 commit in dev-libs/libexplain: ChangeLog libexplain-1.4.ebuild Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-26 13:22 Justin Lecher (jlec)
2014-11-03 11:57 Justin Lecher (jlec)

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