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; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2017-11-03 23:40 Patrice Clement
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2017-11-03 23:40 Patrice Clement
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/
@ 2022-03-19 23:17 David Seifert
  0 siblings, 0 replies; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread

end of thread, other threads:[~2023-09-19 15:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-03 23:40 [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2023-09-19 15:30 Ulrich Müller
2022-03-19 23:17 David Seifert
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