public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-defaultplugin/
@ 2015-09-13 18:55 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-09-13 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0cd7831806de7c73d371b6650adafdd06616d3c1
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 18:55:25 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 18:55:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd78318

x11-misc/lineak-defaultplugin: Remove old

Package-Manager: portage-2.2.20.1

 .../lineak-defaultplugin-0.9.0.ebuild              | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild
deleted file mode 100644
index 5c7893d..0000000
--- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils multilib
-
-MY_P=${P/.0/}
-
-DESCRIPTION="Mute/unmute and other macros for LINEAK"
-HOMEPAGE="http://lineak.sourceforge.net"
-SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug"
-
-DEPEND="=x11-misc/lineakd-${PV}*
-	x11-proto/inputproto"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-gcc43.patch
-}
-
-src_compile() {
-	econf USER_LDFLAGS="${LDFLAGS}" $(use_enable debug)
-	emake || die "emake failed."
-}
-
-src_install() {
-	sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' default_plugin/Makefile
-
-	emake DESTDIR="${D}" \
-		PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins \
-		install || die "emake install failed."
-	dodoc AUTHORS README
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-defaultplugin/
@ 2019-05-13  9:04 Jeroen Roovers
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers @ 2019-05-13  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8d0d28ce51558e215aec16bdb58794ebc9bebb4c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 09:03:12 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon May 13 09:04:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0d28ce

x11-misc/lineak-defaultplugin: Set --with-lineak-plugindir

Fixes: https://bugs.gentoo.org/677480
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 .../lineak-defaultplugin-0.9.0-r2.ebuild           | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
new file mode 100644
index 00000000000..16aac45e5d3
--- /dev/null
+++ b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit multilib
+
+MY_P=${P/.0/}
+
+DESCRIPTION="Mute/unmute and other macros for LINEAK"
+HOMEPAGE="http://lineak.sourceforge.net"
+SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug"
+
+RDEPEND="
+	=x11-misc/lineakd-${PV}*
+"
+DEPEND="
+	${RDEPEND}
+	x11-base/xorg-proto
+"
+S=${WORKDIR}/${MY_P}
+DOCS=(
+	AUTHORS README
+)
+PATCHES=(
+	"${FILESDIR}"/${P}-gcc43.patch
+	"${FILESDIR}"/${P}-gcc47.patch
+)
+
+src_prepare() {
+	default
+
+	sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' default_plugin/Makefile.in || die
+}
+
+src_configure() {
+	econf \
+		$(use_enable debug) \
+		--with-lineak-plugindir="${EROOT}/usr/$(get_libdir)/lineakd" \
+		USER_LDFLAGS="${LDFLAGS}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-defaultplugin/
@ 2021-03-15 21:18 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-03-15 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     df6ee113920ba42ccf4b3f14613b7124005140eb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:15:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:17:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6ee113

x11-misc/lineak-defaultplugin: Stabilize 0.9.0-r2 x86, #776448

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

 x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
index 16aac45e5d3..c387198f86e 100644
--- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
+++ b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="debug"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-defaultplugin/
@ 2021-03-15 21:21 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-03-15 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     0ea8e220f9708337ca4f55245981a0b3c3be7c7c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:19:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:21:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea8e220

x11-misc/lineak-defaultplugin: Stabilize 0.9.0-r2 amd64, #776448

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

 x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
index c387198f86e..6f2a7cdfb21 100644
--- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
+++ b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="debug"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-defaultplugin/
@ 2021-03-15 21:25 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-03-15 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     e2e3fa807f16971b8fa1d2c55685e77846914d56
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:23:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:23:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e3fa80

x11-misc/lineak-defaultplugin: Stabilize 0.9.0-r2 ppc, #776448

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

 x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
index 6f2a7cdfb21..4d0bc08f139 100644
--- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
+++ b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="debug"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-defaultplugin/
@ 2021-03-15 23:30 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-03-15 23:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0ac24ea014ff84776063e2fc337ec72a4ad621f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 23:12:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 23:12:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac24ea0

x11-misc/lineak-defaultplugin: fix MisplacedVariable (EROOT)

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

 x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
index 4d0bc08f139..cd584ce7ab0 100644
--- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
+++ b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r2.ebuild
@@ -40,6 +40,6 @@ src_prepare() {
 src_configure() {
 	econf \
 		$(use_enable debug) \
-		--with-lineak-plugindir="${EROOT}/usr/$(get_libdir)/lineakd" \
+		--with-lineak-plugindir="${EPREFIX}/usr/$(get_libdir)/lineakd" \
 		USER_LDFLAGS="${LDFLAGS}"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-defaultplugin/
@ 2023-07-04 22:15 Conrad Kostecki
  0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2023-07-04 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     d094471a85dc9b9d7284f2da9262134a03dfb165
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul  4 20:59:17 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 22:15:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d094471a

x11-misc/lineak-defaultplugin: use HTTPS, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r3.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r3.ebuild
index 3c59326074c8..8b97a1985e3e 100644
--- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r3.ebuild
+++ b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r3.ebuild
@@ -6,11 +6,11 @@ EAPI=8
 MY_P=${P/.0/}
 
 DESCRIPTION="Mute/unmute and other macros for LINEAK"
-HOMEPAGE="http://lineak.sourceforge.net"
+HOMEPAGE="https://lineak.sourceforge.net"
 SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="debug"


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

end of thread, other threads:[~2023-07-04 22:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-15 21:25 [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-defaultplugin/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-07-04 22:15 Conrad Kostecki
2021-03-15 23:30 Sam James
2021-03-15 21:21 Sam James
2021-03-15 21:18 Sam James
2019-05-13  9:04 Jeroen Roovers
2015-09-13 18:55 Manuel Rüger

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