summaryrefslogtreecommitdiff
path: root/x11-misc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-02 17:45:32 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-02 17:45:32 +0000
commit5939313f229e6fcf374fb7e9ee4f8675b05ab293 (patch)
tree0a8181cbc5d052ab4d26a8e1d2dc52f126063fc6 /x11-misc
parent7e3d6dcede5749fe6a1adef4e673a9dde7703b7b (diff)
gentoo auto-resync : 02:02:2024 - 17:45:32
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/Manifest.gzbin46886 -> 46727 bytes
-rw-r--r--x11-misc/sw-notify-send/Manifest3
-rw-r--r--x11-misc/sw-notify-send/metadata.xml11
-rw-r--r--x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild39
4 files changed, 0 insertions, 53 deletions
diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz
index 104f85e4f6a7..98d322246434 100644
--- a/x11-misc/Manifest.gz
+++ b/x11-misc/Manifest.gz
Binary files differ
diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
deleted file mode 100644
index 6d52a58ea2eb..000000000000
--- a/x11-misc/sw-notify-send/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST tinynotify-send-1.2.1.tar.bz2 266078 BLAKE2B ac3c9510d89fdfd50f70fbfad14476e95e14616cfff9d29c9976af5459e2c73a8ddcf5cb578284b177e78743c46594126343933ae87f78a380bca3ce2350aaa9 SHA512 f416db09fa95f04d771610af7ae8953192027b8606c53f54efe514c4d33b59e8dc362676004a036c2dd7e7c7cf03b077ee9b753839efbcb181c5724f43efa58d
-EBUILD sw-notify-send-1.2.1.ebuild 728 BLAKE2B fdfeac7df002ae20f5f79fddcb99c181c6a98de0007d089454b56df2e7f9b78aa4dfa4d040d6c13b8a51de3d7fdd90bcfb19af2f2c2a59416fbd2c5e81519a6a SHA512 fe8303569194a548ba8e42283d5754d969107d66909978abfd83e82585a5f812f622702eca377543b5e7178c2ef22022a75d5ef037115f397c3c0e31f39f3f08
-MISC metadata.xml 335 BLAKE2B b8023d7d5cd69474fe3accf8f78c41899e3c42f52797f7513d929b90c1219ce88453a079afd341b5f5a372c89dc0138dafa99ebc6191da3cab9236fa80db3984 SHA512 fe4945e639b5b925d2024fd14f7c2661ddd503823674954f1fe7393d2e220a42079f6e766fd8abe14afc880438bc564e4d8551963b33519a94bf6e273bb43fab
diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml
deleted file mode 100644
index 66d473d268b3..000000000000
--- a/x11-misc/sw-notify-send/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <upstream>
- <remote-id type="github">projg2/tinynotify-send</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
deleted file mode 100644
index d2711a3030c0..000000000000
--- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P=tinynotify-send-${PV}
-DESCRIPTION="A system-wide variant of tinynotify-send"
-HOMEPAGE="https://github.com/projg2/tinynotify-send/"
-SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- x11-libs/libtinynotify:0=
- ~x11-libs/libtinynotify-cli-${PV}
- x11-libs/libtinynotify-systemwide:0=
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- virtual/pkgconfig
-"
-
-DOCS=( README )
-
-src_configure() {
- local myconf=(
- --disable-library
- --disable-regular
- --enable-system-wide
- )
-
- econf "${myconf[@]}"
-}