diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-11-21 14:57:27 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-11-21 15:40:59 +0100 |
commit | 7268c6c6b2514b3bda90facd386331db53e40190 (patch) | |
tree | 78ea1b00a9f62b4a741678ed25df4d1ef6f3af0c /x11-misc/dunst | |
parent | x11-misc/dunst: add myself as maintainer (diff) | |
download | gentoo-7268c6c6b2514b3bda90facd386331db53e40190.tar.gz gentoo-7268c6c6b2514b3bda90facd386331db53e40190.tar.bz2 gentoo-7268c6c6b2514b3bda90facd386331db53e40190.zip |
x11-misc/dunst: drop old version
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc/dunst')
-rw-r--r-- | x11-misc/dunst/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/dunst/dunst-1.4.1.ebuild | 53 | ||||
-rw-r--r-- | x11-misc/dunst/dunst-1.5.0.ebuild | 48 | ||||
-rw-r--r-- | x11-misc/dunst/metadata.xml | 3 |
4 files changed, 0 insertions, 106 deletions
diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest index 46f77b7e0295..9e4e2f70296d 100644 --- a/x11-misc/dunst/Manifest +++ b/x11-misc/dunst/Manifest @@ -1,3 +1 @@ -DIST dunst-1.4.1.tar.gz 160124 BLAKE2B d618b3bffc8f4518f58d28e108a8aadf1ff71164f581632bc198b3d0a81f6efa0fff73513fa5d46ec4a7058bb1beb8d8a51cb01e4621c76f8d3f8653cc6e2270 SHA512 43667898e123ef0dea59e2ca55a76686785906e44b453b2a86bdf361045b3f6b751a2e81fa9f562127f80bf47f8c9248960c37f8365dbbe409d72ddc3deb34fb -DIST dunst-1.5.0.tar.gz 169272 BLAKE2B 63c33e62f61aefec67e5420d5afe41808cf8b377c0decde92781ef541315c955b715aa78c6e1a2288b916cabf7830d5621366d53731d477e3c4a6a60349f4c8b SHA512 2057dc530adce1dac89f12f4ca55e9186d378ccc2b406e0fa20d43bc69f671dc303b608a4fea781ab1193bd2e159dcbdecf3baf50e27ac9b0f164965b5824c85 DIST dunst-1.6.1.tar.gz 217267 BLAKE2B 267e5be6a079097fb5a677bd2451b0e5bcbcddadf4c4de9af87d4eab7dd90b61908f140db3f1238b6a79d370fc3bb89c062c6b4deeefae6c9c0069b55017e907 SHA512 079ffd0ff75f1865b68cb8db261849cbe4f68b5c632c39ef8f7a3d193ff3eba3734bca31cb7268f27c9a411aec56e4c484c383b419bc0b4755b7d80ede84cd96 diff --git a/x11-misc/dunst/dunst-1.4.1.ebuild b/x11-misc/dunst/dunst-1.4.1.ebuild deleted file mode 100644 index 6bd70a292b88..000000000000 --- a/x11-misc/dunst/dunst-1.4.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="Customizable and lightweight notification-daemon" -HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst" -SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="dunstify" - -CDEPEND=" - dev-libs/glib:2 - sys-apps/dbus - x11-libs/cairo[X,glib] - x11-libs/gdk-pixbuf - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXinerama - x11-libs/libXrandr - x11-libs/pango[X] - dunstify? ( x11-libs/libnotify ) -" -DEPEND=" - ${CDEPEND} - dev-lang/perl - virtual/pkgconfig -" -RDEPEND="${CDEPEND}" - -src_prepare() { - sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die - - default -} - -src_compile() { - tc-export CC - emake - use dunstify && emake dunstify -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install - - use dunstify && dobin dunstify - - dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES -} diff --git a/x11-misc/dunst/dunst-1.5.0.ebuild b/x11-misc/dunst/dunst-1.5.0.ebuild deleted file mode 100644 index 2e108755ce51..000000000000 --- a/x11-misc/dunst/dunst-1.5.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="Customizable and lightweight notification-daemon" -HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst" -SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -DEPEND=" - dev-libs/glib:2 - sys-apps/dbus - x11-libs/cairo[X,glib] - x11-libs/gdk-pixbuf - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXinerama - x11-libs/libXrandr - x11-libs/libnotify - x11-libs/pango[X] -" -BDEPEND=" - dev-lang/perl - virtual/pkgconfig -" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die - - default -} - -src_configure() { - tc-export CC PKG_CONFIG - default -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install - - dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES -} diff --git a/x11-misc/dunst/metadata.xml b/x11-misc/dunst/metadata.xml index 716fc2b4f111..47e53e6187f7 100644 --- a/x11-misc/dunst/metadata.xml +++ b/x11-misc/dunst/metadata.xml @@ -5,9 +5,6 @@ <email>conikost@gentoo.org</email> <name>Conrad Kostecki</name> </maintainer> - <use> - <flag name="dunstify">Experimental replacement for notify-send.</flag> - </use> <upstream> <remote-id type="github">dunst-project/dunst</remote-id> </upstream> |