ssuominen 14/04/07 19:51:26 Modified: matchbox-applet-volume-0.1.ebuild ChangeLog Log: Use EAPI5 instead of EAPI1. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.12 x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild?r1=1.11&r2=1.12 Index: matchbox-applet-volume-0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- matchbox-applet-volume-0.1.ebuild 4 Jun 2012 00:36:04 -0000 1.11 +++ matchbox-applet-volume-0.1.ebuild 7 Apr 2014 19:51:26 -0000 1.12 @@ -1,9 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild,v 1.11 2012/06/04 00:36:04 xmw Exp $ - -EAPI=1 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild,v 1.12 2014/04/07 19:51:26 ssuominen Exp $ +EAPI=5 inherit versionator MY_PN=${PN/matchbox/mb} @@ -12,28 +11,19 @@ DESCRIPTION="Matchbox panel tray app for controlling volume levels." HOMEPAGE="http://matchbox-project.org/" SRC_URI="http://matchbox-project.org/sources/${MY_PN}/$(get_version_component_range 1-2)/${MY_P}.tar.bz2" + LICENSE="GPL-2" SLOT="0" - KEYWORDS="amd64 ~arm ~hppa ppc x86" IUSE="" -DEPEND=">=x11-libs/libmatchbox-1.5 +COMMON_DEPEND=">=x11-libs/libmatchbox-1.5 x11-libs/gtk+:2" - -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} x11-wm/matchbox-panel" +DEPEND="${COMMON_DEPEND} + virtual/pkgconfig" -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf || die "Configuration failed" - - emake || die "Compilation failed" -} - -src_install() { - make DESTDIR="${D}" install || die "Installation failed" +S=${WORKDIR}/${MY_P} - dodoc AUTHORS ChangeLog INSTALL NEWS README -} +DOCS="AUTHORS ChangeLog NEWS README" 1.14 x11-plugins/matchbox-applet-volume/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/matchbox-applet-volume/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/matchbox-applet-volume/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/matchbox-applet-volume/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 4 Jun 2012 00:36:04 -0000 1.13 +++ ChangeLog 7 Apr 2014 19:51:26 -0000 1.14 @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/matchbox-applet-volume -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/ChangeLog,v 1.13 2012/06/04 00:36:04 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/ChangeLog,v 1.14 2014/04/07 19:51:26 ssuominen Exp $ + + 07 Apr 2014; Samuli Suominen <[email protected]> + matchbox-applet-volume-0.1.ebuild: + Use EAPI5 instead of EAPI1. 04 Jun 2012; Michael Weber <[email protected]> matchbox-applet-volume-0.1.ebuild: ppc stable (bug 309407) @@ -52,4 +56,3 @@ +matchbox-applet-volume-0.1.ebuild: - Initial import. Original ebuild by Priit Laes, modifications by Björn Ruberg and Yuri Vasilevski. -
