diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-05-18 14:06:51 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-05-18 14:06:51 +0000 |
commit | 0ed10259a4db8be490dcabdbc9da56837caa723a (patch) | |
tree | 7b553c9c210fa795674b1af60e3b505cc134248e /mate-base | |
parent | 3.13.y is no longer being maintained upstream (diff) | |
download | gentoo-2-0ed10259a4db8be490dcabdbc9da56837caa723a.tar.gz gentoo-2-0ed10259a4db8be490dcabdbc9da56837caa723a.tar.bz2 gentoo-2-0ed10259a4db8be490dcabdbc9da56837caa723a.zip |
Add missing inherits and eautoreconf, fixes bug #510034 and bug #510548; reported by Sven on the Bugzilla and Silent-Hunter on the Forums.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/mate-applets/ChangeLog | 7 | ||||
-rw-r--r-- | mate-base/mate-applets/mate-applets-1.6.2-r1.ebuild | 6 | ||||
-rw-r--r-- | mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild | 6 |
3 files changed, 14 insertions, 5 deletions
diff --git a/mate-base/mate-applets/ChangeLog b/mate-base/mate-applets/ChangeLog index 9d0b08ee36af..29f699e51ba9 100644 --- a/mate-base/mate-applets/ChangeLog +++ b/mate-base/mate-applets/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mate-base/mate-applets # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-applets/ChangeLog,v 1.5 2014/05/16 15:14:24 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-applets/ChangeLog,v 1.6 2014/05/18 14:06:51 tomwij Exp $ + + 18 May 2014; Tom Wijsman <TomWij@gentoo.org> mate-applets-1.6.2-r1.ebuild, + mate-applets-1.8.0-r1.ebuild: + Add missing inherits and eautoreconf, fixes bug #510034 and bug #510548; + reported by Sven on the Bugzilla and Silent-Hunter on the Forums. *mate-applets-1.8.0-r1 (16 May 2014) *mate-applets-1.6.2-r1 (16 May 2014) diff --git a/mate-base/mate-applets/mate-applets-1.6.2-r1.ebuild b/mate-base/mate-applets/mate-applets-1.6.2-r1.ebuild index 3ace42659f72..86378b558a9d 100644 --- a/mate-base/mate-applets/mate-applets-1.6.2-r1.ebuild +++ b/mate-base/mate-applets/mate-applets-1.6.2-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-applets/mate-applets-1.6.2-r1.ebuild,v 1.1 2014/05/16 15:14:24 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-applets/mate-applets-1.6.2-r1.ebuild,v 1.2 2014/05/18 14:06:51 tomwij Exp $ EAPI="5" GCONF_DEBUG="no" PYTHON_COMPAT=( python2_{6,7} ) -inherit eutils gnome2 python-single-r1 versionator +inherit autotools eutils gnome2 python-single-r1 versionator MATE_BRANCH="$(get_version_component_range 1-2)" @@ -61,6 +61,8 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${PF}-replace-cpufreq-by-cpupower.patch + + eautoreconf } src_configure() { diff --git a/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild b/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild index e779f5700816..274be6588054 100644 --- a/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild +++ b/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild,v 1.1 2014/05/16 15:14:24 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild,v 1.2 2014/05/18 14:06:51 tomwij Exp $ EAPI="5" GCONF_DEBUG="no" PYTHON_COMPAT=( python2_{6,7} ) -inherit gnome2 python-single-r1 versionator +inherit autotools eutils gnome2 python-single-r1 versionator MATE_BRANCH="$(get_version_component_range 1-2)" @@ -60,6 +60,8 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${PN}-1.6.2-r1-replace-cpufreq-by-cpupower.patch + + eautoreconf } src_configure() { |