public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mandoc/
Date: Mon, 21 Aug 2017 09:03:00 +0000 (UTC)	[thread overview]
Message-ID: <1503306174.b34ef030a79f05b552e9fd28612f635d536cc293.polynomial-c@gentoo> (raw)

commit:     b34ef030a79f05b552e9fd28612f635d536cc293
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 09:02:54 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 09:02:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34ef030

app-text/mandoc: Dropped sqlite support.

Upstream already removed that in version 1.14.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/mandoc/mandoc-1.14.1-r1.ebuild | 7 ++-----
 app-text/mandoc/mandoc-1.14.3.ebuild    | 7 ++-----
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/app-text/mandoc/mandoc-1.14.1-r1.ebuild b/app-text/mandoc/mandoc-1.14.1-r1.ebuild
index e20157edd17..1f7bd01b6fa 100644
--- a/app-text/mandoc/mandoc-1.14.1-r1.ebuild
+++ b/app-text/mandoc/mandoc-1.14.1-r1.ebuild
@@ -15,10 +15,9 @@ SRC_URI="http://mdocml.bsd.lv/snapshots/${MY_P}.tar.gz"
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="sqlite static"
+IUSE="static"
 
-LIB_DEPEND="sys-libs/zlib[static-libs(+)]
-	sqlite? ( dev-db/sqlite:3[static-libs(+)] )"
+LIB_DEPEND="sys-libs/zlib[static-libs(+)]"
 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
 DEPEND="${RDEPEND}
 	static? ( ${LIB_DEPEND} )"
@@ -56,8 +55,6 @@ MANM_EQN=mandoc_eqn
 MANM_TBL=mandoc_tbl
 MANM_MANCONF=mman.conf
 
-HAVE_SQLITE3="$(usex sqlite 1 0)"
-
 CFLAGS="${CFLAGS} ${CPPFLAGS}"
 LDFLAGS="${LDFLAGS} $(usex static -static '')"
 AR="$(tc-getAR)"

diff --git a/app-text/mandoc/mandoc-1.14.3.ebuild b/app-text/mandoc/mandoc-1.14.3.ebuild
index 03733561e79..927d26c15a0 100644
--- a/app-text/mandoc/mandoc-1.14.3.ebuild
+++ b/app-text/mandoc/mandoc-1.14.3.ebuild
@@ -12,10 +12,9 @@ SRC_URI="http://mdocml.bsd.lv/snapshots/${P}.tar.gz"
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="sqlite static"
+IUSE="static"
 
-LIB_DEPEND="sys-libs/zlib[static-libs(+)]
-	sqlite? ( dev-db/sqlite:3[static-libs(+)] )"
+LIB_DEPEND="sys-libs/zlib[static-libs(+)]"
 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
 DEPEND="${RDEPEND}
 	static? ( ${LIB_DEPEND} )"
@@ -51,8 +50,6 @@ src_prepare() {
 		MANM_TBL=mandoc_tbl
 		MANM_MANCONF=mman.conf
 
-		HAVE_SQLITE3="$(usex sqlite 1 0)"
-
 		CFLAGS="${CFLAGS} ${CPPFLAGS}"
 		LDFLAGS="${LDFLAGS} $(usex static -static '')"
 		AR="$(tc-getAR)"


             reply	other threads:[~2017-08-21  9:03 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-21  9:03 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-17 15:42 [gentoo-commits] repo/gentoo:master commit in: app-text/mandoc/ James Le Cuirot
2025-04-17 15:39 James Le Cuirot
2024-08-26  7:04 Arthur Zamarin
2023-08-02 15:11 Sam James
2023-07-16  6:27 Joonas Niilola
2023-07-09  4:47 Sam James
2023-06-28  7:50 Sam James
2023-02-08 17:13 Sam James
2022-08-30 16:09 Sam James
2022-08-30  9:25 Jakov Smolić
2022-08-30  5:07 Arthur Zamarin
2022-08-30  5:07 Arthur Zamarin
2022-08-30  4:35 Arthur Zamarin
2022-08-01 15:22 Mike Gilbert
2022-07-31 20:04 Mike Gilbert
2022-05-19 10:35 WANG Xuerui
2022-01-19  2:31 Yixun Lan
2021-09-29 13:05 Lars Wendler
2021-01-08  7:24 Sergei Trofimovich
2021-01-03 11:39 Sergei Trofimovich
2021-01-03  9:58 Sergei Trofimovich
2020-12-19 21:50 Sergei Trofimovich
2020-12-13 23:31 Sam James
2020-12-13 10:34 Sam James
2020-12-13  9:12 Sam James
2020-12-13  9:02 Sam James
2020-12-11 14:20 Lars Wendler
2020-09-14  1:34 Georgy Yakovlev
2020-01-23 15:33 Lars Wendler
2020-01-08 15:01 Mike Frysinger
2019-03-10 17:52 Lars Wendler
2019-03-10 17:52 Lars Wendler
2018-08-13  8:19 Lars Wendler
2018-08-13  8:19 Lars Wendler
2017-08-21  8:58 Lars Wendler
2017-03-13 22:46 Mike Frysinger
2017-03-13 22:46 Mike Frysinger
2017-02-23 12:39 Lars Wendler
2017-01-28  6:51 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1503306174.b34ef030a79f05b552e9fd28612f635d536cc293.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox