diff options
Diffstat (limited to 'kde-misc/autostart/autostart-0.5.ebuild')
-rw-r--r-- | kde-misc/autostart/autostart-0.5.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kde-misc/autostart/autostart-0.5.ebuild b/kde-misc/autostart/autostart-0.5.ebuild deleted file mode 100644 index ad3f65bbd..000000000 --- a/kde-misc/autostart/autostart-0.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit kde - -DESCRIPTION="Control Center module for editing your ~/.kde/Autostart entries" -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=45975" -SRC_URI="http://ftp.nluug.nl/pub/os/Linux/distr/pardusrepo/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -need-kde 3.5 - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README -} |