public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/lsuio/
@ 2016-07-04 20:03 Andrew Savchenko
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Savchenko @ 2016-07-04 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cc27cf9873a0a5189545c90e21e7377756570971
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 19:57:19 2016 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 20:03:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc27cf98

dev-util/lsuio: Take an orphaned package

Package-Manager: portage-2.3.0
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 dev-util/lsuio/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-util/lsuio/metadata.xml b/dev-util/lsuio/metadata.xml
index 6f49eba..b4a27e9 100644
--- a/dev-util/lsuio/metadata.xml
+++ b/dev-util/lsuio/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+  <maintainer type="person">
+    <email>bircoph@gentoo.org</email>
+    <name>Andrew Savchenko</name>
+  </maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lsuio/
@ 2019-11-04 21:01 Andrew Savchenko
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Savchenko @ 2019-11-04 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     bca7db36dfe5e3e8a0640a11c518dd990f08a2fd
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  4 20:57:02 2019 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Nov  4 21:00:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca7db36

dev-util/lsuio: drop old

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 dev-util/lsuio/lsuio-0.2.0.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/dev-util/lsuio/lsuio-0.2.0.ebuild b/dev-util/lsuio/lsuio-0.2.0.ebuild
deleted file mode 100644
index ea5a97bf0fe..00000000000
--- a/dev-util/lsuio/lsuio-0.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="list available userspace I/O (UIO) devices"
-HOMEPAGE="http://www.osadl.org/UIO.uio.0.html"
-SRC_URI="http://www.osadl.org/projects/downloads/UIO/user/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_install() {
-	emake install DESTDIR="${D}" || die
-	dodoc AUTHORS NEWS README
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lsuio/
@ 2024-11-08  5:11 Eli Schwartz
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Schwartz @ 2024-11-08  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     abc17afd9a824bdeb2a3aa5f292f5c2e369e09e2
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  8 05:02:39 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 05:11:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc17afd

dev-util/lsuio: regenerate vintage 2007 configure script

There are Modern C fixes including an FP for makedev that was long ago
fixed.

Closes: https://bugs.gentoo.org/898772
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-util/lsuio/lsuio-0.2.0-r1.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-util/lsuio/lsuio-0.2.0-r1.ebuild b/dev-util/lsuio/lsuio-0.2.0-r1.ebuild
index 2d5bdc40ce24..27b966760d74 100644
--- a/dev-util/lsuio/lsuio-0.2.0-r1.ebuild
+++ b/dev-util/lsuio/lsuio-0.2.0-r1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit autotools
+
 DESCRIPTION="List available userspace I/O (UIO) devices"
 HOMEPAGE="https://www.osadl.org/UIO.uio.0.html"
 SRC_URI="https://www.osadl.org/uploads/media/${P}.tar.gz"
@@ -13,3 +15,9 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 PATCHES=( "${FILESDIR}/${P}-build.patch" )
+
+src_prepare() {
+	default
+	# https://bugs.gentoo.org/898772
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lsuio/
@ 2024-11-08  5:11 Eli Schwartz
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Schwartz @ 2024-11-08  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     64d74752a8f6caae6c24edc60ddec13b48010244
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  8 05:05:38 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 05:11:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d74752

dev-util/lsuio: fix EmptyGlobalAssignment

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-util/lsuio/lsuio-0.2.0-r2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-util/lsuio/lsuio-0.2.0-r2.ebuild b/dev-util/lsuio/lsuio-0.2.0-r2.ebuild
index 0a8429e228ee..72f5b7e3e89b 100644
--- a/dev-util/lsuio/lsuio-0.2.0-r2.ebuild
+++ b/dev-util/lsuio/lsuio-0.2.0-r2.ebuild
@@ -12,7 +12,6 @@ SRC_URI="https://www.osadl.org/uploads/media/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 PATCHES=( "${FILESDIR}/${P}-build.patch" )
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/lsuio/
@ 2024-11-08  5:11 Eli Schwartz
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Schwartz @ 2024-11-08  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     da2400d2c2ae11f14afdf82a51c2f530a1023c90
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  8 05:04:47 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 05:11:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2400d2

dev-util/lsuio: update EAPI 7 -> 8

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-util/lsuio/{lsuio-0.2.0-r1.ebuild => lsuio-0.2.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/lsuio/lsuio-0.2.0-r1.ebuild b/dev-util/lsuio/lsuio-0.2.0-r2.ebuild
similarity index 98%
rename from dev-util/lsuio/lsuio-0.2.0-r1.ebuild
rename to dev-util/lsuio/lsuio-0.2.0-r2.ebuild
index 27b966760d74..0a8429e228ee 100644
--- a/dev-util/lsuio/lsuio-0.2.0-r1.ebuild
+++ b/dev-util/lsuio/lsuio-0.2.0-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 


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

end of thread, other threads:[~2024-11-08  5:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-08  5:11 [gentoo-commits] repo/gentoo:master commit in: dev-util/lsuio/ Eli Schwartz
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08  5:11 Eli Schwartz
2024-11-08  5:11 Eli Schwartz
2019-11-04 21:01 Andrew Savchenko
2016-07-04 20:03 Andrew Savchenko

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