[gentoo-commits] repo/gentoo:master commit in: app-misc/cdspeed/

2022-03-19 Thread David Seifert
commit: a60f067bb75318c931a36b671a1ec210b914f310
Author: David Seifert  gentoo  org>
AuthorDate: Sat Mar 19 23:16:45 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Mar 19 23:16:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60f067b

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

Signed-off-by: David Seifert  gentoo.org>

 app-misc/cdspeed/cdspeed-0.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/cdspeed/cdspeed-0.4-r2.ebuild 
b/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
index 7cd276d56541..0b635367f64a 100644
--- a/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
+++ b/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ src_prepare() {
 }
 
 src_compile() {
-   emake CFLAGS="${CFLAGS} -Wall -Wno-unused" CC=$(tc-getCC)
+   emake CFLAGS="${CFLAGS} -Wall -Wno-unused" CC="$(tc-getCC)"
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-misc/cdspeed/

2018-10-08 Thread Mikle Kolyada
commit: 2ff903d06909a7721a1b64bf25cb9c76786f3322
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct  8 11:42:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct  8 11:42:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff903d0

app-misc/cdspeed: Mark stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-misc/cdspeed/cdspeed-0.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/cdspeed/cdspeed-0.4-r2.ebuild 
b/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
index 6c933ac2caf..a51688d1510 100644
--- a/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
+++ b/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://linuxfocus.org/~guido/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86"
+KEYWORDS="alpha amd64 ~hppa ~mips ppc x86"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: app-misc/cdspeed/

2018-10-08 Thread Mikle Kolyada
commit: fdff63347d66b20a9f876e119324a5cc18d38221
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct  8 11:42:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct  8 11:42:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdff6334

app-misc/cdspeed: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-misc/cdspeed/cdspeed-0.4-r1.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/app-misc/cdspeed/cdspeed-0.4-r1.ebuild 
b/app-misc/cdspeed/cdspeed-0.4-r1.ebuild
deleted file mode 100644
index 9701b686d35..000
--- a/app-misc/cdspeed/cdspeed-0.4-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Change the speed of your CD drive"
-HOMEPAGE="http://linuxfocus.org/~guido/;
-SRC_URI="http://linuxfocus.org/~guido/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~mips ppc x86"
-IUSE=""
-
-DEPEND=">=sys-apps/sed-4"
-RDEPEND=""
-
-src_prepare() {
-   sed -i Makefile \
-   -e 's| -o | $(LDFLAGS)&|g' \
-   || die "sed Makefile failed"
-}
-
-src_compile() {
-   emake CFLAGS="${CFLAGS} -Wall -Wno-unused" CC=$(tc-getCC) \
-   || die "emake failed"
-}
-
-src_install() {
-   emake PREFIX="${D}/usr" install || die "emake install"
-   dodoc README
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/cdspeed/

2018-08-15 Thread Andreas Sturmlechner
commit: e95517277520928e758c5e7c2c772f2a95a1da08
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Aug  1 16:01:28 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 15 19:53:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9551727

app-misc/cdspeed: EAPI7, improve ebuild

Closes: https://github.com/gentoo/gentoo/pull/9411

 app-misc/cdspeed/cdspeed-0.4-r2.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/app-misc/cdspeed/cdspeed-0.4-r2.ebuild 
b/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
new file mode 100644
index 000..6c933ac2caf
--- /dev/null
+++ b/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Change the speed of your CD drive"
+HOMEPAGE="http://linuxfocus.org/~guido/;
+SRC_URI="http://linuxfocus.org/~guido/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86"
+
+src_prepare() {
+   default
+   sed -i Makefile \
+   -e 's| -o | $(LDFLAGS)&|g' \
+   || die "sed Makefile failed"
+}
+
+src_compile() {
+   emake CFLAGS="${CFLAGS} -Wall -Wno-unused" CC=$(tc-getCC)
+}
+
+src_install() {
+   emake PREFIX="${D}/usr" install
+   dodoc README
+}