diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2014-03-21 11:30:25 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2014-03-21 11:30:25 +0000 |
commit | 4c4170c642cb3ffc6f6cad9df9f205e9cdabd510 (patch) | |
tree | f371d7f670b02f781ebbb66e3c1ad7e633e4881c /dev-vcs | |
parent | version bump (diff) | |
download | gentoo-2-4c4170c642cb3ffc6f6cad9df9f205e9cdabd510.tar.gz gentoo-2-4c4170c642cb3ffc6f6cad9df9f205e9cdabd510.tar.bz2 gentoo-2-4c4170c642cb3ffc6f6cad9df9f205e9cdabd510.zip |
change desktop-icon folder
(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 cf7de079ee38..2dc6a9d870d4 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.23 2014/03/18 12:17:20 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.24 2014/03/21 11:30:25 qnikst Exp $ + + 21 Mar 2014; Alexander Vershilov <qnikst@gentoo.org> + git-annex-5.20140306-r1.ebuild: + change desktop-icon folder 18 Mar 2014; Alexander Vershilov <qnikst@gentoo.org> git-annex-5.20140306-r1.ebuild: 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 8e982bb89dff..4040b36640cf 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.2 2014/03/18 12:17:20 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-5.20140306-r1.ebuild,v 1.3 2014/03/21 11:30:25 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 "Utils" + make_desktop_entry "${PN} webapp" "git-annex" ${PN}.xpm "Utility" fi } |