diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:14:36 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:14:36 +0000 |
commit | fe41e3d19566bad8b6cf703896855f7893a46a4f (patch) | |
tree | 7e58c3b9850470e7dd48f8a46e4eecb4c831b873 /app-misc | |
parent | QA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff) | |
download | gentoo-2-fe41e3d19566bad8b6cf703896855f7893a46a4f.tar.gz gentoo-2-fe41e3d19566bad8b6cf703896855f7893a46a4f.tar.bz2 gentoo-2-fe41e3d19566bad8b6cf703896855f7893a46a4f.zip |
QA: When not using an absolute path, you MUST NOT use a file extension (.png, .svg, or .xpm) on the icon name for make_desktop_entry
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/anki/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/anki/anki-0.9.9.8.1.ebuild | 6 | ||||
-rw-r--r-- | app-misc/anki/anki-0.9.9.8.2.ebuild | 6 | ||||
-rw-r--r-- | app-misc/anki/anki-0.9.9.8.4.ebuild | 6 | ||||
-rw-r--r-- | app-misc/anki/anki-0.9.9.8.5.ebuild | 6 | ||||
-rw-r--r-- | app-misc/anki/anki-0.9.9.8.6.ebuild | 4 |
6 files changed, 21 insertions, 15 deletions
diff --git a/app-misc/anki/ChangeLog b/app-misc/anki/ChangeLog index 068606c025e4..3393462d3a73 100644 --- a/app-misc/anki/ChangeLog +++ b/app-misc/anki/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-misc/anki # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.20 2010/02/23 09:29:57 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.21 2010/03/09 12:14:36 abcd Exp $ + + 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> anki-0.9.9.8.1.ebuild, + anki-0.9.9.8.2.ebuild, anki-0.9.9.8.4.ebuild, anki-0.9.9.8.5.ebuild, + anki-0.9.9.8.6.ebuild: + QA: When not using an absolute path, you MUST NOT use a file extension + (.png, .svg, or .xpm) on the icon name for make_desktop_entry 23 Feb 2010; Patrick Lauer <patrick@gentoo.org> anki-0.9.9.8.6.ebuild: Adding beutifulsoup dependency for #306063 diff --git a/app-misc/anki/anki-0.9.9.8.1.ebuild b/app-misc/anki/anki-0.9.9.8.1.ebuild index 756070c359f2..1cc3f912f772 100644 --- a/app-misc/anki/anki-0.9.9.8.1.ebuild +++ b/app-misc/anki/anki-0.9.9.8.1.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/app-misc/anki/anki-0.9.9.8.1.ebuild,v 1.1 2009/06/09 22:07:46 hncaldwell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-0.9.9.8.1.ebuild,v 1.2 2010/03/09 12:14:36 abcd Exp $ EAPI=2 @@ -41,7 +41,7 @@ src_install() { cd .. python setup.py install --root="${D}" || die - make_desktop_entry ${PN} ${PN} ${PN}.png "Education" + make_desktop_entry ${PN} ${PN} ${PN} "Education" } pkg_postinst() { diff --git a/app-misc/anki/anki-0.9.9.8.2.ebuild b/app-misc/anki/anki-0.9.9.8.2.ebuild index 98cc7d4bde66..a767336401a2 100644 --- a/app-misc/anki/anki-0.9.9.8.2.ebuild +++ b/app-misc/anki/anki-0.9.9.8.2.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/app-misc/anki/anki-0.9.9.8.2.ebuild,v 1.1 2009/06/28 09:32:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-0.9.9.8.2.ebuild,v 1.2 2010/03/09 12:14:36 abcd Exp $ EAPI=2 @@ -41,7 +41,7 @@ src_install() { cd .. python setup.py install --root="${D}" || die - make_desktop_entry ${PN} ${PN} ${PN}.png "Education" + make_desktop_entry ${PN} ${PN} ${PN} "Education" } pkg_postinst() { diff --git a/app-misc/anki/anki-0.9.9.8.4.ebuild b/app-misc/anki/anki-0.9.9.8.4.ebuild index 22f0fd3cdb9d..94f544cd507c 100644 --- a/app-misc/anki/anki-0.9.9.8.4.ebuild +++ b/app-misc/anki/anki-0.9.9.8.4.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/app-misc/anki/anki-0.9.9.8.4.ebuild,v 1.1 2009/06/29 20:34:31 hncaldwell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-0.9.9.8.4.ebuild,v 1.2 2010/03/09 12:14:36 abcd Exp $ EAPI=2 @@ -41,7 +41,7 @@ src_install() { cd .. python setup.py install --root="${D}" || die - make_desktop_entry ${PN} ${PN} ${PN}.png "Education" + make_desktop_entry ${PN} ${PN} ${PN} "Education" } pkg_postinst() { diff --git a/app-misc/anki/anki-0.9.9.8.5.ebuild b/app-misc/anki/anki-0.9.9.8.5.ebuild index f1c2ac975e3f..f7e4f8c8d66a 100644 --- a/app-misc/anki/anki-0.9.9.8.5.ebuild +++ b/app-misc/anki/anki-0.9.9.8.5.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/app-misc/anki/anki-0.9.9.8.5.ebuild,v 1.1 2009/07/21 00:39:39 hncaldwell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-0.9.9.8.5.ebuild,v 1.2 2010/03/09 12:14:36 abcd Exp $ EAPI=2 @@ -41,7 +41,7 @@ src_install() { cd .. python setup.py install --root="${D}" || die - make_desktop_entry ${PN} ${PN} ${PN}.png "Education" + make_desktop_entry ${PN} ${PN} ${PN} "Education" } pkg_postinst() { diff --git a/app-misc/anki/anki-0.9.9.8.6.ebuild b/app-misc/anki/anki-0.9.9.8.6.ebuild index e9a206792315..092d34c3c843 100644 --- a/app-misc/anki/anki-0.9.9.8.6.ebuild +++ b/app-misc/anki/anki-0.9.9.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-0.9.9.8.6.ebuild,v 1.2 2010/02/23 09:29:57 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-0.9.9.8.6.ebuild,v 1.3 2010/03/09 12:14:36 abcd Exp $ EAPI=2 @@ -42,7 +42,7 @@ src_install() { cd .. python setup.py install --root="${D}" || die - make_desktop_entry ${PN} ${PN} ${PN}.png "Education" + make_desktop_entry ${PN} ${PN} ${PN} "Education" } pkg_postinst() { |