diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 02:25:20 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 02:25:20 +0000 |
commit | e6412321e72f50b40a3efbdc1eddd75152f50f13 (patch) | |
tree | a01e921b158db1efc07b7506e2d8830afaf0238b /net-p2p/mldonkey | |
parent | removed audiogalaxy clients, since the protocol/site is dead now (diff) | |
download | gentoo-2-e6412321e72f50b40a3efbdc1eddd75152f50f13.tar.gz gentoo-2-e6412321e72f50b40a3efbdc1eddd75152f50f13.tar.bz2 gentoo-2-e6412321e72f50b40a3efbdc1eddd75152f50f13.zip |
repoman'd
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r-- | net-p2p/mldonkey/mldonkey-1.16.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-p2p/mldonkey/mldonkey-1.16.ebuild b/net-p2p/mldonkey/mldonkey-1.16.ebuild index e39da470c7b2..26f6d84553cd 100644 --- a/net-p2p/mldonkey/mldonkey-1.16.ebuild +++ b/net-p2p/mldonkey/mldonkey-1.16.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-1.16.ebuild,v 1.1 2002/06/26 11:09:16 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-1.16.ebuild,v 1.2 2002/07/17 02:25:20 seemant Exp $ myarch=`uname -m` S="${WORKDIR}/${PN}-shared" DESCRIPTION="A new client for eDonkey, for file sharing." SRC_URI="http://freesoftware.fsf.org/download/mldonkey/${P}.shared.${myarch}-Linux.tar.bz2" HOMEPAGE="http://go.to/mldonkey" -LICENSE="GPL-2" -DEPEND="${RDEPEND}" -RDEPEND="gtk? ( x11-libs/gtk+ )" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="gtk? ( x11-libs/gtk+ )" src_compile() { einfo "Nothing to compile for ${P}." |