diff options
author | 2005-05-23 21:49:06 +0000 | |
---|---|---|
committer | 2005-05-23 21:49:06 +0000 | |
commit | 7558a992a18e46cca02b96e4ccb38c7cf70df5cb (patch) | |
tree | de6f0205a0f841b2c314dc357640ac6fde2fc895 /net-p2p/apollon/apollon-1.0.2.1.ebuild | |
parent | stable on amd64 and x86 (diff) | |
download | gentoo-2-7558a992a18e46cca02b96e4ccb38c7cf70df5cb.tar.gz gentoo-2-7558a992a18e46cca02b96e4ccb38c7cf70df5cb.tar.bz2 gentoo-2-7558a992a18e46cca02b96e4ccb38c7cf70df5cb.zip |
Version bump, bug #93627
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-p2p/apollon/apollon-1.0.2.1.ebuild')
-rw-r--r-- | net-p2p/apollon/apollon-1.0.2.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-p2p/apollon/apollon-1.0.2.1.ebuild b/net-p2p/apollon/apollon-1.0.2.1.ebuild new file mode 100644 index 000000000000..29a387afb0e0 --- /dev/null +++ b/net-p2p/apollon/apollon-1.0.2.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/apollon/apollon-1.0.2.1.ebuild,v 1.1 2005/05/23 21:49:05 sekretarz Exp $ + +inherit kde + +#MY_P="${P}-1" +#S=${WORKDIR}/${MY_P} + +DESCRIPTION="A KDE-based giFT GUI to search for and monitor downloads." +HOMEPAGE="http://apollon.sourceforge.net" +SRC_URI="mirror://sourceforge/apollon/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +IUSE="" + +DEPEND=">=net-p2p/gift-0.11.4" +need-kde 3 + +src_install() { + einstall || die + dodoc AUTHORS ChangeLog HowToGetPlugins.README README TODO || die +} + |