summaryrefslogtreecommitdiff
path: root/sys-apps/stroke
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-16 18:48:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-16 18:48:52 +0000
commitf265f17242b04ae036b4dc174fa95401d895dbc5 (patch)
tree8daa848087a673b8bf5dad576b0a08048d551da7 /sys-apps/stroke
parentd08ea43e9ada434f42f4be8e115b67ab22ce38af (diff)
gentoo auto-resync : 16:03:2024 - 18:48:51
Diffstat (limited to 'sys-apps/stroke')
-rw-r--r--sys-apps/stroke/Manifest2
-rw-r--r--sys-apps/stroke/stroke-0.1.3-r1.ebuild15
-rw-r--r--sys-apps/stroke/stroke-0.1.3-r2.ebuild20
3 files changed, 21 insertions, 16 deletions
diff --git a/sys-apps/stroke/Manifest b/sys-apps/stroke/Manifest
index c9be8ea8d582..d0dd15ec4cef 100644
--- a/sys-apps/stroke/Manifest
+++ b/sys-apps/stroke/Manifest
@@ -1,4 +1,4 @@
AUX stroke-0.1.3-missing-header.patch 292 BLAKE2B f079bbc651d5c0b7fc4cd4dd4c2e7b2824de66b0e8380dc2acd0ee55d1414fb7dc175dff1d00e0b70e1472adc6408c16369d9bd03d46af187a2c2cd5da187624 SHA512 2a77155004aa6f860e4aab7b3784444af2604522944fad07b073a97b1bc701d09a00dd514e8c6fa2f4333cebc5f25474123abfa47a9b5056541427aed475abdd
DIST stroke-0.1.3.tar.gz 180438 BLAKE2B f7b36905707a1a940ea01858562e7b01df5385b67bd7e7c627b9ea7e762d02659c455a25adc43f9a560250243f136101a56b77f9b2dccbb077f8d9238681e178 SHA512 b500f9c158a66f5947a28bf3dbb7caddd20427b4c9bdc2849002995f830019d54a3f0e070e973a0a6475f755ffc14a2995c7c8736c355cf4ae06b22beb07897e
-EBUILD stroke-0.1.3-r1.ebuild 396 BLAKE2B aa03d48eb455b54cdfa06106f3a709c20ffb5999f47ae22528984321c4d1dd2e891396d44cdd8d4a56e86290808c82574aae88a5225a66c2536259f00ad88434 SHA512 4776efcd39d68dcbc693ea4d97810da3a5c0f3a319e6cd4e55e8000cc66310f4b6840a2a70a4b88c35123c6042766ff8a68d1a87553b51baff29ae471f96f02b
+EBUILD stroke-0.1.3-r2.ebuild 463 BLAKE2B 80b9a7bef079aedfe0282e3ea591fc85fb242d5c0294a5fb07827bb26cb45f4ea411515298707f8f4d5af2559e4af45cf651bb52add16f237a96dcaf7ffec894 SHA512 6d7c8509af001b1f6edbde5b6a38729068de9b227566a8a67002d678969f12601e2dbfc306690d4a184683bd064a1e081903a621a8a24f6990a40cfb5053dcfc
MISC metadata.xml 244 BLAKE2B c476cf4dba0c8a06269dfdd41f6b62521f63aa1b7e1411a76cad5e61a7ffcff7b183f551ca20046d22f7cbfa5915013cf62b8349953fe6c87782e016be8467d7 SHA512 291c752b107732171176597c6927d8e2d5c47cbf8e3cdf662bc5b9b201874d73172903f4fce94b2f5dad14f19c4041ce2a29bc901ebff44ab1922e6589049579
diff --git a/sys-apps/stroke/stroke-0.1.3-r1.ebuild b/sys-apps/stroke/stroke-0.1.3-r1.ebuild
deleted file mode 100644
index 3df34f91f63e..000000000000
--- a/sys-apps/stroke/stroke-0.1.3-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A powerful tool to change file timestamps (including ctimes)"
-HOMEPAGE="http://stroke.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${P}-missing-header.patch" )
diff --git a/sys-apps/stroke/stroke-0.1.3-r2.ebuild b/sys-apps/stroke/stroke-0.1.3-r2.ebuild
new file mode 100644
index 000000000000..f2db03b70c44
--- /dev/null
+++ b/sys-apps/stroke/stroke-0.1.3-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Powerful tool to change file timestamps (including ctimes)"
+HOMEPAGE="https://stroke.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+PATCHES=( "${FILESDIR}/${P}-missing-header.patch" )
+
+src_compile() {
+ emake AR="$(tc-getAR)"
+}