commit:     0dfe2639bdc14aa48b836c8389afa23dfc170ae7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 18:54:07 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 18:54:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfe2639

dev-db/sqldeveloper: dedup S=, and reorder vars

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-db/sqldeveloper/sqldeveloper-23.1.1.345.2114.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-db/sqldeveloper/sqldeveloper-23.1.1.345.2114.ebuild 
b/dev-db/sqldeveloper/sqldeveloper-23.1.1.345.2114.ebuild
index 835081018271..4384703fe5e0 100644
--- a/dev-db/sqldeveloper/sqldeveloper-23.1.1.345.2114.ebuild
+++ b/dev-db/sqldeveloper/sqldeveloper-23.1.1.345.2114.ebuild
@@ -8,15 +8,13 @@ inherit desktop java-pkg-2
 DESCRIPTION="Oracle SQL Developer is a graphical tool for database development"
 
HOMEPAGE="https://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html";
 SRC_URI="${P}-no-jre.zip"
-S="${WORKDIR}/${PN}"
-
-RESTRICT="bindist fetch"
+S=${WORKDIR}/${PN}
 
 LICENSE="OTN"
 SLOT="0"
 KEYWORDS="-* ~amd64"
-
 IUSE="mssql mysql postgres sybase"
+RESTRICT="bindist fetch"
 
 RDEPEND="
        dev-java/openjdk:11[javafx]
@@ -28,8 +26,6 @@ RDEPEND="
 "
 BDEPEND="app-arch/unzip"
 
-S="${WORKDIR}/${PN}"
-
 QA_PREBUILT="
        
opt/${PN}/netbeans/platform/modules/lib/amd64/linux/libjnidispatch-422.so
 "

Reply via email to