summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-10-21 09:54:23 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-10-21 09:54:23 +0000
commit27972511b7930bb6f7fe8f38e0df4d01d4214a84 (patch)
treeed5f36b46f52dec32ed087bfaf0f614ad7b225bc /xfce-extra
parentold (diff)
downloadgentoo-2-27972511b7930bb6f7fe8f38e0df4d01d4214a84.tar.gz
gentoo-2-27972511b7930bb6f7fe8f38e0df4d01d4214a84.tar.bz2
gentoo-2-27972511b7930bb6f7fe8f38e0df4d01d4214a84.zip
old
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-weather-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.1.ebuild33
2 files changed, 5 insertions, 34 deletions
diff --git a/xfce-extra/xfce4-weather-plugin/ChangeLog b/xfce-extra/xfce4-weather-plugin/ChangeLog
index be7299aac6b4..f5c7a23bb33c 100644
--- a/xfce-extra/xfce4-weather-plugin/ChangeLog
+++ b/xfce-extra/xfce4-weather-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-weather-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.24 2012/09/12 12:13:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.25 2012/10/21 09:54:23 ssuominen Exp $
+
+ 21 Oct 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-weather-plugin-0.8.1.ebuild:
+ old
*xfce4-weather-plugin-0.8.2 (12 Sep 2012)
diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.1.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.1.ebuild
deleted file mode 100644
index b2266f841b1a..000000000000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.1.ebuild
+++ /dev/null
@@ -1,33 +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-weather-plugin/xfce4-weather-plugin-0.8.1.ebuild,v 1.1 2012/08/06 11:54:27 ssuominen Exp $
-
-EAPI=4
-inherit xfconf
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2
- dev-libs/libxml2
- x11-libs/gtk+:2
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/libxfce4util-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 )
-}