diff options
author | 2014-03-18 12:17:20 +0000 | |
---|---|---|
committer | 2014-03-18 12:17:20 +0000 | |
commit | d2875b8b3bcfbc3bf5cc224a87004cb079d809a8 (patch) | |
tree | 156dc0ff3c0141fd9b12f2f7dc5f2b748044f63c /dev-vcs | |
parent | amd64 stable wrt bug #502742 (diff) | |
download | gentoo-2-d2875b8b3bcfbc3bf5cc224a87004cb079d809a8.tar.gz gentoo-2-d2875b8b3bcfbc3bf5cc224a87004cb079d809a8.tar.bz2 gentoo-2-d2875b8b3bcfbc3bf5cc224a87004cb079d809a8.zip |
move git-annex webapp desktop icon to utils, bug #486622
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-annex/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/git-annex/git-annex-5.20140306-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/git-annex/ChangeLog b/dev-vcs/git-annex/ChangeLog index 7023a4b792d5..cf7de079ee38 100644 --- a/dev-vcs/git-annex/ChangeLog +++ b/dev-vcs/git-annex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git-annex # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.22 2014/03/15 20:59:23 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.23 2014/03/18 12:17:20 qnikst Exp $ + + 18 Mar 2014; Alexander Vershilov <qnikst@gentoo.org> + git-annex-5.20140306-r1.ebuild: + move git-annex webapp desktop icon to utils, bug #486622 *git-annex-5.20140306-r1 (15 Mar 2014) diff --git a/dev-vcs/git-annex/git-annex-5.20140306-r1.ebuild b/dev-vcs/git-annex/git-annex-5.20140306-r1.ebuild index 8a7eed2ca1dd..8e982bb89dff 100644 --- a/dev-vcs/git-annex/git-annex-5.20140306-r1.ebuild +++ b/dev-vcs/git-annex/git-annex-5.20140306-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-5.20140306-r1.ebuild,v 1.1 2014/03/15 20:59:23 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-5.20140306-r1.ebuild,v 1.2 2014/03/18 12:17:20 qnikst Exp $ EAPI=5 @@ -154,6 +154,6 @@ src_install() { dodoc CHANGELOG README if use webapp ; then doicon "${FILESDIR}"/${PN}.xpm - make_desktop_entry "${PN} webapp" "git-annex" ${PN}.xpm "Office" + make_desktop_entry "${PN} webapp" "git-annex" ${PN}.xpm "Utils" fi } |