app-portage/appswipe: drop 1.1.14, 1.1.68

Drop versions that depend on Qt5.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2025-11-29 18:25:55 +01:00
parent 7ef9d0b172
commit 960d12c3f3
3 changed files with 0 additions and 92 deletions

View File

@@ -1,3 +1 @@
DIST appswipe-1.1.14.tar.gz 121832 BLAKE2B a6e6afeaba68d21fa766e4278f9dfd4345a609f87ddb7dca459210a8a4aa3119f5381e2ccf2eda3f6c96cdc48db40265c68819f2ffeaecb89094471ca056dcb5 SHA512 a3ed041360483ba302f1d4fc13b5083d5e66fe200891ea1c180f47220c28188376c581b5de09dbbae4d2cee5d30e991c663607d7eea7a250fe839023b5c703be
DIST appswipe-1.1.68.tar.gz 167746 BLAKE2B cff900d76257bb8e757c311918a99ce2dcd65eded12dbc63e09b19aff9356378c373d96f5c6f1684fe3169a30b9af246c73e380ed2b9d4b3e999abdd1b7e91e7 SHA512 0ba04d4da871307522090c215a9b2a6c0f2e78b0618ccdd7739a9343ee511f1ef7d9c0d67bd31791583c232a3d84bb6148e91d8f7dee8208dff5911ddcd5beed
DIST appswipe-1.2.0.gh.tar.gz 168449 BLAKE2B 3809429ed8f29f3ff875317033ffc503e1c43229fb2802442abac00b3b9637d145bfafdead4a7ce19b4f99c2efdddc74a56589226e47ea2c856dc1e205eaf50c SHA512 4e7a60daa8950754599f76c19e92da7cb60b6e3efc210f45fd71004d315db39396bc613eec52eb3326d43d16afabfe3ed6d98ae77351497107e82f9817af3e81

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop qmake-utils xdg
DESCRIPTION="Application for browsing your local Portage repository files"
HOMEPAGE="https://github.com/k9spud/appswipe"
SRC_URI="https://github.com/k9spud/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-qt/qtcore
dev-qt/qtgui
dev-qt/qtsql[sqlite]
dev-qt/qtwidgets
"
RDEPEND="${DEPEND}
app-portage/gentoolkit
app-portage/portage-utils
lxde-base/lxterminal
"
src_configure() {
eqmake5
}
src_install() {
newbin AppSwipe appswipe
newicon -s scalable img/appicon.svg ${PN}.svg
domenu ${PN}.desktop
}

View File

@@ -1,53 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop qmake-utils xdg
DESCRIPTION="Application for browsing your local Portage repository files"
HOMEPAGE="https://github.com/k9spud/appswipe"
SRC_URI="https://github.com/k9spud/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtsql:5[sqlite]
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
"
RDEPEND="
app-portage/gentoolkit
app-portage/portage-utils
lxde-base/lxterminal
${DEPEND}
"
src_configure() {
eqmake5 AppSwipe.pro
cd backend || die
eqmake5 appswipebackend.pro
cd ../transport || die
eqmake5 appswipetransport.pro
}
src_compile() {
emake -C ./
emake -C backend/
emake -C transport/
}
src_install() {
newbin AppSwipe appswipe
dobin backend/appswipebackend
dobin transport/appswipetransport
newicon -s scalable img/appicon.svg ${PN}.svg
domenu ${PN}.desktop
}