* [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/cdrom/, dev-ml/stringext/, dev-ml/randomconv/, dev-ml/xmlm/, ...
2024-03-02 14:26 [gentoo-commits] repo/proj/guru:master commit in: dev-ml/xmlm/, dev-ml/bheap/, dev-ml/gmap/, dev-ml/pecu/, dev-ml/domain-name/, David Roman
@ 2024-03-02 10:58 ` David Roman
0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2024-03-02 10:58 UTC (permalink / raw
To: gentoo-commits
commit: 56eb433194ea1dd971bbf050dce90bff34ec017f
Author: Alain Emilia Anna Zscheile <fogti+devel <AT> ytrizja <DOT> de>
AuthorDate: Thu Feb 29 15:50:28 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Mar 2 10:55:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56eb4331
dev-ml/*: remove empty RDEPEND lines (lint cleanup)
Signed-off-by: Alain Emilia Anna Zscheile <fogti+devel <AT> ytrizja.de>
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-ml/bheap/bheap-2.0.0.ebuild | 2 --
dev-ml/cdrom/cdrom-0.9.4.ebuild | 3 ---
dev-ml/domain-name/domain-name-0.4.0.ebuild | 2 --
dev-ml/gmap/gmap-0.3.0-r2.ebuild | 2 --
dev-ml/pecu/pecu-0.6.ebuild | 2 --
dev-ml/randomconv/randomconv-0.1.3.ebuild | 2 +-
dev-ml/stringext/stringext-1.6.0-r2.ebuild | 2 --
dev-ml/xmlm/xmlm-1.4.0.ebuild | 1 -
8 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/dev-ml/bheap/bheap-2.0.0.ebuild b/dev-ml/bheap/bheap-2.0.0.ebuild
index e4f6753027..c5481c7241 100644
--- a/dev-ml/bheap/bheap-2.0.0.ebuild
+++ b/dev-ml/bheap/bheap-2.0.0.ebuild
@@ -14,9 +14,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
-RDEPEND=""
DEPEND="
- ${RDEPEND}
test? ( dev-ml/stdlib-shims )
"
diff --git a/dev-ml/cdrom/cdrom-0.9.4.ebuild b/dev-ml/cdrom/cdrom-0.9.4.ebuild
index ba6d2086eb..0b974a3aeb 100644
--- a/dev-ml/cdrom/cdrom-0.9.4.ebuild
+++ b/dev-ml/cdrom/cdrom-0.9.4.ebuild
@@ -13,6 +13,3 @@ LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
diff --git a/dev-ml/domain-name/domain-name-0.4.0.ebuild b/dev-ml/domain-name/domain-name-0.4.0.ebuild
index 7838515259..df79cc9901 100644
--- a/dev-ml/domain-name/domain-name-0.4.0.ebuild
+++ b/dev-ml/domain-name/domain-name-0.4.0.ebuild
@@ -16,8 +16,6 @@ IUSE="ocamlopt test"
RESTRICT="!test? ( test )"
-RDEPEND=""
DEPEND="
- ${RDEPEND}
test? ( dev-ml/alcotest )
"
diff --git a/dev-ml/gmap/gmap-0.3.0-r2.ebuild b/dev-ml/gmap/gmap-0.3.0-r2.ebuild
index 2d6dcda348..fcab7f3fbd 100644
--- a/dev-ml/gmap/gmap-0.3.0-r2.ebuild
+++ b/dev-ml/gmap/gmap-0.3.0-r2.ebuild
@@ -17,9 +17,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
-RDEPEND=""
DEPEND="
- ${RDEPEND}
test? (
dev-ml/alcotest
dev-ml/fmt
diff --git a/dev-ml/pecu/pecu-0.6.ebuild b/dev-ml/pecu/pecu-0.6.ebuild
index cb1cd0971d..805799d7a8 100644
--- a/dev-ml/pecu/pecu-0.6.ebuild
+++ b/dev-ml/pecu/pecu-0.6.ebuild
@@ -15,9 +15,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
-RDEPEND=""
DEPEND="
- ${RDEPEND}
test? (
dev-ml/alcotest
dev-ml/astring
diff --git a/dev-ml/randomconv/randomconv-0.1.3.ebuild b/dev-ml/randomconv/randomconv-0.1.3.ebuild
index 08921fcef5..cb9f8e9740 100644
--- a/dev-ml/randomconv/randomconv-0.1.3.ebuild
+++ b/dev-ml/randomconv/randomconv-0.1.3.ebuild
@@ -18,4 +18,4 @@ KEYWORDS="~amd64"
IUSE="ocamlopt"
RDEPEND="dev-ml/cstruct"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
diff --git a/dev-ml/stringext/stringext-1.6.0-r2.ebuild b/dev-ml/stringext/stringext-1.6.0-r2.ebuild
index 8565766b5c..a27aedfe4a 100644
--- a/dev-ml/stringext/stringext-1.6.0-r2.ebuild
+++ b/dev-ml/stringext/stringext-1.6.0-r2.ebuild
@@ -17,9 +17,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
-RDEPEND=""
DEPEND="
- ${RDEPEND}
test? (
dev-ml/ounit2
dev-ml/qtest
diff --git a/dev-ml/xmlm/xmlm-1.4.0.ebuild b/dev-ml/xmlm/xmlm-1.4.0.ebuild
index e470e5e5e6..3a16841c7e 100644
--- a/dev-ml/xmlm/xmlm-1.4.0.ebuild
+++ b/dev-ml/xmlm/xmlm-1.4.0.ebuild
@@ -17,7 +17,6 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="test"
-RDEPEND=""
DEPEND="dev-ml/topkg"
BDEPEND="dev-ml/ocamlbuild"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-ml/xmlm/, dev-ml/bheap/, dev-ml/gmap/, dev-ml/pecu/, dev-ml/domain-name/, ...
@ 2024-03-02 14:26 David Roman
2024-03-02 10:58 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/cdrom/, dev-ml/stringext/, dev-ml/randomconv/, dev-ml/xmlm/, David Roman
0 siblings, 1 reply; 2+ messages in thread
From: David Roman @ 2024-03-02 14:26 UTC (permalink / raw
To: gentoo-commits
commit: 56eb433194ea1dd971bbf050dce90bff34ec017f
Author: Alain Emilia Anna Zscheile <fogti+devel <AT> ytrizja <DOT> de>
AuthorDate: Thu Feb 29 15:50:28 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Mar 2 10:55:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56eb4331
dev-ml/*: remove empty RDEPEND lines (lint cleanup)
Signed-off-by: Alain Emilia Anna Zscheile <fogti+devel <AT> ytrizja.de>
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-ml/bheap/bheap-2.0.0.ebuild | 2 --
dev-ml/cdrom/cdrom-0.9.4.ebuild | 3 ---
dev-ml/domain-name/domain-name-0.4.0.ebuild | 2 --
dev-ml/gmap/gmap-0.3.0-r2.ebuild | 2 --
dev-ml/pecu/pecu-0.6.ebuild | 2 --
dev-ml/randomconv/randomconv-0.1.3.ebuild | 2 +-
dev-ml/stringext/stringext-1.6.0-r2.ebuild | 2 --
dev-ml/xmlm/xmlm-1.4.0.ebuild | 1 -
8 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/dev-ml/bheap/bheap-2.0.0.ebuild b/dev-ml/bheap/bheap-2.0.0.ebuild
index e4f6753027..c5481c7241 100644
--- a/dev-ml/bheap/bheap-2.0.0.ebuild
+++ b/dev-ml/bheap/bheap-2.0.0.ebuild
@@ -14,9 +14,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
-RDEPEND=""
DEPEND="
- ${RDEPEND}
test? ( dev-ml/stdlib-shims )
"
diff --git a/dev-ml/cdrom/cdrom-0.9.4.ebuild b/dev-ml/cdrom/cdrom-0.9.4.ebuild
index ba6d2086eb..0b974a3aeb 100644
--- a/dev-ml/cdrom/cdrom-0.9.4.ebuild
+++ b/dev-ml/cdrom/cdrom-0.9.4.ebuild
@@ -13,6 +13,3 @@ LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
diff --git a/dev-ml/domain-name/domain-name-0.4.0.ebuild b/dev-ml/domain-name/domain-name-0.4.0.ebuild
index 7838515259..df79cc9901 100644
--- a/dev-ml/domain-name/domain-name-0.4.0.ebuild
+++ b/dev-ml/domain-name/domain-name-0.4.0.ebuild
@@ -16,8 +16,6 @@ IUSE="ocamlopt test"
RESTRICT="!test? ( test )"
-RDEPEND=""
DEPEND="
- ${RDEPEND}
test? ( dev-ml/alcotest )
"
diff --git a/dev-ml/gmap/gmap-0.3.0-r2.ebuild b/dev-ml/gmap/gmap-0.3.0-r2.ebuild
index 2d6dcda348..fcab7f3fbd 100644
--- a/dev-ml/gmap/gmap-0.3.0-r2.ebuild
+++ b/dev-ml/gmap/gmap-0.3.0-r2.ebuild
@@ -17,9 +17,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
-RDEPEND=""
DEPEND="
- ${RDEPEND}
test? (
dev-ml/alcotest
dev-ml/fmt
diff --git a/dev-ml/pecu/pecu-0.6.ebuild b/dev-ml/pecu/pecu-0.6.ebuild
index cb1cd0971d..805799d7a8 100644
--- a/dev-ml/pecu/pecu-0.6.ebuild
+++ b/dev-ml/pecu/pecu-0.6.ebuild
@@ -15,9 +15,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
-RDEPEND=""
DEPEND="
- ${RDEPEND}
test? (
dev-ml/alcotest
dev-ml/astring
diff --git a/dev-ml/randomconv/randomconv-0.1.3.ebuild b/dev-ml/randomconv/randomconv-0.1.3.ebuild
index 08921fcef5..cb9f8e9740 100644
--- a/dev-ml/randomconv/randomconv-0.1.3.ebuild
+++ b/dev-ml/randomconv/randomconv-0.1.3.ebuild
@@ -18,4 +18,4 @@ KEYWORDS="~amd64"
IUSE="ocamlopt"
RDEPEND="dev-ml/cstruct"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
diff --git a/dev-ml/stringext/stringext-1.6.0-r2.ebuild b/dev-ml/stringext/stringext-1.6.0-r2.ebuild
index 8565766b5c..a27aedfe4a 100644
--- a/dev-ml/stringext/stringext-1.6.0-r2.ebuild
+++ b/dev-ml/stringext/stringext-1.6.0-r2.ebuild
@@ -17,9 +17,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
-RDEPEND=""
DEPEND="
- ${RDEPEND}
test? (
dev-ml/ounit2
dev-ml/qtest
diff --git a/dev-ml/xmlm/xmlm-1.4.0.ebuild b/dev-ml/xmlm/xmlm-1.4.0.ebuild
index e470e5e5e6..3a16841c7e 100644
--- a/dev-ml/xmlm/xmlm-1.4.0.ebuild
+++ b/dev-ml/xmlm/xmlm-1.4.0.ebuild
@@ -17,7 +17,6 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="test"
-RDEPEND=""
DEPEND="dev-ml/topkg"
BDEPEND="dev-ml/ocamlbuild"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-02 14:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-02 14:26 [gentoo-commits] repo/proj/guru:master commit in: dev-ml/xmlm/, dev-ml/bheap/, dev-ml/gmap/, dev-ml/pecu/, dev-ml/domain-name/, David Roman
2024-03-02 10:58 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/cdrom/, dev-ml/stringext/, dev-ml/randomconv/, dev-ml/xmlm/, David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox