* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2015-12-17 9:06 Jeroen Roovers
0 siblings, 0 replies; 24+ messages in thread
From: Jeroen Roovers @ 2015-12-17 9:06 UTC (permalink / raw
To: gentoo-commits
commit: 9fabd58740e2884522baece0c9e64bdae6848a80
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 09:05:55 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 09:05:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fabd587
x11-misc/lineakd: Fix DESCRIPTION.
Package-Manager: portage-2.2.26
x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
index b3cb416..3c93559 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit eutils multilib
MY_P=${P/.0/}
-DESCRIPTION="Linux support for Easy Access and Internet Keyboards features X11 support"
+DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
HOMEPAGE="http://lineak.sourceforge.net"
SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2016-01-29 20:06 Michael Sterrett
0 siblings, 0 replies; 24+ messages in thread
From: Michael Sterrett @ 2016-01-29 20:06 UTC (permalink / raw
To: gentoo-commits
commit: 9932e3ecdfed825213307ef4c632ecf5ae509e3c
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 19:05:11 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 20:05:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9932e3ec
x11-misc/lineakd: direct users to the correct package for evtest (bug #484008)
Package-Manager: portage-2.2.26
x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
index 3c93559..54d2647 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
@@ -56,6 +56,6 @@ src_install() {
pkg_postinst() {
elog
elog "evtest utility has not been installed. evtest can be found"
- elog "in games-util/joystick."
+ elog "in app-misc/evtest."
elog
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2017-05-30 8:02 Jeroen Roovers
0 siblings, 0 replies; 24+ messages in thread
From: Jeroen Roovers @ 2017-05-30 8:02 UTC (permalink / raw
To: gentoo-commits
commit: 9cb12bf8e5d1d2f709ff61d4fcfd11fa8cb62f93
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 08:02:34 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue May 30 08:02:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb12bf8
x11-misc/lineakd: EAPI bump for user patches.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
x11-misc/lineakd/lineakd-0.9.0-r2.ebuild | 59 ++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
new file mode 100644
index 00000000000..7b74d25c19e
--- /dev/null
+++ b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils multilib
+
+MY_P=${P/.0/}
+
+DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
+HOMEPAGE="http://lineak.sourceforge.net"
+SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="debug"
+
+RDEPEND="
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXext
+"
+DEPEND="
+ ${RDEPEND}
+ x11-libs/libxkbfile
+ x11-libs/libXt
+ x11-proto/inputproto
+ x11-proto/xextproto
+ x11-proto/xproto
+ x11-libs/libXtst
+"
+
+S=${WORKDIR}/${MY_P}
+PATCHES=(
+ "${FILESDIR}"/${P}-gcc43.patch
+ "${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch
+)
+
+src_configure() {
+ econf $(use_enable debug) --with-x
+}
+
+src_install() {
+ sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile
+
+ dodir /usr/share/man/man8
+
+ emake -j1 DESTDIR="${D}" install
+
+ prune_libtool_files
+
+ dodoc AUTHORS README TODO
+
+ keepdir /usr/$(get_libdir)/lineakd/plugins
+
+ insinto /etc/lineak
+ doins lineakd.conf.example lineakd.conf.kde.example
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2018-04-18 23:52 Aaron Bauman
0 siblings, 0 replies; 24+ messages in thread
From: Aaron Bauman @ 2018-04-18 23:52 UTC (permalink / raw
To: gentoo-commits
commit: 7390988b7d39e03216754992fedc28fc41a35f12
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 23:46:38 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 23:46:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7390988b
x11-misc/lineakd: amd64 stable wrt bug #650238
Bug: https://bugs.gentoo.org/650238
Package-Manager: Portage-2.3.29, Repoman-2.3.9
x11-misc/lineakd/lineakd-0.9.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
index 7b74d25c19e..8ed07f9609f 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
IUSE="debug"
RDEPEND="
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2018-04-19 19:42 Sergei Trofimovich
0 siblings, 0 replies; 24+ messages in thread
From: Sergei Trofimovich @ 2018-04-19 19:42 UTC (permalink / raw
To: gentoo-commits
commit: fc20e570f4bfbdd6a3af0750611a7fe8d807efdd
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Apr 19 16:31:37 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Apr 19 19:41:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc20e570
x11-misc/lineakd: stable 0.9.0-r2 for sparc
Bug: https://bugs.gentoo.org/650238
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
x11-misc/lineakd/lineakd-0.9.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
index 8ed07f9609f..d14a5e0265e 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
+++ b/x11-misc/lineakd/lineakd-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 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc sparc ~x86"
IUSE="debug"
RDEPEND="
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2018-06-09 19:22 Sergei Trofimovich
0 siblings, 0 replies; 24+ messages in thread
From: Sergei Trofimovich @ 2018-06-09 19:22 UTC (permalink / raw
To: gentoo-commits
commit: 4645f391fa3fd674986bdfc666d8c64b98009994
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 9 19:19:34 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 9 19:21:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4645f391
x11-misc/lineakd: stable 0.9.0-r2 for ppc, bug #650238
Tested-by: ernsteiswuerfel
Bug: https://bugs.gentoo.org/650238
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"
x11-misc/lineakd/lineakd-0.9.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
index 2ff6da09dbc..15c08044010 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
+++ b/x11-misc/lineakd/lineakd-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 sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE="debug"
RDEPEND="
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2019-02-03 14:08 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2019-02-03 14:08 UTC (permalink / raw
To: gentoo-commits
commit: c0cce9a6641e87e6d6f7043d78d1df2ede0a8a98
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jan 30 17:18:26 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 3 14:07:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0cce9a6
x11-misc/lineakd: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 58 --------------------------------
1 file changed, 58 deletions(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
deleted file mode 100644
index a2967bdf38c..00000000000
--- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils multilib
-
-MY_P=${P/.0/}
-
-DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
-HOMEPAGE="http://lineak.sourceforge.net"
-SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="debug"
-
-RDEPEND="x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- x11-libs/libxkbfile
- x11-libs/libXt
- x11-libs/libXtst"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-gcc43.patch \
- "${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch
-}
-
-src_configure() {
- econf $(use_enable debug) --with-x
-}
-
-src_install() {
- sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile
-
- dodir /usr/share/man/man8
-
- emake -j1 DESTDIR="${D}" install
- dodoc AUTHORS README TODO
- keepdir /usr/$(get_libdir)/lineakd/plugins
-
- insinto /etc/lineak
- doins lineakd.conf.example lineakd.conf.kde.example
-}
-
-pkg_postinst() {
- elog
- elog "evtest utility has not been installed. evtest can be found"
- elog "in app-misc/evtest."
- elog
-}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2020-02-02 13:56 Jeroen Roovers
0 siblings, 0 replies; 24+ messages in thread
From: Jeroen Roovers @ 2020-02-02 13:56 UTC (permalink / raw
To: gentoo-commits
commit: 7114145023849eefe01d1d10961db27db900e020
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 13:55:07 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 13:56:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71141450
x11-misc/lineakd: Uncompress man pages after default install
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r3.ebuild | 58 ++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
new file mode 100644
index 00000000000..4848da2c45c
--- /dev/null
+++ b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit multilib
+
+MY_P=${P/.0/}
+
+DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
+HOMEPAGE="http://lineak.sourceforge.net"
+SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="debug"
+
+RDEPEND="
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXext
+"
+DEPEND="
+ ${RDEPEND}
+ x11-base/xorg-proto
+ x11-libs/libxkbfile
+ x11-libs/libXt
+ x11-libs/libXtst
+"
+
+S=${WORKDIR}/${MY_P}
+PATCHES=(
+ "${FILESDIR}"/${P}-gcc43.patch
+ "${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch
+)
+
+src_configure() {
+ econf $(use_enable debug) --with-x
+}
+
+src_install() {
+ sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile
+
+ dodir /usr/share/man/man8
+
+ emake -j1 DESTDIR="${D}" install
+
+ dodoc AUTHORS README TODO
+
+ keepdir /usr/$(get_libdir)/lineakd/plugins
+
+ insinto /etc/lineak
+ doins lineakd.conf.example lineakd.conf.kde.example
+
+ find "${ED}"/usr/share/man -name '*.bz2' -exec bunzip2 {} \; || die
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2020-02-15 10:03 David Seifert
0 siblings, 0 replies; 24+ messages in thread
From: David Seifert @ 2020-02-15 10:03 UTC (permalink / raw
To: gentoo-commits
commit: 3875d4a122732c5f5355df2d115052611caf8e68
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 10:03:19 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 10:03:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3875d4a1
x11-misc/lineakd: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
index 15c08044010..a87eac2fc11 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils multilib
+inherit eutils ltprune multilib
MY_P=${P/.0/}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2020-11-14 20:22 David Seifert
0 siblings, 0 replies; 24+ messages in thread
From: David Seifert @ 2020-11-14 20:22 UTC (permalink / raw
To: gentoo-commits
commit: c22cce86fdb377818a8653d42c56e55fc0161faa
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov 14 20:20:28 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 20:20:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22cce86
x11-misc/lineakd: disable static libs
Closes: https://bugs.gentoo.org/726150
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r2.ebuild | 11 +++++++----
x11-misc/lineakd/lineakd-0.9.0-r3.ebuild | 5 ++++-
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
index a87eac2fc11..b1d571e4369 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils ltprune multilib
+inherit multilib
MY_P=${P/.0/}
@@ -36,7 +36,10 @@ PATCHES=(
)
src_configure() {
- econf $(use_enable debug) --with-x
+ econf \
+ $(use_enable debug) \
+ --with-x \
+ --disable-static
}
src_install() {
@@ -46,12 +49,12 @@ src_install() {
emake -j1 DESTDIR="${D}" install
- prune_libtool_files
-
dodoc AUTHORS README TODO
keepdir /usr/$(get_libdir)/lineakd/plugins
insinto /etc/lineak
doins lineakd.conf.example lineakd.conf.kde.example
+
+ find "${ED}" -name '*.la' -delete || die
}
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
index 4848da2c45c..21a90c825f7 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
@@ -36,7 +36,10 @@ PATCHES=(
)
src_configure() {
- econf $(use_enable debug) --with-x
+ econf \
+ $(use_enable debug) \
+ --with-x \
+ --disable-static
}
src_install() {
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2021-03-17 1:04 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-17 1:04 UTC (permalink / raw
To: gentoo-commits
commit: e1b75b7171d4968bcd5c126cc52ba9cb1d143ddb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 01:04:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 01:04:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b75b71
x11-misc/lineakd: Stabilize 0.9.0-r3 ppc, #776448
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
index 21a90c825f7..7fe00aa7630 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 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 ~sparc ~x86"
+KEYWORDS="~amd64 ppc ~sparc ~x86"
IUSE="debug"
RDEPEND="
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2021-03-17 2:16 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-17 2:16 UTC (permalink / raw
To: gentoo-commits
commit: 81478242a794f7a66635e3989d33614518490f86
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 02:15:15 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 02:15:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81478242
x11-misc/lineakd: Stabilize 0.9.0-r3 amd64, #776448
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
index 7fe00aa7630..2fe13f5d935 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc ~sparc ~x86"
IUSE="debug"
RDEPEND="
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2021-03-17 2:19 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-17 2:19 UTC (permalink / raw
To: gentoo-commits
commit: 2f7577b2c20cde2da87d947c14e074921ea72869
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 02:18:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 02:18:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7577b2
x11-misc/lineakd: Stabilize 0.9.0-r3 x86, #776448
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
index 2fe13f5d935..bcbc445b1f8 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc ~sparc x86"
IUSE="debug"
RDEPEND="
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2021-03-17 9:00 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-17 9:00 UTC (permalink / raw
To: gentoo-commits
commit: bcd197c9f00317b2e1ed5806f45aec8dabf66ea8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 08:58:47 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 08:58:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd197c9
x11-misc/lineakd: Stabilize 0.9.0-r3 sparc, #776448
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
index bcbc445b1f8..00a75e407fb 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE="debug"
RDEPEND="
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2021-03-17 9:09 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-17 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 15b61c6f37f12831567fc51f5a1ef463691ea895
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 09:01:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 09:08:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b61c6f
x11-misc/lineakd: drop 0.9.0-r2
Bug: https://bugs.gentoo.org/776448
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r2.ebuild | 60 --------------------------------
1 file changed, 60 deletions(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
deleted file mode 100644
index b1d571e4369..00000000000
--- a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib
-
-MY_P=${P/.0/}
-
-DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
-HOMEPAGE="http://lineak.sourceforge.net"
-SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="debug"
-
-RDEPEND="
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext
-"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
- x11-libs/libxkbfile
- x11-libs/libXt
- x11-libs/libXtst
-"
-
-S=${WORKDIR}/${MY_P}
-PATCHES=(
- "${FILESDIR}"/${P}-gcc43.patch
- "${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch
-)
-
-src_configure() {
- econf \
- $(use_enable debug) \
- --with-x \
- --disable-static
-}
-
-src_install() {
- sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile
-
- dodir /usr/share/man/man8
-
- emake -j1 DESTDIR="${D}" install
-
- dodoc AUTHORS README TODO
-
- keepdir /usr/$(get_libdir)/lineakd/plugins
-
- insinto /etc/lineak
- doins lineakd.conf.example lineakd.conf.kde.example
-
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2022-02-08 0:09 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2022-02-08 0:09 UTC (permalink / raw
To: gentoo-commits
commit: 137b49a84fb9a3edc65f82d49c6a181580ba00f0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 8 00:09:20 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 8 00:09:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137b49a8
x11-misc/lineakd: fix revisions
Closes: https://bugs.gentoo.org/722372
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r3.ebuild | 38 ++++++++++------------
...akd-0.9.0-r3.ebuild => lineakd-0.9.0-r4.ebuild} | 0
2 files changed, 17 insertions(+), 21 deletions(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
index 8f2fca9f6c7c..8b2026bc430b 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
@@ -1,53 +1,49 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-inherit autotools
+EAPI=7
+inherit multilib
MY_P=${P/.0/}
+
DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
HOMEPAGE="http://lineak.sourceforge.net"
SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-S="${WORKDIR}"/${MY_P}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE="debug"
-RDEPEND="x11-libs/libICE
+RDEPEND="
+ x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
- x11-libs/libXext"
-DEPEND="${RDEPEND}
+ x11-libs/libXext
+"
+DEPEND="
+ ${RDEPEND}
x11-base/xorg-proto
x11-libs/libxkbfile
x11-libs/libXt
- x11-libs/libXtst"
+ x11-libs/libXtst
+"
+S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}"/${P}-gcc43.patch
"${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch
- "${FILESDIR}"/${P}-automake-linking-libdl.patch
)
-src_prepare() {
- default
-
- eautoreconf
-}
-
src_configure() {
- # admin/lineakd.m4.in contains Bashisms but fixes it causes a confusing
- # autotools avalanche, so workaround it with CONFIG_SHELL as bash.
- CONFIG_SHELL="${BROOT}/bin/bash" econf \
+ econf \
$(use_enable debug) \
- --with-x
+ --with-x \
+ --disable-static
}
src_install() {
- sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile || die
+ sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile
dodir /usr/share/man/man8
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
similarity index 100%
copy from x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
copy to x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2022-02-08 0:10 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2022-02-08 0:10 UTC (permalink / raw
To: gentoo-commits
commit: 9f7d489a95e24a4c84c29119a434d98062feb841
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 8 00:09:44 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 8 00:09:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7d489a
x11-misc/lineakd: drop 0.9.0-r2
Closes: https://bugs.gentoo.org/722372
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r2.ebuild | 65 --------------------------------
1 file changed, 65 deletions(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
deleted file mode 100644
index 82ba727c0440..000000000000
--- a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_P=${P/.0/}
-DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
-HOMEPAGE="http://lineak.sourceforge.net"
-SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="debug"
-
-RDEPEND="x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- x11-libs/libxkbfile
- x11-libs/libXt
- x11-libs/libXtst"
-
-PATCHES=(
- "${FILESDIR}"/${P}-gcc43.patch
- "${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch
- "${FILESDIR}"/${P}-automake-linking-libdl.patch
-)
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_configure() {
- # admin/lineakd.m4.in contains Bashisms but fixes it causes a confusing
- # autotools avalanche, so workaround it with CONFIG_SHELL as bash.
- CONFIG_SHELL="${BROOT}/bin/bash" econf \
- $(use_enable debug) \
- --with-x
-}
-
-src_install() {
- sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile || die
-
- dodir /usr/share/man/man8
-
- emake -j1 DESTDIR="${D}" install
-
- dodoc AUTHORS README TODO
-
- keepdir /usr/$(get_libdir)/lineakd/plugins
-
- insinto /etc/lineak
- doins lineakd.conf.example lineakd.conf.kde.example
-
- find "${ED}"/usr/share/man -name '*.bz2' -exec bunzip2 {} \; || die
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2022-02-08 18:35 Jonas Stein
0 siblings, 0 replies; 24+ messages in thread
From: Jonas Stein @ 2022-02-08 18:35 UTC (permalink / raw
To: gentoo-commits
commit: 36f4e8865a1d6a30622bd351bc12ea64c79667fc
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 8 18:34:31 2022 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Feb 8 18:34:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f4e886
x11-misc/lineakd: drop project desktop-misc
Drop project desktop-misc from the list of maintainers.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
x11-misc/lineakd/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/x11-misc/lineakd/metadata.xml b/x11-misc/lineakd/metadata.xml
index 70081a0cac61..c2ee77af29e1 100644
--- a/x11-misc/lineakd/metadata.xml
+++ b/x11-misc/lineakd/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>desktop-misc@gentoo.org</email>
- <name>Gentoo Desktop Miscellaneous Project</name>
- </maintainer>
+<!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">lineak</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2022-12-30 6:33 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2022-12-30 6:33 UTC (permalink / raw
To: gentoo-commits
commit: 7571c4f139977e10f32c40f656e56415a98806f7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 06:33:11 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 06:33:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7571c4f1
x11-misc/lineakd: Stabilize 0.9.0-r4 x86, #888910
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
index 37f8b79c5957..a2dc90da49f1 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc ~x86"
+KEYWORDS="~amd64 ppc ~sparc x86"
IUSE="debug"
RDEPEND="x11-libs/libICE
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2022-12-30 6:33 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2022-12-30 6:33 UTC (permalink / raw
To: gentoo-commits
commit: e624cd4b119086269ef763e23a3139db1bf62e13
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 06:33:10 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 06:33:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e624cd4b
x11-misc/lineakd: Stabilize 0.9.0-r4 ppc, #888910
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
index 8f2fca9f6c7c..37f8b79c5957 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ppc ~sparc ~x86"
IUSE="debug"
RDEPEND="x11-libs/libICE
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2022-12-30 6:53 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2022-12-30 6:53 UTC (permalink / raw
To: gentoo-commits
commit: 6124e183263bddd2b1cb4ba869dbabb768178862
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 06:53:07 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 06:53:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6124e183
x11-misc/lineakd: Stabilize 0.9.0-r4 amd64, #888910
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
index a2dc90da49f1..2b8fd71fb4f9 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
IUSE="debug"
RDEPEND="x11-libs/libICE
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2023-01-13 16:52 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2023-01-13 16:52 UTC (permalink / raw
To: gentoo-commits
commit: 50b110ad3dd1c2c1b196406d235d9e792a55f741
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 16:52:08 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 16:52:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b110ad
x11-misc/lineakd: Stabilize 0.9.0-r4 sparc, #888910
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
index 2b8fd71fb4f9..7e5d738ba2a8 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE="debug"
RDEPEND="x11-libs/libICE
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2024-06-17 22:36 Conrad Kostecki
0 siblings, 0 replies; 24+ messages in thread
From: Conrad Kostecki @ 2024-06-17 22:36 UTC (permalink / raw
To: gentoo-commits
commit: afd660b427b1b3dbd39248dd18b5f27e4732d5ee
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri May 31 14:41:57 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 22:35:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd660b4
x11-misc/lineakd: 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/lineakd/lineakd-0.9.0-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
index 97f6004a03d5..8e6342414087 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild
@@ -7,11 +7,11 @@ inherit autotools
MY_P=${P/.0/}
DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
-HOMEPAGE="http://lineak.sourceforge.net"
+HOMEPAGE="https://lineak.sourceforge.net"
SRC_URI="https://downloads.sourceforge.net/lineak/${MY_P}.tar.gz"
S="${WORKDIR}"/${MY_P}
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE="debug"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
@ 2024-06-17 22:36 Conrad Kostecki
0 siblings, 0 replies; 24+ messages in thread
From: Conrad Kostecki @ 2024-06-17 22:36 UTC (permalink / raw
To: gentoo-commits
commit: 5c73209d40812dc6f5233976bcf5b29a065f1ebb
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri May 31 14:42:21 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 22:35:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c73209d
x11-misc/lineakd: drop old
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36922
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
x11-misc/lineakd/lineakd-0.9.0-r3.ebuild | 61 --------------------------------
1 file changed, 61 deletions(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
deleted file mode 100644
index dfab8288f667..000000000000
--- a/x11-misc/lineakd/lineakd-0.9.0-r3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib
-
-MY_P=${P/.0/}
-
-DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
-HOMEPAGE="http://lineak.sourceforge.net"
-SRC_URI="https://downloads.sourceforge.net/lineak/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="debug"
-
-RDEPEND="
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext
-"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
- x11-libs/libxkbfile
- x11-libs/libXt
- x11-libs/libXtst
-"
-
-S=${WORKDIR}/${MY_P}
-PATCHES=(
- "${FILESDIR}"/${P}-gcc43.patch
- "${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch
-)
-
-src_configure() {
- econf \
- $(use_enable debug) \
- --with-x \
- --disable-static
-}
-
-src_install() {
- sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile
-
- dodir /usr/share/man/man8
-
- emake -j1 DESTDIR="${D}" install
-
- dodoc AUTHORS README TODO
-
- keepdir /usr/$(get_libdir)/lineakd/plugins
-
- insinto /etc/lineak
- doins lineakd.conf.example lineakd.conf.kde.example
-
- find "${ED}"/usr/share/man -name '*.bz2' -exec bunzip2 {} \; || die
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 24+ messages in thread
end of thread, other threads:[~2024-06-17 22:36 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-09 19:22 [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2024-06-17 22:36 Conrad Kostecki
2024-06-17 22:36 Conrad Kostecki
2023-01-13 16:52 Sam James
2022-12-30 6:53 Sam James
2022-12-30 6:33 Sam James
2022-12-30 6:33 Sam James
2022-02-08 18:35 Jonas Stein
2022-02-08 0:10 Sam James
2022-02-08 0:09 Sam James
2021-03-17 9:09 Sam James
2021-03-17 9:00 Sam James
2021-03-17 2:19 Sam James
2021-03-17 2:16 Sam James
2021-03-17 1:04 Sam James
2020-11-14 20:22 David Seifert
2020-02-15 10:03 David Seifert
2020-02-02 13:56 Jeroen Roovers
2019-02-03 14:08 Andreas Sturmlechner
2018-04-19 19:42 Sergei Trofimovich
2018-04-18 23:52 Aaron Bauman
2017-05-30 8:02 Jeroen Roovers
2016-01-29 20:06 Michael Sterrett
2015-12-17 9:06 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox