diff options
Diffstat (limited to 'x11-libs/libtinynotify')
-rw-r--r-- | x11-libs/libtinynotify/Manifest | 5 | ||||
-rw-r--r-- | x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild | 15 | ||||
-rw-r--r-- | x11-libs/libtinynotify/libtinynotify-9999.ebuild | 39 | ||||
-rw-r--r-- | x11-libs/libtinynotify/metadata.xml | 7 |
4 files changed, 10 insertions, 56 deletions
diff --git a/x11-libs/libtinynotify/Manifest b/x11-libs/libtinynotify/Manifest index e170bfa03365..07d2301ca6b6 100644 --- a/x11-libs/libtinynotify/Manifest +++ b/x11-libs/libtinynotify/Manifest @@ -1,4 +1,3 @@ DIST libtinynotify-0.2.1.tar.bz2 286167 BLAKE2B 004ba5fb4f9dc2f118bdcda35162a8a4bf7048b97ea1b1cf1c5739b368404a5df05b7477eca02b56b977ba58909d375c2f570943f8a84814481c715efff04078 SHA512 4d1d4eb56a654aef523aa5a81cafd51b64f7bf44130f3043d5d6b6ea88fbc7681d96cbde3c16cd00eb141145cb551018129f4bab03f542bf88425beda41cdca3 -EBUILD libtinynotify-0.2.1.ebuild 670 BLAKE2B 8abc91e2342e18db8562f73fce622fd92404e017741c6e0449169fdaf5b8caf8bead3bf9da5793f9afe1717409b96cf87e4f052305660884f393e48d71408b88 SHA512 a989c1e72e37caa405275514b6e3aa6456071fed19cf9b10207321d797f47ecf7953a9cc8c36b8602fb3195876d9f1d24c33b5277739f27130ec374b6b309568 -EBUILD libtinynotify-9999.ebuild 686 BLAKE2B aad6ff1c9f696fa5554aae67ba88359546a7bb6e41def61c267df83e5bbf05cbfe15fa53bb39e223efd6f4b8bf8180b965e595a80ca53d3cb17f7c92fa095aa6 SHA512 88ec5a49a1903b9c637cd42dad2d3c6a123246883135748244f4af7e49d6a4f1b61a90a334e2fc89eb78fcd9a30e8b8f0171a3f8f8c3316ff91754e3d70403d1 -MISC metadata.xml 516 BLAKE2B c4674ab861d1758df1501ae5b4a856f1c66781a148f0109de0261f2bea5c1e3d1dcfbb0de14b83e13f3c3d6cbcf7315a5158470c21c3c061c2e3c2e75f6f2c1a SHA512 57f2f6c8f2b70ae10186e0b5ff667eadf66fc22de748f16085cb9ab9a4a379ccfe0bf6e4a030a18142333a412d5899c9d257ecfa3e83f430983c4afc880b5d0d +EBUILD libtinynotify-0.2.1.ebuild 622 BLAKE2B c4c9434713482e6bb232a82280a03e1dff25102b9f97d970300b7eda09cf3c4fa175740e08a91628d6f9b5cc51a778b8799aca3e09f38b1e684f523f57c12e69 SHA512 805219021b782df38e49c20e5398030bef983ec9a16a28d85db8875834fff6972b803c919e7ec9113100d3f8e32b7a1e61c3ebee82564fb10e5d8fa582669f86 +MISC metadata.xml 333 BLAKE2B 43e144423569fc61c1584cfc42f4a0323a6cc0df118b1e94f72eb5d52d8260f73e3137f3e653153be292a355af9e6536f058346f7d85d5e830ce415236d088e2 SHA512 2e98f356d643579ac206f2c9165c0f519a2f4b125cce2f2571559b626bdefbf45619d9c2ada7542725a382751f2c4401668f1593ae21f18cd32364082ec6f96c diff --git a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild index fee73d38bf30..b7935df8fb2c 100644 --- a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild +++ b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A lightweight implementation of Desktop Notification Spec" -HOMEPAGE="https://github.com/mgorny/libtinynotify/" -SRC_URI="https://github.com/mgorny/libtinynotify/releases/download/${P}/${P}.tar.bz2" +HOMEPAGE="https://github.com/projg2/libtinynotify/" +SRC_URI="https://github.com/projg2/libtinynotify/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug static-libs" +IUSE="debug" -RDEPEND="sys-apps/dbus:0=" -DEPEND="${RDEPEND}" +DEPEND="sys-apps/dbus:0=" +RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" DOCS=( README ) @@ -21,7 +21,6 @@ DOCS=( README ) src_configure() { local myconf=( $(use_enable debug) - $(use_enable static-libs static) ) econf "${myconf[@]}" diff --git a/x11-libs/libtinynotify/libtinynotify-9999.ebuild b/x11-libs/libtinynotify/libtinynotify-9999.ebuild deleted file mode 100644 index 17f57c6cdd00..000000000000 --- a/x11-libs/libtinynotify/libtinynotify-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" -inherit autotools git-r3 - -DESCRIPTION="A lightweight implementation of Desktop Notification Spec" -HOMEPAGE="https://github.com/mgorny/libtinynotify/" -SRC_URI="" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="debug static-libs" - -RDEPEND="sys-apps/dbus:0=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myconf=( - $(use_enable debug) - $(use_enable static-libs static) - ) - - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete -} diff --git a/x11-libs/libtinynotify/metadata.xml b/x11-libs/libtinynotify/metadata.xml index 65f92d78d224..644499183aba 100644 --- a/x11-libs/libtinynotify/metadata.xml +++ b/x11-libs/libtinynotify/metadata.xml @@ -6,11 +6,6 @@ <name>Michał Górny</name> </maintainer> <upstream> - <maintainer status="active"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <bugs-to>https://github.com/mgorny/libtinynotify/issues/</bugs-to> - <remote-id type="github">mgorny/libtinynotify</remote-id> + <remote-id type="github">projg2/libtinynotify</remote-id> </upstream> </pkgmetadata> |