diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-01-31 03:32:22 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-01-31 03:32:22 +0000 |
commit | 5440f88003b9202950a6bf9901e4fee58054f6ae (patch) | |
tree | 4e02a7b33e34a0623e7860cc9c80d86cf9feb9c1 /kde-misc | |
parent | EAPI3 (diff) | |
download | gentoo-2-5440f88003b9202950a6bf9901e4fee58054f6ae.tar.gz gentoo-2-5440f88003b9202950a6bf9901e4fee58054f6ae.tar.bz2 gentoo-2-5440f88003b9202950a6bf9901e4fee58054f6ae.zip |
remove old
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/gx-mail-notify/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/gx-mail-notify/gx-mail-notify-0.4.2.ebuild | 25 |
2 files changed, 6 insertions, 27 deletions
diff --git a/kde-misc/gx-mail-notify/ChangeLog b/kde-misc/gx-mail-notify/ChangeLog index ba7fd50c8a7f..b838cc43b8ae 100644 --- a/kde-misc/gx-mail-notify/ChangeLog +++ b/kde-misc/gx-mail-notify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/gx-mail-notify -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/gx-mail-notify/ChangeLog,v 1.2 2010/10/06 20:45:44 tampakrap Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/gx-mail-notify/ChangeLog,v 1.3 2011/01/31 03:32:22 tampakrap Exp $ + + 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> + -gx-mail-notify-0.4.2.ebuild: + remove old *gx-mail-notify-0.4.4 (06 Oct 2010) diff --git a/kde-misc/gx-mail-notify/gx-mail-notify-0.4.2.ebuild b/kde-misc/gx-mail-notify/gx-mail-notify-0.4.2.ebuild deleted file mode 100644 index a94cb2c46232..000000000000 --- a/kde-misc/gx-mail-notify/gx-mail-notify-0.4.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/gx-mail-notify/gx-mail-notify-0.4.2.ebuild,v 1.2 2010/10/06 20:45:45 tampakrap Exp $ - -EAPI=2 -inherit kde4-base - -MY_P=gx_mail_notify-${PV} - -DESCRIPTION="A plasmoid for checking unread mail" -HOMEPAGE="http://www.kde-look.org/content/show.php/GX+Mail+Notify?content=99617" -SRC_URI="http://www.kde-look.org/CONTENT/content-files/99617-${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=">=kde-base/kdelibs-${KDE_MINIMAL}[opengl] - >=kde-base/plasma-workspace-${KDE_MINIMAL}" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -DOCS="README" |