x11-misc/xob: Remove package.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-06-01 11:05:35 +02:00
parent 38df63342f
commit a3ab6482a5
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
5 changed files with 0 additions and 73 deletions

View File

@ -1,9 +1,3 @@
# tastytea <tastytea+gentoo@tastytea.de> (2020-04-27)
# The package is in the GURU[1] repository now. Please use that instead. Masked
# for removal in 30 days.
# [1] <https://wiki.gentoo.org/wiki/Project:GURU>
x11-misc/xob
# tastytea <gentoo@tastytea.de> (2020-05-23)
# The package is in the GURU[1] repository now. Please use that instead. Masked
# for removal in 30 days.

View File

@ -1,15 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
DIST xob-0.1.1.tar.gz 508366 BLAKE2B c2c3f516c6ac644809b21f78dc4ed8a623b2626bd74e35b24a726d03ea6f4d2596aa54d5d721442c3fabd4b7ad807df15aa7ee841b3e338ef070fee498188c52 SHA512 a37bd15d30e44ac939ca137269df2da68d497346e16db56c21eb53939240986e54935ce8a63f9d379a70f26cbe784a58a3bf3ef320a6762d5761b00dc07d19d8
DIST xob-0.2.tar.gz 510814 BLAKE2B fa2590511a8cb48d009a8e07d5d8a57aebb09a70caa80e648304a1af6ea48378db062151cacfd87efa589486c2699985c3904718bb75055968c17c57009fca8e SHA512 f1981bb04172c5453428ecbdab33cc22453d1336aaac54ff613b29924179533c040cc82e640f12f3c5d1753c227af010aee3ac725ff4fb22d64ba1b07692a97e
EBUILD xob-0.1.1-r1.ebuild 639 BLAKE2B 02a759d257b932f578596ebef7323c78f590a2844eeee030d4475c1b27def1c2896d7d8e0b460c01be0da9366145b0e7cf9e7107f1d4fbf95112bfc25c9e9f9a SHA512 db8264cb51718b30824fc510f745ae3dfd2aac11b0424d024d314168681813206f50dfc6c2e319790bd8f4c40202a1d9c25046cefc3ec2d2acde9c2af7fa48a2
EBUILD xob-0.2.ebuild 644 BLAKE2B 511f60669bf679f796ef444c51a4d1dce07b6d1c441f105723201951f87c9f50bf5edccff2e75bf12b6704699a11d1ceed34b095d588027aecd1764cb645d241 SHA512 5dbdce3a04eaa0818706549f029a403ea8758429008a4cc70b07853b86f94a18f967d1ff739f9de5bf5018d999a3e19c2f01669eea4c0a1fcb5cb88b24211d9a
MISC metadata.xml 242 BLAKE2B 8807687bc35253001ea5cb2c5c93d6a967ca1adf711b80637d27ec13f096fe47056a55184a64861606543f95abb94596826eb752a9f70cc3b1557f28d6de1a9d SHA512 65d1f9597b2476704b9abc23967eb5359049d3105e0f4fd94a99cadfbc785149d0507e6d9270756d411b6735be78e23451e685d5f488f57083ae80129e002268
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXmaVnwAKCRDPw5SX8bJu
By2EAP964EPDNPMjexKQoDwb/4zyrGIY0jSkhlbSiDfSNJYz+AD+LDZFXFBS8Epc
KvEcP2pQRX1MR2VSfmlscDk4DblrGTE=
=9OSE
-----END PGP SIGNATURE-----

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>tastytea</name>
</maintainer>
</pkgmetadata>

View File

@ -1,22 +0,0 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="A lightweight overlay volume (or anything) bar for the X Window System."
HOMEPAGE="https://github.com/florentc/xob"
SRC_URI="https://github.com/florentc/xob/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=">=x11-libs/libX11-1.6.5-r1
>=dev-libs/libconfig-1.5
>=x11-libs/libXau-1.0.8-r1
>=x11-libs/libXdmcp-1.1.2-r2
>=dev-libs/libbsd-0.8.6"
DEPEND="${RDEPEND}"
src_install() {
emake prefix="${EPREFIX}"/usr sysconfdir="${EPREFIX}"/etc DESTDIR="${D}" install
}

View File

@ -1,22 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A lightweight overlay volume (or anything) bar for the X Window System."
HOMEPAGE="https://github.com/florentc/xob"
SRC_URI="https://github.com/florentc/xob/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=x11-libs/libX11-1.6.5-r1
>=dev-libs/libconfig-1.5
>=x11-libs/libXau-1.0.8-r1
>=x11-libs/libXdmcp-1.1.2-r2
>=dev-libs/libbsd-0.8.6"
DEPEND="${RDEPEND}"
src_install() {
emake prefix="${EPREFIX}"/usr sysconfdir="${EPREFIX}"/etc DESTDIR="${D}" install
}