* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2018-07-25 14:15 Craig Andrews
0 siblings, 0 replies; 18+ messages in thread
From: Craig Andrews @ 2018-07-25 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 2c222f7234ddbd2a73917c06e2b6e44a939e9c8f
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 14:04:18 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jul 25 14:15:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c222f72
dev-libs/libfstrcmp: Make fuzzy comparisons of strings and byte arrays
Package-Manager: Portage-2.3.43, Repoman-2.3.10
dev-libs/libfstrcmp/Manifest | 1 +
dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 15 +++++++++++++++
dev-libs/libfstrcmp/metadata.xml | 8 ++++++++
3 files changed, 24 insertions(+)
diff --git a/dev-libs/libfstrcmp/Manifest b/dev-libs/libfstrcmp/Manifest
new file mode 100644
index 00000000000..3863e80feee
--- /dev/null
+++ b/dev-libs/libfstrcmp/Manifest
@@ -0,0 +1 @@
+DIST libfstrcmp-0.7.tar.gz 394845 BLAKE2B a8b68fcb8613f0d30e5ff7b862b37408472162585ca71cdff328e3299ff50476fd265467bbd77b352b22bb88c590969044f74d91c5468475504568fd269fa69e SHA512 aaeb0227afd5ada5955cbe6a565254ff88d2028d677d199c00e03b7cb5de1f2c69b18e6e8b032e452350a8eda7081807b01765adbeb8476eaf803d9de6e5509c
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
new file mode 100644
index 00000000000..c156bb325b5
--- /dev/null
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Make fuzzy comparisons of strings and byte arrays"
+HOMEPAGE="http://fstrcmp.sourceforge.net/"
+
+LICENSE="GPL-3+"
+IUSE="test"
+SLOT="0"
+
+SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/fstrcmp-0.7.D001"
+KEYWORDS="~amd64 ~x86"
diff --git a/dev-libs/libfstrcmp/metadata.xml b/dev-libs/libfstrcmp/metadata.xml
new file mode 100644
index 00000000000..fbb8d54dbc4
--- /dev/null
+++ b/dev-libs/libfstrcmp/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>candrews@gentoo.org</email>
+ <name>Craig Andrews</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2018-07-25 14:35 Craig Andrews
0 siblings, 0 replies; 18+ messages in thread
From: Craig Andrews @ 2018-07-25 14:35 UTC (permalink / raw
To: gentoo-commits
commit: 99e07e31acdf936dab64befb0e2f7a7c39ef94d5
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 14:35:17 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jul 25 14:35:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e07e31
dev-libs/libfstrcmp: add upstream metadata
Package-Manager: Portage-2.3.43, Repoman-2.3.10
dev-libs/libfstrcmp/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-libs/libfstrcmp/metadata.xml b/dev-libs/libfstrcmp/metadata.xml
index fbb8d54dbc4..9fd38e376f5 100644
--- a/dev-libs/libfstrcmp/metadata.xml
+++ b/dev-libs/libfstrcmp/metadata.xml
@@ -5,4 +5,7 @@
<email>candrews@gentoo.org</email>
<name>Craig Andrews</name>
</maintainer>
+ <upstream>
+ <remote-id type="sourceforge">fstrcmp</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2018-07-25 20:12 Craig Andrews
0 siblings, 0 replies; 18+ messages in thread
From: Craig Andrews @ 2018-07-25 20:12 UTC (permalink / raw
To: gentoo-commits
commit: 72f5117ddd60938a68ca560784f56be683acbcc6
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 20:11:27 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jul 25 20:12:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f5117d
dev-libs/libfstrcmp: eautoreconf and add DOC use flag
Closes: https://bugs.gentoo.org/662128
Package-Manager: Portage-2.3.43, Repoman-2.3.10
dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
index c156bb325b5..f4d6bb2c005 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
@@ -3,13 +3,35 @@
EAPI=7
+inherit autotools
+
DESCRIPTION="Make fuzzy comparisons of strings and byte arrays"
HOMEPAGE="http://fstrcmp.sourceforge.net/"
LICENSE="GPL-3+"
-IUSE="test"
+IUSE="doc test"
SLOT="0"
SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/fstrcmp-0.7.D001"
KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ doc? ( app-text/ghostscript-gpl )
+"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_compile() {
+ emake all-bin
+ use doc && emake all-doc
+}
+
+src_install() {
+ emake DESTDIR="${D}" install-bin install-include install-libdir install-man
+ use doc && emake DESTDIR="${D}" install-doc
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2018-11-27 21:39 Craig Andrews
0 siblings, 0 replies; 18+ messages in thread
From: Craig Andrews @ 2018-11-27 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 7e9d07b58a724b142f341e7820dac8141cd022b3
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 27 21:39:07 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Nov 27 21:39:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9d07b5
dev-libs/libfstrcmp: Fix dependencies
Closes: https://bugs.gentoo.org/672096
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
index f4d6bb2c005..732ca48ef1b 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,8 +17,11 @@ S="${WORKDIR}/fstrcmp-0.7.D001"
KEYWORDS="~amd64 ~x86"
DEPEND="
+ sys-apps/groff
doc? ( app-text/ghostscript-gpl )
+ test? ( app-text/ghostscript-gpl )
"
+RESTRICT="!test? ( test )"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2018-11-28 2:07 Thomas Deutschmann
0 siblings, 0 replies; 18+ messages in thread
From: Thomas Deutschmann @ 2018-11-28 2:07 UTC (permalink / raw
To: gentoo-commits
commit: 8a43ff426608a6575b0b0958b3cd5c3d63f592a1
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 27 23:00:31 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 02:06:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a43ff42
dev-libs/libfstrcmp: x86 stable (bug #671962)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
index 732ca48ef1b..47c2c1b97da 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/fstrcmp-0.7.D001"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
DEPEND="
sys-apps/groff
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2018-12-13 15:46 Mikle Kolyada
0 siblings, 0 replies; 18+ messages in thread
From: Mikle Kolyada @ 2018-12-13 15:46 UTC (permalink / raw
To: gentoo-commits
commit: f9e09932c263beb40c1d02b14d6fbe778234d8d2
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 15:46:01 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 15:46:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e09932
dev-libs/libfstrcmp: amd64 stable wrt bug #671962
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
index 47c2c1b97da..91ebc6ed8a5 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/fstrcmp-0.7.D001"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
DEPEND="
sys-apps/groff
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2020-05-28 14:01 Craig Andrews
0 siblings, 0 replies; 18+ messages in thread
From: Craig Andrews @ 2020-05-28 14:01 UTC (permalink / raw
To: gentoo-commits
commit: 5103884b8f4d11dfe9aa4b1989065745396f932b
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 14:00:57 2020 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu May 28 14:01:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5103884b
dev-libs/libfstrcmp: Delete libtool archives and static libraries
Closes: https://bugs.gentoo.org/725876
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild | 44 ++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
new file mode 100644
index 00000000000..d56c71db588
--- /dev/null
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Make fuzzy comparisons of strings and byte arrays"
+HOMEPAGE="http://fstrcmp.sourceforge.net/"
+
+LICENSE="GPL-3+"
+IUSE="doc static-libs test"
+SLOT="0"
+
+SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/fstrcmp-0.7.D001"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ sys-apps/groff
+ doc? ( app-text/ghostscript-gpl )
+ test? ( app-text/ghostscript-gpl )
+"
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_compile() {
+ emake all-bin
+ use doc && emake all-doc
+}
+
+src_install() {
+ emake DESTDIR="${D}" install-bin install-include install-libdir install-man
+ find "${D}" -name '*.la' -delete || die
+ if ! use static-libs ; then
+ find "${D}" -name '*.a' -delete || die
+ fi
+ use doc && emake DESTDIR="${D}" install-doc
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2020-07-14 22:39 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2020-07-14 22:39 UTC (permalink / raw
To: gentoo-commits
commit: d4d78053e65d495d44620a814ca58f472a996597
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 14 22:38:56 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 14 22:38:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d78053
dev-libs/libfstrcmp: arm keyworded (bug #725914)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
index cc653cb5ad7..f2b397cece4 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/fstrcmp-0.7.D001"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
DEPEND="
sys-apps/groff
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2021-03-29 14:50 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-03-29 14:50 UTC (permalink / raw
To: gentoo-commits
commit: a8760d2f10604e7f49f15915e0b7d014115de3d5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 29 14:31:41 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 29 14:31:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8760d2f
dev-libs/libfstrcmp: Stabilize 0.7-r1 arm64, #778446
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
index f2b397cece4..cc5b6fe41c0 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ SLOT="0"
SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/fstrcmp-0.7.D001"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
DEPEND="
sys-apps/groff
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2021-05-16 18:53 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-05-16 18:53 UTC (permalink / raw
To: gentoo-commits
commit: a3e3b65a0025dc74be5b78a56410f71af0463c21
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 18:50:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 16 18:52:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e3b65a
dev-libs/libfstrcmp: Stabilize 0.7-r1 x86, #778446
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
index cc5b6fe41c0..91b138c2f40 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/fstrcmp-0.7.D001"
-KEYWORDS="~amd64 ~arm arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 x86"
DEPEND="
sys-apps/groff
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2021-07-26 1:39 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-07-26 1:39 UTC (permalink / raw
To: gentoo-commits
commit: 1dd534d42fc5f23f49a728dfcb886a8599d949c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 01:39:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 01:39:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd534d4
dev-libs/libfstrcmp: Stabilize 0.7-r1 amd64, #778446
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
index 91b138c2f40..01f2a6f1a33 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/fstrcmp-0.7.D001"
-KEYWORDS="~amd64 ~arm arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
DEPEND="
sys-apps/groff
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2022-06-20 2:21 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-06-20 2:21 UTC (permalink / raw
To: gentoo-commits
commit: 4472d0224ebb3ce6344adae2179cf43d3c63311e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 20 02:21:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 20 02:21:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4472d022
dev-libs/libfstrcmp: EAPI 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7-r2.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r2.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r2.ebuild
index 16fc118311c8..5bed2e45b0fd 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r2.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r2.ebuild
@@ -1,26 +1,26 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools
DESCRIPTION="Make fuzzy comparisons of strings and byte arrays"
HOMEPAGE="http://fstrcmp.sourceforge.net/"
+SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-${PV}.D001.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/fstrcmp-${PV}.D001"
LICENSE="GPL-3+"
-IUSE="doc static-libs test"
SLOT="0"
+IUSE="doc static-libs test"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/fstrcmp-0.7.D001"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-DEPEND="
+BDEPEND="
sys-apps/groff
doc? ( app-text/ghostscript-gpl )
test? ( app-text/ghostscript-gpl )
"
+
RESTRICT="!test? ( test )"
PATCHES=(
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2022-08-27 11:45 Yixun Lan
0 siblings, 0 replies; 18+ messages in thread
From: Yixun Lan @ 2022-08-27 11:45 UTC (permalink / raw
To: gentoo-commits
commit: b2b47152590045374c7aae4ba3ed7415ae8aa40f
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 10:18:34 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 11:45:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b47152
dev-libs/libfstrcmp: Keyword 0.7-r3 riscv, #866533
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild
index 1f812c5f4edd..658767df2545 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/fstrcmp-${PV}.D001"
LICENSE="GPL-3+"
SLOT="0"
IUSE="doc static-libs test"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
BDEPEND="
sys-apps/groff
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2024-08-29 19:03 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2024-08-29 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 668487a46c1a3d25246370eaf0af86f804698686
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 17:22:52 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 19:02:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668487a4
dev-libs/libfstrcmp: drop 0.7
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 40 -------------------------------
1 file changed, 40 deletions(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
deleted file mode 100644
index 91ebc6ed8a52..000000000000
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Make fuzzy comparisons of strings and byte arrays"
-HOMEPAGE="http://fstrcmp.sourceforge.net/"
-
-LICENSE="GPL-3+"
-IUSE="doc test"
-SLOT="0"
-
-SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/fstrcmp-0.7.D001"
-KEYWORDS="amd64 x86"
-
-DEPEND="
- sys-apps/groff
- doc? ( app-text/ghostscript-gpl )
- test? ( app-text/ghostscript-gpl )
-"
-RESTRICT="!test? ( test )"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_compile() {
- emake all-bin
- use doc && emake all-doc
-}
-
-src_install() {
- emake DESTDIR="${D}" install-bin install-include install-libdir install-man
- use doc && emake DESTDIR="${D}" install-doc
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2024-08-29 19:42 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-08-29 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 70e2dce1ab4c4e89898af48b3303922fee8e4053
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 19:39:46 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 19:39:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e2dce1
dev-libs/libfstrcmp: Stabilize 0.7-r3 arm64, #926358
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild
index 658767df2545..94a32d8bbb0c 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ S="${WORKDIR}/fstrcmp-${PV}.D001"
LICENSE="GPL-3+"
SLOT="0"
IUSE="doc static-libs test"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
BDEPEND="
sys-apps/groff
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2024-08-29 19:43 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-08-29 19:43 UTC (permalink / raw
To: gentoo-commits
commit: c8732f45a27acdc36f36b20a7494614db83fc992
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 19:43:22 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 19:43:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8732f45
dev-libs/libfstrcmp: Stabilize 0.7-r3 amd64, #926358
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild
index 94a32d8bbb0c..1c607353b103 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/fstrcmp-${PV}.D001"
LICENSE="GPL-3+"
SLOT="0"
IUSE="doc static-libs test"
-KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
BDEPEND="
sys-apps/groff
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2024-08-29 19:43 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-08-29 19:43 UTC (permalink / raw
To: gentoo-commits
commit: 6e60f41eedaedd912e07d7634d293876700100bb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 19:43:24 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 19:43:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e60f41e
dev-libs/libfstrcmp: Stabilize 0.7-r3 x86, #926358
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild
index 1c607353b103..bb4f66c93e58 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/fstrcmp-${PV}.D001"
LICENSE="GPL-3+"
SLOT="0"
IUSE="doc static-libs test"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
BDEPEND="
sys-apps/groff
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
@ 2024-08-30 13:11 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2024-08-30 13:11 UTC (permalink / raw
To: gentoo-commits
commit: 41c21577f9d220344d85bc7c8f1ea72aa43df0c7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 19:46:08 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 13:11:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c21577
dev-libs/libfstrcmp: drop 0.7-r1
Bug: https://bugs.gentoo.org/926358
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild | 44 ----------------------------
1 file changed, 44 deletions(-)
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
deleted file mode 100644
index 01f2a6f1a330..000000000000
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Make fuzzy comparisons of strings and byte arrays"
-HOMEPAGE="http://fstrcmp.sourceforge.net/"
-
-LICENSE="GPL-3+"
-IUSE="doc static-libs test"
-SLOT="0"
-
-SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/fstrcmp-0.7.D001"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-DEPEND="
- sys-apps/groff
- doc? ( app-text/ghostscript-gpl )
- test? ( app-text/ghostscript-gpl )
-"
-RESTRICT="!test? ( test )"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_compile() {
- emake all-bin
- use doc && emake all-doc
-}
-
-src_install() {
- emake DESTDIR="${D}" install-bin install-include install-libdir install-man
- find "${D}" -name '*.la' -delete || die
- if ! use static-libs ; then
- find "${D}" -name '*.a' -delete || die
- fi
- use doc && emake DESTDIR="${D}" install-doc
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2024-08-30 13:11 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29 19:03 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-08-30 13:11 Andreas Sturmlechner
2024-08-29 19:43 Sam James
2024-08-29 19:43 Sam James
2024-08-29 19:42 Sam James
2022-08-27 11:45 Yixun Lan
2022-06-20 2:21 Sam James
2021-07-26 1:39 Sam James
2021-05-16 18:53 Sam James
2021-03-29 14:50 Sam James
2020-07-14 22:39 Sam James
2020-05-28 14:01 Craig Andrews
2018-12-13 15:46 Mikle Kolyada
2018-11-28 2:07 Thomas Deutschmann
2018-11-27 21:39 Craig Andrews
2018-07-25 20:12 Craig Andrews
2018-07-25 14:35 Craig Andrews
2018-07-25 14:15 Craig Andrews
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox