diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-18 20:00:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-18 20:00:42 +0000 |
commit | 9a61ecbd99223996340241cabacdd6e1fac1e120 (patch) | |
tree | 3a0e62f51e2d6d7763743c7bdbcfa870771e7d87 /xfce-extra/xfce4-mount-plugin | |
parent | EAPI bump. Clean up patch. Remove short <longdescription>. (diff) | |
download | gentoo-2-9a61ecbd99223996340241cabacdd6e1fac1e120.tar.gz gentoo-2-9a61ecbd99223996340241cabacdd6e1fac1e120.tar.bz2 gentoo-2-9a61ecbd99223996340241cabacdd6e1fac1e120.zip |
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra/xfce4-mount-plugin')
-rw-r--r-- | xfce-extra/xfce4-mount-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.4.ebuild | 29 |
2 files changed, 5 insertions, 30 deletions
diff --git a/xfce-extra/xfce4-mount-plugin/ChangeLog b/xfce-extra/xfce4-mount-plugin/ChangeLog index e6b5702df9d0..2f8690b25231 100644 --- a/xfce-extra/xfce4-mount-plugin/ChangeLog +++ b/xfce-extra/xfce4-mount-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-mount-plugin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/ChangeLog,v 1.25 2014/07/18 19:54:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/ChangeLog,v 1.26 2014/07/18 20:00:42 ssuominen Exp $ + + 18 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-mount-plugin-0.6.4.ebuild: + old 18 Jul 2014; Agostino Sarubbo <ago@gentoo.org> xfce4-mount-plugin-0.6.7.ebuild: diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.4.ebuild b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.4.ebuild deleted file mode 100644 index ed1be062221c..000000000000 --- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.4.ebuild,v 1.7 2012/11/28 12:20:13 ssuominen Exp $ - -EAPI=5 -inherit xfconf - -DESCRIPTION="An mount plug-in for the Xfce panel" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=">=xfce-base/libxfce4ui-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} |