summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-11-08 13:41:04 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-11-08 13:41:11 +0100
commit824b96ad94996dc184b648ac75e93b5c1f793f2a (patch)
treeda316f6a68b3a316ae3a7a7f3bbeef8d4f556898 /x11-misc/sselp/sselp-0.2-r1.ebuild
parentx11-libs/librfm: treeclean (diff)
downloadgentoo-824b96ad94996dc184b648ac75e93b5c1f793f2a.tar.gz
gentoo-824b96ad94996dc184b648ac75e93b5c1f793f2a.tar.bz2
gentoo-824b96ad94996dc184b648ac75e93b5c1f793f2a.zip
x11-misc/sselp: treeclean
Closes: https://bugs.gentoo.org/732422 Closes: https://bugs.gentoo.org/914638 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-misc/sselp/sselp-0.2-r1.ebuild')
-rw-r--r--x11-misc/sselp/sselp-0.2-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-misc/sselp/sselp-0.2-r1.ebuild b/x11-misc/sselp/sselp-0.2-r1.ebuild
deleted file mode 100644
index 3838b8ab647f..000000000000
--- a/x11-misc/sselp/sselp-0.2-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="Simple X selection printer"
-HOMEPAGE="https://tools.suckless.org/x/sselp"
-SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 x86"
-
-DEPEND="x11-libs/libX11"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- sed -i \
- -e "s|^CFLAGS = -std=c99 -pedantic -Wall -Os|CFLAGS += -std=c99 -pedantic -Wall|" \
- -e "s|^LDFLAGS = -s|LDFLAGS +=|" \
- -e "s|^CC = cc|CC = $(tc-getCC)|" \
- config.mk || die "sed failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
- einstalldocs
-}