summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-22 06:47:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-22 06:47:29 +0000
commita239882ae37905a30ea58f1c143c5348a82a0803 (patch)
tree4ea5d6df4600116e83090fb93fb442ef925f061e /xfce-extra/xfce4-wavelan-plugin
parentold (diff)
downloadgentoo-2-a239882ae37905a30ea58f1c143c5348a82a0803.tar.gz
gentoo-2-a239882ae37905a30ea58f1c143c5348a82a0803.tar.bz2
gentoo-2-a239882ae37905a30ea58f1c143c5348a82a0803.zip
old
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-wavelan-plugin')
-rw-r--r--xfce-extra/xfce4-wavelan-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild27
2 files changed, 5 insertions, 28 deletions
diff --git a/xfce-extra/xfce4-wavelan-plugin/ChangeLog b/xfce-extra/xfce4-wavelan-plugin/ChangeLog
index 232774df812f..72d8b4a510dc 100644
--- a/xfce-extra/xfce4-wavelan-plugin/ChangeLog
+++ b/xfce-extra/xfce4-wavelan-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-wavelan-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/ChangeLog,v 1.22 2012/05/22 05:12:33 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/ChangeLog,v 1.23 2012/05/22 06:47:29 ssuominen Exp $
+
+ 22 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-wavelan-plugin-0.5.6.ebuild:
+ old
22 May 2012; Jeff Horelick <jdhore@gentoo.org>
xfce4-wavelan-plugin-0.5.10.ebuild:
diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild
deleted file mode 100644
index a934adcd79c9..000000000000
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild
+++ /dev/null
@@ -1,27 +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-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild,v 1.8 2012/05/05 07:47:44 mgorny Exp $
-
-EAPI=4
-inherit xfconf
-
-DESCRIPTION="Wireless monitor panel plugin"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=xfce-base/xfce4-panel-4.8
- >=xfce-base/libxfcegui4-4.8
- >=xfce-base/libxfce4util-4.8
- >=x11-libs/gtk+-2.6:2"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}