public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/qof/files/, dev-libs/qof/, profiles/
@ 2019-12-25 20:28 Mart Raudsepp
  0 siblings, 0 replies; only message in thread
From: Mart Raudsepp @ 2019-12-25 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     cfd18f28ea6d3f9f8f6844d4d011258ad950b4ec
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 20:20:34 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 20:27:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd18f28

dev-libs/qof: remove last-rited package

Closes: https://bugs.gentoo.org/700332
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-libs/qof/Manifest                            |  1 -
 dev-libs/qof/files/qof-0.8.8-cflags.patch        | 36 -------------
 dev-libs/qof/files/qof-0.8.8-unistd-define.patch | 58 --------------------
 dev-libs/qof/files/qof-0.8.8-unittest.patch      | 44 ---------------
 dev-libs/qof/files/qof-0.8.8-yacc-build.patch    | 69 ------------------------
 dev-libs/qof/metadata.xml                        |  8 ---
 dev-libs/qof/qof-0.8.8-r1.ebuild                 | 60 ---------------------
 profiles/package.mask                            |  5 --
 8 files changed, 281 deletions(-)

diff --git a/dev-libs/qof/Manifest b/dev-libs/qof/Manifest
deleted file mode 100644
index 5eb17c0766f..00000000000
--- a/dev-libs/qof/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qof_0.8.8.orig.tar.gz 962548 BLAKE2B 0d380dd1363ec9b47e48a7dc1e296f4d09ed6e91243857c6f34828816291c42010119a14c554d9ddccc1a8a2ef638989ca6e94801422fda3e1b52508c4a651ae SHA512 f62597180f614067d72b5c6dcf4175aa9241e33d2437d6f18215a8c7389c67dd25ccd48dcdfd4c31794e0273e979e72aa0d4e66bb6d832c6f2da644889f848c4

diff --git a/dev-libs/qof/files/qof-0.8.8-cflags.patch b/dev-libs/qof/files/qof-0.8.8-cflags.patch
deleted file mode 100644
index 27d2172c761..00000000000
--- a/dev-libs/qof/files/qof-0.8.8-cflags.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 1c56fc78f2a04625ae8c3aebd55236556ce28a90 Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue <eva@gentoo.org>
-Date: Sun, 2 Nov 2014 12:04:24 +0100
-Subject: [PATCH 1/2] Remove some CFLAGS
-
-* Debugging level is only useful for debugging.
-* Werror is taken care of in error-on-warning configure switch.
----
- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index b38da9b..d80e7e5 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -393,7 +393,7 @@ dnl # *************************************
- AC_MSG_CHECKING(what extra warning flags to pass to the C compiler)
- if test ${GCC}x = yesx; then
-   warnFLAGS=
--  CFLAGS="${CFLAGS} -g2 -Wall"
-+  CFLAGS="${CFLAGS} -Wall"
-   AC_ARG_ENABLE(error-on-warning,
-         [  --disable-error-on-warning
-                           disable treating compile warnings as errors],
-@@ -431,7 +431,7 @@ AC_ARG_ENABLE(compile-warnings,
- 
- if test "$GCC" = "yes" -a "$set_compile_warnings" != "no"; then
-         warnFLAGS="$warnFLAGS -Wcast-align -Wsign-compare \
-- -Wmissing-prototypes -Wmissing-declarations -Werror -Wmissing-include-dirs \
-+ -Wmissing-prototypes -Wmissing-declarations -Wmissing-include-dirs \
-  -Wstrict-prototypes -Winline -Wnested-externs -Wpointer-arith \
-  -Wmissing-field-initializers"
- # LDFLAGS="$LDFLAGS -Wl,-z,defs"
--- 
-2.1.2
-

diff --git a/dev-libs/qof/files/qof-0.8.8-unistd-define.patch b/dev-libs/qof/files/qof-0.8.8-unistd-define.patch
deleted file mode 100644
index c76afadb658..00000000000
--- a/dev-libs/qof/files/qof-0.8.8-unistd-define.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From f2504eacb6d5e42b28df77041ff659fded3fd1a4 Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue <eva@gentoo.org>
-Date: Sun, 2 Nov 2014 12:43:31 +0100
-Subject: [PATCH 3/5] Leave yacc defines to configure
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Resulted in:
-* QA Notice: Package triggers severe warnings which indicate that it
-*            may exhibit random runtime failures.
-* lexer.c:1942:9: warning: implicit declaration of function ‘isatty’
-* [-Wimplicit-function-declaration]
----
- configure.ac            | 2 ++
- lib/libsql/lexer.l      | 2 ++
- lib/libsql/sql_parser.h | 1 -
- 3 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index d80e7e5..30ea37a 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -52,6 +52,8 @@ AC_PROG_MAKE_SET
- AC_FUNC_MKTIME
- AC_FUNC_STRTOD
- 
-+AC_CHECK_HEADERS_ONCE([unistd.h])
-+
- dnl # *****************************************
- dnl # pkg-config check time
- dnl # *****************************************
-diff --git a/lib/libsql/lexer.l b/lib/libsql/lexer.l
-index fa8c5d1..44d65e8 100644
---- a/lib/libsql/lexer.l
-+++ b/lib/libsql/lexer.l
-@@ -1,4 +1,6 @@
- %{
-+#include <config.h>
-+
- #include <stdio.h>
- #include <string.h>
- #include <stdlib.h>
-diff --git a/lib/libsql/sql_parser.h b/lib/libsql/sql_parser.h
-index 2157e5c..0eba93f 100644
---- a/lib/libsql/sql_parser.h
-+++ b/lib/libsql/sql_parser.h
-@@ -2,7 +2,6 @@
- #define SQL_PARSER_H
- 
- #include <glib.h>
--#define YY_NO_UNISTD_H
- 
- 
- typedef struct sql_statement        sql_statement;
--- 
-2.1.2
-

diff --git a/dev-libs/qof/files/qof-0.8.8-unittest.patch b/dev-libs/qof/files/qof-0.8.8-unittest.patch
deleted file mode 100644
index 070c37ead25..00000000000
--- a/dev-libs/qof/files/qof-0.8.8-unittest.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 21315eb014eb908ce3472fa75917412e21fcea29 Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue <eva@gentoo.org>
-Date: Sun, 2 Nov 2014 12:06:39 +0100
-Subject: [PATCH 2/2] Make unittest build on demand
-
-Unittests need not be built when not run.
-Also, solves a dependency problem where libqofsql would not be built
-before sql_backend_test is linked.
-
-https://bugs.gentoo.org/show_bug.cgi?id=197999
----
- lib/libsql/Makefile.am | 2 +-
- qof/test/Makefile.am   | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lib/libsql/Makefile.am b/lib/libsql/Makefile.am
-index b410689..c9534fb 100644
---- a/lib/libsql/Makefile.am
-+++ b/lib/libsql/Makefile.am
-@@ -21,7 +21,7 @@ libqofsql_la_LIBADD = ${GLIB_LIBS}
- qofsqlincludedir = ${pkgincludedir}
- qofsqlinclude_HEADERS = sql_parser.h
- 
--noinst_PROGRAMS = sql_parse_test
-+check_PROGRAMS = sql_parse_test
- 
- EXTRA_DIST =       \
- 	README          \
-diff --git a/qof/test/Makefile.am b/qof/test/Makefile.am
-index da7f28f..0760f45 100644
---- a/qof/test/Makefile.am
-+++ b/qof/test/Makefile.am
-@@ -65,7 +65,7 @@ test_sql_SOURCES = \
-   test-stuff.c \
-   test-sql.c
- 
--noinst_PROGRAMS = \
-+check_PROGRAMS = \
-   test-book-merge \
-   test-date \
-   test-guid \
--- 
-2.1.2
-

diff --git a/dev-libs/qof/files/qof-0.8.8-yacc-build.patch b/dev-libs/qof/files/qof-0.8.8-yacc-build.patch
deleted file mode 100644
index cb4f9a9c0d0..00000000000
--- a/dev-libs/qof/files/qof-0.8.8-yacc-build.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From 118b7287f776b789a7c122f7c7e8a1cc1084e15e Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue <eva@gentoo.org>
-Date: Sun, 2 Nov 2014 13:01:36 +0100
-Subject: [PATCH 4/5] Fix use of lex/yacc
-
-http://www.gnu.org/software/automake/manual/html_node/Yacc-and-Lex.html
----
- configure.ac           |  1 +
- lib/libsql/Makefile.am | 17 +++++++----------
- 2 files changed, 8 insertions(+), 10 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 30ea37a..23865ea 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -45,6 +45,7 @@ AC_PROG_CXX
- AC_PROG_CC
- AC_PROG_CPP
- AC_HEADER_STDC
-+AM_PROG_LEX
- AC_PROG_YACC
- AC_PROG_INSTALL
- AC_PROG_LN_S
-diff --git a/lib/libsql/Makefile.am b/lib/libsql/Makefile.am
-index c9534fb..78f26cc 100644
---- a/lib/libsql/Makefile.am
-+++ b/lib/libsql/Makefile.am
-@@ -5,9 +5,8 @@ lib_LTLIBRARIES = libqofsql.la
- libqofsql_la_LDFLAGS= -version-info $(LIBQOFSQL_LIBRARY_VERSION) 
- 
- libqofsql_la_SOURCES = \
--	parser.c \
--	parser.h \
--	lexer.c \
-+    parser.y \
-+	lexer.l \
- 	sql_parser.c \
- 	sql_parser.h \
- 	mem.c \
-@@ -24,9 +23,7 @@ qofsqlinclude_HEADERS = sql_parser.h
- check_PROGRAMS = sql_parse_test
- 
- EXTRA_DIST =       \
--	README          \
--	lexer.l         \
--	parser.y  
-+	README
- 
- AM_CFLAGS = -g     \
- 	${CFLAGS}        \
-@@ -35,11 +32,11 @@ AM_CFLAGS = -g     \
- #INCLUDES = \
- #	-I$(includedir) 
- 
--parser.c: parser.y
--	$(YACC) -v -d -o parser.c -p sql parser.y
-+AM_YFLAGS = -v -d -p sql
-+AM_LFLAGS = -Psql -o$@
- 
--lexer.c: lexer.l parser.c
--	$(LEX) -olexer.c -Psql lexer.l
-+BUILT_SOURCES = parser.h
-+CLEANFILES = $(BUILT_SOURCES)
- 
- sql_parse_test_SOURCES=sql_parse_test.c
- # sql_parse_test_LDFLAGS = $(LIBGDA_LIBS)
--- 
-2.1.2
-

diff --git a/dev-libs/qof/metadata.xml b/dev-libs/qof/metadata.xml
deleted file mode 100644
index 39980802b1d..00000000000
--- a/dev-libs/qof/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>

diff --git a/dev-libs/qof/qof-0.8.8-r1.ebuild b/dev-libs/qof/qof-0.8.8-r1.ebuild
deleted file mode 100644
index 0b5e1d2d5ac..00000000000
--- a/dev-libs/qof/qof-0.8.8-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="A Query Object Framework"
-HOMEPAGE="https://alioth.debian.org/projects/qof/"
-SRC_URI="mirror://debian//pool/main/q/${PN}/${PN}_${PV}.orig.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="2"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE="doc nls"
-
-RDEPEND="
-	dev-libs/libxml2
-	dev-libs/glib:2
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	virtual/yacc
-	>=sys-devel/gettext-0.19.2
-	!dev-libs/qof:0
-	doc? (
-		app-doc/doxygen
-		dev-texlive/texlive-latex )
-"
-
-src_prepare() {
-	# Remove some CFLAGS
-	epatch "${FILESDIR}"/${PN}-0.8.8-cflags.patch
-
-	# Delay build of unittests, bug #197999
-	epatch "${FILESDIR}"/${PN}-0.8.8-unittest.patch
-
-	# Fix use and build with yacc
-	epatch "${FILESDIR}"/${PN}-0.8.8-unistd-define.patch
-	epatch "${FILESDIR}"/${PN}-0.8.8-yacc-build.patch
-	rm lib/libsql/{lexer.c,parser.c,parser.h} || die
-
-	eautoreconf
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-error-on-warning \
-		--disable-static \
-		--disable-gdasql \
-		--disable-gdabackend \
-		--disable-sqlite \
-		$(use_enable nls) \
-		$(use_enable doc doxygen) \
-		$(use_enable doc latex-docs) \
-		$(use_enable doc html-docs)
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 1be730af032..28771e2af72 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -719,11 +719,6 @@ net-wireless/bcm43xx-fwcutter
 sys-apps/nix
 sys-apps/guix
 
-# Mart Raudsepp <leio@gentoo.org> (2019-11-17)
-# Obsolete library with no consumers.
-# Removal in 30 days.  Bug #700332.
-dev-libs/qof
-
 # Aaron Bauman <bman@gentoo.org> (2019-11-16)
 # EAPI=4 and fails to build
 dev-util/ccglue


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-25 20:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-25 20:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/qof/files/, dev-libs/qof/, profiles/ Mart Raudsepp

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