diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-03-05 03:34:57 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-03-05 03:34:57 +0000 |
commit | b15d3b150c703b153d2e6c75962370dfbe3e80a2 (patch) | |
tree | 3e22159fbf78844255b50000a179a12c659b1700 /dev-vcs/tortoisehg | |
parent | Remove older unstable version (diff) | |
download | gentoo-2-b15d3b150c703b153d2e6c75962370dfbe3e80a2.tar.gz gentoo-2-b15d3b150c703b153d2e6c75962370dfbe3e80a2.tar.bz2 gentoo-2-b15d3b150c703b153d2e6c75962370dfbe3e80a2.zip |
Rename svg logo used by desktop file, bug 460364.
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.7.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index 420e77a0ae78..7afd6ee25a81 100644 --- a/dev-vcs/tortoisehg/ChangeLog +++ b/dev-vcs/tortoisehg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/tortoisehg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.33 2013/02/21 15:40:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.34 2013/03/05 03:34:57 floppym Exp $ + + 05 Mar 2013; Mike Gilbert <floppym@gentoo.org> tortoisehg-2.7.ebuild, + tortoisehg-9999.ebuild: + Rename svg logo used by desktop file, bug 460364. 21 Feb 2013; Mike Gilbert <floppym@gentoo.org> tortoisehg-2.7.ebuild, tortoisehg-9999.ebuild: diff --git a/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild index 2beed98f624d..be8fcf0340c5 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild,v 1.3 2013/02/21 15:40:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild,v 1.4 2013/03/05 03:34:57 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -67,7 +67,7 @@ python_install_all() { if use doc ; then dohtml -r doc/build/html/ fi - newicon -s scalable icons/scalable/apps/thg-logo.svg tortoisehg_logo.svg + newicon -s scalable icons/scalable/apps/thg-logo.svg thg_logo.svg domenu contrib/${PN}.desktop } diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index f84910cd414f..787db9750e75 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.17 2013/02/21 15:40:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.18 2013/03/05 03:34:57 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -67,7 +67,7 @@ python_install_all() { if use doc ; then dohtml -r doc/build/html/ fi - newicon -s scalable icons/scalable/apps/thg-logo.svg tortoisehg_logo.svg + newicon -s scalable icons/scalable/apps/thg-logo.svg thg_logo.svg domenu contrib/${PN}.desktop } |