* [gentoo-commits] repo/gentoo:master commit in: sys-block/devio/
@ 2022-11-24 1:12 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-11-24 1:12 UTC (permalink / raw
To: gentoo-commits
commit: c6dd328c2de4c30494d9c3ff28a6aa76dad48294
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 01:09:29 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 01:09:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6dd328c
sys-block/devio: fix configure w/ clang 16
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-block/devio/{devio-1.2.ebuild => devio-1.2-r1.ebuild} | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/sys-block/devio/devio-1.2.ebuild b/sys-block/devio/devio-1.2-r1.ebuild
similarity index 53%
rename from sys-block/devio/devio-1.2.ebuild
rename to sys-block/devio/devio-1.2-r1.ebuild
index e726f3424a48..62241d9573f7 100644
--- a/sys-block/devio/devio-1.2.ebuild
+++ b/sys-block/devio/devio-1.2-r1.ebuild
@@ -1,12 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-DESCRIPTION="correctly read (or write) a region of a block device"
+inherit autotools
+
+DESCRIPTION="Correctly read (or write) a region of a block device"
HOMEPAGE="http://devio.sourceforge.net/"
SRC_URI="mirror://sourceforge/devio/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 arm x86"
+
+src_prepare() {
+ default
+
+ # Clang 16
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/devio/
@ 2023-06-08 11:23 Viorel Munteanu
0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2023-06-08 11:23 UTC (permalink / raw
To: gentoo-commits
commit: 781965c045f3842f9f8bf544b02d8538dd71746b
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jun 7 17:19:19 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jun 8 11:19:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781965c0
sys-block/devio: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31341
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
sys-block/devio/devio-1.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-block/devio/devio-1.2-r1.ebuild b/sys-block/devio/devio-1.2-r1.ebuild
index 62241d9573f7..a6a4076df9f9 100644
--- a/sys-block/devio/devio-1.2-r1.ebuild
+++ b/sys-block/devio/devio-1.2-r1.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
@@ -6,7 +6,7 @@ EAPI=8
inherit autotools
DESCRIPTION="Correctly read (or write) a region of a block device"
-HOMEPAGE="http://devio.sourceforge.net/"
+HOMEPAGE="https://devio.sourceforge.net/"
SRC_URI="mirror://sourceforge/devio/${P}.tar.gz"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/devio/
@ 2019-10-19 10:15 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2019-10-19 10:15 UTC (permalink / raw
To: gentoo-commits
commit: 0f630601fe1fd2e4d72dcf7f92123106834807ff
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 10:15:18 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 10:15:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f630601
sys-block/devio: Port to EAPI 7
Closes: https://bugs.gentoo.org/697194
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-block/devio/devio-1.2.ebuild | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/sys-block/devio/devio-1.2.ebuild b/sys-block/devio/devio-1.2.ebuild
index 1f8e8b52a58..e726f3424a4 100644
--- a/sys-block/devio/devio-1.2.ebuild
+++ b/sys-block/devio/devio-1.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="correctly read (or write) a region of a block device"
HOMEPAGE="http://devio.sourceforge.net/"
@@ -10,11 +10,3 @@ SRC_URI="mirror://sourceforge/devio/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 arm x86"
-IUSE=""
-
-DEPEND=""
-
-src_install() {
- make install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-08 11:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-24 1:12 [gentoo-commits] repo/gentoo:master commit in: sys-block/devio/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-06-08 11:23 Viorel Munteanu
2019-10-19 10:15 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox