diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 05:03:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 05:03:01 +0000 |
commit | 5454c6427455598c1b8cf1718573beac77d0a279 (patch) | |
tree | 0e8a52504c1af11798b50d692d3f2effcc3ff16c /xfce-extra | |
parent | Inherit eutils for epatch. (diff) | |
download | gentoo-2-5454c6427455598c1b8cf1718573beac77d0a279.tar.gz gentoo-2-5454c6427455598c1b8cf1718573beac77d0a279.tar.bz2 gentoo-2-5454c6427455598c1b8cf1718573beac77d0a279.zip |
Inherit eutils for epatch.
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-places-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-places-plugin/ChangeLog b/xfce-extra/xfce4-places-plugin/ChangeLog index 74b9e6c704a6..86479bb18d85 100644 --- a/xfce-extra/xfce4-places-plugin/ChangeLog +++ b/xfce-extra/xfce4-places-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-places-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/ChangeLog,v 1.27 2012/05/22 05:05:45 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/ChangeLog,v 1.28 2012/05/24 05:03:01 vapier Exp $ + + 24 May 2012; Mike Frysinger <vapier@gentoo.org> + xfce4-places-plugin-1.2.0-r1.ebuild: + Inherit eutils for epatch. 22 May 2012; Jeff Horelick <jdhore@gentoo.org> xfce4-places-plugin-1.3.0.ebuild: diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild index 33e4476c6254..fcb93f074d6a 100644 --- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild +++ b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild,v 1.8 2012/05/05 07:21:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild,v 1.9 2012/05/24 05:03:01 vapier Exp $ EAPI=4 EAUTORECONF=yes -inherit multilib xfconf +inherit multilib xfconf eutils DEBIAN_REVISION=3 |