diff options
author | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2010-06-18 19:28:36 +0000 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2010-06-18 19:28:36 +0000 |
commit | 0ff2e1ff9f89a7c61d38e356333f10753107d6a6 (patch) | |
tree | 2e65622140d6e17cb7f9f5454c54333916ed497a /net-p2p | |
parent | Version bump. (diff) | |
download | gentoo-2-0ff2e1ff9f89a7c61d38e356333f10753107d6a6.tar.gz gentoo-2-0ff2e1ff9f89a7c61d38e356333f10753107d6a6.tar.bz2 gentoo-2-0ff2e1ff9f89a7c61d38e356333f10753107d6a6.zip |
Fix missing icons and improve ebuild (#276261
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linuxdcpp/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/linuxdcpp-9999.ebuild | 16 |
2 files changed, 11 insertions, 13 deletions
diff --git a/net-p2p/linuxdcpp/ChangeLog b/net-p2p/linuxdcpp/ChangeLog index cb28e66e6d45..61478de9e09f 100644 --- a/net-p2p/linuxdcpp/ChangeLog +++ b/net-p2p/linuxdcpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/linuxdcpp -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.39 2009/06/27 14:40:12 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.40 2010/06/18 19:28:36 sochotnicky Exp $ + + 18 Jun 2010; Stanislav Ochotnicky <sochotnicky@gentoo.org> + linuxdcpp-9999.ebuild: + Fix missing icons and improve ebuild (#276261) 27 Jun 2009; Raúl Porcel <armin76@gentoo.org> -linuxdcpp-1.0.1-r2.ebuild, -linuxdcpp-1.0.2.ebuild, linuxdcpp-9999.ebuild: diff --git a/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild b/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild index e576f77a3f18..cc49b82ef005 100644 --- a/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild +++ b/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.12 2009/06/27 14:40:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.13 2010/06/18 19:28:36 sochotnicky Exp $ inherit bzr eutils @@ -34,17 +34,11 @@ src_compile() { } src_install() { - insinto /usr/share/${PN} - doins -r ${PN} pixmaps glade - + # linuxdcpp does not install docs according to gentoos naming scheme, so do it by hand dodoc Readme.txt Changelog.txt Credits.txt + rm "${S}"/*.txt - dosym /usr/share/${PN}/${PN} /usr/bin/${PN} - fperms +x /usr/share/${PN}/${PN} - - doicon pixmaps/${PN}.png - - make_desktop_entry ${PN} "${PN}" ${PN} + scons install PREFIX="/usr" FAKE_ROOT="${D}" || die "scons install failed" } pkg_postinst() { |