summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/bittorrent/ChangeLog5
-rw-r--r--net-p2p/bittorrent/bittorrent-4.1.4.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog
index db58f447b87c..0ae8b4b2f992 100644
--- a/net-p2p/bittorrent/ChangeLog
+++ b/net-p2p/bittorrent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/bittorrent
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.56 2005/08/25 09:06:45 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.57 2005/08/25 13:53:22 sekretarz Exp $
+
+ 25 Aug 2005; <sekretarz@gentoo.org> bittorrent-4.1.4.ebuild:
+ Fixed desktop entry to fit new naming scheme, bug #103632
25 Aug 2005; <sekretarz@gentoo.org> bittorrent-4.0.2.ebuild:
Stable on x86 and amd64
diff --git a/net-p2p/bittorrent/bittorrent-4.1.4.ebuild b/net-p2p/bittorrent/bittorrent-4.1.4.ebuild
index 85df13242472..f19a6940cab6 100644
--- a/net-p2p/bittorrent/bittorrent-4.1.4.ebuild
+++ b/net-p2p/bittorrent/bittorrent-4.1.4.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.4.ebuild,v 1.2 2005/08/24 14:55:41 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.4.ebuild,v 1.3 2005/08/25 13:53:22 sekretarz Exp $
-inherit distutils fdo-mime
+inherit distutils fdo-mime eutils
MY_P="${P/bittorrent/BitTorrent}"
#MY_P="${MY_P/}"
@@ -64,9 +64,8 @@ src_install() {
if use X ; then
cp ${D}/usr/share/pixmaps/${MY_P}/bittorrent.ico ${D}/usr/share/pixmaps/
- dodir /usr/share/applications
- insinto /usr/share/applications
- doins ${FILESDIR}/btdownloadgui.desktop
+ make_desktop_entry "bittorrent" "BitTorrent" \
+ /usr/share/pixmaps/bittorrent.ico "Network" "/usr/bin/"
fi
insinto /etc/conf.d