diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-08-25 13:53:22 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-08-25 13:53:22 +0000 |
commit | e40a06ff2ad92f7953a3c0b5f5830827dbf2ccff (patch) | |
tree | fa10b55f3e6b1aca6ad298b0769634e413e90795 /net-p2p | |
parent | add ~ia64 #103250 (diff) | |
download | historical-e40a06ff2ad92f7953a3c0b5f5830827dbf2ccff.tar.gz historical-e40a06ff2ad92f7953a3c0b5f5830827dbf2ccff.tar.bz2 historical-e40a06ff2ad92f7953a3c0b5f5830827dbf2ccff.zip |
Fixed desktop entry to fit new naming scheme, bug #103632
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bittorrent/Manifest | 10 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.1.4.ebuild | 9 |
3 files changed, 13 insertions, 11 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/Manifest b/net-p2p/bittorrent/Manifest index 58719add6942..8041fda74847 100644 --- a/net-p2p/bittorrent/Manifest +++ b/net-p2p/bittorrent/Manifest @@ -2,9 +2,9 @@ Hash: SHA1 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 -MD5 5cf43c3260cf9474c86f7cbb20044718 ChangeLog 8925 +MD5 59175a37c31ab371546d2d8916f81880 ChangeLog 9049 MD5 af2d79a8d446aab76e12d9700f8e1934 bittorrent-4.1.3.ebuild 2163 -MD5 540fc1799da18a33f765f65f37325f98 bittorrent-4.1.4.ebuild 2273 +MD5 5b7637895c651452d92277aa1d3112d5 bittorrent-4.1.4.ebuild 2280 MD5 7ad8023d07bd4d1de7817aa65f37196e bittorrent-3.4.2-r2.ebuild 1926 MD5 32a2ddbcedfa081fc77a851759a7d6d2 bittorrent-4.0.4.ebuild 2037 MD5 a51d47b02eb10872116f91483dd7b77c bittorrent-4.0.2.ebuild 1965 @@ -21,7 +21,7 @@ MD5 1f68732157a0742ec30e29327ad0baf1 files/digest-bittorrent-4.1.4 69 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFDDadsZ/iYVBmujdURAjRIAJ9oRhXcSestclY42UC3Kp09U4pc2QCfdehP -AWHsd/NdxRGxeTIq7gnskjs= -=HoPs +iD8DBQFDDeqgZ/iYVBmujdURAmMCAKCqP8XJK2HaOzt/GOkM++nF2lKDdgCdFc2j +B8bTLfcStsuFBveIMXAynU0= +=NQpM -----END PGP SIGNATURE----- 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 |