* [gentoo-commits] repo/gentoo:master commit in: app-crypt/gifshuffle/
@ 2017-08-09 12:46 Amy Liffey
0 siblings, 0 replies; 3+ messages in thread
From: Amy Liffey @ 2017-08-09 12:46 UTC (permalink / raw
To: gentoo-commits
commit: 8634e867df221165f30d7a130b266daafc17b7ca
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 9 12:45:45 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 12:45:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8634e867
app-crypt/gifshuffle: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
.../{gifshuffle-2.0.ebuild => gifshuffle-2.0-r1.ebuild} | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/app-crypt/gifshuffle/gifshuffle-2.0.ebuild b/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
similarity index 74%
rename from app-crypt/gifshuffle/gifshuffle-2.0.ebuild
rename to app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
index 219f1830c34..c2a8cfb2d9d 100644
--- a/app-crypt/gifshuffle/gifshuffle-2.0.ebuild
+++ b/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
inherit toolchain-funcs
DESCRIPTION="GIF colourmap steganography"
@@ -15,14 +17,14 @@ IUSE=""
DEPEND=""
RDEPEND=""
-S="${WORKDIR}"/${PN}
+S="${WORKDIR}/${PN}"
src_compile() {
- echo $(tc-getCC) -o ${PN} ${CFLAGS} ${LDFLAGS} *.c
+ echo $(tc-getCC) -o ${PN} ${CFLAGS} ${LDFLAGS} *.c || die
$(tc-getCC) -o ${PN} ${CFLAGS} ${LDFLAGS} *.c || die "Cannot compile ${PN}"
}
src_install() {
- dobin ${PN} || die "Cannot install ${PN}"
+ dobin ${PN}
dodoc gshuf.txt
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/gifshuffle/
@ 2019-08-15 9:21 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2019-08-15 9:21 UTC (permalink / raw
To: gentoo-commits
commit: 14776601d458600067f78182969390a701979438
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 09:20:06 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 09:21:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14776601
app-crypt/gifshuffle: Version the distfile
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/gifshuffle/Manifest | 2 +-
app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-crypt/gifshuffle/Manifest b/app-crypt/gifshuffle/Manifest
index aa8e64a9498..ce279bd5f10 100644
--- a/app-crypt/gifshuffle/Manifest
+++ b/app-crypt/gifshuffle/Manifest
@@ -1 +1 @@
-DIST gifshuffle.tar.gz 21509 BLAKE2B a07490c2f6a29782d7d25219eefbf49393ccb06b1fbb260927dce741450934990673cc86168285ec9d0bc2ef258a64d98d623f143b464b48c9955b13a808822d SHA512 0a0521f924c508c80c11309203e64cbd948945ddd557f01008a39987602320be780c1710dfcaa8ec9886fff4e9745465f2f242919ede4cedb2af9f73e5cc54be
+DIST gifshuffle-2.0.tar.gz 21509 BLAKE2B a07490c2f6a29782d7d25219eefbf49393ccb06b1fbb260927dce741450934990673cc86168285ec9d0bc2ef258a64d98d623f143b464b48c9955b13a808822d SHA512 0a0521f924c508c80c11309203e64cbd948945ddd557f01008a39987602320be780c1710dfcaa8ec9886fff4e9745465f2f242919ede4cedb2af9f73e5cc54be
diff --git a/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild b/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
index c2a8cfb2d9d..dc85560e9fd 100644
--- a/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
+++ b/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ inherit toolchain-funcs
DESCRIPTION="GIF colourmap steganography"
HOMEPAGE="http://www.darkside.com.au/gifshuffle/"
-SRC_URI="http://www.darkside.com.au/gifshuffle/${PN}.tar.gz"
+SRC_URI="http://www.darkside.com.au/gifshuffle/${PN}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/gifshuffle/
@ 2023-04-18 13:41 Conrad Kostecki
0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2023-04-18 13:41 UTC (permalink / raw
To: gentoo-commits
commit: fcb2d86dc499246a4ad12cf98843edce3b107f89
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Apr 15 19:06:25 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 13:36:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb2d86d
app-crypt/gifshuffle: EAPI8 bump, use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30605
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild b/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
index dc85560e9fd5..3e067e72568b 100644
--- a/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
+++ b/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
@@ -1,23 +1,18 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
DESCRIPTION="GIF colourmap steganography"
-HOMEPAGE="http://www.darkside.com.au/gifshuffle/"
-SRC_URI="http://www.darkside.com.au/gifshuffle/${PN}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://darkside.com.au/gifshuffle/"
+SRC_URI="https://darkside.com.au/gifshuffle/${PN}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
src_compile() {
echo $(tc-getCC) -o ${PN} ${CFLAGS} ${LDFLAGS} *.c || die
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-04-18 13:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09 12:46 [gentoo-commits] repo/gentoo:master commit in: app-crypt/gifshuffle/ Amy Liffey
-- strict thread matches above, loose matches on Subject: below --
2019-08-15 9:21 Michał Górny
2023-04-18 13:41 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox