summaryrefslogtreecommitdiff
path: root/x11-libs/libtinynotify
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-08 15:03:58 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-08 15:03:58 +0100
commit814f4cf860e299a046b649eaee5463427984c09c (patch)
tree74c45f097899310e599dad6b8df5b63e0f085bc0 /x11-libs/libtinynotify
parent7f0ccc917c7abe6223784c703d86cd14755691fb (diff)
gentoo resync : 08.07.2021
Diffstat (limited to 'x11-libs/libtinynotify')
-rw-r--r--x11-libs/libtinynotify/Manifest4
-rw-r--r--x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild12
-rw-r--r--x11-libs/libtinynotify/libtinynotify-9999.ebuild13
3 files changed, 12 insertions, 17 deletions
diff --git a/x11-libs/libtinynotify/Manifest b/x11-libs/libtinynotify/Manifest
index f810d49bc8da..56ebcb90d946 100644
--- a/x11-libs/libtinynotify/Manifest
+++ b/x11-libs/libtinynotify/Manifest
@@ -1,4 +1,4 @@
DIST libtinynotify-0.2.1.tar.bz2 286167 BLAKE2B 004ba5fb4f9dc2f118bdcda35162a8a4bf7048b97ea1b1cf1c5739b368404a5df05b7477eca02b56b977ba58909d375c2f570943f8a84814481c715efff04078 SHA512 4d1d4eb56a654aef523aa5a81cafd51b64f7bf44130f3043d5d6b6ea88fbc7681d96cbde3c16cd00eb141145cb551018129f4bab03f542bf88425beda41cdca3
-EBUILD libtinynotify-0.2.1.ebuild 730 BLAKE2B 30cfe69ff04776771ebbdf0435d0049868e50191a6ee0aaee887798ddd69f8bc592c3b9305de997789cea36596b342745aa9b4b059c3f0c394b423301b7dc825 SHA512 41b3a4f1844466891429e06b751ac33430a69a47147f24ed8000a7cef6bb16385421d71e10b818a2cad7bed2377fc2aa8b48e28a716ea1af87c70eb490eafe16
-EBUILD libtinynotify-9999.ebuild 771 BLAKE2B a20e30a7119c83e477b731ffa4fd484832a60ac2265b9a51a85d969940011f3ee22c919d3df94d9ddf1664d4dde6ca874e6b7c61f668f1e4d18b8595eafdcd13 SHA512 6b1f6f508b6cdd950f77796d6b31bf3495f71b22446b3e259d83c436ed9a39769468fe64ec1de62c5b1abc0117e1bb14cadb82e14b4caf7b1b7420e4b68ba518
+EBUILD libtinynotify-0.2.1.ebuild 670 BLAKE2B 8abc91e2342e18db8562f73fce622fd92404e017741c6e0449169fdaf5b8caf8bead3bf9da5793f9afe1717409b96cf87e4f052305660884f393e48d71408b88 SHA512 a989c1e72e37caa405275514b6e3aa6456071fed19cf9b10207321d797f47ecf7953a9cc8c36b8602fb3195876d9f1d24c33b5277739f27130ec374b6b309568
+EBUILD libtinynotify-9999.ebuild 686 BLAKE2B aad6ff1c9f696fa5554aae67ba88359546a7bb6e41def61c267df83e5bbf05cbfe15fa53bb39e223efd6f4b8bf8180b965e595a80ca53d3cb17f7c92fa095aa6 SHA512 88ec5a49a1903b9c637cd42dad2d3c6a123246883135748244f4af7e49d6a4f1b61a90a334e2fc89eb78fcd9a30e8b8f0171a3f8f8c3316ff91754e3d70403d1
MISC metadata.xml 515 BLAKE2B ab08592e24b35ed8c22d610ab8eddac7f604eaa1fb5064ccea2f3d33be498ae8b57280779c31b15e6b614f26680339792396a9acec3e7f5761394e7a9060753d SHA512 dd7762762cd42f07aa00f3326a2dc4f94fb99acdf973e1b9c0a9e4eb83b361daeff02f0d79bc553c44b2379f26ba0eeb1727b8d7715ec50e03cd155e13c62a03
diff --git a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
index b87cfbb96ab0..fee73d38bf30 100644
--- a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
+++ b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="A lightweight implementation of Desktop Notification Spec"
HOMEPAGE="https://github.com/mgorny/libtinynotify/"
@@ -10,19 +10,17 @@ SRC_URI="https://github.com/mgorny/libtinynotify/releases/download/${P}/${P}.tar
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug doc static-libs"
+IUSE="debug static-libs"
RDEPEND="sys-apps/dbus:0="
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.18 )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
DOCS=( README )
src_configure() {
local myconf=(
$(use_enable debug)
- $(use_enable doc gtk-doc)
$(use_enable static-libs static)
)
diff --git a/x11-libs/libtinynotify/libtinynotify-9999.ebuild b/x11-libs/libtinynotify/libtinynotify-9999.ebuild
index c2e029412ac2..17f57c6cdd00 100644
--- a/x11-libs/libtinynotify/libtinynotify-9999.ebuild
+++ b/x11-libs/libtinynotify/libtinynotify-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
inherit autotools git-r3
@@ -13,13 +13,11 @@ SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
-IUSE="debug doc static-libs"
+IUSE="debug static-libs"
RDEPEND="sys-apps/dbus:0="
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-1.18
- virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.18 )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
src_prepare() {
default
@@ -29,7 +27,6 @@ src_prepare() {
src_configure() {
local myconf=(
$(use_enable debug)
- $(use_enable doc gtk-doc)
$(use_enable static-libs static)
)