* [gentoo-commits] repo/gentoo:master commit in: profiles/, x11-misc/sprop/
@ 2023-05-18 20:25 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2023-05-18 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 7ac2ba2a434426fb77f92cd9630b0e4acccdceea
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 20:23:06 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu May 18 20:23:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac2ba2a
x11-misc/sprop: treeclean
Closes: https://bugs.gentoo.org/732424
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
profiles/package.mask | 6 -----
x11-misc/sprop/Manifest | 1 -
x11-misc/sprop/metadata.xml | 8 -------
x11-misc/sprop/sprop-0.1-r1.ebuild | 47 --------------------------------------
4 files changed, 62 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 9b50b278003b..d5130f203c7c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -248,12 +248,6 @@ net-p2p/litecoind
# Removal on 2023-05-18. Bug #895206.
sci-geosciences/congen
-# David Seifert <soap@gentoo.org> (2023-04-17)
-# Unmaintained, no release in over 10 years, EAPI 6, no other distro
-# carries this, usual suckless.org assortment of build system
-# patching required. Removal on 2023-05-17. Bug #732424.
-x11-misc/sprop
-
# Sam James <sam@gentoo.org> (2023-04-16)
# SEEK_HOLE issues causing corruption with (sparse?) copies again.
# See https://github.com/openzfs/zfs/issues/14753.
diff --git a/x11-misc/sprop/Manifest b/x11-misc/sprop/Manifest
deleted file mode 100644
index 199275017935..000000000000
--- a/x11-misc/sprop/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sprop-0.1.tar.gz 2750 BLAKE2B 623a8668c49ef2e60398113bd49e036377bdd670a00c6bb5374fd106cd2757532ee2ce46f3d51e0ffef380d70c121733aa5df5a72db6abbdb6b202d9d10e2192 SHA512 74f918b2bbf627e269a674cabd8c4c26192ba67a7240061c0f0f6ddc8e86c32aff83352f2b2f4a2c6b2fcf7245cb1293ae98a2e7bd6189d632e20aa603764ddb
diff --git a/x11-misc/sprop/metadata.xml b/x11-misc/sprop/metadata.xml
deleted file mode 100644
index 2f82d0bb8eb7..000000000000
--- a/x11-misc/sprop/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gyakovlev@gentoo.org</email>
- <name>Georgy Yakovlev</name>
- </maintainer>
-</pkgmetadata>
diff --git a/x11-misc/sprop/sprop-0.1-r1.ebuild b/x11-misc/sprop/sprop-0.1-r1.ebuild
deleted file mode 100644
index d2d8ee1fd324..000000000000
--- a/x11-misc/sprop/sprop-0.1-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="a simple X property utility"
-HOMEPAGE="https://tools.suckless.org/x/sprop"
-SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-RDEPEND="
- x11-libs/libX11
-"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
-"
-src_prepare() {
- sed -i \
- -e '/^CC/d' \
- -e '/^CFLAGS/s| =| +=|;s| -Os||g' \
- -e '/^LDFLAGS/s|= -s|+=|g' \
- config.mk || die
-
- sed -i \
- -e 's|@${CC}|$(CC)|g' \
- Makefile || die
-
- sed -i \
- -e "s|VERSION|${PV}|g" \
- ${PN}.1 || die
-
- default
-
- tc-export CC
-}
-
-src_compile() { emake sprop; }
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-05-18 20:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18 20:25 [gentoo-commits] repo/gentoo:master commit in: profiles/, x11-misc/sprop/ Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox