public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/
@ 2017-08-06 16:37 Amy Liffey
  0 siblings, 0 replies; 10+ messages in thread
From: Amy Liffey @ 2017-08-06 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     23c24c7d829842ecf266a794e779eaf1e6db07ed
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 16:36:14 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 16:36:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c24c7d

app-admin/ide-smart: eapi bump to 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-admin/ide-smart/ide-smart-1.4-r2.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/app-admin/ide-smart/ide-smart-1.4-r2.ebuild b/app-admin/ide-smart/ide-smart-1.4-r2.ebuild
new file mode 100644
index 00000000000..d6ec3995888
--- /dev/null
+++ b/app-admin/ide-smart/ide-smart-1.4-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A tool to read SMART information from harddiscs"
+HOMEPAGE="http://www.linalco.com/comunidad.html http://www.linux-ide.org/smart.html"
+SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+src_compile() {
+	$(tc-getCC) ${CFLAGS} -Wall ${LDFLAGS} -o ${PN} ${PN}.c || die "compile"
+}
+
+src_install() {
+	dobin ide-smart || die
+	doman ide-smart.8
+	dodoc README
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/
@ 2019-01-27  9:49 Sergei Trofimovich
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2019-01-27  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6f4f57e64f17f1f1486190ac0e86d541db9ac70e
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Jan 27 08:01:36 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 09:49:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4f57e6

app-admin/ide-smart: stable 1.4-r2 for sparc, bug #676336

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-admin/ide-smart/ide-smart-1.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ide-smart/ide-smart-1.4-r2.ebuild b/app-admin/ide-smart/ide-smart-1.4-r2.ebuild
index d6ec3995888..05820f7dc53 100644
--- a/app-admin/ide-smart/ide-smart-1.4-r2.ebuild
+++ b/app-admin/ide-smart/ide-smart-1.4-r2.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
@@ -11,7 +11,7 @@ SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc ~x86"
 IUSE=""
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/
@ 2019-02-07 11:58 Mikle Kolyada
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2019-02-07 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     777d81fa4b91f644d1496345b4c98177b133c713
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  7 11:58:45 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb  7 11:58:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777d81fa

app-admin/ide-smart: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-admin/ide-smart/ide-smart-1.4-r1.ebuild | 35 -----------------------------
 1 file changed, 35 deletions(-)

diff --git a/app-admin/ide-smart/ide-smart-1.4-r1.ebuild b/app-admin/ide-smart/ide-smart-1.4-r1.ebuild
deleted file mode 100644
index 5ffb6e04cbb..00000000000
--- a/app-admin/ide-smart/ide-smart-1.4-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A tool to read SMART information from harddiscs"
-HOMEPAGE="http://www.linalco.com/comunidad.html http://www.linux-ide.org/smart.html"
-SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-PATCHES=( "${FILESDIR}"/${PN}-1.4-fix-build-system.patch )
-
-src_prepare() {
-	default
-
-	# yes, the tarball includes pre-compiled
-	# object files and binaries
-	rm ${PN}{,.o} || die
-}
-
-src_configure() {
-	tc-export CC
-}
-
-src_install() {
-	dobin ide-smart
-	doman ide-smart.8
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/
@ 2019-02-07 11:58 Mikle Kolyada
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2019-02-07 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     65faae5b1c15a6609c609bdd0249858609469f85
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  7 11:57:16 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb  7 11:57:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65faae5b

app-admin/ide-smart: amd64 stable wrt bug #676336

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-admin/ide-smart/ide-smart-1.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ide-smart/ide-smart-1.4-r2.ebuild b/app-admin/ide-smart/ide-smart-1.4-r2.ebuild
index 0081f5e381e..c4d03421173 100644
--- a/app-admin/ide-smart/ide-smart-1.4-r2.ebuild
+++ b/app-admin/ide-smart/ide-smart-1.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/
@ 2023-09-13  3:49 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-09-13  3:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a86b668a88739586feda1e39635e2c533105d14e
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sun Sep 10 23:40:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 03:48:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86b668a

app-admin/ide-smart: update EAPI 6 -> 8

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/ide-smart/ide-smart-1.4-r3.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/app-admin/ide-smart/ide-smart-1.4-r3.ebuild b/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
new file mode 100644
index 000000000000..813ff8c814dc
--- /dev/null
+++ b/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo toolchain-funcs
+
+DESCRIPTION="A tool to read SMART information from harddiscs"
+HOMEPAGE="http://www.linalco.com/comunidad.html http://www.linux-ide.org/smart.html"
+SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+src_compile() {
+	edo $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -Wall ${LDFLAGS} -o ${PN} ${PN}.c
+}
+
+src_install() {
+	dobin ide-smart
+	doman ide-smart.8
+	dodoc README
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/
@ 2023-09-28  5:16 Joonas Niilola
  0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2023-09-28  5:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0a7f0b2393deb3470ed224aaef9c207f76ab20fc
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 05:16:04 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 05:16:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7f0b23

app-admin/ide-smart: Stabilize 1.4-r3 amd64, #914845

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-admin/ide-smart/ide-smart-1.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ide-smart/ide-smart-1.4-r3.ebuild b/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
index 813ff8c814dc..e301fdbcb7b3 100644
--- a/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
+++ b/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 
 src_compile() {
 	edo $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -Wall ${LDFLAGS} -o ${PN} ${PN}.c


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

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/
@ 2023-09-28  5:22 Joonas Niilola
  0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2023-09-28  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     82e8aedda9a3f7ae25d53ab823470a99bb2e8164
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 05:21:20 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 05:21:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e8aedd

app-admin/ide-smart: Stabilize 1.4-r3 x86, #914845

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-admin/ide-smart/ide-smart-1.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ide-smart/ide-smart-1.4-r3.ebuild b/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
index e301fdbcb7b3..230965dae837 100644
--- a/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
+++ b/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 
 src_compile() {
 	edo $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -Wall ${LDFLAGS} -o ${PN} ${PN}.c


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

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/
@ 2023-09-28  8:10 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-09-28  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     cda4470c5c754e8186a4f6045d87062969296f56
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 08:10:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 08:10:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda4470c

app-admin/ide-smart: Stabilize 1.4-r3 sparc, #914845

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

 app-admin/ide-smart/ide-smart-1.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ide-smart/ide-smart-1.4-r3.ebuild b/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
index 230965dae837..a74faf6fb398 100644
--- a/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
+++ b/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 
 src_compile() {
 	edo $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -Wall ${LDFLAGS} -o ${PN} ${PN}.c


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

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/
@ 2023-10-01 18:10 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-10-01 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f5f4925870284ded9e19abaefd8dd40792caab6e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 18:10:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 18:10:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f49258

app-admin/ide-smart: Stabilize 1.4-r3 ppc, #914845

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

 app-admin/ide-smart/ide-smart-1.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ide-smart/ide-smart-1.4-r3.ebuild b/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
index a74faf6fb398..c83f7dcaf4b6 100644
--- a/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
+++ b/app-admin/ide-smart/ide-smart-1.4-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 
 src_compile() {
 	edo $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -Wall ${LDFLAGS} -o ${PN} ${PN}.c


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

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/
@ 2023-10-01 18:15 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2023-10-01 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4d3089966095626be20359f1aafbdb38e345bbb1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 18:12:47 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 18:14:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d308996

app-admin/ide-smart: drop 1.4-r2

Bug: https://bugs.gentoo.org/914845
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-admin/ide-smart/ide-smart-1.4-r2.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/app-admin/ide-smart/ide-smart-1.4-r2.ebuild b/app-admin/ide-smart/ide-smart-1.4-r2.ebuild
deleted file mode 100644
index b064d1e5e222..000000000000
--- a/app-admin/ide-smart/ide-smart-1.4-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A tool to read SMART information from harddiscs"
-HOMEPAGE="http://www.linalco.com/comunidad.html http://www.linux-ide.org/smart.html"
-SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-src_compile() {
-	$(tc-getCC) ${CFLAGS} -Wall ${LDFLAGS} -o ${PN} ${PN}.c || die "compile"
-}
-
-src_install() {
-	dobin ide-smart
-	doman ide-smart.8
-	dodoc README
-}


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

end of thread, other threads:[~2023-10-01 18:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-07 11:58 [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2023-10-01 18:15 Andreas Sturmlechner
2023-10-01 18:10 Arthur Zamarin
2023-09-28  8:10 Sam James
2023-09-28  5:22 Joonas Niilola
2023-09-28  5:16 Joonas Niilola
2023-09-13  3:49 Sam James
2019-02-07 11:58 Mikle Kolyada
2019-01-27  9:49 Sergei Trofimovich
2017-08-06 16:37 Amy Liffey

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