diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-12-03 23:49:53 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-12-03 23:49:53 +0000 |
commit | bfdabe2596cfe5daa4f136c9a840bd499edbb4b3 (patch) | |
tree | 06999a7b96b255502dd22f3f535791d7efefafc4 /xfce-extra | |
parent | Removed old (diff) | |
download | gentoo-2-bfdabe2596cfe5daa4f136c9a840bd499edbb4b3.tar.gz gentoo-2-bfdabe2596cfe5daa4f136c9a840bd499edbb4b3.tar.bz2 gentoo-2-bfdabe2596cfe5daa4f136c9a840bd499edbb4b3.zip |
Removed old
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc7 x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-mailwatch/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.0.1.ebuild | 22 |
2 files changed, 5 insertions, 23 deletions
diff --git a/xfce-extra/xfce4-mailwatch/ChangeLog b/xfce-extra/xfce4-mailwatch/ChangeLog index 3d114cc97954..95cfac98c8b6 100644 --- a/xfce-extra/xfce4-mailwatch/ChangeLog +++ b/xfce-extra/xfce4-mailwatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-mailwatch # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch/ChangeLog,v 1.24 2008/11/20 16:46:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch/ChangeLog,v 1.25 2008/12/03 23:49:53 angelos Exp $ + + 03 Dec 2008; Christoph Mende <angelos@gentoo.org> + -xfce4-mailwatch-1.0.1.ebuild: + Removed old 20 Nov 2008; Brent Baude <ranger@gentoo.org> xfce4-mailwatch-1.1.0.ebuild: Marking xfce4-mailwatch-1.1.0 ppc64 for bug 245970 diff --git a/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.0.1.ebuild b/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.0.1.ebuild deleted file mode 100644 index c53c1f0f4ddc..000000000000 --- a/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.0.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch/xfce4-mailwatch-1.0.1.ebuild,v 1.18 2007/05/18 11:51:39 armin76 Exp $ - -inherit xfce44 - -xfce44 -xfce44_plugin - -DESCRIPTION="Mail notification panel plugin" -HOMEPAGE="http://spuriousinterrupt.org/projects/mailwatch" -SRC_URI="http://spuriousinterrupt.org/files/mailwatch/${MY_P}.tar.bz2" - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="ssl" - -RDEPEND="ssl? ( >=net-libs/gnutls-1.2 )" -DEPEND="dev-util/intltool" - -XFCE_CONFIG="${XFCE_CONFIG} $(use_enable ssl)" - -xfce44_panel_plugin |