diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-11-03 09:12:49 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-11-03 09:12:49 +0000 |
commit | 4ccd14afd11d642fb2938e8db03fcc0c83b5c923 (patch) | |
tree | 2e3c27c28f9d27c07fe3a848a3f4e865455b40e9 /kde-misc/komparator | |
parent | Drop old version (diff) | |
download | gentoo-2-4ccd14afd11d642fb2938e8db03fcc0c83b5c923.tar.gz gentoo-2-4ccd14afd11d642fb2938e8db03fcc0c83b5c923.tar.bz2 gentoo-2-4ccd14afd11d642fb2938e8db03fcc0c83b5c923.zip |
Drop old versions
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-misc/komparator')
-rw-r--r-- | kde-misc/komparator/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/komparator/komparator-0.6.ebuild | 25 | ||||
-rw-r--r-- | kde-misc/komparator/komparator-0.7.ebuild | 18 | ||||
-rw-r--r-- | kde-misc/komparator/komparator-0.8.ebuild | 18 |
4 files changed, 5 insertions, 62 deletions
diff --git a/kde-misc/komparator/ChangeLog b/kde-misc/komparator/ChangeLog index c48dcf048fce..37a8e206e3f9 100644 --- a/kde-misc/komparator/ChangeLog +++ b/kde-misc/komparator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/komparator # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/komparator/ChangeLog,v 1.6 2009/10/12 09:20:21 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/komparator/ChangeLog,v 1.7 2009/11/03 09:12:49 abcd Exp $ + + 03 Nov 2009; Jonathan Callen <abcd@gentoo.org> -komparator-0.6.ebuild, + -komparator-0.7.ebuild, -komparator-0.8.ebuild: + Drop old versions 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> komparator-0.6.ebuild: QA fix: unquoted variable diff --git a/kde-misc/komparator/komparator-0.6.ebuild b/kde-misc/komparator/komparator-0.6.ebuild deleted file mode 100644 index c2312108dab2..000000000000 --- a/kde-misc/komparator/komparator-0.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/komparator/komparator-0.6.ebuild,v 1.2 2009/10/12 09:20:21 abcd Exp $ - -inherit eutils kde - -DESCRIPTION="Komparator is a kde frontend for synchronising directories." -HOMEPAGE="http://komparator.sf.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" - -need-kde 3.5 - -src_unpack() { - kde_src_unpack - - # Fix the desktop file for compliance with the spec. - sed -i -e 's/%u %u/%U/' "${S}"/src/${PN}.desktop -} diff --git a/kde-misc/komparator/komparator-0.7.ebuild b/kde-misc/komparator/komparator-0.7.ebuild deleted file mode 100644 index 903b7bfc33b7..000000000000 --- a/kde-misc/komparator/komparator-0.7.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/komparator/komparator-0.7.ebuild,v 1.2 2007/09/17 02:07:39 josejx Exp $ - -inherit eutils kde - -DESCRIPTION="Komparator is a kde frontend for synchronising directories." -HOMEPAGE="http://komparator.sf.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" - -need-kde 3.5 diff --git a/kde-misc/komparator/komparator-0.8.ebuild b/kde-misc/komparator/komparator-0.8.ebuild deleted file mode 100644 index 86650addaf3a..000000000000 --- a/kde-misc/komparator/komparator-0.8.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/komparator/komparator-0.8.ebuild,v 1.1 2007/10/11 22:05:22 keytoaster Exp $ - -inherit eutils kde - -DESCRIPTION="Komparator is a kde frontend for synchronising directories." -HOMEPAGE="http://komparator.sf.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" - -need-kde 3.5 |