From 994bb7e86ab7bb7ecd36874712eb54299b8675fa Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 5 Dec 2020 12:28:19 +0300 Subject: x11-misc/xnotify: Bump version Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Azat Bahawi --- x11-misc/xnotify/Manifest | 2 +- x11-misc/xnotify/xnotify-0.3.2.ebuild | 41 ----------------------------------- x11-misc/xnotify/xnotify-0.8.1.ebuild | 41 +++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 x11-misc/xnotify/xnotify-0.3.2.ebuild create mode 100644 x11-misc/xnotify/xnotify-0.8.1.ebuild (limited to 'x11-misc') diff --git a/x11-misc/xnotify/Manifest b/x11-misc/xnotify/Manifest index 3dc38f6..da0f4d2 100644 --- a/x11-misc/xnotify/Manifest +++ b/x11-misc/xnotify/Manifest @@ -1 +1 @@ -DIST xnotify-0.3.2.tar.gz 12533 BLAKE2B 30f222781f81466c88077f461e06a52584249ee8b976ce3dd6460e6e03eec50eb155691cd29a4d9af9d8e08379715ade63cd4f5ef07908bba61c4b80ce5635a4 SHA512 d12d421129acd85b95dd310618cbe9c3dd4e4d7b0238da611f6e3285f92b8f4a14d510bae3a109385c50dd3517fd25dec49709121a10f0efe362fbcc18ff3b60 +DIST xnotify-0.8.1.tar.gz 15189 BLAKE2B b3338651d70f82b73dd71d046116ba8042adc908fc1bd02574dde485f3058f8902271f9a0324e2930bd13275393ef49f1ee04042e894a206075253a1e8b22f9c SHA512 74fbd81e674313d688e4e288bb4e7a0bf095caed6db467e0b5cf0b3ea96fd1edc4336bad1c83bd80fa6c550385eb95ffd6011f2151649472d02d17f27ff60147 diff --git a/x11-misc/xnotify/xnotify-0.3.2.ebuild b/x11-misc/xnotify/xnotify-0.3.2.ebuild deleted file mode 100644 index 452f016..0000000 --- a/x11-misc/xnotify/xnotify-0.3.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/phillbush/xnotify.git" -fi - -DESCRIPTION="read notifications from stdin and display them on the screen" -HOMEPAGE="https://github.com/phillbush/xnotify" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/phillbush/xnotify/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND=" - media-libs/fontconfig - media-libs/imlib2 - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXinerama -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README.md ) - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install - einstalldocs -} diff --git a/x11-misc/xnotify/xnotify-0.8.1.ebuild b/x11-misc/xnotify/xnotify-0.8.1.ebuild new file mode 100644 index 0000000..452f016 --- /dev/null +++ b/x11-misc/xnotify/xnotify-0.8.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/phillbush/xnotify.git" +fi + +DESCRIPTION="read notifications from stdin and display them on the screen" +HOMEPAGE="https://github.com/phillbush/xnotify" + +if [[ ${PV} == *9999 ]]; then + SRC_URI="" + KEYWORDS="" +else + SRC_URI="https://github.com/phillbush/xnotify/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND=" + media-libs/fontconfig + media-libs/imlib2 + x11-libs/libX11 + x11-libs/libXft + x11-libs/libXinerama +" +RDEPEND="${DEPEND}" +BDEPEND="" + +DOCS=( README.md ) + +src_install() { + emake DESTDIR="${D}" PREFIX="/usr" install + einstalldocs +} -- cgit 1.4.1