public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2017-01-20 21:19 Patrice Clement
  0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2017-01-20 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     25225838e3737699d0fd42b6a16841de86f8bccd
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 21:58:37 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 21:19:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25225838

app-misc/symlinks: EAPI 6 bump.

Package-Manager: portage-2.3.0

 app-misc/symlinks/symlinks-1.4-r3.ebuild | 37 ++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/app-misc/symlinks/symlinks-1.4-r3.ebuild b/app-misc/symlinks/symlinks-1.4-r3.ebuild
new file mode 100644
index 00000000..467d0af
--- /dev/null
+++ b/app-misc/symlinks/symlinks-1.4-r3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic eutils toolchain-funcs
+
+DESCRIPTION="Scans for and fixes broken or messy symlinks"
+HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/"
+SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static"
+
+DOCS=( symlinks.lsm )
+
+src_prepare() {
+	default
+	# could be useful if being used to repair
+	# symlinks that are preventing shared libraries from
+	# functioning.
+	use static && append-flags -static
+	append-lfs-flags
+	sed 's:-O2::g' -i Makefile || die
+}
+
+src_compile() {
+	emake CC=$(tc-getCC) CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+}
+
+src_install() {
+	dobin "${PN}"
+	doman "${PN}.8"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2017-04-20  9:06 Ulrich Müller
  0 siblings, 0 replies; 13+ messages in thread
From: Ulrich Müller @ 2017-04-20  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     92d14d199e55421e4fe753ddf268156fe6a4257f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 09:04:23 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 09:04:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d14d19

app-misc/symlinks: Specify LICENSE more precisely.

Bug: 615484
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/symlinks/symlinks-1.4-r2.ebuild | 4 ++--
 app-misc/symlinks/symlinks-1.4-r3.ebuild | 2 +-
 app-misc/symlinks/symlinks-1.4.ebuild    | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-misc/symlinks/symlinks-1.4-r2.ebuild b/app-misc/symlinks/symlinks-1.4-r2.ebuild
index 93b379bc8c9..09abea25c0d 100644
--- a/app-misc/symlinks/symlinks-1.4-r2.ebuild
+++ b/app-misc/symlinks/symlinks-1.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -9,7 +9,7 @@ DESCRIPTION="Scans for and fixes broken or messy symlinks"
 HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/"
 SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz"
 
-LICENSE="freedist"
+LICENSE="symlinks"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="static"

diff --git a/app-misc/symlinks/symlinks-1.4-r3.ebuild b/app-misc/symlinks/symlinks-1.4-r3.ebuild
index af4af323e47..16be009b907 100644
--- a/app-misc/symlinks/symlinks-1.4-r3.ebuild
+++ b/app-misc/symlinks/symlinks-1.4-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Scans for and fixes broken or messy symlinks"
 HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/"
 SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz"
 
-LICENSE="freedist"
+LICENSE="symlinks"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="static"

diff --git a/app-misc/symlinks/symlinks-1.4.ebuild b/app-misc/symlinks/symlinks-1.4.ebuild
index d2bf4ab30b9..19890b51060 100644
--- a/app-misc/symlinks/symlinks-1.4.ebuild
+++ b/app-misc/symlinks/symlinks-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit flag-o-matic eutils toolchain-funcs
@@ -7,7 +7,7 @@ DESCRIPTION="Scans for and fixes broken or messy symlinks"
 HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/"
 SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz"
 
-LICENSE="freedist"
+LICENSE="symlinks"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="static"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2017-11-03 23:40 Patrice Clement
  0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2017-11-03 23:40 UTC (permalink / raw
  To: gentoo-commits

commit:     8b179c4a16f486f049af98aa903d8656184d2780
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  3 22:42:31 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov  3 23:39:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b179c4a

app-misc/symlinks: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/symlinks/symlinks-1.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/symlinks/symlinks-1.4-r3.ebuild b/app-misc/symlinks/symlinks-1.4-r3.ebuild
index 16be009b907..30d018d3bce 100644
--- a/app-misc/symlinks/symlinks-1.4-r3.ebuild
+++ b/app-misc/symlinks/symlinks-1.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz"
 
 LICENSE="symlinks"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="static"
 
 DOCS=( symlinks.lsm )


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2017-11-03 23:40 Patrice Clement
  0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2017-11-03 23:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4e820892f7ec9df58bafe7cd75965861ece9bdc5
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  3 22:43:08 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov  3 23:40:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e820892

app-misc/symlinks: clean up old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/symlinks/symlinks-1.4-r2.ebuild | 34 --------------------------------
 app-misc/symlinks/symlinks-1.4.ebuild    | 27 -------------------------
 2 files changed, 61 deletions(-)

diff --git a/app-misc/symlinks/symlinks-1.4-r2.ebuild b/app-misc/symlinks/symlinks-1.4-r2.ebuild
deleted file mode 100644
index 09abea25c0d..00000000000
--- a/app-misc/symlinks/symlinks-1.4-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit flag-o-matic eutils toolchain-funcs
-
-DESCRIPTION="Scans for and fixes broken or messy symlinks"
-HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/"
-SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz"
-
-LICENSE="symlinks"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="static"
-
-src_prepare() {
-	# could be useful if being used to repair
-	# symlinks that are preventing shared libraries from
-	# functioning.
-	use static && append-flags -static
-	append-lfs-flags
-	sed 's:-O2::g' -i Makefile || die
-}
-
-src_compile() {
-	emake CC=$(tc-getCC) CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
-}
-
-src_install() {
-	dobin symlinks
-	doman symlinks.8
-	dodoc symlinks.lsm
-}

diff --git a/app-misc/symlinks/symlinks-1.4.ebuild b/app-misc/symlinks/symlinks-1.4.ebuild
deleted file mode 100644
index 19890b51060..00000000000
--- a/app-misc/symlinks/symlinks-1.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit flag-o-matic eutils toolchain-funcs
-
-DESCRIPTION="Scans for and fixes broken or messy symlinks"
-HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/"
-SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz"
-
-LICENSE="symlinks"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="static"
-
-src_compile() {
-	# could be useful if being used to repair
-	# symlinks that are preventing shared libraries from
-	# functioning.
-	use static && append-flags -static
-	emake CC=$(tc-getCC) CFLAGS="${CFLAGS} ${LDFLAGS}" || die
-}
-
-src_install() {
-	dobin symlinks || die
-	doman symlinks.8 || die
-	dodoc symlinks.lsm || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2022-03-19 23:17 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2022-03-19 23:17 UTC (permalink / raw
  To: gentoo-commits

commit:     aec2dfea91a20c30187c44722874ef62c788e332
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:16:54 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:16:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec2dfea

app-misc/symlinks: quote $(tc-*) calls

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-misc/symlinks/symlinks-1.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/symlinks/symlinks-1.4-r3.ebuild b/app-misc/symlinks/symlinks-1.4-r3.ebuild
index c50aa8ce4c6c..4c0bff985415 100644
--- a/app-misc/symlinks/symlinks-1.4-r3.ebuild
+++ b/app-misc/symlinks/symlinks-1.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC) CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+	emake CC="$(tc-getCC)" CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2023-09-19 15:30 Ulrich Müller
  0 siblings, 0 replies; 13+ messages in thread
From: Ulrich Müller @ 2023-09-19 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0594a0460c3c7d6e7322d27b7c6210190c535b35
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 15:29:09 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 15:30:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0594a046

app-misc/symlinks: EAPI 8, update HOMEPAGE and SRC_URI

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../symlinks/{symlinks-1.4-r3.ebuild => symlinks-1.4-r4.ebuild}   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/symlinks/symlinks-1.4-r3.ebuild b/app-misc/symlinks/symlinks-1.4-r4.ebuild
similarity index 79%
rename from app-misc/symlinks/symlinks-1.4-r3.ebuild
rename to app-misc/symlinks/symlinks-1.4-r4.ebuild
index 4c0bff985415..07711ab93526 100644
--- a/app-misc/symlinks/symlinks-1.4-r3.ebuild
+++ b/app-misc/symlinks/symlinks-1.4-r4.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Scans for and fixes broken or messy symlinks"
-HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/"
-SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz"
+HOMEPAGE="https://www.ibiblio.org/pub/linux/utils/file/"
+SRC_URI="https://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz"
 
 LICENSE="symlinks"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2025-01-10  7:17 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-01-10  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     83a118af7792286170dbabb66ffcbe2505c42fc5
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Sep  7 07:07:55 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 07:17:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a118af

app-misc/symlinks: add 1.4.3

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/32666
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/symlinks/Manifest              |  1 +
 app-misc/symlinks/metadata.xml          |  5 ++++-
 app-misc/symlinks/symlinks-1.4.3.ebuild | 36 +++++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/app-misc/symlinks/Manifest b/app-misc/symlinks/Manifest
index 29c4d4b49c92..cdb93ec0ffa4 100644
--- a/app-misc/symlinks/Manifest
+++ b/app-misc/symlinks/Manifest
@@ -1 +1,2 @@
+DIST symlinks-1.4.3.tar.gz 5888 BLAKE2B 9a75c4f82d93abe2b996fe75c265885a40d8a2966b77659a09e9beb0eeb703b01e0c0dcb1bfc802457f1a1b6e8b681b2e987b10349b2fd48203ea07ea03e79ce SHA512 90437e9114ad18b4137a490111be672d613c141ea8ee43cbf3c3a4ee3f80c620150926a91ec3f52467ed8efce989b1035f72d02a013d335cca5a052b6c0733f8
 DIST symlinks-1.4.tar.gz 4942 BLAKE2B 983c16bd5dedbca3f3544756a1e5de4939eb31e871c72110224f7e63821cec69289d9a1e152081d9895230670b96ed813ef0692ea0922d9a52d5050ade723893 SHA512 d1efb1ca553cc9eb95f1d113e453acd22c9f0964eacec985c85c125de23ae9d636b9ced182c2673f455e5d897ad15a978a424170fce767ccc492443eac7f972f

diff --git a/app-misc/symlinks/metadata.xml b/app-misc/symlinks/metadata.xml
index aaacc80666ac..73cfa7004817 100644
--- a/app-misc/symlinks/metadata.xml
+++ b/app-misc/symlinks/metadata.xml
@@ -10,6 +10,9 @@
 		Each link is prefixed with a classification of relative, absolute,
 		dangling, messy, lengthy or other_fs. Symlinks can also convert
 		absolute links (within the same filesystem) to relative links and can
-		delete messy and dangling links. 
+		delete messy and dangling links.
 	</longdescription>
+	<upstream>
+		<remote-id type="github">brandt/symlinks</remote-id>
+	</upstream>
 </pkgmetadata>

diff --git a/app-misc/symlinks/symlinks-1.4.3.ebuild b/app-misc/symlinks/symlinks-1.4.3.ebuild
new file mode 100644
index 000000000000..f2e10f471879
--- /dev/null
+++ b/app-misc/symlinks/symlinks-1.4.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Scans for and fixes broken or messy symlinks"
+HOMEPAGE="https://github.com/brandt/symlinks"
+SRC_URI="https://github.com/brandt/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="symlinks"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static"
+
+DOCS=( Readme.md )
+
+src_prepare() {
+	default
+	# could be useful if being used to repair
+	# symlinks that are preventing shared libraries from
+	# functioning.
+	use static && append-flags -static
+	append-lfs-flags
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+}
+
+src_install() {
+	dobin "${PN}"
+	doman "${PN}.8"
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2025-01-10  7:17 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-01-10  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     93463312db57f4bc46b7fb3efe7d15d2dd975a81
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 07:17:22 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 07:17:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93463312

app-misc/symlinks: unkeyword 1.4.3 for ~ia64

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/symlinks/symlinks-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/symlinks/symlinks-1.4.3.ebuild b/app-misc/symlinks/symlinks-1.4.3.ebuild
index f2e10f471879..2d47820dd803 100644
--- a/app-misc/symlinks/symlinks-1.4.3.ebuild
+++ b/app-misc/symlinks/symlinks-1.4.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/brandt/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
 
 LICENSE="symlinks"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="static"
 
 DOCS=( Readme.md )


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2025-03-08 14:09 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-03-08 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     bb8889ab7fd6afb97275bdac4d4a0aa68be03be2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 14:08:12 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 14:08:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8889ab

app-misc/symlinks: Stabilize 1.4.3 ppc, #950939

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

 app-misc/symlinks/symlinks-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/symlinks/symlinks-1.4.3.ebuild b/app-misc/symlinks/symlinks-1.4.3.ebuild
index 2d47820dd803..258e9c357e98 100644
--- a/app-misc/symlinks/symlinks-1.4.3.ebuild
+++ b/app-misc/symlinks/symlinks-1.4.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/brandt/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
 
 LICENSE="symlinks"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86"
 IUSE="static"
 
 DOCS=( Readme.md )


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2025-03-08 14:51 Jakov Smolić
  0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2025-03-08 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f1c362086d6f35ad06fdcd1a6d15d58a4a60b005
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 14:51:36 2025 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 14:51:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c36208

app-misc/symlinks: Stabilize 1.4.3 ppc64, #950939

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-misc/symlinks/symlinks-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/symlinks/symlinks-1.4.3.ebuild b/app-misc/symlinks/symlinks-1.4.3.ebuild
index 258e9c357e98..a10b33e44a34 100644
--- a/app-misc/symlinks/symlinks-1.4.3.ebuild
+++ b/app-misc/symlinks/symlinks-1.4.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/brandt/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
 
 LICENSE="symlinks"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ppc64 ~sparc ~x86"
 IUSE="static"
 
 DOCS=( Readme.md )


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2025-03-08 15:05 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-03-08 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     56007ad120f12472ee9f906ccbb00ddf8ce4e218
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 15:04:57 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 15:04:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56007ad1

app-misc/symlinks: Stabilize 1.4.3 sparc, #950939

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/symlinks/symlinks-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/symlinks/symlinks-1.4.3.ebuild b/app-misc/symlinks/symlinks-1.4.3.ebuild
index a10b33e44a34..5fd65b68e7d2 100644
--- a/app-misc/symlinks/symlinks-1.4.3.ebuild
+++ b/app-misc/symlinks/symlinks-1.4.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/brandt/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
 
 LICENSE="symlinks"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ppc64 sparc ~x86"
 IUSE="static"
 
 DOCS=( Readme.md )


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2025-03-08 15:33 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-03-08 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a5f3d30f941e3e2b2b117f2e46e5f071395c1d90
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 15:32:54 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 15:32:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f3d30f

app-misc/symlinks: Stabilize 1.4.3 x86, #950939

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

 app-misc/symlinks/symlinks-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/symlinks/symlinks-1.4.3.ebuild b/app-misc/symlinks/symlinks-1.4.3.ebuild
index 5fd65b68e7d2..275f76610417 100644
--- a/app-misc/symlinks/symlinks-1.4.3.ebuild
+++ b/app-misc/symlinks/symlinks-1.4.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/brandt/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
 
 LICENSE="symlinks"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ppc64 sparc x86"
 IUSE="static"
 
 DOCS=( Readme.md )


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2025-03-08 18:54 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-03-08 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     160989b4ec4db8619afd3776eb5191fa6ed80edd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 18:54:29 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 18:54:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160989b4

app-misc/symlinks: Stabilize 1.4.3 amd64, #950939

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/symlinks/symlinks-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/symlinks/symlinks-1.4.3.ebuild b/app-misc/symlinks/symlinks-1.4.3.ebuild
index 275f76610417..ee0fe04d89ff 100644
--- a/app-misc/symlinks/symlinks-1.4.3.ebuild
+++ b/app-misc/symlinks/symlinks-1.4.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/brandt/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
 
 LICENSE="symlinks"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 sparc x86"
 IUSE="static"
 
 DOCS=( Readme.md )


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

end of thread, other threads:[~2025-03-08 18:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 18:54 [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 15:33 Sam James
2025-03-08 15:05 Arthur Zamarin
2025-03-08 14:51 Jakov Smolić
2025-03-08 14:09 Sam James
2025-01-10  7:17 Arthur Zamarin
2025-01-10  7:17 Arthur Zamarin
2023-09-19 15:30 Ulrich Müller
2022-03-19 23:17 David Seifert
2017-11-03 23:40 Patrice Clement
2017-11-03 23:40 Patrice Clement
2017-04-20  9:06 Ulrich Müller
2017-01-20 21:19 Patrice Clement

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