public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmrack/
@ 2018-08-02 20:19 Bernard Cafarelli
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2018-08-02 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b63509b589c4ce92914865b4db422c0317fe4583
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jul 23 18:42:01 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Aug  2 20:17:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63509b5

x11-plugins/wmrack: EAPI7, improve ebuild

 x11-plugins/wmrack/wmrack-1.4-r1.ebuild | 35 +++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/x11-plugins/wmrack/wmrack-1.4-r1.ebuild b/x11-plugins/wmrack/wmrack-1.4-r1.ebuild
new file mode 100644
index 00000000000..f40d1f91620
--- /dev/null
+++ b/x11-plugins/wmrack/wmrack-1.4-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="a sound mixer and CD player dockapp"
+HOMEPAGE="http://wmrack.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="x11-libs/libX11
+	x11-libs/libXpm
+	x11-libs/libXext"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+DOCS=( CHANGES README TODO )
+
+src_prepare() {
+	default
+	sed -i \
+		-e 's:gcc:$(CC):' \
+		-e 's:$(OBJECTS) -o:$(OBJECTS) $(LDFLAGS) -o:' "${S}"/Makefile.in || die
+}
+
+src_install() {
+	emake LIBDIR="${D}/usr/$(get_libdir)/WMRack" \
+		MANDIR="${D}/usr/share/man" BINDIR="${D}/usr/bin" \
+		install
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmrack/
@ 2018-12-11 14:29 Bernard Cafarelli
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2018-12-11 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     556ebfea44705b7ee961bc3db0a54754aaeee80d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Dec  7 14:10:27 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 14:27:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556ebfea

x11-plugins/wmrack: drop old

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmrack/Manifest          |  1 -
 x11-plugins/wmrack/wmrack-1.3.ebuild | 41 ------------------------------------
 x11-plugins/wmrack/wmrack-1.4.ebuild | 33 -----------------------------
 3 files changed, 75 deletions(-)

diff --git a/x11-plugins/wmrack/Manifest b/x11-plugins/wmrack/Manifest
index d1778cdede7..e0f9255a091 100644
--- a/x11-plugins/wmrack/Manifest
+++ b/x11-plugins/wmrack/Manifest
@@ -1,2 +1 @@
-DIST wmrack-1.3.tar.gz 61120 BLAKE2B 7eb745224f829145af77fba8dd477ed8d9c529dbe2ff206c2af2b4fb90735ec5dd5bc7b11500a5047d41329eaeecea61dee83e512844be336e1e24b568cfa156 SHA512 b9d01fc15cb2e15192f66487e80422ce3e319e160ee6961b5ed1ce0341fd2ddb74063261bce209b83bfda9af76a445b018320514f48402a56fd9aa2a6566e62f
 DIST wmrack-1.4.tar.gz 124243 BLAKE2B a1d8581b9ebc252429abe4c04aebbe9774d8a84048511b6dc5af02b8495f9c6c50d23e3fa26dd68f31d2d155ddae28e19c37d81082ed4378d269d19fd6888ae6 SHA512 27ed399a56f7f37e494005f02e74a09ad22c448ac288a3d2123987488ce65460f4c80841e8ff0fe3ff20db156130bc9e4894b42280181a1af58e06c1f8320a1e

diff --git a/x11-plugins/wmrack/wmrack-1.3.ebuild b/x11-plugins/wmrack/wmrack-1.3.ebuild
deleted file mode 100644
index 52fa77442a2..00000000000
--- a/x11-plugins/wmrack/wmrack-1.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit multilib toolchain-funcs
-
-DESCRIPTION="a sound mixer and CD player dockapp"
-HOMEPAGE="http://wmrack.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-	x11-libs/libXpm
-	x11-libs/libXext"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-src_unpack() {
-	unpack ${A}
-	sed -i -e 's:gcc:$(CC):' "${S}"/Makefile.in
-	sed -i -e 's:$(OBJECTS) -o:$(OBJECTS) $(LDFLAGS) -o:' "${S}"/Makefile.in
-}
-
-src_compile() {
-	tc-export CC
-	econf --x-includes=/usr/include --x-libraries=/usr/$(get_libdir)
-	emake -j1 || die "emake failed."
-}
-
-src_install() {
-	emake -j1 LIBDIR="${D}/usr/$(get_libdir)/WMRack" \
-		MANDIR="${D}/usr/share/man" BINDIR="${D}/usr/bin" \
-		install || die "emake install failed."
-
-	dodoc CHANGES README TODO
-}

diff --git a/x11-plugins/wmrack/wmrack-1.4.ebuild b/x11-plugins/wmrack/wmrack-1.4.ebuild
deleted file mode 100644
index 2b0d6930da5..00000000000
--- a/x11-plugins/wmrack/wmrack-1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit multilib toolchain-funcs
-
-DESCRIPTION="a sound mixer and CD player dockapp"
-HOMEPAGE="http://wmrack.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-	x11-libs/libXpm
-	x11-libs/libXext"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-src_prepare() {
-	sed -i -e 's:gcc:$(CC):' "${S}"/Makefile.in
-	sed -i -e 's:$(OBJECTS) -o:$(OBJECTS) $(LDFLAGS) -o:' "${S}"/Makefile.in
-}
-
-src_install() {
-	emake LIBDIR="${D}/usr/$(get_libdir)/WMRack" \
-		MANDIR="${D}/usr/share/man" BINDIR="${D}/usr/bin" \
-		install
-
-	dodoc CHANGES README TODO
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmrack/
@ 2022-07-10 13:56 Bernard Cafarelli
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2022-07-10 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     da2d0d0e9620456874d0e574817b24bc5337302c
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 13:56:23 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 13:56:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2d0d0e

x11-plugins/wmrack: fix XPM/standart.style compilation error

Closes: https://bugs.gentoo.org/805206
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmrack/wmrack-1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmrack/wmrack-1.4-r1.ebuild b/x11-plugins/wmrack/wmrack-1.4-r1.ebuild
index f40d1f916205..87ecae2c815b 100644
--- a/x11-plugins/wmrack/wmrack-1.4-r1.ebuild
+++ b/x11-plugins/wmrack/wmrack-1.4-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit toolchain-funcs
 
 DESCRIPTION="a sound mixer and CD player dockapp"
 HOMEPAGE="http://wmrack.sourceforge.net"
@@ -22,6 +21,7 @@ DOCS=( CHANGES README TODO )
 
 src_prepare() {
 	default
+	ln -s grey.style XPM/standart.style || die
 	sed -i \
 		-e 's:gcc:$(CC):' \
 		-e 's:$(OBJECTS) -o:$(OBJECTS) $(LDFLAGS) -o:' "${S}"/Makefile.in || die


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmrack/
@ 2023-06-13 14:16 Bernard Cafarelli
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2023-06-13 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     98d1f733183593908cf1826ee031c440ef98dab8
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jun  8 09:15:42 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 14:15:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d1f733

x11-plugins/wmrack: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31350
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmrack/wmrack-1.4-r1.ebuild | 4 ++--
 x11-plugins/wmrack/wmrack-1.4-r2.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmrack/wmrack-1.4-r1.ebuild b/x11-plugins/wmrack/wmrack-1.4-r1.ebuild
index 87ecae2c815b..f41d124b4421 100644
--- a/x11-plugins/wmrack/wmrack-1.4-r1.ebuild
+++ b/x11-plugins/wmrack/wmrack-1.4-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="a sound mixer and CD player dockapp"
-HOMEPAGE="http://wmrack.sourceforge.net"
+HOMEPAGE="https://wmrack.sourceforge.net"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/x11-plugins/wmrack/wmrack-1.4-r2.ebuild b/x11-plugins/wmrack/wmrack-1.4-r2.ebuild
index 9a17bb0441bc..694a3530a03b 100644
--- a/x11-plugins/wmrack/wmrack-1.4-r2.ebuild
+++ b/x11-plugins/wmrack/wmrack-1.4-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="a sound mixer and CD player dockapp"
-HOMEPAGE="http://wmrack.sourceforge.net"
+HOMEPAGE="https://wmrack.sourceforge.net"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"


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

end of thread, other threads:[~2023-06-13 14:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-10 13:56 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmrack/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2023-06-13 14:16 Bernard Cafarelli
2018-12-11 14:29 Bernard Cafarelli
2018-08-02 20:19 Bernard Cafarelli

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