public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpqstego/
@ 2018-05-28 23:02 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-05-28 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d9547bf355600e5cc745bd7e21fae7cabe40298b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 16:44:53 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:02:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9547bf3

media-libs/libpqstego: add || die to find call

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/libpqstego/libpqstego-0.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libpqstego/libpqstego-0.0.1.ebuild b/media-libs/libpqstego/libpqstego-0.0.1.ebuild
index d258d0c7d66..8546dad6cae 100644
--- a/media-libs/libpqstego/libpqstego-0.0.1.ebuild
+++ b/media-libs/libpqstego/libpqstego-0.0.1.ebuild
@@ -21,5 +21,5 @@ src_configure() {
 
 src_install() {
 	default
-	find "${D}" -name '*.la' -delete
+	find "${D}" -name '*.la' -delete || die "Pruning failed"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpqstego/
@ 2021-06-02 22:36 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-06-02 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     5b407fff9bf01a56d7a8eb317503493de8f941c6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 21:32:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 21:50:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b407fff

media-libs/libpqstego: subscribe to sci-libs/gsl subslot

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{libpqstego-0.0.1.ebuild => libpqstego-0.0.1-r1.ebuild}          | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-libs/libpqstego/libpqstego-0.0.1.ebuild b/media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild
similarity index 83%
rename from media-libs/libpqstego/libpqstego-0.0.1.ebuild
rename to media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild
index 8546dad6cae..343ed550a6c 100644
--- a/media-libs/libpqstego/libpqstego-0.0.1.ebuild
+++ b/media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,9 +10,8 @@ SRC_URI="mirror://sourceforge/${PN/lib}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="sci-libs/gsl[cblas-external]"
+DEPEND="sci-libs/gsl:=[cblas-external]"
 
 src_configure() {
 	econf \


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpqstego/
@ 2024-11-17  0:55 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2024-11-17  0:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8fa4ae91c3ab38e2da14d2f6a7313ab2e055e011
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 00:54:48 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 00:55:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa4ae91

media-libs/libpqstego: eautoreconf for fun and profit

Closes: https://bugs.gentoo.org/899828
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../{libpqstego-0.0.1-r1.ebuild => libpqstego-0.0.1-r2.ebuild}   | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild b/media-libs/libpqstego/libpqstego-0.0.1-r2.ebuild
similarity index 88%
rename from media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild
rename to media-libs/libpqstego/libpqstego-0.0.1-r2.ebuild
index d78e9c223119..6715cfedd36b 100644
--- a/media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild
+++ b/media-libs/libpqstego/libpqstego-0.0.1-r2.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+inherit autotools
 
 DESCRIPTION="Library for Perturbed Quantization Steganography"
 HOMEPAGE="https://sourceforge.net/projects/pqstego/"
@@ -13,6 +15,11 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND="sci-libs/gsl:=[cblas-external]"
 
+src_prepare() {
+	default
+	eautoreconf
+}
+
 src_configure() {
 	econf \
 		--disable-static


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

end of thread, other threads:[~2024-11-17  0:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-02 22:36 [gentoo-commits] repo/gentoo:master commit in: media-libs/libpqstego/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-11-17  0:55 Andreas K. Hüttel
2018-05-28 23:02 Aaron Bauman

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