1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-18 12:00:26 +01:00

Removed couple of old ebuilds

This commit is contained in:
2024-09-15 08:08:02 +02:00
parent 1e18392727
commit b3809bf45f
5 changed files with 0 additions and 125 deletions

View File

@@ -1,21 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Viewer of pictures in native formats of vintage computers (Amiga, Atari, C64)"
HOMEPAGE="http://recoil.sf.net"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="media-libs/libpng"
RDEPEND="${DEPEND}"
src_install() {
dobin recoil2png || die
doman recoil2png.1
}

View File

@@ -1,2 +0,0 @@
DIST rofi-1.7.2.tar.xz 747768 BLAKE2B c6bc6decebe40fdc020d9fc0f4b998cae2c309d5c582af17092a9a54fcd49d6bcc0a05d4c6e24c7fce42ea85c28b219dd5cd88b13aa22c843724cdd38d223e57 SHA512 78605beb4261ce5f930f6b7f80e9350f37ab1b6249675c7b63625a4ea8d22803bcc7c9aaa07aa569b1c0b72692a8499d35e6e24554fc4a7ff23cd107a8355b1a
EBUILD rofi-1.7.2.ebuild 1649 BLAKE2B 07abd9232fd6696a54d13448e2a239a12f40039ec8f69112ad605a034eb71885435f6ab362e1b4da218e8c12417ec5f32d18543916d02e1615fbf54d102015f2 SHA512 eff433db9fe94244e21992cfd2945b94d5cef0db300f4bfca11d2f8bf08fb302ccc8514f04e99384ba78040842d317e0efafdc29566c6f71cba80cb4692b62ee

View File

@@ -1,72 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools toolchain-funcs
DESCRIPTION="A window switcher, run dialog and dmenu replacement"
HOMEPAGE="https://github.com/davatorium/rofi"
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
IUSE="+drun test +windowmode"
RESTRICT="!test? ( test )"
BDEPEND="
sys-devel/bison
sys-devel/flex
virtual/pkgconfig
"
RDEPEND="
dev-libs/glib:2
gnome-base/librsvg:2
media-libs/freetype
virtual/jpeg
x11-libs/cairo[X,xcb(+)]
x11-libs/libXft
x11-libs/libXinerama
x11-libs/libxcb
x11-libs/libxkbcommon[X]
x11-libs/pango[X]
x11-libs/startup-notification
x11-libs/xcb-util
x11-libs/xcb-util-cursor
x11-libs/xcb-util-wm
x11-libs/xcb-util-xrm
x11-misc/xkeyboard-config
"
DEPEND="
${RDEPEND}
x11-base/xorg-proto
test? ( >=dev-libs/check-0.11 )
"
src_prepare() {
default
eautoreconf
}
src_configure() {
tc-export CC
local myeconfargs=(
$(use_enable drun)
$(use_enable test check)
$(use_enable windowmode)
)
econf "${myeconfargs[@]}"
}
pkg_postinst() {
for v in ${REPLACING_VERSIONS}; do
if ver_test "${v}" -lt 1.7.0; then
elog "Rofi 1.7.0 removed the (deprecated) xresources based configuration setup."
elog "If you are still using old configuration setup, please convert it to new format manually."
elog "The new format configuration can be generated by 'rofi -dump-config > ~/.config/rofi/config.rasi'."
elog "For more information, please see https://github.com/davatorium/rofi/releases/tag/1.7.0"
fi
done
}

View File

@@ -1,2 +0,0 @@
DIST rofimoji-6.2.0.tar.gz 1075734 BLAKE2B 03d34f52243d34db680376cb2b53752d47467f086a3c1766c3e86b4da29f814c230a60874c3f2c23397cd9d419907b3ae7fe21c3491383aeff9932f689affee5 SHA512 de42921a2a020d7b27fcf4d3680baa6382443e703aeb907f9fb875e18084965ebd367a12a2af5fba61167cd8fb3a3db796a81cd9b0d70cba145ed61ab0e0ea17
EBUILD rofimoji-6.2.0.ebuild 656 BLAKE2B 2e4433823f892e6517f86debcb072aedd546d66e491de3e1952f9af6afdf920d87505974f929a0133a04fab6172c5e74e5ff9505a7b2ef2eb3fc94a878176aa0 SHA512 59fb53f68522533187de38bda4bf9c5e7686709539f8f2759be8a0a1c6298d352cf98944a3530900ab329ec2922b3530b0e8fbe0c3d832862df658f0704660c4

View File

@@ -1,28 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Emoji, unicode and general character picker for rofi and rofi-likes"
HOMEPAGE="https://github.com/fdw/rofimoji"
SRC_URI="https://github.com/fdw/rofimoji/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
|| ( x11-misc/rofi x11-misc/rofi-wayland )
<dev-python/ConfigArgParse-2.0.0[${PYTHON_USEDEP}]
"
RDEPEND=""
BDEPEND=""
src_install() {
distutils-r1_src_install
doman src/picker/docs/rofimoji.1
}