--- pasystray-0.2.1.ebuild 2014-10-12 18:31:13.000000000 +0100 +++ pasystray-0.4.0.ebuild 2015-04-20 19:09:36.813968489 +0100 @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pasystray/pasystray-0.2.1.ebuild,v 1.2 2014/10/12 17:28:06 pacho Exp $ +# $Header: $ -EAPI=4 -inherit gnome2-utils +EAPI=5 +inherit gnome2-utils autotools DESCRIPTION="A system tray for pulseaudio controls (replacement for the deprecated padevchooser)" HOMEPAGE="http://github.com/christophgysin/pasystray" -SRC_URI="mirror://github/christophgysin/${PN}/${P}.tar.bz2" +SRC_URI="https://github.com/christophgysin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" @@ -15,7 +15,7 @@ IUSE="libnotify" RDEPEND=" - || ( >=media-sound/pulseaudio-1.0[glib,avahi] >=media-sound/pulseaudio-5.0-r3[glib,zeroconf] ) + >=media-sound/pulseaudio-5.0-r3[glib,zeroconf] >=net-dns/avahi-0.6 x11-libs/gtk+:3 x11-libs/libX11 @@ -24,7 +24,11 @@ DEPEND="${RDEPEND} virtual/pkgconfig" -DOCS="AUTHORS README TODO" +DOCS="AUTHORS README.md TODO" + +src_prepare() { + eautoreconf +} src_configure() { econf $(use_enable libnotify notify)