Skip to content

Commit

Permalink
dev-db/sqldeveloper: dedup S=, and reorder vars
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Aug 11, 2024
1 parent a214b65 commit 0dfe263
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions dev-db/sqldeveloper/sqldeveloper-23.1.1.345.2114.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
"
Expand Down

0 comments on commit 0dfe263

Please sign in to comment.