summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-10-21 09:55:21 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-10-21 09:55:21 +0000
commit2753af892d25cc6e97cdf3635fb7e91bd9f91cc1 (patch)
treeb7b9bf06704c6be899efe83cc81c56f4574927de /xfce-extra/xfce4-weather-plugin
parentold (diff)
downloadhistorical-2753af892d25cc6e97cdf3635fb7e91bd9f91cc1.tar.gz
historical-2753af892d25cc6e97cdf3635fb7e91bd9f91cc1.tar.bz2
historical-2753af892d25cc6e97cdf3635fb7e91bd9f91cc1.zip
old
Package-Manager: portage-2.2.0_alpha135/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-weather-plugin')
-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 )
-}