summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-05-05 17:08:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-05-05 17:08:02 +0000
commitb1eb3cb24995e9dfe0821863aa6263d6f27570e3 (patch)
treedd727598c5c1ef7e694a0309b6fff4c9e6799f95 /xfce-extra
parentold (diff)
downloadgentoo-2-b1eb3cb24995e9dfe0821863aa6263d6f27570e3.tar.gz
gentoo-2-b1eb3cb24995e9dfe0821863aa6263d6f27570e3.tar.bz2
gentoo-2-b1eb3cb24995e9dfe0821863aa6263d6f27570e3.zip
old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
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.2.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 bd70ebedad8a..8cd7df949ce9 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.32 2013/04/11 18:08:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.33 2013/05/05 17:08:02 ssuominen Exp $
+
+ 05 May 2013; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-weather-plugin-0.8.2.ebuild:
+ old
11 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
xfce4-weather-plugin-0.8.3.ebuild:
diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.2.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.2.ebuild
deleted file mode 100644
index ca0a426c3e10..000000000000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.2.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.2.ebuild,v 1.4 2012/11/28 12:43:28 ssuominen Exp $
-
-EAPI=5
-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.20
- dev-libs/libxml2
- >=x11-libs/gtk+-2.14: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 )
-}