From ff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 11 Aug 2016 00:33:31 +0100 Subject: cleanup --- net-im/utox/utox-9999.ebuild | 60 -------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 net-im/utox/utox-9999.ebuild (limited to 'net-im/utox/utox-9999.ebuild') diff --git a/net-im/utox/utox-9999.ebuild b/net-im/utox/utox-9999.ebuild deleted file mode 100644 index 41676f8e..00000000 --- a/net-im/utox/utox-9999.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit fdo-mime gnome2-utils toolchain-funcs git-2 - -DESCRIPTION="Lightweight Tox client" -HOMEPAGE="https://github.com/notsecure/uTox.git" -EGIT_REPO_URI="git://github.com/notsecure/uTox.git - https://github.com/notsecure/uTox.git" - -LICENSE="GPL-3" -SLOT="0" -IUSE="+dbus" - -RDEPEND="net-libs/tox[av] - media-libs/freetype - media-libs/libv4l - media-libs/libvpx - media-libs/openal - x11-libs/libX11 - x11-libs/libXext - dbus? ( sys-apps/dbus )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch_user -} - -src_configure() { - # respect CFLAGS - sed -i \ - -e '/CFLAGS/s# -g ##' \ - Makefile || die -} - -src_compile() { - emake CC="$(tc-getCC)" DBUS=$(usex dbus "1" "0") -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} -- cgit v1.2.3