From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1962B138335 for ; Wed, 25 Dec 2019 20:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06766E0970; Wed, 25 Dec 2019 20:28:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D222BE0970 for ; Wed, 25 Dec 2019 20:28:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99BF134DB63 for ; Wed, 25 Dec 2019 20:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52BDB37 for ; Wed, 25 Dec 2019 20:28:16 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1577305678.cfd18f28ea6d3f9f8f6844d4d011258ad950b4ec.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qof/files/, dev-libs/qof/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qof/Manifest dev-libs/qof/files/qof-0.8.8-cflags.patch dev-libs/qof/files/qof-0.8.8-unistd-define.patch dev-libs/qof/files/qof-0.8.8-unittest.patch dev-libs/qof/files/qof-0.8.8-yacc-build.patch dev-libs/qof/metadata.xml dev-libs/qof/qof-0.8.8-r1.ebuild profiles/package.mask X-VCS-Directories: dev-libs/qof/files/ dev-libs/qof/ profiles/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: cfd18f28ea6d3f9f8f6844d4d011258ad950b4ec X-VCS-Branch: master Date: Wed, 25 Dec 2019 20:28:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e1ecac2c-e39e-4e47-80dc-5434a50df73a X-Archives-Hash: e06972e845521cb88e8eb8ad8382c537 commit: cfd18f28ea6d3f9f8f6844d4d011258ad950b4ec Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 25 20:20:34 2019 +0000 Commit: Mart Raudsepp gentoo 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 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 -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 -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 -+ - #include - #include - #include -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 --#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 -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 -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 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - - 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 (2019-11-17) -# Obsolete library with no consumers. -# Removal in 30 days. Bug #700332. -dev-libs/qof - # Aaron Bauman (2019-11-16) # EAPI=4 and fails to build dev-util/ccglue