diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-04-06 08:36:42 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-04-06 08:36:42 +0000 |
commit | bfe3eb26c6a970b2cfaea1a68d419fd1d0bcc9b5 (patch) | |
tree | 77fe54d4ca5a4444e7afed522e250c0fdd9fb26c /app-leechcraft/lc-core | |
parent | Bump EAPI to 5, add documentation building and installing, thanks to 0xd34df00d (diff) | |
download | gentoo-2-bfe3eb26c6a970b2cfaea1a68d419fd1d0bcc9b5.tar.gz gentoo-2-bfe3eb26c6a970b2cfaea1a68d419fd1d0bcc9b5.tar.bz2 gentoo-2-bfe3eb26c6a970b2cfaea1a68d419fd1d0bcc9b5.zip |
Remove installing duplicate desktop file in live ebuild, cut unneeded extension when installing desktop file in non-live ebuilds(due to QA warnings)
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-leechcraft/lc-core')
-rw-r--r-- | app-leechcraft/lc-core/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-core/lc-core-0.5.70-r1.ebuild | 4 | ||||
-rw-r--r-- | app-leechcraft/lc-core/lc-core-0.5.85.ebuild | 4 | ||||
-rw-r--r-- | app-leechcraft/lc-core/lc-core-0.5.90.ebuild | 4 | ||||
-rw-r--r-- | app-leechcraft/lc-core/lc-core-9999.ebuild | 3 |
5 files changed, 14 insertions, 9 deletions
diff --git a/app-leechcraft/lc-core/ChangeLog b/app-leechcraft/lc-core/ChangeLog index bd43eb539ca7..07087737fe51 100644 --- a/app-leechcraft/lc-core/ChangeLog +++ b/app-leechcraft/lc-core/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-leechcraft/lc-core # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.2 2013/04/06 08:29:50 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.3 2013/04/06 08:36:42 pinkbyte Exp $ + + 06 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> lc-core-0.5.70-r1.ebuild, + lc-core-0.5.85.ebuild, lc-core-0.5.90.ebuild, lc-core-9999.ebuild: + Remove installing duplicate desktop file in live ebuild, cut unneeded + extension when installing desktop file in non-live ebuilds(due to QA + warnings) 06 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> lc-core-9999.ebuild: Bump EAPI to 5, add documentation building and installing, thanks to diff --git a/app-leechcraft/lc-core/lc-core-0.5.70-r1.ebuild b/app-leechcraft/lc-core/lc-core-0.5.70-r1.ebuild index 9be32868bb2d..20a19c9e33ab 100644 --- a/app-leechcraft/lc-core/lc-core-0.5.70-r1.ebuild +++ b/app-leechcraft/lc-core/lc-core-0.5.70-r1.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/app-leechcraft/lc-core/lc-core-0.5.70-r1.ebuild,v 1.1 2013/03/08 21:56:19 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.5.70-r1.ebuild,v 1.2 2013/04/06 08:36:42 pinkbyte Exp $ EAPI="4" @@ -38,5 +38,5 @@ src_configure() { src_install() { cmake-utils_src_install - make_desktop_entry leechcraft "LeechCraft" leechcraft.png + make_desktop_entry leechcraft "LeechCraft" leechcraft } diff --git a/app-leechcraft/lc-core/lc-core-0.5.85.ebuild b/app-leechcraft/lc-core/lc-core-0.5.85.ebuild index e167fd3889dd..1f81bc367b6d 100644 --- a/app-leechcraft/lc-core/lc-core-0.5.85.ebuild +++ b/app-leechcraft/lc-core/lc-core-0.5.85.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/app-leechcraft/lc-core/lc-core-0.5.85.ebuild,v 1.1 2013/03/08 21:56:19 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.5.85.ebuild,v 1.2 2013/04/06 08:36:42 pinkbyte Exp $ EAPI="4" @@ -37,5 +37,5 @@ src_configure() { src_install() { cmake-utils_src_install - make_desktop_entry leechcraft "LeechCraft" leechcraft.png + make_desktop_entry leechcraft "LeechCraft" leechcraft } diff --git a/app-leechcraft/lc-core/lc-core-0.5.90.ebuild b/app-leechcraft/lc-core/lc-core-0.5.90.ebuild index a04eacc118f8..50eb2176d00d 100644 --- a/app-leechcraft/lc-core/lc-core-0.5.90.ebuild +++ b/app-leechcraft/lc-core/lc-core-0.5.90.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/app-leechcraft/lc-core/lc-core-0.5.90.ebuild,v 1.1 2013/03/08 21:56:19 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.5.90.ebuild,v 1.2 2013/04/06 08:36:42 pinkbyte Exp $ EAPI="4" @@ -41,5 +41,5 @@ src_configure() { src_install() { cmake-utils_src_install - make_desktop_entry leechcraft "LeechCraft" leechcraft.png + make_desktop_entry leechcraft "LeechCraft" leechcraft } diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild index e8f759688d86..7763a6f0f80d 100644 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild +++ b/app-leechcraft/lc-core/lc-core-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/app-leechcraft/lc-core/lc-core-9999.ebuild,v 1.2 2013/04/06 08:29:50 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild,v 1.3 2013/04/06 08:36:42 pinkbyte Exp $ EAPI="5" @@ -45,6 +45,5 @@ src_configure() { src_install() { cmake-utils_src_install - make_desktop_entry leechcraft "LeechCraft" leechcraft.png use doc && dohtml -r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/* } |