diff options
| -rw-r--r-- | dev-libs/statusnotifier/Manifest | 1 | ||||
| -rw-r--r-- | dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/statusnotifier/Manifest b/dev-libs/statusnotifier/Manifest index 87439ea1dfa..9c1fdf39b37 100644 --- a/dev-libs/statusnotifier/Manifest +++ b/dev-libs/statusnotifier/Manifest @@ -1,2 +1 @@ -DIST statusnotifier-0.1.0.tar.gz 37530 BLAKE2B 316437373299761f6f1e728f079e34d4c4df210820efad315a8dce01b00e0b3005ea76470ed73b68d013dfda41726790dbfc8dbd356c1147f290516383f85a68 SHA512 e906dc41ee61b89011cc36504ed980d42f5c0a647e3bef1952045a6e617298e66871c7435a949d5682fb8375d9f0c433c9187ffe76dcb0b29af8d167567b7658 DIST statusnotifier-1.0.0.tar.gz 43170 BLAKE2B 64cf2d95dbdc90f1cbb6f22ff8c6485cd113d36ff4f61c95ea709b5c14be4af008a00d9550d9ac876c04b2d7f6dd3fbd0201d10c2283ec3f03b4e2f7c51c55a8 SHA512 71b773c2fed0e017f4e480bdd536f87162ee591406d552981767a91dce733d73b61068e5b8f30435dac447afc4e32e847b3b326603dc67f9fbe974e07b40bbb9 diff --git a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild deleted file mode 100644 index e6889af825b..00000000000 --- a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Library to use KDE's StatusNotifierItem via GObject" -HOMEPAGE="https://github.com/jjk-jacky/statusnotifier" -SRC_URI="https://github.com/jjk-jacky/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples" - -BDEPEND="dev-util/gtk-doc" -DEPEND="dev-libs/glib:2 - x11-libs/gdk-pixbuf:2 - x11-libs/cairo - examples? ( x11-libs/gtk+:3 )" -RDEPEND="${DEPEND}" - -src_prepare() { - eautoreconf - eapply_user -} - -src_configure() { - econf $(use_enable examples example) -} |
