public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libexplain/, dev-libs/libexplain/files/
@ 2017-08-19 21:28 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-08-19 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     90ff54821da146478e1c19f2945789dcd4f177fc
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 21:28:37 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 21:28:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ff5482

dev-libs/libexplain: add a missing dependency.

This commit bumps the ebuild to EAPI version 6 and adds a missing dependency on
sys-apps/acl.

Gentoo-Bug: https://bugs.gentoo.org/579268

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../files/libexplain-0.45-configure.patch          |  4 +-
 dev-libs/libexplain/libexplain-1.4-r1.ebuild       | 50 ++++++++++++++++++++++
 2 files changed, 52 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libexplain/files/libexplain-0.45-configure.patch b/dev-libs/libexplain/files/libexplain-0.45-configure.patch
index e82d05da534..0f031fb8d34 100644
--- a/dev-libs/libexplain/files/libexplain-0.45-configure.patch
+++ b/dev-libs/libexplain/files/libexplain-0.45-configure.patch
@@ -1,5 +1,5 @@
---- libexplain-0.45.D001.orig/configure.ac
-+++ libexplain-0.45.D001/configure.ac
+--- a/configure.ac
++++ b/configure.ac
 @@ -26,6 +26,10 @@
  AC_PROG_RANLIB
  AC_PROG_YACC

diff --git a/dev-libs/libexplain/libexplain-1.4-r1.ebuild b/dev-libs/libexplain/libexplain-1.4-r1.ebuild
new file mode 100644
index 00000000000..94aaf264a85
--- /dev/null
+++ b/dev-libs/libexplain/libexplain-1.4-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+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="static-libs"
+
+DEPEND="
+	sys-apps/acl
+	sys-apps/groff
+	app-text/ghostscript-gpl
+	>=sys-kernel/linux-headers-2.6.35"
+
+RDEPEND="
+	${DEPEND}
+	sys-libs/libcap
+	sys-process/lsof
+	sys-libs/glibc"
+
+# Test fails with:
+# This is not a bug, but it does indicate where libexplain's ioctl support
+# could be improved.
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.45-configure.patch )
+
+src_prepare() {
+	# Portage incompatible test
+	sed \
+		-e '/t0524a/d' \
+		-e '/t0363a/d' \
+		-i Makefile.in || die
+
+	cp -v "${S}"/etc/configure.ac "${S}" || die
+	default
+	eautoreconf
+}
+
+src_install() {
+	default
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libexplain/, dev-libs/libexplain/files/
@ 2018-03-22 13:06 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2018-03-22 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     0df3941d411137477e48943898d3cbb486b5229c
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Mon Mar 19 16:09:40 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 13:06:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df3941d

dev-libs/libexplain: add missing defines.

These defines have been removed from the Linux headers and have
to be added with a patch to make the library compile again.

The patch comes from the Debian bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828853

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://bugs.gentoo.org/628628
Closes: https://github.com/gentoo/gentoo/pull/7509

 .../files/libexplain-missing-defines.patch         | 18 ++++++++
 dev-libs/libexplain/libexplain-1.4-r2.ebuild       | 53 ++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/dev-libs/libexplain/files/libexplain-missing-defines.patch b/dev-libs/libexplain/files/libexplain-missing-defines.patch
new file mode 100644
index 00000000000..bb1170cbc38
--- /dev/null
+++ b/dev-libs/libexplain/files/libexplain-missing-defines.patch
@@ -0,0 +1,18 @@
+--- libexplain-1.4.D001.orig/libexplain/buffer/file_inode_flags.c
++++ libexplain-1.4.D001/libexplain/buffer/file_inode_flags.c
+@@ -28,6 +28,14 @@
+
+ #if defined(FS_IOC_GETFLAGS) || defined(FS_IOC32_GETFLAGS)
+
++#ifndef FS_ECOMPR_FL
++#define FS_ECOMPR_FL                    0x00000800 /* Compression error */
++#endif
++
++#ifndef FS_DIRECTIO_FL
++#define FS_DIRECTIO_FL                  0x00100000 /* Use direct i/o */
++#endif
++
+ void
+ explain_buffer_file_inode_flags(explain_string_buffer_t *sb, int value)
+ {
+

diff --git a/dev-libs/libexplain/libexplain-1.4-r2.ebuild b/dev-libs/libexplain/libexplain-1.4-r2.ebuild
new file mode 100644
index 00000000000..d008b1f40c1
--- /dev/null
+++ b/dev-libs/libexplain/libexplain-1.4-r2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+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="static-libs"
+
+DEPEND="
+	sys-apps/acl
+	sys-apps/groff
+	app-text/ghostscript-gpl
+	>=sys-kernel/linux-headers-2.6.35"
+
+RDEPEND="
+	${DEPEND}
+	sys-libs/libcap
+	sys-process/lsof
+	sys-libs/glibc"
+
+# Test fails with:
+# This is not a bug, but it does indicate where libexplain's ioctl support
+# could be improved.
+RESTRICT="test"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.45-configure.patch
+	"${FILESDIR}"/libexplain-missing-defines.patch
+)
+
+src_prepare() {
+	# Portage incompatible test
+	sed \
+		-e '/t0524a/d' \
+		-e '/t0363a/d' \
+		-i Makefile.in || die
+
+	cp -v "${S}"/etc/configure.ac "${S}" || die
+	default
+	eautoreconf
+}
+
+src_install() {
+	default
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libexplain/, dev-libs/libexplain/files/
@ 2018-12-29 12:34 Mikle Kolyada
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2018-12-29 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e2dcf9bb50455538c48298cd5aeb9d527892ae22
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 12:33:40 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 12:33:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2dcf9bb

dev-libs/libexplain: remove last rited package

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-libs/libexplain/Manifest                       |  1 -
 .../files/libexplain-0.45-configure.patch          | 23 ----------
 .../files/libexplain-missing-defines.patch         | 18 --------
 dev-libs/libexplain/libexplain-1.4-r1.ebuild       | 50 --------------------
 dev-libs/libexplain/libexplain-1.4-r2.ebuild       | 53 ----------------------
 dev-libs/libexplain/libexplain-1.4.ebuild          | 50 --------------------
 dev-libs/libexplain/metadata.xml                   | 11 -----
 7 files changed, 206 deletions(-)

diff --git a/dev-libs/libexplain/Manifest b/dev-libs/libexplain/Manifest
deleted file mode 100644
index 5ec22de8fcc..00000000000
--- a/dev-libs/libexplain/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libexplain-1.4.tar.gz 4770006 BLAKE2B 537829a492f24b73051f1df2865fe5851af71046a2c6b4ca40c3b06594b1b386233fa2ff47e7f4753e5fdee08ca1f8fe5141bc7b1fda815c95c8927d6747b794 SHA512 c236732f57d0688fed173c27474a00a39c9ac6d5dfbd22f3b68b5d0fff7a70fb130bcedbeb174767f4fd2c012148025e92635cc8df2b958774a3cfba58e6ff2c

diff --git a/dev-libs/libexplain/files/libexplain-0.45-configure.patch b/dev-libs/libexplain/files/libexplain-0.45-configure.patch
deleted file mode 100644
index 0f031fb8d34..00000000000
--- a/dev-libs/libexplain/files/libexplain-0.45-configure.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -26,6 +26,10 @@
- AC_PROG_RANLIB
- AC_PROG_YACC
- 
-+LT_INIT
-+top_builddir=`pwd`
-+AC_SUBST(top_builddir)
-+
- case "$YACC" in
- *bison*)
-   ;;
---- libexplain-0.45.D001.orig/Makefile.in
-+++ libexplain-0.45.D001/Makefile.in
-@@ -35,6 +35,7 @@
- #
- # directory containing the source
- #
-+top_builddir = @top_builddir@
- srcdir = @srcdir@
- VPATH = @srcdir@
- 

diff --git a/dev-libs/libexplain/files/libexplain-missing-defines.patch b/dev-libs/libexplain/files/libexplain-missing-defines.patch
deleted file mode 100644
index bb1170cbc38..00000000000
--- a/dev-libs/libexplain/files/libexplain-missing-defines.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- libexplain-1.4.D001.orig/libexplain/buffer/file_inode_flags.c
-+++ libexplain-1.4.D001/libexplain/buffer/file_inode_flags.c
-@@ -28,6 +28,14 @@
-
- #if defined(FS_IOC_GETFLAGS) || defined(FS_IOC32_GETFLAGS)
-
-+#ifndef FS_ECOMPR_FL
-+#define FS_ECOMPR_FL                    0x00000800 /* Compression error */
-+#endif
-+
-+#ifndef FS_DIRECTIO_FL
-+#define FS_DIRECTIO_FL                  0x00100000 /* Use direct i/o */
-+#endif
-+
- void
- explain_buffer_file_inode_flags(explain_string_buffer_t *sb, int value)
- {
-

diff --git a/dev-libs/libexplain/libexplain-1.4-r1.ebuild b/dev-libs/libexplain/libexplain-1.4-r1.ebuild
deleted file mode 100644
index 94aaf264a85..00000000000
--- a/dev-libs/libexplain/libexplain-1.4-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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="static-libs"
-
-DEPEND="
-	sys-apps/acl
-	sys-apps/groff
-	app-text/ghostscript-gpl
-	>=sys-kernel/linux-headers-2.6.35"
-
-RDEPEND="
-	${DEPEND}
-	sys-libs/libcap
-	sys-process/lsof
-	sys-libs/glibc"
-
-# Test fails with:
-# This is not a bug, but it does indicate where libexplain's ioctl support
-# could be improved.
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.45-configure.patch )
-
-src_prepare() {
-	# Portage incompatible test
-	sed \
-		-e '/t0524a/d' \
-		-e '/t0363a/d' \
-		-i Makefile.in || die
-
-	cp -v "${S}"/etc/configure.ac "${S}" || die
-	default
-	eautoreconf
-}
-
-src_install() {
-	default
-}

diff --git a/dev-libs/libexplain/libexplain-1.4-r2.ebuild b/dev-libs/libexplain/libexplain-1.4-r2.ebuild
deleted file mode 100644
index d008b1f40c1..00000000000
--- a/dev-libs/libexplain/libexplain-1.4-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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="static-libs"
-
-DEPEND="
-	sys-apps/acl
-	sys-apps/groff
-	app-text/ghostscript-gpl
-	>=sys-kernel/linux-headers-2.6.35"
-
-RDEPEND="
-	${DEPEND}
-	sys-libs/libcap
-	sys-process/lsof
-	sys-libs/glibc"
-
-# Test fails with:
-# This is not a bug, but it does indicate where libexplain's ioctl support
-# could be improved.
-RESTRICT="test"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.45-configure.patch
-	"${FILESDIR}"/libexplain-missing-defines.patch
-)
-
-src_prepare() {
-	# Portage incompatible test
-	sed \
-		-e '/t0524a/d' \
-		-e '/t0363a/d' \
-		-i Makefile.in || die
-
-	cp -v "${S}"/etc/configure.ac "${S}" || die
-	default
-	eautoreconf
-}
-
-src_install() {
-	default
-}

diff --git a/dev-libs/libexplain/libexplain-1.4.ebuild b/dev-libs/libexplain/libexplain-1.4.ebuild
deleted file mode 100644
index c92cd08d91c..00000000000
--- a/dev-libs/libexplain/libexplain-1.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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="static-libs"
-
-RDEPEND="
-	sys-libs/libcap
-	>=sys-libs/glibc-2.11
-	sys-process/lsof"
-DEPEND="${RDEPEND}
-	>=sys-kernel/linux-headers-2.6.35
-	app-text/ghostscript-gpl
-	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 )
-
-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
-}

diff --git a/dev-libs/libexplain/metadata.xml b/dev-libs/libexplain/metadata.xml
deleted file mode 100644
index 330032124fc..00000000000
--- a/dev-libs/libexplain/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>shell-tools@gentoo.org</email>
-    <name>Gentoo Shell Tools Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="sourceforge">libexplain</remote-id>
-  </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2018-12-29 12:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-19 21:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libexplain/, dev-libs/libexplain/files/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2018-03-22 13:06 Patrice Clement
2018-12-29 12:34 Mikle Kolyada

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