summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-05 15:40:37 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-05 15:40:37 +0000
commitc538d0a1442d16acadaf21201e498fa319bd55a9 (patch)
tree6843494333b35a494081d480ad3ec3678ec16370 /xfce-extra/xfce4-weather-plugin
parentold (diff)
downloadgentoo-2-c538d0a1442d16acadaf21201e498fa319bd55a9.tar.gz
gentoo-2-c538d0a1442d16acadaf21201e498fa319bd55a9.tar.bz2
gentoo-2-c538d0a1442d16acadaf21201e498fa319bd55a9.zip
old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-weather-plugin')
-rw-r--r--xfce-extra/xfce4-weather-plugin/Manifest2
-rw-r--r--xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.6.4.ebuild32
2 files changed, 0 insertions, 34 deletions
diff --git a/xfce-extra/xfce4-weather-plugin/Manifest b/xfce-extra/xfce4-weather-plugin/Manifest
index 2cf65e54a93e..c7121a910d7c 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,6 +1,4 @@
-DIST xfce4-weather-plugin-0.6.4.tar.bz2 671835 RMD160 98e80d83d25a34af59975b5a44c0e7d8761a637c SHA1 b5ba0de8f962ed4b225e1c5d5629e3a0a43a25d9 SHA256 f92880f82d5934061cf2ce2581f1bf51c4221a57fcde9fb5352959273b51e1cd
DIST xfce4-weather-plugin-0.7.3.tar.bz2 658780 RMD160 328e025312db9a049a6a16e2f5974079d2652b77 SHA1 b79968fe2c7e31a73b886763c46d7102b070402a SHA256 3b369296ecf5b89a9906264647212b88c7ed5fdd3b2e54021e9b6dcd0463a5ab
-EBUILD xfce4-weather-plugin-0.6.4.ebuild 900 RMD160 5ffc10b7a0b839646c3dfe2b20762246c2cc7bf1 SHA1 15a29ca460d37ba4dccee772323917046bc90455 SHA256 bb05b4b081f0991e4915598450d5fb6904bfbd029a20c5ca89eb7e79732aa86e
EBUILD xfce4-weather-plugin-0.7.3.ebuild 977 RMD160 fbf3f4cfba3f3d4644a934c417b49861be1f19ac SHA1 79b13f44374f223d6fdfe2f196cdcdb117ab99e8 SHA256 e55b285dba6ad54fcb3a97925ecf42c12edba3c9aa15c228810842060eafaa4b
MISC ChangeLog 1236 RMD160 ad414727fdb1e3f59e9e3a9f935240333f1a5e57 SHA1 c97905fd79a870353a2a703159098041629f7320 SHA256 3535a71484cb1e1a513df2e4084a3079652f436ea27be9101b7baa78b236f809
MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63
diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.6.4.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.6.4.ebuild
deleted file mode 100644
index f3e5ff2c4577..000000000000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.6.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 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.6.4.ebuild,v 1.1 2009/08/25 15:03:36 ssuominen Exp $
-
-EINTLTOOLIZE=yes
-EAUTORECONF=yes
-EAPI=2
-inherit xfconf
-
-DESCRIPTION="panel plugin that shows the current temperature and weather condition."
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="debug"
-
-RDEPEND=">=xfce-base/xfce4-panel-4.3.99.1
- >=xfce-base/libxfcegui4-4.3.90.2
- >=xfce-base/libxfce4util-4.3.90.2
- dev-libs/libxml2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-pkg_setup() {
- XFCONF="--disable-dependency-tracking
- $(use_enable debug)"
- DOCS="AUTHORS ChangeLog NEWS README TODO"
-}